Hi Does PsPad do this - or will it in the future?
e.g. PHP
1. function test1() {
2. //do something
3. }
4.
5. function test2() {
6. $test1 = $test1();
7. }
If I'm looking at this file I want to be able to right-click test1() on line 6
and jump to its definition on line 1.
Thanks
Justin Wyllie
--
<http://forum.pspad.com/read.php?2,55452,55452>
PSPad freeware editor http://www.pspad.com
