From 4247c21cb0ab579a0ba490b858daa3404967f5ce Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Sun, 20 Oct 2019 14:37:36 +0200 Subject: TextEdit syntax highlighting fixes - Fixed visual update when using add_keyword_color(), add_color_region(), clear_colors() in scripts - More accurate description for clear_colors() in TextEdit documentation --- doc/classes/TextEdit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 8a114efd34..27eab85301 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -54,7 +54,7 @@ - Clears all the syntax coloring information. + Clears all custom syntax coloring information previously added with [method add_color_region] or [method add_keyword_color]. -- cgit v1.2.3