mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Base accessibility API.
This commit is contained in:
@@ -1380,6 +1380,9 @@
|
||||
The syntax highlighter to use.
|
||||
[b]Note:[/b] A [SyntaxHighlighter] instance should not be used across multiple [TextEdit] nodes.
|
||||
</member>
|
||||
<member name="tab_input_mode" type="bool" setter="set_tab_input_mode" getter="get_tab_input_mode" default="true">
|
||||
If [code]true[/code], [member ProjectSettings.input/ui_text_indent] input [code]Tab[/code] character, otherwise it moves keyboard focus to the next [Control] in the scene.
|
||||
</member>
|
||||
<member name="text" type="String" setter="set_text" getter="get_text" default="""">
|
||||
String value of the [TextEdit].
|
||||
</member>
|
||||
|
||||
Reference in New Issue
Block a user