Hello i use Textpad since a while, and like to work with the code explorer windows to find easely the Call inside a subroutine.
my problem is that i cannot handle this window, and dont have acces to any ini file to configure. in the moment the code explorer shows only the Subroutine as link. my need was to have subroutine as root, and all call inside as list in the code explorer, maybe possibility to jump inside file listed. exemple of code: Subroutine TEST (Val1,Val2) Call Function1 () Call Function2 () Call Function3 () Is show in code explorer as >Test (Val1,Val2) My need was : >-Test (Val1,Val2) | + Call Function1 () + Call Function2 () - Call Function3 () + Function 3() | + Call Function 4 () If anybody can Show me how to configure this for F77 this would be a great help for me. I tryed code explorer with some Visual basic source or VBScript and expand method works good. thanks chiron67 -- <http://forum.pspad.com/read.php?2,51282,51282> PSPad freeware editor http://www.pspad.com
