Home > Applications > TextEdit > TextEdit.m

iFit/TextEdit

PURPOSE ^

Simple Text editor

SYNOPSIS ^

function hF = TextEdit(filename, options)

DESCRIPTION ^

 Simple Text editor

  TextEdit
    Open an empty editor window
  TextEdit(filename)
    Open the file content inside a new editor window
  TextEdit(string or cellstr)
    Display the string inside a new Editor window
  TextEdit(..., name)
    Give the TextEdit a name
  TextEdit(..., options)
    with options have 'name' and 'appdata' fields (see below).

 It is possible to link the editor to a variable so that its content is transfered
   into it upon changes and close. To do so, speficy the
   options.appdata = 'name';
 Then retrieve the content and clean it with:
   getappdata(0, options.appdata); rmappdata(options.appdata);

 $ Initially from: Jorge De Los Santos $
 $ E-mail: delossantosmfq@gmail.com $
 $ Blog: http://matlab-typ.blogspot.mx $
 $ Rev. 0.0.1 $ 02/08/2014 $

 Improved with Java component thanks to Yair Altman comments.
 by E. Farhi <farhi@ill.fr> Institut Laue-Langevin BSD, 2017
 Rev 1.0

 Orig: http://fr.mathworks.com/matlabcentral/fileexchange/47614-textedit
 Modified by E. Farhi, 2016 into english

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1