26
edits
No edit summary |
No edit summary |
||
Line 54: | Line 54: | ||
Then the terminal can be hidden/shown by clicking on the corresponding button at the bottom of the window. | Then the terminal can be hidden/shown by clicking on the corresponding button at the bottom of the window. | ||
== set EDITOR to kate == | |||
in your {{Path|~/.octaverc}} add the line | |||
{{Codeline|edit("EDITOR", "kate %s")}} | |||
then typing in octave {{Codeline|edit myfunc}} will open myfunc.m in the current kate session |
edits