Project

General

Profile

Messages Options » History » Version 20

Per Amundsen, 07/08/2017 11:32 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. AutoFocus Editbox
50
51
If enabled, when the mouse leaves the message buffer area, focus will put on the Editbox.
52
53
h2. Make certain part of messages bold
54
55
If enabled, interesting parts of some messages like nicks, channel names will be bold.
56
57
Enabled:
58 12 Per Amundsen
*Nick* (nick!nick@host.com) joins *#channel*
59 1 Per Amundsen
60
Disabled:
61 12 Per Amundsen
Nick (nick!nick@host.com) joins #channel
62 1 Per Amundsen
63
h2. AutoCopy selected text to Clipboard
64
65
If enabled, selected text in the message buffer will automatically be copied to your clipboard when you release the mouse.
66
67
h2. Show day changed message
68
69
If enabled, AdiIRC will show a "Day changed to X" message in all open windows at midnight.
70
71
h2. Strip mIRC tags (colors/bold/italic/underline)
72
73
If enabled, removes [[Formatting_Text|control codes]] from incoming messages.
74
75 17 Per Amundsen
_See also [[$strip]]._
76
77 10 Per Amundsen
h2. Strip mIRC tags in Topicbox
78
79
If enabled, removes [[Formatting_Text|control codes]] from the Topicbox.
80
81 17 Per Amundsen
_See also [[$strip]]._
82
83 1 Per Amundsen
h2. Use unread line marker
84
85
If enabled, shows a vertical line in the message buffer indicating new messages since you last focused the window.
86
87
h2. Use small unread line marker
88
89
IF enabled, the unread line marker between two messages with no extra spaces around it.
90
91
h2. Show empty line at bottom
92
93
If enabled, always shows a empty line at the bottom of the message buffer. 
94
95 20 Per Amundsen
h2. ignore nicks for consecutive messages
96
97
If enabled, nicks will be hidden if the same person writes several messages in a row.
98
99
Enabled:
100
101
<pre>
102
[42:42] <Nick1> text
103
[42:42]         text
104
[42:42]         text
105
[42:42]         text
106
[42:42]         text
107
</pre>
108
109
Disabled:
110
111
<pre>
112
[42:42] <Nick1> text
113
[42:42] <Nick2> text
114
[42:42] <Nick2> text
115
[42:42] <Nick2> text
116
[42:42] <Nick3> text
117
</pre>
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 7 Per Amundsen
143 8 Per Amundsen
h2. Show scroll icon when scrolled up
144
145 9 Per Amundsen
When enabled, shows a clickable icon when the buffer is scrolled up, clicking it will scroll the buffer to the bottom.
146
147
The icon will switch from white to black depending on the message buffer background color.
148 8 Per Amundsen
149
!scrollicon.png!
150
151 7 Per Amundsen
h2. Show Scrollbar
152
153
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.
154 8 Per Amundsen
155
h2. Show lines between messages
156
157
If enabled. shows horizontal lines between the messages in the message buffer.
158
159
!lines.png!
160
161
h2. Use alternative text rendering
162
163
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.
164 1 Per Amundsen
165 4 Per Amundsen
h2. Indent wrapped lines with [X] pixels
166
167
Indent wrapped lines in the message buffer with [X] pixels.
168
169
h2. Max buffer [X] lines
170
171
Set the maximum number of scrollback lines in the message buffer.
172
173
_If set to 0, unlimited number of lines._
174
175 15 Per Amundsen
_Can also be set per window in the Switchbar/Treebar right click menu._
176 4 Per Amundsen
177
h2. Line marker size
178
179
Sets the unread line marker size in pixels.
180
181
h2. Spacing
182
183
If set to single, messages in the message buffer will use regular spacing.
184
If set to paragraph, messages in the message buffer  will use 1.5 times spacing.
185
If set to double, messages in the message buffer  will use 2 times spacing.
186
187
h2. Pixel spacing
188
189
Sets the number of pixels between each message in the message buffer.
190
191
h2. Left border
192
193
Sets the left border for the message buffer in pixels.
194
195
h2. Bottom border
196
197
Sets the bottom border for the message buffer in pixels.
198
199
h2. Use nick column
200
201
Enable or disable the message buffer nick column.
202 17 Per Amundsen
203
_See also [[/nickcolumn]]._
204 4 Per Amundsen
205
Enabled:
206
!2.png!
207
208
Disabled:
209
!1.png!
210
211
h2. Expand nick column on long nicks
212
213
If enabled, nick column will automatically resize itself to fit long nicks.
214
215 11 Per Amundsen
h2. Nick column divider
216 4 Per Amundsen
217 16 Per Amundsen
If set to on, nick column divider will be visible.
218
If set to off, nick column divider will not be visible.
219
If set to autohide, nick column divider will be visible and automatically hide itself unless the mouse is hovering it.
220
If set to locked, nick column divider will be visible and locked to avoid accidental resize.
221 4 Per Amundsen
222
h2. Nick column width
223
224
Set default nick column width.
225
226
_If changed, will reset all column width in all windows._
227
228
h2. Nick column divider width
229
230
Set the nick column divider width in pixels.