Notepad++ Tab Switching with Python Script
- Install Full version of Python Script plugin with TclTk libraries.
- Copy tabSwitcher.py to plugin scripts (%APPDATA%\Notepad++\plugins\config\PythonScript\scripts)
- Optionally (but very recommended) assign a shortcut with Shortcut Mapper...
- Optionally adjust colors to your taste and theme
- Call script either with shortcut (recommended) or from menu
- Start typing. List will be filtered based on your input
- To go to first tab in the list: press Enter
- To select file from list: press Down, select file, Enter