Base editor for editing scripts in the [ScriptEditor].
Base editor for editing scripts in the [ScriptEditor]. This does not include documentation items.
Adds an [EditorSyntaxHighlighter] to the open script.
Returns the underlying [Control] used for editing scripts. For text scripts, this is a [CodeEdit].
Emitted after script validation.
Emitted when the user requests a specific documentation page.
Emitted when the user requests to view a specific method of a script, similar to [signal request_open_script_at_line].
Emitted after script validation or when the edited resource has changed.
Emitted when the user request to find and replace text in the file system.
Emitted when the user requests contextual help.
Emitted when the user requests to view a specific line of a script, similar to [signal go_to_method].
Emitted when the editor requests to save a new history navigation point.
Emitted when the editor requests an update to its navigation point.
Emitted when the user request to search text in the file system.