Problem description
After installing octave-6.1.0-w64-installer.exe the default editor notepad++ cannot start with the default command line in Preferences/General: “notepad++ -n%I %f”
Invoking the editor generates the following Octave editor error message:
“Externer Editor kann nicht gestartet werden: notepad++ -n%I D:/Octave/Programme/test.m”
Reinstallation of Octave did not help.
Work around solution:
- Delete all command parameters in Preferences/Editor/General: “notepad++”
- Open the corresponding *.m file manually
What could be the reason, why ANY command line parameter prevents notepad++ from starting?
My system
- OS: Windows 10
- Octave version: Version 6.1.0
I a different home directory I have an older Version 4.2.1 installed which does not have this problem.