mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Make SyntaxHighlighter::get_text_edit a const function
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
This will color columns 0-4 red, and columns 5-eol in green.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_text_edit">
|
||||
<method name="get_text_edit" qualifiers="const">
|
||||
<return type="TextEdit" />
|
||||
<description>
|
||||
Returns the associated [TextEdit] node.
|
||||
|
||||
Reference in New Issue
Block a user