I would like to use notepad++ as my default editor (http://notepad-plus.sourceforge.net/uk/about.php) .
For some reason, opening a file in notepad++ from Salamander using F4 gives a problem when notepad++ is already running (I get a file doesn't exist message).
Opening the same file in notepad++ from the command line works fine.
NB the problem only occurs when notepad++ is already running.
Thanks in advance!
Maarten
notepad++ as editor problem
Have you tried using in the Arguments: box?
I don't know if you need even some more option in order to make it work. E.g I use IrfanView as a viewer with the following arguments:
In the Initial Directory: field I recommend to use either $[USERPROFILE] or $[TEMP] or (in rare cases) the program's executable path.
You need to consult your program's documentation to find out the proper parameters to use.
Code: Select all
"$(FullName)"
I don't know if you need even some more option in order to make it work. E.g I use IrfanView as a viewer with the following arguments:
Code: Select all
"$(FullName)" /one
You need to consult your program's documentation to find out the proper parameters to use.
Re: notepad++ as editor problem
definitly configuration problems.maarten wrote:I would like to use notepad++ as my default editor (http://notepad-plus.sourceforge.net/uk/about.php) .
For some reason, opening a file in notepad++ from Salamander using F4 gives a problem when notepad++ is already running (I get a file doesn't exist message).
I am using notepad++.exe v3.8
and configuration as follow:
arguments: "$(FullName)" /*yep! quotes included to support LFN with spaces*/
initialy directory: $(FullPath) /*no quotes in this case*/