You've already forked godot
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:
@@ -227,6 +227,7 @@ struct ScriptCodeCompletionOption {
|
||||
Color font_color;
|
||||
RES icon;
|
||||
Variant default_value;
|
||||
Vector<Pair<int, int>> matches;
|
||||
|
||||
ScriptCodeCompletionOption() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user