From 8f900ac178acf4e9a5dae1e3a8c78f071debd282 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Wed, 30 Jun 2021 18:03:32 +0100 Subject: Move line length guidelines into CodeEdit --- doc/classes/CodeEdit.xml | 6 ++++++ doc/classes/TextEdit.xml | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index 249334f416..b1c2c64e6c 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -464,6 +464,9 @@ Sets whether line folding is allowed. + + + Draws vertical lines at the provided columns. The first entry is considered a main hard guideline and is draw more prominently. @@ -568,6 +571,9 @@ Font size of the [CodeEdit]'s text. + + Color of the main line length guideline, secondary guidelines will have 50% alpha applied. + diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 0b0d3d14a3..ada85d58d7 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -264,6 +264,12 @@ Returns the [TextEdit]'s' tab size. + + + + + + -- cgit v1.2.3