Fix various typos in documentation
This commit is contained in:
@@ -1108,7 +1108,7 @@
|
||||
[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are necessary for the internal logic of several [Control]s. The events assigned to the action can however be modified.
|
||||
</member>
|
||||
<member name="input/ui_swap_input_direction" type="Dictionary" setter="" getter="">
|
||||
Default [InputEventAction] to swap input direction, i.e. change between left-to-right to right-to-left modes. Affects text-editting controls ([LineEdit], [TextEdit]).
|
||||
Default [InputEventAction] to swap input direction, i.e. change between left-to-right to right-to-left modes. Affects text-editing controls ([LineEdit], [TextEdit]).
|
||||
</member>
|
||||
<member name="input/ui_text_add_selection_for_next_occurrence" type="Dictionary" setter="" getter="">
|
||||
If a selection is currently active with the last caret in text fields, searches for the next occurrence of the selection, adds a caret and selects the next occurrence.
|
||||
@@ -1219,15 +1219,15 @@
|
||||
[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are necessary for the internal logic of several [Control]s. The events assigned to the action can however be modified.
|
||||
</member>
|
||||
<member name="input/ui_text_completion_accept" type="Dictionary" setter="" getter="">
|
||||
Default [InputEventAction] to accept an autocompetion hint.
|
||||
Default [InputEventAction] to accept an autocompletion hint.
|
||||
[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are necessary for the internal logic of several [Control]s. The events assigned to the action can however be modified.
|
||||
</member>
|
||||
<member name="input/ui_text_completion_query" type="Dictionary" setter="" getter="">
|
||||
Default [InputEventAction] to request autocompetion.
|
||||
Default [InputEventAction] to request autocompletion.
|
||||
[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are necessary for the internal logic of several [Control]s. The events assigned to the action can however be modified.
|
||||
</member>
|
||||
<member name="input/ui_text_completion_replace" type="Dictionary" setter="" getter="">
|
||||
Default [InputEventAction] to accept an autocompetion hint, replacing existing text.
|
||||
Default [InputEventAction] to accept an autocompletion hint, replacing existing text.
|
||||
[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are necessary for the internal logic of several [Control]s. The events assigned to the action can however be modified.
|
||||
</member>
|
||||
<member name="input/ui_text_dedent" type="Dictionary" setter="" getter="">
|
||||
|
||||
Reference in New Issue
Block a user