2
0
Fork 0
godot/modules/gdscript
Александр Черник b2364048d2
LSP: don't send empty completion command
(cherry picked from commit 5715d3eb59)
2023-05-12 12:31:21 +07:00
..
doc_classes Document caveats related to exported project binary resource conversion 2023-05-12 12:31:21 +07:00
editor Make GDScript number highlighting stricter 2023-03-27 16:58:50 +07:00
icons
language_server LSP: don't send empty completion command 2023-05-12 12:31:21 +07:00
tests GDScript: Don't fail when freed object is return 2023-04-27 08:49:29 +07:00
SCsub
config.py
gdscript.cpp
gdscript.h
gdscript_analyzer.cpp GDScript: Add missing member type check when resolving `extends` 2023-04-24 17:00:35 +07:00
gdscript_analyzer.h
gdscript_byte_codegen.cpp
gdscript_byte_codegen.h
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp
gdscript_compiler.h
gdscript_disassembler.cpp GDScript: Fix wrong increment for disassembly of lambda 2023-04-27 08:49:29 +07:00
gdscript_editor.cpp Fix multi-line string highlighting with single quotes. 2023-04-26 14:14:05 +07:00
gdscript_function.cpp
gdscript_function.h
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp
gdscript_parser.h
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp Fix for mixed tabs and spaces in gdscript 2023-04-26 14:29:27 +07:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp GDScript: Don't fail when freed object is return 2023-04-27 08:49:29 +07:00
gdscript_warning.cpp
gdscript_warning.h
register_types.cpp
register_types.h