Incremental Search
- 
 Is there a way to have the incremental search bar open automatically when np is started? TIA, John
- 
 I do it via a bit of Pythonscript (plugin) in my startup.py: # make the incremental search feature visible at the bottom above the status bar: notepad.menuCommand(MENUCOMMAND.SEARCH_FINDINCREMENT)Probably other ways as well…likely NppExec plugin… 
- 
 Works for me. Thanks, John
