From ed7ed52151a9eca2a60a418881bd7065529acb66 Mon Sep 17 00:00:00 2001 From: Geequlim Date: Thu, 13 Jun 2019 17:17:20 +0800 Subject: Parse more informations for code completion --- editor/code_editor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/code_editor.h') diff --git a/editor/code_editor.h b/editor/code_editor.h index c0989f9704..2653a8cecc 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -131,7 +131,7 @@ public: FindReplaceBar(); }; -typedef void (*CodeTextEditorCodeCompleteFunc)(void *p_ud, const String &p_code, List *r_options, bool &r_forced); +typedef void (*CodeTextEditorCodeCompleteFunc)(void *p_ud, const String &p_code, List *r_options, bool &r_forced); class CodeTextEditor : public VBoxContainer { @@ -183,7 +183,7 @@ class CodeTextEditor : public VBoxContainer { protected: virtual void _load_theme_settings() {} virtual void _validate_script() {} - virtual void _code_complete_script(const String &p_code, List *r_options) {} + virtual void _code_complete_script(const String &p_code, List *r_options) {} void _text_changed_idle_timeout(); void _code_complete_timer_timeout(); -- cgit v1.2.3