Project

General

Profile

Editbox Options » History » Version 11

Per Amundsen, 02/11/2021 01:28 PM

1 1 Per Amundsen
{{>toc}}
2
3
h1. Editbox Options
4
5 8 Per Amundsen
[[Editbox Control|Editbox]] is the control/box where your type messages.
6 6 Per Amundsen
7 4 Per Amundsen
_See also [[/editbox]], [[$editbox]], [[on TABCOMP]]._
8 3 Per Amundsen
9 1 Per Amundsen
h2. Use global Editbox history
10
11
If enabled, Editbox up/down history will be the same for each window, otherwise each window has it's own up/down history.
12
13
h2. Save and restore history
14
15
If enabled, Editbox history will be saved and restored across sessions.
16
17 11 Per Amundsen
h2. Use up/down keys to cycle history
18
19
If enabled, using the up/down keys at the top/bottom of the Editbox will move to the previous/next item in a multiline Editbox without using a modifier key.
20
21 1 Per Amundsen
h2. Disable script evaluation in Editbox
22
23
If enabled, typing $identifier<tab> and //commands will not be evaluated in the Editbox.
24
25 9 Per Amundsen
h2. Autocomplete code tags
26
27
If enabled, typing <notextile>"'(<[{*`~_-</notextile> will enclose the selected text with the appropriate tags.
28
29 10 Per Amundsen
h2. Confirm when pasting more than [X] lines of text
30
31
Shows a warning when pasting more then [X] lines of text to a single line [[Editbox Control|Editbox]].
32
33 9 Per Amundsen
h2. Spellcheck color
34
35
Sets the colors to use when [[Spellcheck|spellchecking]] is enabled and underlining misspelled words.
36
37 1 Per Amundsen
h2. Max history
38
39
Set the maximum number of Editbox history to save.
40 5 Per Amundsen
41
h2. Editbox Lines
42 1 Per Amundsen
43 10 Per Amundsen
If set to *Automatic*, Editbox will automatically resize to fit the text up to half the window size, otherwise it will always show to the chosen number of lines.
44
45
h2. Minimum Lines
46
47
Sets the minimum number of lines to use when *Editbox Lines* is set to *Automatic*, it will still expand on larger text.
48 5 Per Amundsen
49 11 Per Amundsen
h2. Use tabcomplete
50
51
Enables or disable the tabcomplete feature.
52
53
_Note disables [[on TABCOMP]] as well._
54
55
h2. Tabcomplete variables
56
57
Enables or disables tabcompleting saved [[/set|%variables]].
58
59
h2. Cycle nicks on empty tabcomplete
60
61
Enables or disables cycling all nicks when performing a tabcomplete on a white space or empty Editbox.
62
63 1 Per Amundsen
h2. Tabcomplete order
64
65
Sets the order to cycle [[Tabcomplete]] nicks. A-Z = alphabetically, Last spoke order = in the order a nick last spoke on the current channel.
66
67
h2. Include joins
68
69
When a nick joins, it's included when cycling [[Tabcomplete]] regardless if that nick ever spoke.
70 2 Per Amundsen
71 11 Per Amundsen
h2. Tabcomplete prefix
72
73
Word or characters to display before the nick when using [[Tabcomplete]], e.g ">" to display >Nick"
74
75
This is the prefix for any word in the [[Editbox]] except the first word.
76
77
h2. Tabcomplete first word prefix
78
79
Word or characters to display before the nick when using [[Tabcomplete]], e.g ">" to display ">Nick"
80
81
This is the prefix for the first word in the [[Editbox]].
82
83 1 Per Amundsen
h2. Tabcomplete suffix
84
85
Word or characters to display after the nick when using [[Tabcomplete]], e.g ":" to display "Nick:"
86
87
This is the suffix for any word in the [[Editbox]] except the first word.
88
89 11 Per Amundsen
h2. Tabcomplete first word suffix
90 1 Per Amundsen
91
Word or characters to display after the nick when using [[Tabcomplete]], e.g ":" to display "Nick:"
92
93
This is the suffix for the first word in the [[Editbox]].