Merge pull request #55851 from Chaosus/better-completion-options-list_rebased
This commit is contained in:
commit
b238218363
2 changed files with 91 additions and 13 deletions
|
|
@ -227,6 +227,7 @@ struct ScriptCodeCompletionOption {
|
|||
Color font_color;
|
||||
RES icon;
|
||||
Variant default_value;
|
||||
Vector<Pair<int, int>> matches;
|
||||
|
||||
ScriptCodeCompletionOption() {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue