Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Português - Русский - 日本語
Aide de Scilab >> Editeur de texte (Scinotes) > editor

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
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:31:22 CEST 2016