@GPI
Sorry, but you really didn't understand what
I mean. Maybe I've mixed-up the words "declaration" and "definition", but if you know the feature I'm talking about in the example you should know what I've actually meant.
So let me put it this way: Double-click on a procedure's name, while the [Ctrl] key is pressed, jumps to the
definition of the procedure. I think we all agree that this is a cool feature, right? I simply want it to be expanded on macros, structures etc. as well. (Granted that it makes less sense for variables or labels but why not implement it for them too for the sake of completeness?)
GPI wrote:in your Example:
Code: Select all
TestMacro() ; -> should jump to line 4
is complete wrong.
My example is correct, trust me: [Ctrl] key plus double-click on "TestMacro"
should jump to line 4 of the IDE's source code file (not during runtime

).