kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 лет назад |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 лет назад |
VolTer
|
ac1761c8cd
Fix outdated keywords autocompletion
|
2 лет назад |
Aaron Franke
|
094e8db97c
Fix hide_slider vs no_slider inconsistency in editor property code
|
2 лет назад |
Hugo Locurcio
|
f7292dbeb3
Rename `or_lesser` range property hint to `or_less`
|
3 лет назад |
Haoyu Qiu
|
660c700f9c
Fix action name completion for `Input`
|
2 лет назад |
Rémi Verschelde
|
a946768151
Merge pull request #63015 from Xwdit/fix_gds_editor_tooltip_arg_type
|
3 лет назад |
Xwdit
|
e25c86bf5d
Fixed incorrect type display of function argument in GDScript editor tooltips
|
3 лет назад |
Xwdit
|
7e262310a2
Fixed incorrect type display of void return in GDScript editor tooltips
|
3 лет назад |
Yuri Rubinsky
|
df85c9871f
Prevent global functions from overriding completion of subscript
|
3 лет назад |
Antonio Dell'Annunziata
|
7b975b50dc
fix(gdscript): Fix infinite loop on type inferernce from super method calls
|
3 лет назад |
cdemirer
|
e9a5beeb01
Fix crash while trying to autocomplete non-global Autoload
|
3 лет назад |
Rémi Verschelde
|
fdff28e1a2
Merge pull request #62699 from cdemirer/fix-autocomplete-var-assigned-same-statement
|
3 лет назад |
Rémi Verschelde
|
4c56885bc0
Merge pull request #62690 from cdemirer/fix-infinite-guess-recursion
|
3 лет назад |
Rémi Verschelde
|
4873886830
Merge pull request #62760 from cdemirer/fix-annotation-initializer-conflict
|
3 лет назад |
Rémi Verschelde
|
635d447a69
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
|
3 лет назад |
Rémi Verschelde
|
ea61cd3b32
Merge pull request #62707 from YuriSizov/gdscript-group-those-props
|
3 лет назад |
cdemirer
|
f280975bf1
Fix priority of annotated type vs initializer type
|
3 лет назад |
reduz
|
5ac42cf576
Implement a BitField hint
|
3 лет назад |
Yuri Sizov
|
f85bafaa11
Add grouping annotations for class properties in GDScript
|
3 лет назад |
Yuri Sizov
|
a9098e6147
Add support for documenting built-in annotations
|
3 лет назад |
cdemirer
|
3a827349bf
Fix autocomplete for variable which is assigned to in the current statement
|
3 лет назад |
cdemirer
|
bd518f6b11
Fix infinite recursion when guessing type of variable which is being assigned to
|
3 лет назад |
Marcus Elg
|
6c1ac9f3be
Rename export_range's noslider option to no_slider
|
3 лет назад |
Marcus Elg
|
46bbbd9770
Allow autocompletion of "noslider" in export_range
|
3 лет назад |
Rémi Verschelde
|
e465b72b9b
Merge pull request #61389 from snailrhymer/lookup-fix
|
3 лет назад |
SnailRhymer
|
3a87d1acae
Make Lookup Symbol recognize assert and preload in the script editor
|
3 лет назад |
SnailRhymer
|
688a62d841
Fix lookup_code to properly handle symbols at start of assignments
|
3 лет назад |
reduz
|
45af29da80
Add a new HashSet template
|
3 лет назад |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 лет назад |