Ctrl-Click on macro goes to procedure in another source

Working on new editor enhancements?
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Ctrl-Click on macro goes to procedure in another source

Post 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.
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post 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.
quidquid Latine dictum sit altum videtur
Post Reply