Godot editor's script editor.
[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access the singleton using [method EditorInterface.get_script_editor].
Returns a [Script] that is currently active in editor.
Returns an array with all [Script] objects which are currently open in editor.
Goes to the specified line in the current script.
Emitted when user changed active script. Argument is a freshly activated [Script].
Emitted when editor is about to close the active script. Argument is a [Script] that is going to be closed.