From 10cfd87414f1e39a31c2ac13ead61cbca9353afd Mon Sep 17 00:00:00 2001 From: Geequlim Date: Thu, 13 Jun 2019 17:32:03 +0800 Subject: Show icons for code completion options --- core/script_language.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/script_language.h') diff --git a/core/script_language.h b/core/script_language.h index cb103646ed..87f103bb33 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -216,6 +216,7 @@ struct ScriptCodeCompletionOption { Kind kind; String display; String insert_text; + RES icon; ScriptCodeCompletionOption() { kind = KIND_PLAIN_TEXT; -- cgit v1.2.3