1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Show icons for code completion options

This commit is contained in:
Geequlim
2019-06-13 17:32:03 +08:00
parent 1ddb610255
commit 10cfd87414
5 changed files with 98 additions and 35 deletions

View File

@@ -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);