notepad++ as editor problem

Discussion of bugs and problems found in Altap Salamander. In your reports, please be as descriptive as possible, and report one incident per report. Do not post crash reports here, send us the generated bug report by email instead, please.
maarten

notepad++ as editor problem

Post by maarten »

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
maarten

Post by maarten »

Sorry, it seems that I do get the same problem when I run notepad++ from the commandline. This means that the problem is not related to Salamander, so I will report the problem to notepad++.

Best regards
Maarten
User avatar
SvA
Posts: 486
Joined: 29 Mar 2006, 02:41
Location: DE

Post by SvA »

Have you tried using

Code: Select all

"$(FullName)"
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:

Code: Select all

"$(FullName)" /one
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.
btw.

Re: notepad++ as editor problem

Post by btw. »

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).
definitly configuration problems.
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*/
User avatar
zarevak
Plugin Developer
Plugin Developer
Posts: 789
Joined: 04 Feb 2006, 16:49
Location: Prague, Czech Republic

Post by zarevak »

Works fine for me :? and I tried versions 3.8, 4.0.1 and 4.0.2

File mask: *.*
Command: C:\npp.4.0.2\notepad++.exe
Arguments: "$(FullName)"
Initialy directory: $(FullPath)

Notepad++ is not instaled, just unpacked from ZIP archive.
Post Reply