summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/completion/assignment_options/enum_attribute_identifier.cfg
blob: e4759ac76b822fea36324a31c5600ab17f9cce94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"}
]