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
This commit is contained in:
PouleyKetchoupp
2019-10-20 14:37:36 +02:00
parent 119bf23720
commit 4247c21cb0
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
<return type="void">
</return>
<description>
Clears all the syntax coloring information.
Clears all custom syntax coloring information previously added with [method add_color_region] or [method add_keyword_color].
</description>
</method>
<method name="clear_undo_history">