You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Autocompletion: reintroduce enum options on assignment
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[output]
|
||||
include=[
|
||||
{"display": "new"},
|
||||
{"display": "SIZE_EXPAND"},
|
||||
{"display": "SIZE_EXPAND_FILL"},
|
||||
{"display": "SIZE_FILL"},
|
||||
{"display": "SIZE_SHRINK_BEGIN"},
|
||||
{"display": "SIZE_SHRINK_CENTER"},
|
||||
{"display": "SIZE_SHRINK_END"},
|
||||
]
|
||||
exclude=[
|
||||
{"display": "Control.SIZE_EXPAND"},
|
||||
{"display": "Control.SIZE_EXPAND_FILL"},
|
||||
{"display": "Control.SIZE_FILL"},
|
||||
{"display": "Control.SIZE_SHRINK_BEGIN"},
|
||||
{"display": "Control.SIZE_SHRINK_CENTER"},
|
||||
{"display": "Control.SIZE_SHRINK_END"},
|
||||
{"display": "contro_var"}
|
||||
]
|
||||
Reference in New Issue
Block a user