Page 1 of 1

Ctrl-Click on macro goes to procedure in another source

Posted: Tue Jan 22, 2008 9:37 pm
by Mistrel
I have a macro in one file that has the same name as a procedure in another. When I ctrl-click on the macro (out of habit) the IDE takes me to the procedure declared in the other file, even though it's not part of the same source.

Posted: Sun Jan 27, 2008 6:48 pm
by freak
The IDE cannot differentiate between Procedures and Macros, and it also does
not check which files belong to which source, as a reliable check can only be
done by compiling the entire code.