Aaron Franke
|
1085200f51
GDScript: Replace `abstract` keyword with `@abstract` annotation
|
1 month ago |
Danil Alexeev
|
ee121ef80e
GDScript: Add support for variadic functions
|
4 months ago |
Danil Alexeev
|
a7cf2069d5
GDScript: Add abstract methods
|
3 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 |
Thaddeus Crews
|
ee82adcf04
Merge pull request #105413 from HolonProduction/gdscript-recover-match
|
2 months ago |
Danil Alexeev
|
7aafa6ef18
GDScript: Remove `leftmost_column` and `rightmost_column` fields
|
2 months ago |
Aaron Franke
|
067704f1cd
Add a keyword for abstract classes in GDScript
|
1 year ago |
HolonProduction
|
4a0e40f6ea
GDScript: Do phrase level recovery for match
|
4 months ago |
Thaddeus Crews
|
bef5d1e4f8
Merge pull request #102218 from HolonProduction/dictionary-recovery
|
4 months ago |
HolonProduction
|
e7487263ad
Autocompletion: Don't add parenthesis if `Callable` is expected
|
11 months ago |
Thaddeus Crews
|
324512e11c
Style: Replace header guards with `#pragma once`
|
6 months ago |
HolonProduction
|
ca1e444bca
GDScript: Do phrase level recovery when parsing faulty dictionaries
|
6 months ago |
HolonProduction
|
62eebf1266
Autocompletion: Account for invalid annotations when making arghint
|
6 months ago |
Yufeng Ying
|
33817b186f
Remove unused header in drivers and modules.
|
7 months ago |
Danil Alexeev
|
80d11500b5
Code Editor: Add documentation tooltips
|
8 months ago |
Danil Alexeev
|
7d65d0a908
GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations
|
8 months ago |
Thaddeus Crews
|
e9ce3932b3
Merge pull request #98099 from dalexeev/pot-gen-add-comment-support
|
9 months ago |
rune-scape
|
eb8b9898c9
GDScript: Fix cached parser error when using typed Dictionaries
|
9 months ago |
Danil Alexeev
|
cab80cb97d
POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments
|
10 months ago |
Danil Alexeev
|
85dfd89653
Add `@export_tool_button` annotation for easily creating inspector buttons
|
10 months ago |
Rémi Verschelde
|
0b4ae20156
Merge pull request #78656 from Repiteo/typed-dictionary
|
11 months ago |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 years ago |
HolonProduction
|
171c522290
Autocompletion: reintroduce enum options on assignment
|
11 months ago |
Rémi Verschelde
|
6eb1d3cf98
Merge pull request #94888 from rune-scape/no-const-cast-gdscript-parser
|
11 months ago |
Rémi Verschelde
|
58505b0bce
Merge pull request #94082 from HolonProduction/completion-force
|
1 year ago |
rune-scape
|
22f43b7879
Avoid const_cast in GDScriptParser
|
1 year ago |
HolonProduction
|
4699e69708
Autocompletion: register depended parsers with the main parser
|
1 year ago |
HolonProduction
|
0abd0ae364
Autocompletion: rework argument options string literal completion
|
1 year ago |