mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (c64afeb)
This commit is contained in:
@@ -23,7 +23,7 @@ Description
|
||||
|
||||
Base syntax highlighter resource all syntax highlighters extend from, provides syntax highlighting data to :ref:`TextEdit<class_TextEdit>`.
|
||||
|
||||
The associated :ref:`TextEdit<class_TextEdit>` node will call into the **SyntaxHighlighter** on a as needed basis.
|
||||
The associated :ref:`TextEdit<class_TextEdit>` node will call into the **SyntaxHighlighter** on an as-needed basis.
|
||||
|
||||
\ **Note:** Each Syntax highlighter instance should not be shared across multiple :ref:`TextEdit<class_TextEdit>` nodes.
|
||||
|
||||
@@ -46,7 +46,7 @@ Methods
|
||||
+-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`Dictionary<class_Dictionary>` | :ref:`get_line_syntax_highlighting<class_SyntaxHighlighter_method_get_line_syntax_highlighting>` **(** :ref:`int<class_int>` line **)** |
|
||||
+-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`TextEdit<class_TextEdit>` | :ref:`get_text_edit<class_SyntaxHighlighter_method_get_text_edit>` **(** **)** |
|
||||
| :ref:`TextEdit<class_TextEdit>` | :ref:`get_text_edit<class_SyntaxHighlighter_method_get_text_edit>` **(** **)** |const| |
|
||||
+-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`update_cache<class_SyntaxHighlighter_method_update_cache>` **(** **)** |
|
||||
+-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@@ -145,7 +145,7 @@ This will color columns 0-4 red, and columns 5-eol in green.
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
:ref:`TextEdit<class_TextEdit>` **get_text_edit** **(** **)**
|
||||
:ref:`TextEdit<class_TextEdit>` **get_text_edit** **(** **)** |const|
|
||||
|
||||
Returns the associated :ref:`TextEdit<class_TextEdit>` node.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user