manual:chapter6:ui

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

manual:chapter6:ui [2019/05/23 07:12]
manual:chapter6:ui [2021/08/13 13:12] (current)
Line 1: Line 1:
 +<button collapse="ui-commands" block="true" >**User Interface**  <badge>22</badge> <badge>18 NEW</badge></button>
 +<collapse id="ui-commands" collapsed="true">
 +
 +^ Command  ^ Short Description ^  ^
 +| **[[manual:chapter6:ui:cmd_copyclip|COPYCLIP]]** | Copy an object to the clipboard | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_cutclip|CUTCLIP]]** | Move an object to the clipboard | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_pasteclip|PASTECLIP]]** | Insert the clipboard contents on the stack | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_wait|WAIT]]** | Wait for a key press or a time lapse | <badge>CHANGED</badge> |
 +| **[[manual:chapter6:ui:cmd_keyeval|KEYEVAL]]** | Simulate a keypress from within a program | <badge>CHANGED</badge> |
 +| **[[manual:chapter6:ui:cmd_key|KEY]]** | Get instantaneous state of the keyboard | <badge>CHANGED</badge> |
 +| **[[manual:chapter6:ui:cmd_doform|DOFORM]]** | Take a variable identifier with a form list | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edinsert|EDINSERT]]** | Insert given text into the editor | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edremove|EDREMOVE]]** | Remove characters in the editor at the cursor position | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edleft|EDLEFT]]** | Move cursor to the left in the editor | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edright|EDRIGHT]]** | Move cursor to the right in the editor | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edup|EDUP]]** | Move cursor up in the editor | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_eddown|EDDOWN]]** | Move cursor down in the editor | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edstart|EDSTART]]** | Move cursor to the start of text in the editor | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edend|EDEND]]** | Move cursor to the end of text in the editor | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edlstart|EDLSTART]]** | Move cursor to the start of current line in the editor | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edlend|EDLEND]]** | Move cursor to the end of current line in the editor | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edtoken|EDTOKEN]]** | Extract one full word at the cursor location in the editor | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edactoken|EDACTOKEN]]** | Extract one word at the left of cursor location (suitable for autocomplete) | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_edmode|EDMODE]]** | Change the cursor mode in the editor | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_settheme|SETTHEME]]** | Set system color theme | <badge>NEW</badge> |
 +| **[[manual:chapter6:ui:cmd_gettheme|GETTHEME]]** |  |  |
 +</collapse>