Messages Options » History » Version 44
Per Amundsen, 03/19/2018 05:02 PM
1 | 6 | Mr. BS | {{>toc}} |
---|---|---|---|
2 | |||
3 | 1 | Per Amundsen | h1. Messages Options |
4 | |||
5 | h2. Use timestamp |
||
6 | |||
7 | Enables or disables the timestamp for messages. |
||
8 | |||
9 | 17 | Per Amundsen | _See also [[/timestamp]], [[$timestamp]]._ |
10 | |||
11 | 1 | Per Amundsen | h2. Format |
12 | |||
13 | The timestamp format to use. |
||
14 | |||
15 | 17 | Per Amundsen | _See also [[$timestampfmt]]._ |
16 | |||
17 | 1 | Per Amundsen | h2. Message prefix System |
18 | |||
19 | The prefix to use for system messages. |
||
20 | |||
21 | 18 | Per Amundsen | _See also [[$prefixsys]]._ |
22 | 17 | Per Amundsen | |
23 | 1 | Per Amundsen | h2. Message prefix Ctcp |
24 | |||
25 | The prefix to use for ctcp messages. |
||
26 | |||
27 | 17 | Per Amundsen | _See also [[$prefixctcp]]._ |
28 | |||
29 | 1 | Per Amundsen | h2. Message prefix User |
30 | |||
31 | The prefix to use for regular user messages. |
||
32 | |||
33 | 28 | Per Amundsen | *Useable variables* |
34 | |||
35 | 43 | Per Amundsen | $pnick = Channel nick with status prefix (also contains nick colors if enabled in [[Options Dialog|Options]] -> [[Nick Colors Options|Nick Colors]]). |
36 | 37 | Per Amundsen | $status = Channel status prefix. (@%+) |
37 | 42 | Per Amundsen | $nick = Channel nick. |
38 | 28 | Per Amundsen | $imagechar = Image character, can used as $imagecharEMOTE$imagechar |
39 | 40 | Per Amundsen | $nickcolor = Channel nick color (number between 0 and 99) |
40 | $rgbnickcolor = Channel nick rgb color (RRGGBB) |
||
41 | $linecolor = Message line color. |
||
42 | $rgblinecolor = Message line rgb color. |
||
43 | 1 | Per Amundsen | |
44 | 40 | Per Amundsen | *Examples* |
45 | |||
46 | _<colorchar> means the control code for colors which can be added using %(key)CTRL% + %(key)K% or [[$chr|$chr(3)]]._ |
||
47 | 41 | Per Amundsen | _<colorchar2> means the control code for colors which can be added using %(key)CTRL% + %(key)SHIFT% + %(key)K% or [[$chr|$chr(4)]]._ |
48 | 40 | Per Amundsen | |
49 | 41 | Per Amundsen | $nickcolor and $linecolor can be used with the <colorchar> for creating custom colored prefixes. |
50 | $rgbnickcolor and $rgblinecolor can be used with the <colorchar2> for creating rgb colored custom prefixes. |
||
51 | |||
52 | 40 | Per Amundsen | <colorchar>$nickcolor[$nick]<colorchar> becomes %{color:#FF0000}[nick]% |
53 | [<colorchar>$nickcolor$nick<colorchar>] becomes <notextile>[</notextile>%{color:#FF0000}nick%<notextile>]</notextile> |
||
54 | |||
55 | 17 | Per Amundsen | _The prefix is not evaluated as a script._ |
56 | 28 | Per Amundsen | |
57 | _See also [[$prefixuser]]._ |
||
58 | |||
59 | 1 | Per Amundsen | h2. Message prefix Emote |
60 | |||
61 | The prefix to use for [[/me|emote]] messages. |
||
62 | |||
63 | *Useable variables* |
||
64 | |||
65 | 43 | Per Amundsen | $pnick = Channel nick with status prefix (also contains nick colors if enabled in [[Options Dialog|Options]] -> [[Nick Colors Options|Nick Colors]]). |
66 | 40 | Per Amundsen | $status = Channel status prefix. (@%+) |
67 | 42 | Per Amundsen | $nick = Channel nick. |
68 | 1 | Per Amundsen | $imagechar = Image character, can used as $imagecharEMOTE$imagechar |
69 | 40 | Per Amundsen | $nickcolor = Channel nick color (number between 0 and 99) |
70 | $rgbnickcolor = Channel nick rgb color (RRGGBB) |
||
71 | $linecolor = Message line color. |
||
72 | $rgblinecolor = Message line rgb color. |
||
73 | |||
74 | *Examples* |
||
75 | |||
76 | _<colorchar> means the control code for colors which can be added using %(key)CTRL% + %(key)K% or [[$chr|$chr(3)]]._ |
||
77 | 41 | Per Amundsen | _<colorchar2> means the control code for colors which can be added using %(key)CTRL% + %(key)SHIFT% + %(key)K% or [[$chr|$chr(4)]]._ |
78 | 1 | Per Amundsen | |
79 | 41 | Per Amundsen | $nickcolor and $linecolor can be used with the <colorchar> for creating custom colored prefixes. |
80 | $rgbnickcolor and $rgblinecolor can be used with the <colorchar2> for creating rgb colored custom prefixes. |
||
81 | 17 | Per Amundsen | |
82 | _The prefix is not evaluated as a script._ |
||
83 | 19 | Per Amundsen | |
84 | _See also [[$prefixemote]]._ |
||
85 | |||
86 | h2. Highlight matching lines when hovering nicks |
||
87 | 1 | Per Amundsen | |
88 | If enabled, all lines containing the hovering nick will be highlighted. |
||
89 | |||
90 | h2. Scroll messages when typing |
||
91 | |||
92 | If enabled, typing in the Editbox will scroll the message buffer to bottom if the buffer is scrolled up. |
||
93 | |||
94 | h2. Make certain part of messages bold |
||
95 | |||
96 | 12 | Per Amundsen | If enabled, interesting parts of some messages like nicks, channel names will be bold. |
97 | 1 | Per Amundsen | |
98 | Enabled: |
||
99 | *Nick* (nick!nick@host.com) joins *#channel* |
||
100 | |||
101 | 21 | Per Amundsen | Disabled: |
102 | 1 | Per Amundsen | Nick (nick!nick@host.com) joins #channel |
103 | 23 | Per Amundsen | |
104 | 21 | Per Amundsen | h2. Automatically copy selected text to Clipboard |
105 | |||
106 | 1 | Per Amundsen | If enabled, selected text in the message buffer will automatically be copied to your clipboard when you release the mouse and keyboard focus will be put on the Editbox. |
107 | 34 | Per Amundsen | |
108 | If disabled, %(key)CTRL% + %(key)C% keyboard shortcut can be used to copy the text to the clipboard. |
||
109 | |||
110 | h2. Show now talking/rejoined channel messages |
||
111 | 1 | Per Amundsen | |
112 | If enabled, AdiIRC will show a message "Now talking in #channel" when joining a channel, and "Rejoining...", "Rejoined #channel" when rejoining channels. |
||
113 | |||
114 | h2. Show day changed message |
||
115 | |||
116 | If enabled, AdiIRC will show a "Day changed to X" message in all open windows at midnight. |
||
117 | |||
118 | h2. Strip mIRC tags (colors/bold/italic/underline) |
||
119 | 17 | Per Amundsen | |
120 | If enabled, removes [[Formatting_Text|control codes]] from incoming messages. |
||
121 | 10 | Per Amundsen | |
122 | _See also [[$strip]]._ |
||
123 | |||
124 | h2. Strip mIRC tags in Topicbox |
||
125 | 17 | Per Amundsen | |
126 | If enabled, removes [[Formatting_Text|control codes]] from the Topicbox. |
||
127 | 1 | Per Amundsen | |
128 | _See also [[$strip]]._ |
||
129 | |||
130 | h2. Use unread line marker |
||
131 | |||
132 | If enabled, shows a vertical line in the message buffer indicating new messages since you last focused the window. |
||
133 | 30 | Per Amundsen | |
134 | 1 | Per Amundsen | h2. Use small unread line marker |
135 | |||
136 | If enabled, the unread line marker will be shown between two messages with no extra spaces around it. |
||
137 | |||
138 | h2. Show empty line at bottom |
||
139 | 20 | Per Amundsen | |
140 | If enabled, always shows a empty line at the bottom of the message buffer. |
||
141 | |||
142 | h2. ignore nicks for consecutive messages |
||
143 | |||
144 | If enabled, nicks will be hidden if the same person writes several messages in a row. |
||
145 | |||
146 | Enabled: |
||
147 | |||
148 | <pre> |
||
149 | [42:42] <Nick1> text |
||
150 | [42:42] text |
||
151 | [42:42] text |
||
152 | [42:42] text |
||
153 | [42:42] text |
||
154 | </pre> |
||
155 | |||
156 | Disabled: |
||
157 | |||
158 | <pre> |
||
159 | [42:42] <Nick1> text |
||
160 | [42:42] <Nick2> text |
||
161 | [42:42] <Nick2> text |
||
162 | [42:42] <Nick2> text |
||
163 | 27 | Per Amundsen | [42:42] <Nick3> text |
164 | </pre> |
||
165 | 1 | Per Amundsen | |
166 | _Indenting only works when the Nick column is enabled._ |
||
167 | |||
168 | h2. ignore timestamp for consecutive messages |
||
169 | |||
170 | If enabled, timestamp will be hidden if the same person writes several messages in a row. |
||
171 | |||
172 | 3 | Per Amundsen | Enabled: |
173 | |||
174 | <pre> |
||
175 | [42:42] <Nick1> text |
||
176 | [42:42] <Nick2> text |
||
177 | 1 | Per Amundsen | <Nick2> text |
178 | <Nick2> text |
||
179 | [42:42] <Nick3> text |
||
180 | </pre> |
||
181 | |||
182 | 3 | Per Amundsen | Disabled: |
183 | |||
184 | 1 | Per Amundsen | <pre> |
185 | [42:42] <Nick1> text |
||
186 | [42:42] <Nick2> text |
||
187 | [42:42] <Nick2> text |
||
188 | 27 | Per Amundsen | [42:42] <Nick2> text |
189 | [42:42] <Nick3> text |
||
190 | 7 | Per Amundsen | </pre> |
191 | 8 | Per Amundsen | |
192 | _Indenting only works when the Nick column is enabled._ |
||
193 | 9 | Per Amundsen | |
194 | h2. Show scroll icon when scrolled up |
||
195 | |||
196 | 8 | Per Amundsen | When enabled, shows a clickable icon when the buffer is scrolled up, clicking it will scroll the buffer to the bottom. |
197 | |||
198 | The icon will switch from white to black depending on the message buffer background color. |
||
199 | 7 | Per Amundsen | |
200 | !scrollicon.png! |
||
201 | |||
202 | 8 | Per Amundsen | h2. Show Scrollbar |
203 | |||
204 | If enabled, shows vertical scrollbar in the message buffer, if set to Autohide, scrollbar will be hidden until you either mousescroll or hover at the right border of the message area. |
||
205 | |||
206 | h2. Show lines between messages |
||
207 | |||
208 | If enabled. shows horizontal lines between the messages in the message buffer. |
||
209 | |||
210 | !lines.png! |
||
211 | |||
212 | 1 | Per Amundsen | h2. Use alternative text rendering |
213 | 25 | Per Amundsen | |
214 | If enabled, uses a more accurate but much slower way to render text, enable if you have problems with unicode or missing glyphs with certain fonts. |
||
215 | |||
216 | h2. Show short joins, parts and quits |
||
217 | 26 | Per Amundsen | |
218 | 25 | Per Amundsen | If enabled, join/part/quit messages are shown using a shorter format without the channel name. |
219 | 31 | Per Amundsen | |
220 | 25 | Per Amundsen | h2. Show user addresses in joins, parts and quits |
221 | 4 | Per Amundsen | |
222 | If enabled users ident@address is shown in join/part/quit messages. |
||
223 | |||
224 | h2. Indent wrapped lines with [X] pixels |
||
225 | |||
226 | Indent wrapped lines in the message buffer with [X] pixels. |
||
227 | |||
228 | h2. Max buffer [X] lines |
||
229 | |||
230 | Set the maximum number of scrollback lines in the message buffer. |
||
231 | 15 | Per Amundsen | |
232 | 4 | Per Amundsen | _If set to 0, unlimited number of lines._ |
233 | |||
234 | _Can also be set per window in the Switchbar/Treebar right click menu._ |
||
235 | |||
236 | h2. Line marker size |
||
237 | |||
238 | Sets the unread line marker size in pixels. |
||
239 | |||
240 | h2. Spacing |
||
241 | |||
242 | If set to single, messages in the message buffer will use regular spacing. |
||
243 | If set to paragraph, messages in the message buffer will use 1.5 times spacing. |
||
244 | If set to double, messages in the message buffer will use 2 times spacing. |
||
245 | |||
246 | h2. Pixel spacing |
||
247 | 24 | Per Amundsen | |
248 | Sets the number of pixels between each message in the message buffer. |
||
249 | 4 | Per Amundsen | |
250 | _By making lines bigger, emoticons will also resize to be bigger._ |
||
251 | |||
252 | h2. Left border |
||
253 | |||
254 | Sets the left border for the message buffer in pixels. |
||
255 | |||
256 | h2. Bottom border |
||
257 | |||
258 | Sets the bottom border for the message buffer in pixels. |
||
259 | |||
260 | 17 | Per Amundsen | h2. Use nick column |
261 | |||
262 | 4 | Per Amundsen | Enable or disable the message buffer nick column. |
263 | |||
264 | _See also [[/nickcolumn]]._ |
||
265 | |||
266 | Enabled: |
||
267 | !2.png! |
||
268 | |||
269 | Disabled: |
||
270 | !1.png! |
||
271 | |||
272 | h2. Expand nick column on long nicks |
||
273 | 32 | Per Amundsen | |
274 | If enabled, nick column will automatically resize itself to fit long nicks. |
||
275 | 11 | Per Amundsen | |
276 | 4 | Per Amundsen | _It will not compress itself again._ |
277 | 16 | Per Amundsen | |
278 | h2. Nick column divider |
||
279 | |||
280 | If set to on, nick column divider will be visible. |
||
281 | 4 | Per Amundsen | If set to off, nick column divider will not be visible. |
282 | If set to autohide, nick column divider will be visible and automatically hide itself unless the mouse is hovering it. |
||
283 | If set to locked, nick column divider will be visible and locked to avoid accidental resize. |
||
284 | |||
285 | h2. Nick column width |
||
286 | |||
287 | Set default nick column width. |
||
288 | |||
289 | _If changed, will reset all column width in all windows._ |
||
290 | |||
291 | 33 | Per Amundsen | h2. Nick column divider width |
292 | |||
293 | 1 | Per Amundsen | Set the nick column divider width in pixels. |
294 | |||
295 | _Keep in mind the allocated width for the divider is the width of a white space on the current font._ |