From 350bcce041ebfdb6f250e93d9d08d7523a4fb88c Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Wed, 24 Apr 2019 04:59:17 -0300 Subject: Expose 'TextEdit's tab drawing and folding to GDScript --- doc/classes/TextEdit.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 1817055bab..fa78fbe305 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -41,6 +41,7 @@ + Returns if the given line is foldable, that is, it has indented lines right below it. @@ -120,6 +121,7 @@ + Folds all lines that are possible to be folded (see [method can_fold]). @@ -128,6 +130,7 @@ + Folds the given line, if possible (see [method can_fold]). @@ -165,6 +168,7 @@ + Returns the [PopupMenu] of this [TextEdit]. By default, this menu is displayed when right-clicking on the [TextEdit]. @@ -231,6 +235,7 @@ + Returns if the given line is folded. @@ -346,6 +351,7 @@ + Unfolds the given line, if folded. @@ -376,6 +382,12 @@ If [code]true[/code], a right click displays the context menu. + + If [code]true[/code], the "tab" character will have a visible representation. + + + If [code]true[/code], the fold gutter is visible. This enables folding groups of indented lines. + -- cgit v1.2.3