Editbox » History » Version 7
Per Amundsen, 12/13/2017 11:57 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | 7 | Per Amundsen | */editbox [-abNeNfNinopqNsvckhN] [window] <text|color>* |
4 | 1 | Per Amundsen | |
5 | 4 | Per Amundsen | Fills the Editbox of the current or specified window with the specified text. |
6 | 1 | Per Amundsen | |
7 | *Switches* |
||
8 | |||
9 | 4 | Per Amundsen | -a - Use the Editbox from the current active window. |
10 | 1 | Per Amundsen | -bN - Set selection start to position N. |
11 | -eN - Set selection end to position N. |
||
12 | -fN - If N = 1/[$null] sets focus to the Editbox and makes sure the window is not minimized and active. |
||
13 | 6 | Per Amundsen | -i - Inserts the text at current cursor position. (AdiIRC only) |
14 | 4 | Per Amundsen | -n - "press" enter on the Editbox after the text is added. |
15 | 2 | Per Amundsen | -o - TODO |
16 | 4 | Per Amundsen | -p - Append a white-space after the text. |
17 | 1 | Per Amundsen | -qN - TODO |
18 | 4 | Per Amundsen | -s - Use the Editbox from status/server window associated with current window. |
19 | 1 | Per Amundsen | -v - Prevents the Editbox contents from being changed. |
20 | 7 | Per Amundsen | -c - Sets the Editbox text color. (AdiIRC only) |
21 | -k - Sets the Editbox background color. (AdiIRC only) |
||
22 | -h N - Sets the Editbox history item to the Nth item. (AdiIRC only) |
||
23 | 1 | Per Amundsen | |
24 | *Parameters* |
||
25 | |||
26 | [window] - The window to edit. |
||
27 | 4 | Per Amundsen | <text|color> - The text to append/insert or the color to set. |
28 | 1 | Per Amundsen | |
29 | *Example* |
||
30 | |||
31 | <pre> |
||
32 | 4 | Per Amundsen | ; Inserts 'Hello World!' into the Editbox in current active window. |
33 | 1 | Per Amundsen | /editbox -a Hello World! |
34 | </pre> |