godot/modules/mono/editor
Ignacio Etcheverry d0f365fe0f [3.2] C#: Fix completion request with case insensitive resource path
Sometimes Visual Studio documents have the root path all in upper case.
Since Godot doesn't support loading resource files with a case insensitive path,
this makes script resource loading to fail when the Godot editor gets code
completion requests from Visual Studio.
This fix allows the resource path part of the path to be case insensitive. It
still doesn't support cases where the rest of the path is also case insensitive.
For that we would need a proper API for comparing paths. However, this fix
should be enough for our current cases.
2020-06-23 21:04:08 +02:00
..
GodotTools [3.2] C#: Fix completion request with case insensitive resource path 2020-06-23 21:04:08 +02:00
bindings_generator.cpp Mono/C#: Fix comment generation for non-constant param default 2020-01-02 18:10:02 +01:00
bindings_generator.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
code_completion.cpp [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00
code_completion.h [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00
csharp_project.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
csharp_project.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
editor_internal_calls.cpp [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00
editor_internal_calls.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godotsharp_export.cpp Mono/C#: Allow debugging exported games 2020-04-23 11:15:35 +02:00
godotsharp_export.h Mono/C#: Allow debugging exported games 2020-04-23 11:15:35 +02:00
script_class_parser.cpp Fix C# preprocessor infinite loop and incorrect parsing of #if! 2020-01-24 17:53:17 +01:00
script_class_parser.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00