mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (705b7a0)
This commit is contained in:
@@ -48,7 +48,7 @@ Signals
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**edited_script_changed**\ (\ )
|
||||
**edited_script_changed**\ (\ ) :ref:`🔗<class_ScriptEditorBase_signal_edited_script_changed>`
|
||||
|
||||
Emitted after script validation.
|
||||
|
||||
@@ -60,7 +60,7 @@ Emitted after script validation.
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**go_to_help**\ (\ what\: :ref:`String<class_String>`\ )
|
||||
**go_to_help**\ (\ what\: :ref:`String<class_String>`\ ) :ref:`🔗<class_ScriptEditorBase_signal_go_to_help>`
|
||||
|
||||
Emitted when the user requests a specific documentation page.
|
||||
|
||||
@@ -72,7 +72,7 @@ Emitted when the user requests a specific documentation page.
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**go_to_method**\ (\ script\: :ref:`Object<class_Object>`, method\: :ref:`String<class_String>`\ )
|
||||
**go_to_method**\ (\ script\: :ref:`Object<class_Object>`, method\: :ref:`String<class_String>`\ ) :ref:`🔗<class_ScriptEditorBase_signal_go_to_method>`
|
||||
|
||||
Emitted when the user requests to view a specific method of a script, similar to :ref:`request_open_script_at_line<class_ScriptEditorBase_signal_request_open_script_at_line>`.
|
||||
|
||||
@@ -84,7 +84,7 @@ Emitted when the user requests to view a specific method of a script, similar to
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**name_changed**\ (\ )
|
||||
**name_changed**\ (\ ) :ref:`🔗<class_ScriptEditorBase_signal_name_changed>`
|
||||
|
||||
Emitted after script validation or when the edited resource has changed.
|
||||
|
||||
@@ -96,7 +96,7 @@ Emitted after script validation or when the edited resource has changed.
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**replace_in_files_requested**\ (\ text\: :ref:`String<class_String>`\ )
|
||||
**replace_in_files_requested**\ (\ text\: :ref:`String<class_String>`\ ) :ref:`🔗<class_ScriptEditorBase_signal_replace_in_files_requested>`
|
||||
|
||||
Emitted when the user request to find and replace text in the file system.
|
||||
|
||||
@@ -108,7 +108,7 @@ Emitted when the user request to find and replace text in the file system.
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**request_help**\ (\ topic\: :ref:`String<class_String>`\ )
|
||||
**request_help**\ (\ topic\: :ref:`String<class_String>`\ ) :ref:`🔗<class_ScriptEditorBase_signal_request_help>`
|
||||
|
||||
Emitted when the user requests contextual help.
|
||||
|
||||
@@ -120,7 +120,7 @@ Emitted when the user requests contextual help.
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**request_open_script_at_line**\ (\ script\: :ref:`Object<class_Object>`, line\: :ref:`int<class_int>`\ )
|
||||
**request_open_script_at_line**\ (\ script\: :ref:`Object<class_Object>`, line\: :ref:`int<class_int>`\ ) :ref:`🔗<class_ScriptEditorBase_signal_request_open_script_at_line>`
|
||||
|
||||
Emitted when the user requests to view a specific line of a script, similar to :ref:`go_to_method<class_ScriptEditorBase_signal_go_to_method>`.
|
||||
|
||||
@@ -132,7 +132,7 @@ Emitted when the user requests to view a specific line of a script, similar to :
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**request_save_history**\ (\ )
|
||||
**request_save_history**\ (\ ) :ref:`🔗<class_ScriptEditorBase_signal_request_save_history>`
|
||||
|
||||
Emitted when the user contextual goto and the item is in the same script.
|
||||
|
||||
@@ -144,7 +144,7 @@ Emitted when the user contextual goto and the item is in the same script.
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**request_save_previous_state**\ (\ line\: :ref:`int<class_int>`\ )
|
||||
**request_save_previous_state**\ (\ line\: :ref:`int<class_int>`\ ) :ref:`🔗<class_ScriptEditorBase_signal_request_save_previous_state>`
|
||||
|
||||
Emitted when the user changes current script or moves caret by 10 or more columns within the same script.
|
||||
|
||||
@@ -156,7 +156,7 @@ Emitted when the user changes current script or moves caret by 10 or more column
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**search_in_files_requested**\ (\ text\: :ref:`String<class_String>`\ )
|
||||
**search_in_files_requested**\ (\ text\: :ref:`String<class_String>`\ ) :ref:`🔗<class_ScriptEditorBase_signal_search_in_files_requested>`
|
||||
|
||||
Emitted when the user request to search text in the file system.
|
||||
|
||||
@@ -173,7 +173,7 @@ Method Descriptions
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
|void| **add_syntax_highlighter**\ (\ highlighter\: :ref:`EditorSyntaxHighlighter<class_EditorSyntaxHighlighter>`\ )
|
||||
|void| **add_syntax_highlighter**\ (\ highlighter\: :ref:`EditorSyntaxHighlighter<class_EditorSyntaxHighlighter>`\ ) :ref:`🔗<class_ScriptEditorBase_method_add_syntax_highlighter>`
|
||||
|
||||
Adds a :ref:`EditorSyntaxHighlighter<class_EditorSyntaxHighlighter>` to the open script.
|
||||
|
||||
@@ -185,7 +185,7 @@ Adds a :ref:`EditorSyntaxHighlighter<class_EditorSyntaxHighlighter>` to the open
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
:ref:`Control<class_Control>` **get_base_editor**\ (\ ) |const|
|
||||
:ref:`Control<class_Control>` **get_base_editor**\ (\ ) |const| :ref:`🔗<class_ScriptEditorBase_method_get_base_editor>`
|
||||
|
||||
Returns the underlying :ref:`Control<class_Control>` used for editing scripts. For text scripts, this is a :ref:`CodeEdit<class_CodeEdit>`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user