From c86b03abd8860c5963f1e694257a2231cea96d85 Mon Sep 17 00:00:00 2001 From: miwanczuk Date: Wed, 1 May 2019 11:31:10 +0200 Subject: Expose TextEdit's drawSpaces feature to GDScript --- doc/classes/TextEdit.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 0210815d75..dd0461f4db 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -385,6 +385,9 @@ If [code]true[/code], the "tab" character will have a visible representation. + + If [code]true[/code], the "space" 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