The tab switching order (when you press Ctrl+Tab) doesn't work in either "last used order" nor "last two files" order (depending on your configuration) if you select the tabs via any of the following methods:
- Clicking on the "Project Files" side panel - Clicking on the "Files List" side panel - Clicking on the "Search in Files Results" bottom window It's like Ctrl+Tab only takes into consideration the tabs you've clicked on directly (on the "tab" GUI element) rather than the actual tabs that have been seleted through whatever method you used. The fix for this should be straightforward. Instead of recording the tab switching order at the onclick event, it must be recorded at the "tab activation" procedure. That way, whatever method we use to select the active tab, it's always gonna be recorded in the "last used order" list. -- <http://forum.pspad.com/read.php?2,59891,59891> PSPad freeware editor http://www.pspad.com
