Editbox » History » Version 1
Per Amundsen, 02/10/2014 01:01 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | */editbox [-abNeNfNnopqNsv] [window] <text>* |
||
| 4 | |||
| 5 | Fills the editbox of the current or specified window with the specified text. |
||
| 6 | |||
| 7 | *Switches* |
||
| 8 | |||
| 9 | -a - Use the editbox from the current active window. |
||
| 10 | -bN - Set selection start to position N. |
||
| 11 | -eN - Set selection end to position N. |
||
| 12 | -fN - TODO |
||
| 13 | -n - "press" enter on the editbox after the text is added. |
||
| 14 | -o - TODO |
||
| 15 | -p - Append a whitespace after the text. |
||
| 16 | -qN - TODO |
||
| 17 | -s - Use the editbox from status/server window associated with current window. |
||
| 18 | -v - TODO |
||
| 19 | |||
| 20 | *Parameters* |
||
| 21 | |||
| 22 | [window] - The window to edit. |
||
| 23 | <text> - The text to append/insert. |
||
| 24 | |||
| 25 | *Example* |
||
| 26 | |||
| 27 | <pre> |
||
| 28 | ;Inserts 'Hello World!' into the editbox in current active window. |
||
| 29 | /editbox -a Hello World! |
||
| 30 | </pre> |