Aline » History » Version 12
Per Amundsen, 02/09/2017 10:51 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | 12 | Per Amundsen | */aline [-ahilnpsb] [color] <@name> <text>* |
4 | 1 | Per Amundsen | |
5 | Add <text> into custom window named <@name>. |
||
6 | |||
7 | 2 | Per Amundsen | *Switches* |
8 | |||
9 | 10 | Per Amundsen | -a - Selects the newly added item while keeping the old selection in a listbox |
10 | -h - Highlights the window's node in the treebar/switchbar is the window is minimized |
||
11 | 9 | Per Amundsen | -iN - Indents the wrapped line by N characters. |
12 | 10 | Per Amundsen | -l - Specify the action to take place on the side-listbox |
13 | -n - Prevent the line from being added if it already exists |
||
14 | 5 | Per Amundsen | -p - TODO |
15 | 1 | Per Amundsen | -s - Clears the old selection in a listbox and selects the newly added item |
16 | 12 | Per Amundsen | -b - Indicates the [c] color is in [[$rgb]] format. (AdiIRC only) |
17 | 2 | Per Amundsen | |
18 | *Parameters* |
||
19 | |||
20 | 8 | Per Amundsen | [color] - Line color number. |
21 | 2 | Per Amundsen | <@name> - The custom window name. |
22 | 8 | Per Amundsen | <text> - The text to add. |
23 | 3 | Per Amundsen | |
24 | *Example* |
||
25 | 6 | Per Amundsen | |
26 | 3 | Per Amundsen | <pre> |
27 | 11 | Per Amundsen | ; Open a custom window. |
28 | /window -de @Example |
||
29 | 3 | Per Amundsen | |
30 | 11 | Per Amundsen | ; Add a blue colored line. |
31 | /aline 12 @Example Hello world |
||
32 | 3 | Per Amundsen | </pre> |