Page 1 of 1

Different Macro Icon

Posted: Mon Mar 07, 2016 3:49 pm
by kgschlosser
Ya know, I think this would be a damned handy thing.

either one of 2 things or both.

have the marco icon show different if there is a jump into that macro.

and/or

i would love to see both personally

also have some kind of indicator inside the macro as to where the jump is coming from and have the ability to double click it and take you to that location in the tree.



just an idea.

maybe i might try and modify EG to do that wouldn't know where to even begin tho.


K

Re: Different Macro Icon

Posted: Tue Mar 08, 2016 12:25 am
by jonib
kgschlosser wrote:have the marco icon show different if there is a jump into that macro.
This might be possible.
also have some kind of indicator inside the macro as to where the jump is coming from and have the ability to double click it and take you to that location in the tree.
This seems less possible as you can have many jumps to the same macro. The macros you are jumping to probably don't have any info about what macros can jump to it.
maybe i might try and modify EG to do that wouldn't know where to even begin tho.
You can always learn, as EventGhost is open source.

You would have to modify EventGhost internals and that's fairly complex, but not impossible.

jonib