Danil Alexeev
|
ee121ef80e
GDScript: Add support for variadic functions
|
4 months ago |
Thaddeus Crews
|
3b963ab8b6
Merge pull request #105081 from dalexeev/gds-add-export-tool-button-autocompletion
|
2 months ago |
Rémi Verschelde
|
fb59a99244
Merge pull request #106198 from SatLess/User-Func-Autocomplete
|
2 months ago |
Sat
|
fc4df4b17d
Added working version for user-defined function autocompletion
|
3 months ago |
Rémi Verschelde
|
0518bd5fee
Merge pull request #106683 from dalexeev/gds-remove-leftmost-rightmost-column
|
2 months ago |
Danil Alexeev
|
7aafa6ef18
GDScript: Remove `leftmost_column` and `rightmost_column` fields
|
2 months ago |
Yufeng Ying
|
1384e82c2c
Improve ScriptLanguage get keyword API.
|
6 months ago |
Thaddeus Crews
|
b59d6bea4f
Merge pull request #67777 from aaronfranke/virtually-annotated
|
3 months ago |
kobewi
|
9e0203a58a
Don't synchronize scripts with errors
|
3 months ago |
Aaron Franke
|
067704f1cd
Add a keyword for abstract classes in GDScript
|
1 year ago |
HolonProduction
|
3f0ff0417c
Autocompletion: Remove additional brace from utility function options
|
3 months ago |
Lukas Tenbrink
|
e989d7bd89
Change `StringName.operator const void *` to `explicit operator bool`.
|
7 months ago |
Thaddeus Crews
|
717df3ee88
Merge pull request #105249 from Repiteo/core/math-defs-namespace
|
4 months ago |
Thaddeus Crews
|
94282d88f9
Core: Use `Math` namespace for constants
|
4 months ago |
HolonProduction
|
e7487263ad
Autocompletion: Don't add parenthesis if `Callable` is expected
|
11 months ago |
Danil Alexeev
|
4b9bcda113
GDScript: Add autocompletion for `@export_tool_button`
|
4 months ago |
Yufeng Ying
|
4029051bb1
Change ClassDB::get_inheriters_from_class.
|
7 months ago |
Yyf2333
|
22b5ec17fb
Using iterator pattern instead of List::Element *.
|
6 months ago |
A Thousand Ships
|
d9721954e6
[Core] Use `Vector` for `MethodInfo::arguments`
|
1 year ago |
A Thousand Ships
|
466590d0ec
Use `get_slicec` instead of `get_slice` for single character splitters
|
8 months ago |
A Thousand Ships
|
5113022dfe
Clean up some uses of `String::substr`
|
5 months ago |
HolonProduction
|
c00518eec7
Autocompletion: Override context for preload
|
6 months ago |
HolonProduction
|
62eebf1266
Autocompletion: Account for invalid annotations when making arghint
|
6 months ago |
HolonProduction
|
d616ea5462
Fix enum value lookup jump
|
6 months ago |
Thaddeus Crews
|
0b6a717ac1
Merge pull request #101127 from dalexeev/gds-edit-fix-enum-value-ctrl-click
|
6 months ago |
Pāvels Nadtočajevs
|
576892863c
Fix GDScript editor crash on invalid `tween_property` arguments.
|
6 months ago |
HolonProduction
|
24912d2010
Autocompletion: Try to guess method return type even if subscript base has no value
|
1 year ago |
Danil Alexeev
|
cd918ff470
GDScript: Remove `RENAMED_IN_GODOT_4_HINT` from `GDScriptWarning::Code` enum
|
7 months ago |
Aarni Koskela
|
f134769506
Fix various typos
|
7 months ago |
Danil Alexeev
|
4cef91e0f5
Editor: Fix `Ctrl+Click` on enum values does nothing
|
7 months ago |