Project

General

Profile

Messages Options » History » Version 27

Per Amundsen, 11/09/2017 10:57 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 17 Per Amundsen
_See also [[$prefixuser]]._
34
35 1 Per Amundsen
h2. Message prefix Emote
36
37
The prefix to use for [[/me|emote]] messages.
38
39 17 Per Amundsen
_See also [[$prefixemote]]._
40
41 19 Per Amundsen
h2. Highlight matching lines when hovering nicks
42
43
If enabled, all lines containing the hovering nick will be highlighted.
44
45 1 Per Amundsen
h2. Scroll messages when typing
46
47
If enabled, typing in the Editbox will scroll the message buffer to bottom if the buffer is scrolled up.
48
49
h2. Make certain part of messages bold
50
51
If enabled, interesting parts of some messages like nicks, channel names will be bold.
52
53
Enabled:
54 12 Per Amundsen
*Nick* (nick!nick@host.com) joins *#channel*
55 1 Per Amundsen
56
Disabled:
57
Nick (nick!nick@host.com) joins #channel
58
59 21 Per Amundsen
h2. Automatically copy selected text to Clipboard
60 1 Per Amundsen
61 23 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.
62 21 Per Amundsen
63
If disabled, %(key)CTRL% + %(key)C% keyboard shortcut can be used to copy the text to the clipboard.
64 1 Per Amundsen
65
h2. Show day changed message
66
67
If enabled, AdiIRC will show a "Day changed to X" message in all open windows at midnight.
68
69
h2. Strip mIRC tags (colors/bold/italic/underline)
70
71
If enabled, removes [[Formatting_Text|control codes]] from incoming messages.
72
73 17 Per Amundsen
_See also [[$strip]]._
74
75 10 Per Amundsen
h2. Strip mIRC tags in Topicbox
76
77
If enabled, removes [[Formatting_Text|control codes]] from the Topicbox.
78
79 17 Per Amundsen
_See also [[$strip]]._
80
81 1 Per Amundsen
h2. Use unread line marker
82
83
If enabled, shows a vertical line in the message buffer indicating new messages since you last focused the window.
84
85
h2. Use small unread line marker
86
87
IF enabled, the unread line marker between two messages with no extra spaces around it.
88
89
h2. Show empty line at bottom
90
91
If enabled, always shows a empty line at the bottom of the message buffer. 
92
93 20 Per Amundsen
h2. ignore nicks for consecutive messages
94
95
If enabled, nicks will be hidden if the same person writes several messages in a row.
96
97
Enabled:
98
99
<pre>
100
[42:42] <Nick1> text
101
[42:42]         text
102
[42:42]         text
103
[42:42]         text
104
[42:42]         text
105
</pre>
106
107
Disabled:
108
109
<pre>
110
[42:42] <Nick1> text
111
[42:42] <Nick2> text
112
[42:42] <Nick2> text
113
[42:42] <Nick2> text
114
[42:42] <Nick3> text
115
</pre>
116
117 27 Per Amundsen
_Indenting only works when the Nick column is enabled._
118
119 1 Per Amundsen
h2. ignore timestamp for consecutive messages
120
121
If enabled, timestamp will be hidden if the same person writes several messages in a row.
122
123
Enabled:
124
125
<pre>
126 3 Per Amundsen
[42:42] <Nick1> text
127
[42:42] <Nick2> text
128
        <Nick2> text
129
        <Nick2> text
130
[42:42] <Nick3> text
131 1 Per Amundsen
</pre>
132
133
Disabled:
134
135
<pre>
136 3 Per Amundsen
[42:42] <Nick1> text
137
[42:42] <Nick2> text
138 1 Per Amundsen
[42:42] <Nick2> text
139
[42:42] <Nick2> text
140
[42:42] <Nick3> text
141
</pre>
142 27 Per Amundsen
143
_Indenting only works when the Nick column is enabled._
144 7 Per Amundsen
145 8 Per Amundsen
h2. Show scroll icon when scrolled up
146
147 9 Per Amundsen
When enabled, shows a clickable icon when the buffer is scrolled up, clicking it will scroll the buffer to the bottom.
148
149
The icon will switch from white to black depending on the message buffer background color.
150 8 Per Amundsen
151
!scrollicon.png!
152
153 7 Per Amundsen
h2. Show Scrollbar
154
155
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.
156 8 Per Amundsen
157
h2. Show lines between messages
158
159
If enabled. shows horizontal lines between the messages in the message buffer.
160
161
!lines.png!
162
163
h2. Use alternative text rendering
164
165
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.
166 1 Per Amundsen
167 25 Per Amundsen
h2. Show short joins, parts and quits
168
169
If enabled, join/part/quit messages are shown using a shorter format without the channel name.
170
171 26 Per Amundsen
h2. Show user addresses in joins, parts and quits
172 25 Per Amundsen
173
If enabled the user's ident@address is shown in join/part/quit messages.
174
175 4 Per Amundsen
h2. Indent wrapped lines with [X] pixels
176
177
Indent wrapped lines in the message buffer with [X] pixels.
178
179
h2. Max buffer [X] lines
180
181
Set the maximum number of scrollback lines in the message buffer.
182
183
_If set to 0, unlimited number of lines._
184
185 15 Per Amundsen
_Can also be set per window in the Switchbar/Treebar right click menu._
186 4 Per Amundsen
187
h2. Line marker size
188
189
Sets the unread line marker size in pixels.
190
191
h2. Spacing
192
193
If set to single, messages in the message buffer will use regular spacing.
194
If set to paragraph, messages in the message buffer  will use 1.5 times spacing.
195
If set to double, messages in the message buffer  will use 2 times spacing.
196
197
h2. Pixel spacing
198
199
Sets the number of pixels between each message in the message buffer.
200
201 24 Per Amundsen
_By making lines bigger, emoticons will also resize to be bigger._
202
203 4 Per Amundsen
h2. Left border
204
205
Sets the left border for the message buffer in pixels.
206
207
h2. Bottom border
208
209
Sets the bottom border for the message buffer in pixels.
210
211
h2. Use nick column
212
213
Enable or disable the message buffer nick column.
214 17 Per Amundsen
215
_See also [[/nickcolumn]]._
216 4 Per Amundsen
217
Enabled:
218
!2.png!
219
220
Disabled:
221
!1.png!
222
223
h2. Expand nick column on long nicks
224
225
If enabled, nick column will automatically resize itself to fit long nicks.
226
227 11 Per Amundsen
h2. Nick column divider
228 4 Per Amundsen
229 16 Per Amundsen
If set to on, nick column divider will be visible.
230
If set to off, nick column divider will not be visible.
231
If set to autohide, nick column divider will be visible and automatically hide itself unless the mouse is hovering it.
232
If set to locked, nick column divider will be visible and locked to avoid accidental resize.
233 4 Per Amundsen
234
h2. Nick column width
235
236
Set default nick column width.
237
238
_If changed, will reset all column width in all windows._
239
240
h2. Nick column divider width
241
242
Set the nick column divider width in pixels.