Project

General

Profile

Options » History » Version 5

Per Amundsen, 07/28/2016 04:30 PM

1 1 Per Amundsen
_Added in 1.9.3_
2
3 5 Per Amundsen
*/options [-t] [tab] [search]*
4 1 Per Amundsen
5
Opens the options form.
6
7 5 Per Amundsen
_Quotes can be used for tabs with multiple words._
8
9 3 Per Amundsen
*Switches*
10
11
-t - Selects the specified tab matching [text].
12 2 Per Amundsen
13 1 Per Amundsen
*Parameters*
14 2 Per Amundsen
15 5 Per Amundsen
[tab] - Used with -t Text of the option tab to set as selected.
16 1 Per Amundsen
[search] - Options to search/filter for.
17 5 Per Amundsen
18
<pre>
19
; Open options and search all tabs for the text "join" and select the "quick connect" tab if text was found.
20
/options -t "Quick Connect" join
21
22
; Open options and select the "Messagea" tab.
23
/options -t Messages
24
25
; Open options and search for the text "join"
26
/options join
27
</pre>