Ideas for new features & functions
Moderators: Dorian (MJT support), JRL
-
Grovkillen
- Automation Wizard
- Posts: 1128
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
-
Contact:
Post
by Grovkillen » Tue Sep 27, 2016 11:12 am
Hi,
Would it be possible to have variables in bold/color etc. in the Editor? Kinda like how internal variables are bold and brown?
It is sometimes hard to tell what is a variable and what is appendix / prefix.
See example below:
Code: Select all
Let>VAR_NAME=Text
Let>NEW_VAR=%VAR_NAME%appendix_text
In the example the text/appendix_text is the same font/color as VAR_NAME/NEW_VAR... hard to tell the difference.
What do others think?
-
Marcus Tettmar
- Site Admin
- Posts: 7393
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
-
Contact:
Post
by Marcus Tettmar » Thu Sep 29, 2016 7:36 am
I've added this to the wish list, however, it may only be possible to show variables within % % symbols, as finding a parsing rule which will locate all possible placements of variables is tricky, given that with Macro Scheduler you don't have to specify a literal string and a variable any differently.
-
Grovkillen
- Automation Wizard
- Posts: 1128
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
-
Contact:
Post
by Grovkillen » Thu Sep 29, 2016 11:29 am
Only between % would work for me.