godot/modules/mono/editor/GodotTools
Hugo Locurcio 31b7f02a29
Remove ToolButton in favor of Button
ToolButton has no redeeming differences with Button;
it's just a Button with the Flat property enabled by default.
Removing it avoids some confusion when creating GUIs.

Existing ToolButtons will be converted to Buttons, but the Flat
property won't be enabled automatically.

This closes https://github.com/godotengine/godot-proposals/issues/1081.
2020-06-19 20:49:49 +02:00
..
GodotTools Remove ToolButton in favor of Button 2020-06-19 20:49:49 +02:00
GodotTools.BuildLogger C#: Use Sdks in GodotTools csprojs and switch to nuget Microsoft.Build 2020-05-09 21:36:31 +02:00
GodotTools.Core C#: Use Sdks in GodotTools csprojs and switch to nuget Microsoft.Build 2020-05-09 21:36:31 +02:00
GodotTools.IdeMessaging C#: Add VisualStudio support 2020-06-15 21:29:16 +02:00
GodotTools.IdeMessaging.CLI C#: Rewrite GodotTools messaging protocol 2020-05-09 21:49:40 +02:00
GodotTools.OpenVisualStudio C#: Add VisualStudio support 2020-06-15 21:29:16 +02:00
GodotTools.ProjectEditor C#: Add VisualStudio support 2020-06-15 21:29:16 +02:00
.gitignore Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.sln C#: Add VisualStudio support 2020-06-15 21:29:16 +02:00