It's on my list... (1) Finish Recent Files Tab (viz http://forum.pspad.com/read.php?2,40752 ) extension
(2) Finish and submit intellisense extension (3) Write user-defined handlers for code explorer pane But if you're a decent coder, you should be able to write an extension yourself. If you need any help, I'm happy to assist getting you started (only in C, C++, ASM, VB6, PHP, JavaScript, VBScript and BrainFuck - I don't do anything .NET, Delphi or Python). Integrating with (read: hacking into) PSPad's window panes and internals is not really possible through pure scripting, so you'll have to use a "real" programming language for the main bits. It might be possible to write a basic "Pane Manager" in code to create the window, then defer to a script for all the messy details like parsing, formatting and displaying. It would be slower though. -- <http://forum.pspad.com/read.php?2,40772,40831> PSPad freeware editor http://www.pspad.com
