Project

General

Profile

Messages Options » History » Version 5

Per Amundsen, 04/25/2016 10:46 AM

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