When I double-left click on a symbol while pressing the <ctrl>-key, the cursor jumps in the editor to
the file and the position, where a procedure with that name is defined.
I think, that is done by searching for "procedure <symbol>".
It should be possible to search for
- structure <symbol>
- protected <symbol>
- define <symbol>
- global <symbol>
- #symbol
Prolem maybe:
Code: Select all
protected x, y, w, h
Btw, a compiler switch for EnableEplicit = always on would be great...
Thanks!