virtualx-engine/modules/mono/editor/GodotTools
Ignacio Etcheverry 20d7013c60 Mono/C#: Fix project export and fix FindLast/GetFile regression
d09193b08a introduced a regression in
StringExtensions.FindLast. StringExtensions.GetFile was also affected as it
relies on FindLast. This in turn broke the project exporter as it uses GetFile.
The cause of the regression is that now FindLast is calling LastIndexOf
with 'startIndex: 0'. This should be 'startIndex: str.Length - 1' instead.

Also fixed another regression in the project exporter:
de7c2ad21b moved 'GodotTools/GodotSharpExport.cs'
to 'GodotTools/Export/ExportPlugin.cs' and in doing so accidently reverted
the changes from commit e439581198.
2019-12-17 13:06:41 +01:00
..
GodotTools Mono/C#: Fix project export and fix FindLast/GetFile regression 2019-12-17 13:06:41 +01:00
GodotTools.BuildLogger Mono formatting 2019-12-11 16:32:47 -05:00
GodotTools.Core Mono formatting 2019-12-11 16:32:47 -05:00
GodotTools.IdeConnection Mono formatting 2019-12-11 16:32:47 -05:00
GodotTools.ProjectEditor Mono formatting 2019-12-11 16:32:47 -05:00
.gitignore Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.sln C#: Add Ide Connection library and server for the editor 2019-08-04 01:57:53 +02:00