Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Actions at properties #75

Description

@moden-py

It would be quite useful to post a property access directly in the code.
For instance, click on the Texts property and get the next code:

notepad = app[u'Notepad++']
notepad.Wait('ready')
systabcontrol = notepad.Tab
texts = systabcontrol.Texts()

This does not affect the object and the generation of code, but it would be very useful for future usage in a user script.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions