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

Actions at properties #75

Open
moden-py opened this issue Nov 2, 2015 · 0 comments
Open

Actions at properties #75

moden-py opened this issue Nov 2, 2015 · 0 comments
Assignees
Milestone

Comments

@moden-py
Copy link
Contributor

moden-py commented Nov 2, 2015

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.

@moden-py moden-py self-assigned this Nov 2, 2015
@moden-py moden-py added this to the 0.5.0 milestone Nov 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant