1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Fix highlight for completion options match (rebased)

Co-authored-by: Gustav Andersson <gvekan@users.noreply.github.com>
This commit is contained in:
Yuri Roubinsky
2021-12-12 09:21:00 +03:00
parent 092a286127
commit 526390c048
2 changed files with 91 additions and 13 deletions

View File

@@ -227,6 +227,7 @@ struct ScriptCodeCompletionOption {
Color font_color;
RES icon;
Variant default_value;
Vector<Pair<int, int>> matches;
ScriptCodeCompletionOption() {}