Advanced Scene Switcher

Advanced Scene Switcher 1.32.3

shmurfer

New Member
Any suggestions for how to detect if notepad++ has focus? It insists on putting the entire filepath of the open file before the "Notepad++" in the title and no amount of regex suggestions from google like .*Notepad\+\+ seem to work.

I can put in the current full window title and that works if I have that specific tab open in notepad++ but that means I can't swap to any of the other 20 tabs in it. I can't figure out how to make it check for an executable name if possible.
 

shmurfer

New Member
I can reduce the window title to just "[filename] - Notepad++" but even that doesn't work with the regex so it's not a problem with a window title that is too long
 
Top