10-01-2012, 08:35 PM
Is it possible to automate certain elements within quick macros.
What I am trying:
On the left side of quick macros you have the macro-tree-view
Is it possible to target a macro "file" within that tree-view and insert text in the macro (from textfile / string / ...)
Example
The above is the tree-view on the left-side of quick macros and I want to target "function1".
I have a string variable S which contains "test text"
I want to (if possible) a macro that:
- scroll to the folder [PROJECT1], I want [PROJECT1] to be shown at the very top of the tree-view within quick macros
- expand folder [PROJECT1]
- select /focus on "function1"
- and then enter the contents of variable S in the editor window (this is the window on right, where you edit script).
- and enter the name of the selected macro on in the editor window "function1"
Is this possible? How can I achieve this?
What I am trying:
On the left side of quick macros you have the macro-tree-view
Is it possible to target a macro "file" within that tree-view and insert text in the macro (from textfile / string / ...)
Example
The above is the tree-view on the left-side of quick macros and I want to target "function1".
I have a string variable S which contains "test text"
I want to (if possible) a macro that:
- scroll to the folder [PROJECT1], I want [PROJECT1] to be shown at the very top of the tree-view within quick macros
- expand folder [PROJECT1]
- select /focus on "function1"
- and then enter the contents of variable S in the editor window (this is the window on right, where you edit script).
- and enter the name of the selected macro on in the editor window "function1"
Is this possible? How can I achieve this?