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