(mouse) |
|
Double-clicking on the object opens a text editor window with the current contents of the text buffer. |
erase |
|
Clear the object's text buffer. |
line |
line-number [int]
|
Sends the line specified by the argument out the middle outlet of the object as a string matrix (1 dimensional char matrix, 0 terminated) that can be used by the jit.str. set of objects. Line numbering starts at 1. |
open |
|
Opens the text editor window. Sending this message is equivalent to double-clicking on the object. |
outputline |
|
Sends the matrix out the middle outlet. This is equivalent to the outputmatrix message, but uses to the middle outlet rather than the left outlet. (For this object, the outputmatrix message refers only to the left outlet). |
read |
filename [symbol]
|
Reads a text file from disk if a filename is specified. Otherwise, an file dialog box will appear so that a text file can be specified. |
wclose |
|
Closes the editor window, if open. |
write |
filename [symbol]
|
Writes the object's text buffer to a disk file. The optional argument specifies a file name. |