Nicklist Buttons Dialog » History » Version 1
Per Amundsen, 03/27/2021 06:08 AM
1 | 1 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | h1. Nicklist Buttons Editor |
||
4 | |||
5 | !nicklistbuttonseditor.png! |
||
6 | |||
7 | The nicklist buttons editor allows adding or editing or viewing [[Nicklist_Options#Show-Nicklist-buttons|nicklist buttons]]. |
||
8 | |||
9 | it can be opened by clicking [[Menubar_Control|Menubar]] -> Tools -> Edit Nicklist Buttons or by typing [[/edit]] -i. |
||
10 | |||
11 | The editor shares characteristics with all the other editors. |
||
12 | |||
13 | _See also [[Editor Options]]._ |
||
14 | |||
15 | h2. Nicklist Buttons format |
||
16 | |||
17 | The format of a nicklist button is <text><colon><command>. |
||
18 | |||
19 | If using multiline commands, the format becomes: |
||
20 | |||
21 | <pre> |
||
22 | <text><colon>{ |
||
23 | /command1 |
||
24 | /command2 |
||
25 | ... |
||
26 | } |
||
27 | </pre> |
||
28 | |||
29 | h2. Saving nicklist buttons to a different ini file |
||
30 | |||
31 | To save the current nicklist buttons file to a different ini file, click the Menubar (inside the editor) -> File -> Save As menu item. |
||
32 | |||
33 | h2. Loading nicklist buttons from a different ini file |
||
34 | |||
35 | To load nicklist buttons from a different ini file, click the Menubar (inside the editor) -> File -> Load menu item. |
||
36 | |||
37 | h2. Search/replace text |
||
38 | |||
39 | Clicking the Menubar (inside the editor) -> Edit -> Find or pressing the %(key)CTRL% + %(key)F% shortcut opens the search and replace panel. |
||
40 | |||
41 | You can search or search and replace using a [[Scripting_Regex|Regular Expression]] by checking the *Regex* checkbox. |
||
42 | |||
43 | Pressing the %(key)ESCAPE% key closes the search panel. |
||
44 | |||
45 | h2. Refreshing a nicklist buttons file |
||
46 | |||
47 | If nicklist buttons has been changed while the editor was open, pressing the *Refresh* button will update the editor. |
||
48 | |||
49 | _Note: this removes any unsaved changes._ |
||
50 | |||
51 | h2. Font |
||
52 | |||
53 | The font of the editor can be changed by clicking the Menubar (inside the editor) -> File -> Change Font menu item. |
||
54 | |||
55 | _Note: only "truetype":https://en.wikipedia.org/wiki/TrueType fonts can be used._ |
||
56 | |||
57 | h2. Colors |
||
58 | |||
59 | The editor colors can be changed in [[Options Dialog|Options]] -> [[Colors Options|Colors]]. |