Project

General

Profile

Messages Options » History » Version 7

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