When I double click on a file such as example.txt and open it, it erases my session (previously opened files) in NPP. However, if I right-click and choose Open in Notepad++ it just adds the file to the end of the session and opens it.
The open command is `"C:\my\install\path\notepad++.exe" "%1"` and the Open in Notepad++ is handled by nppshellext.dll
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I double click on a file such as example.txt and open it, it erases my session (previously opened files) in NPP. However, if I right-click and choose Open in Notepad++ it just adds the file to the end of the session and opens it.
The open command is `"C:\my\install\path\notepad++.exe" "%1"` and the Open in Notepad++ is handled by nppshellext.dll
Any ideas?