Discussion is a little old, but here's what works for me:
Use the full extension like this: C:\Program Files (x86)\Notepadpp\notepadpp.exe %file
This works for me.
Hi, I tried to use the option "Use third party editor" in the preference-->IDE Extras in order to use notepad++ as my default editor, I configured in the following manner:
Launch Editor: runnotepad++ %file
Launch editor w/line #:
And I get the following error:
Error starting external editor. Process Error Code 2(0x2)
The system cannot find the file specified
What can I do?
Thanks!!
I tried to follow this guide unsuccessfully:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0065d/I511237.html
Hello
My Guess is that you are using an old release of CodeWarrior and that it does not like the ++ in the name of the executable.
Character like ++ in file names have been allowed only recently on Windows. And your version of CodeWarrior was probably created before this was allowed.
Can you eventually try to rename your executable notepad_pp.exe for instance.
Is this working better?
CrasyCat
Well, I'm using the code warrior 2.8 and is relatively new, I renamed the excecutable file like you suggested and unfortunately, it's the same. Moreover, I tried to use the new name of the excecutable file in "Run" but Windows couldn't find the file and I used the old name and it worked.
Thanks and greetings