Scilab Reference Manual |
---|
scipad — Embedded Scilab text editor
scipad(f) scipad()
Scipad is an embedded Scilab text editor written in TCL/TK. It can be started with the "Editor" menu or from Scilab command line with the instruction scipad() or scipad(f). It allows Windows like edition modes. The "Load Into Scilab" menu can be used to exec the file contents into Scilab. The following shortcuts are defined
<Control-o> | open file |
<Control-z> | undo |
<Control-y> | redo |
<Control-f> | find |
<Control-r> | find and replace |
<Control-x> | cut |
<Control-v> | paste |
<Control-w> | close current file |
<Control-n> | new file |
<Control-q> | exit scipad file |
<Control-g> | goto line |
<Control-p> | print selection |
<Control-P> | |
<Control-S> | Save As |
scipad SCI/scilab.star
Mathieu Philippe, INRIA
Scipad is derived from the tknotepad written by Joseph Acosta
<< scilink | timer >> |