scipad

scipad — Embedded Scilab text editor

Calling sequence

scipad(f)
scipad()

Parameters

f: file path

Description

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>print
<Control-S>Save As

Examples



scipad SCI/scilab.star

  
  

Author

Mathieu Philippe, INRIA

Biblio

Scipad is derived from the tknotepad written by Joseph Acosta