diff options
author | sent44 <sentbysent@gmail.com> | 2021-05-07 16:21:04 +0700 |
---|---|---|
committer | sent44 <sentbysent@gmail.com> | 2021-05-07 20:54:05 +0700 |
commit | 7bb12b0d6dca73d6cbf3115be7efbcb9a83ed8a0 (patch) | |
tree | d15e04f77fc2e8daff92e36d0d83ef92fddc1edf /doc | |
parent | 0ec809462e1c0b008d4a617552acd1b56f6c0f6c (diff) |
Expose get_total_visible_rows as get_visible_line_count
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/TextEdit.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 088bcd1c3c..508c3c05ba 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -282,6 +282,13 @@ Returns the selection end line. </description> </method> + <method name="get_visible_line_count" qualifiers="const"> + <return type="int"> + </return> + <description> + Returns the number of visible lines, including wrapped text. + </description> + </method> <method name="get_word_under_cursor" qualifiers="const"> <return type="String"> </return> |