Clean up more [b]Example:[/b] lines from the class reference

This commit is contained in:
Micky
2024-09-06 00:25:59 +02:00
parent 835808ed8f
commit 932b1c434c
29 changed files with 60 additions and 65 deletions

View File

@@ -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()