add additional support for the edit command.
I would like to be able to open files to edit from the command line. For example I whould like to be able to type "edit testfile.m" and have testfile.m open in the octave online interactive editor window.
Currently "edit testfile.m" will create the file if it does not exist but it will not open the file in the editor window. When I type EDITOR the response I get back is "ans = emacs". If this is something simple like redefining EDITOR as something different please let me know.
7
votes
Anonymous
shared this idea
The “edit” command now opens the specified file in Octave Online’s editor and creates it if it does not exist.