Hi, While the code explorer is a great tool for dealing with big source/xml files, I wanted to know if there is something like quick outline in PSPad?
E.g. in Eclipse you can press CTRL+O and you get a list of all functions in the file (same as in the Code Explorer) where you can type in a string which gets used to filter the list of functions (wildcards can also be used). If for example you type *get you would get a list (getA(), getB(), forget(), ...) then you can use the cursor keys to select one of the entries to navigate to that position. This is a lot more convenient than having to use an outline/code explorer view to quickly navigate through source code. I think anyone who has used Eclipse will agree that CTRL+O and CTRL+SHIFT+T are your best friends for source navigation. If that's not possible in PSPad then I think it would be a rather easy addition since the information is already present in the code explorer, so all that needs to be done is to add a simple popup window with filter functionality. Thanks for that great editor by the way ;) Gottfried -- <http://forum.pspad.com/read.php?2,51077,51077> PSPad freeware editor http://www.pspad.com
