Commit Graph

5 Commits

Author SHA1 Message Date
SnailRhymer
45f12bc8be Fix _class_desc_select to handle Variant.Type
Change the order of checks in _class_desc_select to first try checking current page and GlobalScope before resorting to slicing either side of the first ".". This may change previous search behaviours - previously if both x.y and @GlobalScope.x.y existed, _class_desc_select would select the former; it will now select the latter.

Also tidies up some comments.
2022-07-27 23:03:55 +02:00
2ce53f2b9e Ran include-what-you-use on the classes in the editor/ floder. 2022-03-19 00:01:30 +01:00
866569d22a Moved more includes to cpp files. 2022-03-17 11:52:53 +01:00
2c1eb4182b Limit property default value in the editor's docs, to fix formatting for properties that return lots of data by default (Like Entity's sresources). 2022-03-16 21:37:03 +01:00
49f8e8c398 Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00