Project

General

Profile

Messages Options » History » Version 8

Per Amundsen, 08/13/2016 12:47 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
When enabled, shows a clickable icon when the buffer is crolled up, clicking it will scroll the buffer to the buttom.
110
111
!scrollicon.png!
112
113 7 Per Amundsen
h2. Show Scrollbar
114
115
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.
116 8 Per Amundsen
117
h2. Show lines between messages
118
119
If enabled. shows horizontal lines between the messages in the message buffer.
120
121
!lines.png!
122
123
h2. Use alternative text rendering
124
125
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.
126 1 Per Amundsen
127 4 Per Amundsen
h2. Indent wrapped lines with [X] pixels
128
129
Indent wrapped lines in the message buffer with [X] pixels.
130
131
h2. Max buffer [X] lines
132
133
Set the maximum number of scrollback lines in the message buffer.
134
135
_If set to 0, unlimited number of lines._
136
137
_Can also be set per window in the Switchbar/Treebar right click menu.
138
139
h2. Line marker size
140
141
Sets the unread line marker size in pixels.
142
143
h2. Spacing
144
145
If set to single, messages in the message buffer will use regular spacing.
146
If set to paragraph, messages in the message buffer  will use 1.5 times spacing.
147
If set to double, messages in the message buffer  will use 2 times spacing.
148
149
h2. Pixel spacing
150
151
Sets the number of pixels between each message in the message buffer.
152
153
h2. Left border
154
155
Sets the left border for the message buffer in pixels.
156
157
h2. Bottom border
158
159
Sets the bottom border for the message buffer in pixels.
160
161
h2. Use nick column
162
163
Enable or disable the message buffer nick column.
164
165
Enabled:
166
!2.png!
167
168
Disabled:
169
!1.png!
170
171
h2. Expand nick column on long nicks
172
173
If enabled, nick column will automatically resize itself to fit long nicks.
174
175
h2, Nick column divider
176
177
If set to on, nick column will be visible.
178
If set to off, nick column will be visible.
179
If set to authode, nick column will be visible and automatically hide itself unless the mouse is hovering it.
180
If set to locked, nick column will be visible and locked to avoid accidental resize.
181
182
h2. Nick column width
183
184
Set default nick column width.
185
186
_If changed, will reset all column width in all windows._
187
188
h2. Nick column divider width
189
190
Set the nick column divider width in pixels.
191 5 Per Amundsen
192
h2. Use global Editbox history
193
194
If enabled, Editbox up/down history will be the same for each window, otherwise each window has it's own up/down history.
195
196
h2. Save and restore history
197
198
If enabled, Editbox history will be saved and restored across sessions.
199
200
h2. Disable script evaluation in Editbox
201
202
If enabled, typing $identifier<tab> and //commands will not be evaluated in the Editbox.
203
204
h2. Max history
205
206
Set the maximum number of Editbox history to save.