Project

General

Profile

Messages Options » History » Version 10

Per Amundsen, 08/21/2016 10:30 AM

1 6 Mr. BS
{{>toc}}
2
3 1 Per Amundsen
h1. Messages Options
4
5
h2. Font Messages
6
7
Select the font and font size for messages.
8
9
h2. Font Topicbox
10
11
Select the font and font size for the Topicbox.
12
13
h2. Font Editbox
14
15
Select the font and font size for the Editbox.
16
17
h2. Use timestamp
18
19
Enables or disables the timestamp for messages.
20
21
h2. Format
22
23
The timestamp format to use.
24
25
h2. Message prefix System
26
27
The prefix to use for system messages.
28
29
h2. Message prefix Ctcp
30
31
The prefix to use for ctcp messages.
32
33
h2. Message prefix User
34
35
The prefix to use for regular user messages.
36
37
h2. Message prefix Emote
38
39
The prefix to use for [[/me|emote]] messages.
40
41
h2. Scroll messages when typing
42
43
If enabled, typing in the Editbox will scroll the message buffer to bottom if the buffer is scrolled up.
44
45
h2. AutoFocus Editbox
46
47
If enabled, when the mouse leaves the message buffer area, focus will put on the Editbox.
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
*Nick* (nick!nick@hosst.com) joins *#channel*
55
56
Disabled:
57
Nick (nick!nick@hosst.com) joins #channel
58
59
h2. AutoCopy selected text to Clipboard
60
61
If enabled, selected text in the message buffer will automatically be copied to your clipboard when you release the mouse.
62
63
h2. Show day changed message
64
65
If enabled, AdiIRC will show a "Day changed to X" message in all open windows at midnight.
66
67
h2. Strip mIRC tags (colors/bold/italic/underline)
68
69
If enabled, removes [[Formatting_Text|control codes]] from incoming messages.
70
71 10 Per Amundsen
h2. Strip mIRC tags in Topicbox
72
73
If enabled, removes [[Formatting_Text|control codes]] from the Topicbox.
74
75 1 Per Amundsen
h2. Use unread line marker
76
77
If enabled, shows a vertical line in the message buffer indicating new messages since you last focused the window.
78
79
h2. Use small unread line marker
80
81
IF enabled, the unread line marker between two messages with no extra spaces around it.
82
83
h2. Show empty line at bottom
84
85
If enabled, always shows a empty line at the bottom of the message buffer. 
86
87
h2. ignore timestamp for consecutive messages
88
89
If enabled, timestamp will be hidden if the same person writes several messages in a row.
90
91
Enabled:
92
93
<pre>
94 3 Per Amundsen
[42:42] <Nick1> text
95
[42:42] <Nick2> text
96
        <Nick2> text
97
        <Nick2> text
98
[42:42] <Nick3> text
99 1 Per Amundsen
</pre>
100
101
Disabled:
102
103
<pre>
104 3 Per Amundsen
[42:42] <Nick1> text
105
[42:42] <Nick2> text
106 1 Per Amundsen
[42:42] <Nick2> text
107
[42:42] <Nick2> text
108
[42:42] <Nick3> text
109
</pre>
110 7 Per Amundsen
111 8 Per Amundsen
h2. Show scroll icon when scrolled up
112
113 9 Per Amundsen
When enabled, shows a clickable icon when the buffer is scrolled up, clicking it will scroll the buffer to the bottom.
114
115
The icon will switch from white to black depending on the message buffer background color.
116 8 Per Amundsen
117
!scrollicon.png!
118
119 7 Per Amundsen
h2. Show Scrollbar
120
121
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.
122 8 Per Amundsen
123
h2. Show lines between messages
124
125
If enabled. shows horizontal lines between the messages in the message buffer.
126
127
!lines.png!
128
129
h2. Use alternative text rendering
130
131
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.
132 1 Per Amundsen
133 4 Per Amundsen
h2. Indent wrapped lines with [X] pixels
134
135
Indent wrapped lines in the message buffer with [X] pixels.
136
137
h2. Max buffer [X] lines
138
139
Set the maximum number of scrollback lines in the message buffer.
140
141
_If set to 0, unlimited number of lines._
142
143
_Can also be set per window in the Switchbar/Treebar right click menu.
144
145
h2. Line marker size
146
147
Sets the unread line marker size in pixels.
148
149
h2. Spacing
150
151
If set to single, messages in the message buffer will use regular spacing.
152
If set to paragraph, messages in the message buffer  will use 1.5 times spacing.
153
If set to double, messages in the message buffer  will use 2 times spacing.
154
155
h2. Pixel spacing
156
157
Sets the number of pixels between each message in the message buffer.
158
159
h2. Left border
160
161
Sets the left border for the message buffer in pixels.
162
163
h2. Bottom border
164
165
Sets the bottom border for the message buffer in pixels.
166
167
h2. Use nick column
168
169
Enable or disable the message buffer nick column.
170
171
Enabled:
172
!2.png!
173
174
Disabled:
175
!1.png!
176
177
h2. Expand nick column on long nicks
178
179
If enabled, nick column will automatically resize itself to fit long nicks.
180
181
h2, Nick column divider
182
183
If set to on, nick column will be visible.
184
If set to off, nick column will be visible.
185
If set to authode, nick column will be visible and automatically hide itself unless the mouse is hovering it.
186
If set to locked, nick column will be visible and locked to avoid accidental resize.
187
188
h2. Nick column width
189
190
Set default nick column width.
191
192
_If changed, will reset all column width in all windows._
193
194
h2. Nick column divider width
195
196
Set the nick column divider width in pixels.
197 5 Per Amundsen
198
h2. Use global Editbox history
199
200
If enabled, Editbox up/down history will be the same for each window, otherwise each window has it's own up/down history.
201
202
h2. Save and restore history
203
204
If enabled, Editbox history will be saved and restored across sessions.
205
206
h2. Disable script evaluation in Editbox
207
208
If enabled, typing $identifier<tab> and //commands will not be evaluated in the Editbox.
209
210
h2. Max history
211
212
Set the maximum number of Editbox history to save.