Project

General

Profile

Editbox Options » History » Version 16

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