Messages Options » History » Version 1
Per Amundsen, 04/24/2016 03:10 PM
| 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 | [42:42] Nick text |
||
| 93 | Nick text |
||
| 94 | Nick text |
||
| 95 | </pre> |
||
| 96 | |||
| 97 | Disabled: |
||
| 98 | |||
| 99 | <pre> |
||
| 100 | [42:42] Nick text |
||
| 101 | [42:42] Nick text |
||
| 102 | [42:42] Nick text |
||
| 103 | </pre> |
||
| 104 | |||
| 105 | h2. |