doc: Fix style inconsistencies for [b]Note:[/b] paragraphs
And fix up formatting not supported by makerst.
This commit is contained in:
@@ -599,7 +599,7 @@
|
||||
<argument index="3" name="to_column" type="int" />
|
||||
<description>
|
||||
Removes text between the given positions.
|
||||
[b]Note:[/b]This does not adjust the caret or selection, which as a result it can end up in an invalid position.
|
||||
[b]Note:[/b] This does not adjust the caret or selection, which as a result it can end up in an invalid position.
|
||||
</description>
|
||||
</method>
|
||||
<method name="search" qualifiers="const">
|
||||
@@ -902,7 +902,7 @@
|
||||
</member>
|
||||
<member name="caret_mid_grapheme" type="bool" setter="set_caret_mid_grapheme_enabled" getter="is_caret_mid_grapheme_enabled" default="false">
|
||||
Allow moving caret, selecting and removing the individual composite character components.
|
||||
Note: [kbd]Backspace[/kbd] is always removing individual composite character components.
|
||||
[b]Note:[/b] [kbd]Backspace[/kbd] is always removing individual composite character components.
|
||||
</member>
|
||||
<member name="caret_move_on_right_click" type="bool" setter="set_move_caret_on_right_click_enabled" getter="is_move_caret_on_right_click_enabled" default="true">
|
||||
If [code]true[/code], a right-click moves the caret at the mouse position before displaying the context menu.
|
||||
|
||||
Reference in New Issue
Block a user