From 00e10a842f0fdffa79ba60700b0dce3221492576 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Thu, 10 Sep 2020 21:25:00 +0100 Subject: Add custom background line colour to TextEdit and remove marked lines --- doc/classes/CodeEdit.xml | 2 -- doc/classes/TextEdit.xml | 23 ++++++++++++++++++++--- 2 files changed, 20 insertions(+), 5 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index 81795abcdd..42a6df866f 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -193,8 +193,6 @@ - - diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index b97728ccd4..29067b5534 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -167,6 +167,15 @@ Returns the text of a specific line. + + + + + + + Returns the current background color of the line. [code]Color(0, 0, 0, 0)[/code] is returned if no color is set. + + @@ -548,6 +557,17 @@ If [code]true[/code], hides the line of the specified index. + + + + + + + + + Sets the current background color of the line. Set to [code]Color(0, 0, 0, 0)[/code] for no color. + + @@ -987,9 +1007,6 @@ Sets the spacing between the lines. - - Sets the [Color] of marked text. - Sets the [StyleBox] of this [TextEdit]. -- cgit v1.2.3