364
edits
Line 317: | Line 317: | ||
#Edit <your_install_dir>\share\octave\site\m\startup\octaverc and un-comment the line which sets octave default editor: | #Edit <your_install_dir>\share\octave\site\m\startup\octaverc and un-comment the line which sets octave default editor: | ||
EDITOR('C:\Program Files\Notepad++\notepad++.exe'); | EDITOR('C:\Program Files\Notepad++\notepad++.exe'); | ||
edit ("editor", sprintf ("%s %%s", EDITOR ())) | |||
edit mode async | |||
: Note: You may adjust the above line for the location of notepad++.exe as installed on your system. | : Note: You may adjust the above line for the location of notepad++.exe as installed on your system. | ||
edits