Project

General

Profile

Messages Options » History » Version 9

Per Amundsen, 08/13/2016 01:01 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
h2. Use unread line marker
72
73
If enabled, shows a vertical line in the message buffer indicating new messages since you last focused the window.
74
75
h2. Use small unread line marker
76
77
IF enabled, the unread line marker between two messages with no extra spaces around it.
78
79
h2. Show empty line at bottom
80
81
If enabled, always shows a empty line at the bottom of the message buffer. 
82
83
h2. ignore timestamp for consecutive messages
84
85
If enabled, timestamp will be hidden if the same person writes several messages in a row.
86
87
Enabled:
88
89
<pre>
90 3 Per Amundsen
[42:42] <Nick1> text
91
[42:42] <Nick2> text
92
        <Nick2> text
93
        <Nick2> text
94
[42:42] <Nick3> text
95 1 Per Amundsen
</pre>
96
97
Disabled:
98
99
<pre>
100 3 Per Amundsen
[42:42] <Nick1> text
101
[42:42] <Nick2> text
102 1 Per Amundsen
[42:42] <Nick2> text
103
[42:42] <Nick2> text
104
[42:42] <Nick3> text
105
</pre>
106 7 Per Amundsen
107 8 Per Amundsen
h2. Show scroll icon when scrolled up
108
109 9 Per Amundsen
When enabled, shows a clickable icon when the buffer is scrolled up, clicking it will scroll the buffer to the bottom.
110
111
The icon will switch from white to black depending on the message buffer background color.
112 8 Per Amundsen
113
!scrollicon.png!
114
115 7 Per Amundsen
h2. Show Scrollbar
116
117
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.
118 8 Per Amundsen
119
h2. Show lines between messages
120
121
If enabled. shows horizontal lines between the messages in the message buffer.
122
123
!lines.png!
124
125
h2. Use alternative text rendering
126
127
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.
128 1 Per Amundsen
129 4 Per Amundsen
h2. Indent wrapped lines with [X] pixels
130
131
Indent wrapped lines in the message buffer with [X] pixels.
132
133
h2. Max buffer [X] lines
134
135
Set the maximum number of scrollback lines in the message buffer.
136
137
_If set to 0, unlimited number of lines._
138
139
_Can also be set per window in the Switchbar/Treebar right click menu.
140
141
h2. Line marker size
142
143
Sets the unread line marker size in pixels.
144
145
h2. Spacing
146
147
If set to single, messages in the message buffer will use regular spacing.
148
If set to paragraph, messages in the message buffer  will use 1.5 times spacing.
149
If set to double, messages in the message buffer  will use 2 times spacing.
150
151
h2. Pixel spacing
152
153
Sets the number of pixels between each message in the message buffer.
154
155
h2. Left border
156
157
Sets the left border for the message buffer in pixels.
158
159
h2. Bottom border
160
161
Sets the bottom border for the message buffer in pixels.
162
163
h2. Use nick column
164
165
Enable or disable the message buffer nick column.
166
167
Enabled:
168
!2.png!
169
170
Disabled:
171
!1.png!
172
173
h2. Expand nick column on long nicks
174
175
If enabled, nick column will automatically resize itself to fit long nicks.
176
177
h2, Nick column divider
178
179
If set to on, nick column will be visible.
180
If set to off, nick column will be visible.
181
If set to authode, nick column will be visible and automatically hide itself unless the mouse is hovering it.
182
If set to locked, nick column will be visible and locked to avoid accidental resize.
183
184
h2. Nick column width
185
186
Set default nick column width.
187
188
_If changed, will reset all column width in all windows._
189
190
h2. Nick column divider width
191
192
Set the nick column divider width in pixels.
193 5 Per Amundsen
194
h2. Use global Editbox history
195
196
If enabled, Editbox up/down history will be the same for each window, otherwise each window has it's own up/down history.
197
198
h2. Save and restore history
199
200
If enabled, Editbox history will be saved and restored across sessions.
201
202
h2. Disable script evaluation in Editbox
203
204
If enabled, typing $identifier<tab> and //commands will not be evaluated in the Editbox.
205
206
h2. Max history
207
208
Set the maximum number of Editbox history to save.