Thaddeus Crews
|
6277e9d02b
|
Merge pull request #93429 from dalexeev/fix-method-signature-appearance
GDScript: Fix call hint appearance for complex callees
|
2025-06-24 09:58:49 -05:00 |
|
Aaron Franke
|
1085200f51
|
GDScript: Replace abstract keyword with @abstract annotation
Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
|
2025-06-23 12:24:45 -07:00 |
|
Danil Alexeev
|
a59587c308
|
GDScript: Fix double spaces for type hints when connecting signal
|
2025-06-23 21:46:03 +03:00 |
|
Danil Alexeev
|
fbede89573
|
GDScript: Fix call hint appearance for complex callees
|
2025-06-23 19:28:48 +03:00 |
|
HolonProduction
|
991c1a85a9
|
Autocompletion: Don't filter overrides when the existing function is the current one
|
2025-06-22 16:25:36 +02:00 |
|
HolonProduction
|
49e8d3ff98
|
Autocompletion: Don't use next for GET_NODE inference
|
2025-06-17 17:03:59 +02:00 |
|
HolonProduction
|
242b5efd9d
|
Autocompletion: Fix type resolution when assigning variant
|
2025-06-15 20:17:19 +02:00 |
|
HolonProduction
|
98f3af86fa
|
Autocompletion: Use correct completion type for argument options
|
2025-06-15 19:42:11 +02:00 |
|
HolonProduction
|
af54b13603
|
Autocompletion: Add support for global enums
|
2025-06-15 19:41:13 +02:00 |
|
Danil Alexeev
|
ee121ef80e
|
GDScript: Add support for variadic functions
|
2025-06-09 21:53:05 +03:00 |
|
Thaddeus Crews
|
3b963ab8b6
|
Merge pull request #105081 from dalexeev/gds-add-export-tool-button-autocompletion
GDScript: Add autocompletion for `@export_tool_button`
|
2025-06-09 12:31:43 -05:00 |
|
Rémi Verschelde
|
fb59a99244
|
Merge pull request #106198 from SatLess/User-Func-Autocomplete
Add code completion for user-defined methods when overriding in GDScript
|
2025-06-09 00:44:22 +02:00 |
|
Sat
|
fc4df4b17d
|
Added working version for user-defined function autocompletion
|
2025-06-08 07:01:35 -03:00 |
|
Rémi Verschelde
|
0518bd5fee
|
Merge pull request #106683 from dalexeev/gds-remove-leftmost-rightmost-column
GDScript: Remove `leftmost_column` and `rightmost_column` fields
|
2025-06-05 13:12:02 +02:00 |
|
Danil Alexeev
|
7aafa6ef18
|
GDScript: Remove leftmost_column and rightmost_column fields
|
2025-05-21 18:16:20 +03:00 |
|
Yufeng Ying
|
1384e82c2c
|
Improve ScriptLanguage get keyword API.
|
2025-05-17 18:43:19 +08:00 |
|
Thaddeus Crews
|
b59d6bea4f
|
Merge pull request #67777 from aaronfranke/virtually-annotated
Add a keyword for abstract classes in GDScript
|
2025-05-13 16:22:16 -05:00 |
|
kobewi
|
9e0203a58a
|
Don't synchronize scripts with errors
|
2025-05-08 17:29:15 +02:00 |
|
Aaron Franke
|
067704f1cd
|
Add a keyword for abstract classes in GDScript
Co-authored-by: Danil Alexeev <danil@alexeev.xyz>
|
2025-05-02 00:03:04 -07:00 |
|
HolonProduction
|
3f0ff0417c
|
Autocompletion: Remove additional brace from utility function options
|
2025-04-15 13:25:28 +02:00 |
|
Lukas Tenbrink
|
e989d7bd89
|
Change StringName.operator const void * to explicit operator bool.
|
2025-04-11 18:34:01 +02:00 |
|
Thaddeus Crews
|
717df3ee88
|
Merge pull request #105249 from Repiteo/core/math-defs-namespace
Core: Use `Math` namespace for constants
|
2025-04-11 09:51:04 -05:00 |
|
Thaddeus Crews
|
94282d88f9
|
Core: Use Math namespace for constants
|
2025-04-10 16:29:30 -05:00 |
|
HolonProduction
|
e7487263ad
|
Autocompletion: Don't add parenthesis if Callable is expected
|
2025-04-10 18:40:32 +02:00 |
|
Danil Alexeev
|
4b9bcda113
|
GDScript: Add autocompletion for @export_tool_button
|
2025-04-06 08:21:43 +03:00 |
|
Yufeng Ying
|
4029051bb1
|
Change ClassDB::get_inheriters_from_class.
|
2025-04-04 23:47:19 +08:00 |
|
Yyf2333
|
22b5ec17fb
|
Using iterator pattern instead of List::Element *.
Co-authored-by: Adam Scott <ascott.ca@gmail.com>
|
2025-03-28 13:29:15 +08:00 |
|
A Thousand Ships
|
d9721954e6
|
[Core] Use Vector for MethodInfo::arguments
|
2025-03-10 13:57:53 +01:00 |
|
A Thousand Ships
|
466590d0ec
|
Use get_slicec instead of get_slice for single character splitters
|
2025-03-08 20:36:37 +01:00 |
|
A Thousand Ships
|
5113022dfe
|
Clean up some uses of String::substr
Cases where the end position is either equvalent to the default or past
the end of the string.
|
2025-03-07 14:50:38 +01:00 |
|
HolonProduction
|
c00518eec7
|
Autocompletion: Override context for preload
|
2025-02-13 22:56:06 +01:00 |
|
HolonProduction
|
62eebf1266
|
Autocompletion: Account for invalid annotations when making arghint
|
2025-02-11 09:17:22 +01:00 |
|
HolonProduction
|
d616ea5462
|
Fix enum value lookup jump
|
2025-02-06 10:04:01 +01:00 |
|
Thaddeus Crews
|
0b6a717ac1
|
Merge pull request #101127 from dalexeev/gds-edit-fix-enum-value-ctrl-click
Editor: Fix `Ctrl+Click` on enum values does nothing
|
2025-02-04 09:04:17 -06:00 |
|
Pāvels Nadtočajevs
|
576892863c
|
Fix GDScript editor crash on invalid tween_property arguments.
|
2025-01-16 10:40:13 +02:00 |
|
HolonProduction
|
24912d2010
|
Autocompletion: Try to guess method return type even if subscript base has no value
|
2025-01-11 23:50:43 +01:00 |
|
Danil Alexeev
|
cd918ff470
|
GDScript: Remove RENAMED_IN_GODOT_4_HINT from GDScriptWarning::Code enum
|
2025-01-09 21:07:41 +03:00 |
|
Aarni Koskela
|
f134769506
|
Fix various typos
* Add TODO notes for typos that should be fixed for 5.0
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
2025-01-08 14:47:42 +02:00 |
|
Danil Alexeev
|
4cef91e0f5
|
Editor: Fix Ctrl+Click on enum values does nothing
|
2025-01-04 17:28:53 +03:00 |
|
Danil Alexeev
|
80d11500b5
|
Code Editor: Add documentation tooltips
|
2024-12-15 10:51:33 +03:00 |
|
Thaddeus Crews
|
8f16f864a6
|
Merge pull request #99765 from dalexeev/core-fix-json-from-to-native
Core: Fix `JSON.{from,to}_native()` issues
|
2024-12-10 14:15:53 -06:00 |
|
Thaddeus Crews
|
a372214a4a
|
Merge pull request #76020 from dalexeev/gds-warning-ignore-regions
GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations
|
2024-12-09 14:33:38 -06:00 |
|
Lukas Tenbrink
|
b5c31ebb41
|
Add contains_char() for single-character 'contains' calls.
|
2024-12-06 20:23:35 +01:00 |
|
Danil Alexeev
|
7d65d0a908
|
GDScript: Add @warning_ignore_start and @warning_ignore_restore annotations
|
2024-12-06 15:37:02 +03:00 |
|
rune-scape
|
d58b2e879f
|
Get rid of easily removable uses of const_cast
|
2024-12-01 17:50:13 -08:00 |
|
Danil Alexeev
|
bd1a35ce9e
|
Core: Fix JSON.{from,to}_native() issues
|
2024-11-29 12:43:06 +03:00 |
|
Lazy-Rabbit-2001
|
ae853e1a42
|
Improve GDScript autocompletion for methods
|
2024-11-22 18:24:45 +08:00 |
|
A Thousand Ships
|
68f638cf02
|
Use (r)find_char instead of (r)find for single characters
|
2024-11-17 10:02:18 +01:00 |
|
Thaddeus Crews
|
4d4353179e
|
Merge pull request #97218 from wenqiangwang/local_debuggger_expr_evalulation
Add support for `print` command in local (command line `-d`) debugger
|
2024-11-12 12:13:13 -06:00 |
|
Thaddeus Crews
|
7da6d6032b
|
Merge pull request #96927 from HolonProduction/completion-inner-class-base-crash
Autocompletion: Don't use owner for inner classes
|
2024-10-25 13:03:53 -05:00 |
|