mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #99020 from Mickeon/documentation-example-pruning-2
Clean up more `[b]Example:[/b]` lines from the class reference
This commit is contained in:
@@ -124,7 +124,6 @@
|
||||
<return type="void" />
|
||||
<description>
|
||||
Starts an edit for multiple carets. The edit must be ended with [method end_multicaret_edit]. Multicaret edits can be used to edit text at multiple carets and delay merging the carets until the end, so the caret indexes aren't affected immediately. [method begin_multicaret_edit] and [method end_multicaret_edit] can be nested, and the merge will happen at the last [method end_multicaret_edit].
|
||||
Example usage:
|
||||
[codeblock]
|
||||
begin_complex_operation()
|
||||
begin_multicaret_edit()
|
||||
|
||||
Reference in New Issue
Block a user