Merge pull request #40082 from slooths/doc-textedit-center-viewport-to-cursor

Add documentation for center_viewport_to_cursor method
This commit is contained in:
Rémi Verschelde
2020-07-03 13:17:46 +02:00
committed by GitHub

View File

@ -48,6 +48,7 @@
<return type="void">
</return>
<description>
Centers the viewport on the line the editing cursor is at. This also resets the [member scroll_horizontal] value to [code]0[/code].
</description>
</method>
<method name="clear_colors">