Comments |
If this statement has the focus it will allow you to enter text into the editor. Initial text can be added to the editor by the use of AddEditorText. The text can be read out of the editor by using stream functions. The editor can be forced to do certain actions by the use of ForceEvent. The default key map is as followsAction | Default Keys |
---|
Cursor left | Cursor left | Cursor right | Cursor right | Cursor up | Cursor up | Cursor down | Cursor down | Enter | Enter | Delete the next character | Del | Delete the previous character | Backspace | Move to start of line | Home | Move up one page | Page up | Move down one page | Page down | Move to start of the editor | Shift-Home | Move to end of the editor | Shift-End | Move the selection block left one character | Shift-Cursor-Left | Move the selection block right one character | Shift-Cursor-Right | Move the selection block up one line | Shift-Cursor-Up | Move the selection block down one line | Shift-Cursor-Down | Cut the selection block to the clipboard | Ctrl-Del or Ctrl-X | Copy the selection block to the clipboard | Ctrl-Ins or Ctrl-C | Insert text from the clipboard | Shift-Ins or Ctrl-V | Toggle selection line, column mode | Ctrl-B |
In the case of the optional Info parameter, the variable must be an array. However, it need not have all 5 elements - any information that is normally stored in an element beyond the upper limit of the array will be ignored. |