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