Kate: Difference between revisions

25 bytes added ,  19 April 2012
No edit summary
Line 56: Line 56:


== set EDITOR to kate ==
== set EDITOR to kate ==
in your {{Path|~/.octaverc}} add the line
On the command line, or in your {{Path|~/.octaverc}}, add the line
{{Codeline|edit("EDITOR", "kate %s")}}
{{Codeline|edit("EDITOR", "kate %s")}}
then typing in octave {{Codeline|edit myfunc}} will open myfunc.m in the current kate session
then typing in octave {{Codeline|edit myfunc}} will open myfunc.m in the current kate session
26

edits