Anilforextra
|
adbe948bda
String: Add contains().
|
3 years ago |
Rémi Verschelde
|
f0382530a7
Merge pull request #56268 from KoBeWi/🚗complete_setters
|
3 years ago |
Rémi Verschelde
|
b3513cffc5
Merge pull request #56326 from NNesh/fix/unknown_default_value_callable
|
3 years ago |
NNesh
|
374baff747
Fixed <unknown> text for callable default value for a function arguments hint
|
3 years ago |
Rémi Verschelde
|
393a44b275
Merge pull request #55213 from Scony/fix-gdscript-crash
|
3 years ago |
Rémi Verschelde
|
6d4ed65f4c
Merge pull request #56483 from vnen/gdscript-warning-annotation
|
3 years ago |
George Marques
|
fd643c903d
GDScript: Add annotation to ignore warnings
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
fabriceci
|
9d5b807059
Improve editor template workflow
|
3 years ago |
kobewi
|
c055c912fb
Remove autocomplete_setters_and_getters setting
|
3 years ago |
cdemirer
|
1cf3f382ba
Fix "Lookup Symbol" on global class members
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Pawel Lampe
|
4a5d98c987
Fix godot crash on null expression, fixes #53862
|
3 years ago |
Yuri Roubinsky
|
e270d1cce3
Fix autocompletion of built-in functions in GDScript
|
3 years ago |
Rémi Verschelde
|
b85dfd990e
GDScript completion: Handle quote style ad-hoc to remove editor dependency
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Rémi Verschelde
|
ea0a9e6ed3
Merge pull request #52800 from akien-mga/gdscript-remove-exp_range
|
3 years ago |
Yuri Roubinsky
|
05331a5bb9
Prevent local constant default value from incorrect override by a global
|
3 years ago |
Rémi Verschelde
|
ae3b26da7b
GDScript: Remove reference to remove `@export_exp_range`
|
3 years ago |
Rémi Verschelde
|
f6022d2aa8
Merge pull request #52362 from vnen/gdscript-lambda-completion-crash
|
3 years ago |
George Marques
|
da9daf4c3a
GDScript: Do not complete lambda arguments from parent class
|
4 years ago |
William Deurwaarder
|
b2f858870d
Show help for built-in functions (@GlobalScope)
|
4 years ago |
Lyuma
|
31f790299c
Use OrderedHashMap for autoloads to preserve order
|
4 years ago |
Max Hilbrunner
|
5161c97c9c
Remove underscore hacks
|
4 years ago |
Paulb23
|
bcfc591f86
Reorganise text editor settings
|
4 years ago |
Rémi Verschelde
|
81512a3732
Style: Cleanup code using `text_editor/completion/use_single_quotes`
|
4 years ago |
Rémi Verschelde
|
73b1f5ac79
Merge pull request #48615 from Razoric480/lsp-rename
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Hugo Locurcio
|
4bd5e4fd9b
Use the standard C `INFINITY` and `NAN` constants directly
|
4 years ago |