diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-07-05 08:00:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 08:00:40 +0200 |
commit | 259a3fb1e99ecd5a4c79d4083e6db19496b8556d (patch) | |
tree | aefd9364d1a11db7c3c0f874aed004c5f3ed301e /editor/code_editor.h | |
parent | ed96e4a20fbcb63f03fb19e4b92636dcc12d17cb (diff) | |
parent | 10cfd87414f1e39a31c2ac13ead61cbca9353afd (diff) |
Merge pull request #29744 from GodotExplorer/gdscript-completion-icons
Show icons for code completion options
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r-- | editor/code_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h index 2653a8cecc..5af1f531a9 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -162,6 +162,7 @@ class CodeTextEditor : public VBoxContainer { void _update_font(); void _complete_request(); + Ref<Texture> _get_completion_icon(const ScriptCodeCompletionOption &p_option); void _font_resize_timeout(); bool _add_font_size(int p_delta); |