diff options
author | Geequlim <geequlim@gmail.com> | 2019-06-13 17:32:03 +0800 |
---|---|---|
committer | Geequlim <geequlim@gmail.com> | 2019-07-05 09:25:50 +0800 |
commit | 10cfd87414f1e39a31c2ac13ead61cbca9353afd (patch) | |
tree | c768b2462693aed7c22dfef9ce06f12133929d0b /core | |
parent | 1ddb61025562fc1dfde2edcf4cd5542d11414566 (diff) |
Show icons for code completion options
Diffstat (limited to 'core')
-rw-r--r-- | core/script_language.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |