summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2016-06-21 17:34:38 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2016-06-21 17:34:38 +0100
commit45f0dec55c64c62f6f47b6fc6735af33afb6e028 (patch)
tree7984a2eb07edb33c2db9667965cb884b8c4f83c0 /scene/gui/text_edit.h
parent706895a922d69c5825d2d2a2d51ca205b1b81ea3 (diff)
Added code completion existing color setting
Diffstat (limited to 'scene/gui/text_edit.h')
-rw-r--r--scene/gui/text_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h
index 336733611a..acac687b59 100644
--- a/scene/gui/text_edit.h
+++ b/scene/gui/text_edit.h
@@ -76,6 +76,7 @@ class TextEdit : public Control {
Ref<Font> font;
Color completion_background_color;
Color completion_selected_color;
+ Color completion_existing_color;
Color caret_color;
Color line_number_color;
Color font_color;