edit_error - opens in SciPad the source of the last recorded error
This function opens in SciPad the source of the function which caused the last recorded error, and highlights the offending line.
This function works only for functions which are defined in libraries, i.e. not for internal functions, nor with functions defined online, nor loaded with individual getf or getd . This is since Scilab presently retains only the path to libraries and not to individual function sources.
Correspondance between the function name foo and function filename foo.sci is tacitly assumed.
acosh abc edit_error
scipad , lasterror , errclear ,