editor
Call the text editor as defined in the preferences
Syntax
editor(...)
Description
An external text editor can be used with Scilab. This has to be configured in the preferences menu.
By default, Scinotes is the preferred editor.
Examples
// editor without parameters editor(); // editor with a file name editor('SCI/modules/time/macros/datenum.sci');
See also
- scinotes — Scinotes: Embedded Scilab text editor
Report an issue | ||
<< edit_error | Script editor | scinotes >> |