From 7bb12b0d6dca73d6cbf3115be7efbcb9a83ed8a0 Mon Sep 17 00:00:00 2001 From: sent44 Date: Fri, 7 May 2021 16:21:04 +0700 Subject: Expose get_total_visible_rows as get_visible_line_count --- doc/classes/TextEdit.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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. + + + + + Returns the number of visible lines, including wrapped text. + + -- cgit v1.2.3