virtualx-engine/modules/mono/editor/GodotTools/GodotTools
Rémi Verschelde 3e78963bb9
Fix typos with codespell
Using codespell 1.17.1.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2020-09-18 13:44:25 +02:00
..
Build Mono: Improve MSBuildFinder logic on Windows 2020-08-29 12:55:29 +02:00
Export Fix typos with codespell 2020-09-18 13:44:25 +02:00
Ides C#: Fix editor unable to play game after IDE PlayRequest 2020-08-19 00:14:57 +02:00
Internals C#: Switch games to MSBuild Sdks and .NET Standard 2020-07-25 19:22:01 +02:00
Utils C#: Fix completion request with case insensitive resource path 2020-06-23 20:29:19 +02:00
BottomPanel.cs C#: Switch games to MSBuild Sdks and .NET Standard 2020-07-25 19:22:01 +02:00
BuildInfo.cs Mono/C#: Use /restore instead of /t:restore when building 2020-06-25 23:50:05 +02:00
BuildManager.cs C#: Fix editor unable to play game after IDE PlayRequest 2020-08-19 00:14:57 +02:00
BuildTab.cs Mono/C#: Fix InvalidCast because of attempt to unbox long as int 2020-06-25 23:37:53 +02:00
CsProjOperations.cs C#: Fix Godot failing to find class namespace 2020-09-04 01:26:05 +02:00
ExternalEditorId.cs Mono: fix bad long casts and wrong underlying enum types in GodotTools 2020-06-24 09:35:13 -04:00
GodotSharpEditor.cs C#: Hide Build button if there's no solution to build 2020-09-04 02:07:12 +02:00
GodotTools.csproj C#: Add VisualStudio support 2020-06-15 21:29:16 +02:00
HotReloadAssemblyWatcher.cs Change assembly watcher after notification changes 2020-06-30 17:41:38 -04:00
PlaySettings.cs C#: Rewrite GodotTools messaging protocol 2020-05-09 21:49:40 +02:00