rune-scape
|
d58b2e879f
Get rid of easily removable uses of const_cast
|
1 year ago |
Lazy-Rabbit-2001
|
ae853e1a42
Improve GDScript autocompletion for methods
|
8 months ago |
A Thousand Ships
|
68f638cf02
Use `(r)find_char` instead of `(r)find` for single characters
|
8 months ago |
Thaddeus Crews
|
4d4353179e
Merge pull request #97218 from wenqiangwang/local_debuggger_expr_evalulation
|
9 months ago |
Thaddeus Crews
|
7da6d6032b
Merge pull request #96927 from HolonProduction/completion-inner-class-base-crash
|
9 months ago |
Yevhen Babiichuk (DustDFG)
|
8c29ef38fc
Add some comments to #endif's where it will easier life
|
9 months ago |
HolonProduction
|
16aae0d7a7
Autocompletion: Don't use owner for inner classes
|
11 months ago |
Chaosus
|
54f6a1bf64
Fix lookup symbol for enum members to search a correct code definition
|
1 year ago |
Rémi Verschelde
|
0b2446101c
Merge pull request #96693 from HolonProduction/annotation-arg-hint
|
10 months ago |
Rémi Verschelde
|
7f1f9799c5
Merge pull request #92263 from HolonProduction/autocompletion-get-node-set-value-if-type-compatible
|
10 months ago |
Wenqiang
|
9a94353fa3
Added support for 'print' command in local (command line -d) debugger
|
10 months ago |
Haoyu Qiu
|
a751c05b15
Fix script editor wrongly replaces and quotes non-ASCII letters
|
10 months ago |
Rémi Verschelde
|
1ff2186fe9
Merge pull request #96666 from aXu-AP/unique-node-no-quotes
|
11 months ago |
HolonProduction
|
00dfd568e0
Autocompletion: Add arghint for annotations
|
11 months ago |
aXu-AP
|
2525311538
Remove unneeded quotes from autocomplete % nodes
|
11 months ago |
Rémi Verschelde
|
0b4ae20156
Merge pull request #78656 from Repiteo/typed-dictionary
|
11 months ago |
Rémi Verschelde
|
721d280b8a
Merge pull request #96326 from HolonProduction/completion-hacks-and-fixes
|
11 months ago |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 years ago |
HolonProduction
|
171c522290
Autocompletion: reintroduce enum options on assignment
|
11 months ago |
rune-scape
|
154049ce17
StringName Dictionary keys
|
1 year ago |
Haoyu Qiu
|
8bf4ecc026
Add `String.is_valid_unicode_identifier()`
|
11 months ago |
HolonProduction
|
ccbdb34a2a
Improve autocompletion for indices
|
2 years ago |
Rémi Verschelde
|
2a61a2fa2f
Merge pull request #89274 from 0x0ACB/unchecked_cast
|
1 year ago |
Rémi Verschelde
|
f361133601
Merge pull request #94664 from dalexeev/gds-fix-make-arguments-hint
|
1 year ago |
Rémi Verschelde
|
7708f0e163
Merge pull request #85382 from HolonProduction/in-case-of-a-script
|
1 year ago |
Danil Alexeev
|
37a3a98fde
GDScript: Fix incorrect default values in `_make_arguments_hint()`
|
1 year ago |
HolonProduction
|
4699e69708
Autocompletion: register depended parsers with the main parser
|
1 year ago |
HolonProduction
|
402bdfa3b7
Generate `arghint` for script types
|
1 year ago |
HolonProduction
|
9a84387017
Autocompletion: Keep get_node values which are compatible with type hint
|
1 year ago |
HolonProduction
|
70488d40db
Autocompletion: Don't use `in` operator to decide over variant lookup
|
1 year ago |