Notepad++ Window Switcher plugin
For quite some time, Notepad++ has become my favourite text editor. I wrote a small plugin to fit it even more with my coding habbits. If you want to switch to a certain window with a shortcut and/or open/switch to the corresponding source/header file for the current document, then this plugin might do what you want.
This is the initial version of the "Window Switcher" Notepad++ plugin.
What does it do
This is the initial version of the "Window Switcher" Notepad++ plugin.
What does it do
-
allows window switching bound to a shortcut ( default shortcuts
ALT+1...ALT+0) -
opens corresponding h/c/cpp file through the means of a shortcut ( default shortcut
ALT+O)
-
copy the plugin corresponding to your Notepad++ version into the
Notepad++\pluginsdirectory (NppWindowSwitcherAnsi.dllfor ANSI version,NppWindowSwitcherUnicode.dllfor UNICODE ) - configure the shortcuts
-
if you want to use the default shortcuts, be aware of the fact that
ALT+1..ALT+8are bound by default to "collapse current level". Go toSettings -> Shortcut mapper -> Main Menuand change the shortcuts so they point to something else ( I remaped them toCtrl+Alt+1...Ctrl+Alt+8) - enjoy