.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/ScriptEditorBase.xml. .. _class_ScriptEditorBase: ScriptEditorBase ================ **Inherits:** :ref:`VBoxContainer` **<** :ref:`BoxContainer` **<** :ref:`Container` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_syntax_highlighter` **(** :ref:`EditorSyntaxHighlighter` highlighter **)** | +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Control` | :ref:`get_base_editor` **(** **)** |const| | +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_ScriptEditorBase_signal_edited_script_changed: .. rst-class:: classref-signal **edited_script_changed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScriptEditorBase_signal_go_to_help: .. rst-class:: classref-signal **go_to_help** **(** :ref:`String` what **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScriptEditorBase_signal_go_to_method: .. rst-class:: classref-signal **go_to_method** **(** :ref:`Object` script, :ref:`String` method **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScriptEditorBase_signal_name_changed: .. rst-class:: classref-signal **name_changed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScriptEditorBase_signal_replace_in_files_requested: .. rst-class:: classref-signal **replace_in_files_requested** **(** :ref:`String` text **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScriptEditorBase_signal_request_help: .. rst-class:: classref-signal **request_help** **(** :ref:`String` topic **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScriptEditorBase_signal_request_open_script_at_line: .. rst-class:: classref-signal **request_open_script_at_line** **(** :ref:`Object` script, :ref:`int` line **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScriptEditorBase_signal_request_save_history: .. rst-class:: classref-signal **request_save_history** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScriptEditorBase_signal_request_save_previous_state: .. rst-class:: classref-signal **request_save_previous_state** **(** :ref:`Dictionary` state **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScriptEditorBase_signal_search_in_files_requested: .. rst-class:: classref-signal **search_in_files_requested** **(** :ref:`String` text **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_ScriptEditorBase_method_add_syntax_highlighter: .. rst-class:: classref-method void **add_syntax_highlighter** **(** :ref:`EditorSyntaxHighlighter` highlighter **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScriptEditorBase_method_get_base_editor: .. rst-class:: classref-method :ref:`Control` **get_base_editor** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`