godot/modules/mono/editor/GodotTools/GodotTools
Rémi Verschelde c8859f0463
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 14:09:51 +02:00
..
Build Mono: Improve MSBuildFinder logic on Windows 2020-08-31 15:29:41 +02:00
Export Fix typos with codespell 2020-09-18 14:09:51 +02:00
Ides C#: Fix editor unable to play game after IDE PlayRequest 2020-08-21 02:28:18 +02:00
Internals 3.2 New csproj style with backport of Godot.NET.Sdk 2020-08-20 21:48:59 +02:00
Utils 3.2 C#: Upgrade GodotTools to nuget Microsoft.Build 2020-08-20 21:45:34 +02:00
BottomPanel.cs 3.2 New csproj style with backport of Godot.NET.Sdk 2020-08-20 21:48:59 +02:00
BuildInfo.cs [3.2] Mono/C#: Use /restore instead of /t:restore when building 2020-06-25 23:57:44 +02:00
BuildManager.cs C#: Fix editor unable to play game after IDE PlayRequest 2020-08-21 02:28:18 +02:00
BuildTab.cs 3.2 C#: Upgrade GodotTools to nuget Microsoft.Build 2020-08-20 21:45:34 +02:00
CsProjOperations.cs [3.2] C#: Fix Godot failing to find class namespace 2020-09-04 01:31:38 +02:00
ExternalEditorId.cs Support Rider as External Editor 2019-12-11 08:39:04 +01:00
GodotSharpEditor.cs [3.2] C#: Hide Build button if there's no solution to build 2020-09-04 02:18:42 +02:00
GodotTools.csproj 3.2 C#: Upgrade GodotTools to nuget Microsoft.Build 2020-08-20 21:45:34 +02:00
HotReloadAssemblyWatcher.cs Mono formatting 2019-12-11 16:32:47 -05:00
PlaySettings.cs [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00