There are various options in the Editor which affects various features.
If enabled, loading new scripts in the Script Editor}} which contains a [[on START or on LOAD event will ask to execute these events.
If enabled, AdiIRC will ask before closing a editor if there are unsaved changes.
if enabled, AdiIRC will monitor all loaded vars/users/menu/aliases/script files for file changes and ask for confirmation before reloading them.
If enabled, AdiIRC will first write to a temporary file the copy the temporary file over the target file.
If enabled, AdiIRC will perform check bracket on the file when the edit is closed.
The check bracket feature indents the code with whitespaces according to the bracket { } level and displays a warning if there are mismatched number of brackets. (the warning is suppressed on closing)
This:
alias myalias { command1 command2 if (1 == 1) { command3 command4 } }
becomes this:
alias myalias { command1 command2 if (1 == 1) { command3 command4 } }
if enabled, the current selection text will be searched in the search panel when clicking the Menubar (inside the editor) -> Edit -> Find menu item or when pressing the CTRL + F shortcut.
if enabled, AdiIRC will continue searching from the top when there are no new matches in the search panel, otherwise it stops searching.
Enables or disables the line numbers panel in the editor.
If enabled, AdiIRC will show a scripting error/warning when a identifier is used which doesn't exist.
See also $~.
If enabled, the editor will always be on top of other windows.
If enabled, the editor will be shown on the desktop as a stand alone window and have a taskbar icon, otherwise it will be floated/glued to the AdiIRC main window.
Set a external program/editor to open the file with when clicking the sidebar file menu -> Open in External Editor.
Enables or disables the sidebar file list. The list can also be accessed from the Menubar (inside the editor) -> View.
Enables or disables the Top panel underneath the Menubar (inside the editor).
Enables or disables word wrapping in the editor.
Enables or disables smooth scrolling in the editor.
Off - Disables the close icon in the sidebar list.
On Hovering - Show the close icon in the sidebar list only when hovering a file.
Active - Show the close icon in the sidebar list for the active file only.
Always - Always Show the close icon in the sidebar list for all files.
Ctcps - Enables or disables triggering on CTCP Scripting_Events.
Events - Enables or disables triggering all non RAW/CTCP Scripting_Events.
Raw - Enables or disables all on RAW Scripting_Events.