Project

General

Profile

Editbox Options » History » Version 13

Per Amundsen, 02/08/2023 03:55 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 13 Per Amundsen
h2. Show paste & submit menu item
34
35
Enabled/disables the *Paste & Submit* menu item in the [[Editbox Control|Editbox]] right-click menu.
36
37 9 Per Amundsen
h2. Spellcheck color
38
39
Sets the colors to use when [[Spellcheck|spellchecking]] is enabled and underlining misspelled words.
40
41 1 Per Amundsen
h2. Max history
42
43
Set the maximum number of Editbox history to save.
44 5 Per Amundsen
45 12 Per Amundsen
h2. Lines
46 1 Per Amundsen
47 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.
48
49
h2. Minimum Lines
50
51
Sets the minimum number of lines to use when *Editbox Lines* is set to *Automatic*, it will still expand on larger text.
52 5 Per Amundsen
53 11 Per Amundsen
h2. Use tabcomplete
54
55
Enables or disable the tabcomplete feature.
56
57
_Note disables [[on TABCOMP]] as well._
58
59
h2. Tabcomplete variables
60
61
Enables or disables tabcompleting saved [[/set|%variables]].
62
63
h2. Cycle nicks on empty tabcomplete
64
65
Enables or disables cycling all nicks when performing a tabcomplete on a white space or empty Editbox.
66
67 1 Per Amundsen
h2. Tabcomplete order
68
69
Sets the order to cycle [[Tabcomplete]] nicks. A-Z = alphabetically, Last spoke order = in the order a nick last spoke on the current channel.
70
71
h2. Include joins
72
73
When a nick joins, it's included when cycling [[Tabcomplete]] regardless if that nick ever spoke.
74 2 Per Amundsen
75 11 Per Amundsen
h2. Tabcomplete prefix
76
77
Word or characters to display before the nick when using [[Tabcomplete]], e.g ">" to display >Nick"
78
79
This is the prefix for any word in the [[Editbox]] except the first word.
80
81
h2. Tabcomplete first word prefix
82
83
Word or characters to display before the nick when using [[Tabcomplete]], e.g ">" to display ">Nick"
84
85
This is the prefix for the first word in the [[Editbox]].
86
87 1 Per Amundsen
h2. Tabcomplete suffix
88
89
Word or characters to display after the nick when using [[Tabcomplete]], e.g ":" to display "Nick:"
90
91
This is the suffix for any word in the [[Editbox]] except the first word.
92
93 11 Per Amundsen
h2. Tabcomplete first word suffix
94 1 Per Amundsen
95
Word or characters to display after the nick when using [[Tabcomplete]], e.g ":" to display "Nick:"
96
97
This is the suffix for the first word in the [[Editbox]].