From 27b7fb8e668fa5cad0d2a63023dc1fa03b254924 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Sun, 29 Oct 2017 05:57:20 +0100 Subject: [PATCH] Mono: Add build project button and reload interval --- modules/mono/csharp_script.cpp | 4 ++ modules/mono/editor/godotsharp_builds.cpp | 4 +- modules/mono/editor/godotsharp_builds.h | 2 + modules/mono/editor/godotsharp_editor.cpp | 61 +++++++++++++++++------ modules/mono/editor/godotsharp_editor.h | 23 +++++++++ modules/mono/editor/mono_bottom_panel.cpp | 15 ++++++ modules/mono/editor/mono_bottom_panel.h | 2 + modules/mono/mono_gd/gd_mono.cpp | 2 + 8 files changed, 96 insertions(+), 17 deletions(-) diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp index 2e1cdf8d01e..3d91a6de6ca 100644 --- a/modules/mono/csharp_script.cpp +++ b/modules/mono/csharp_script.cpp @@ -477,6 +477,7 @@ void CSharpLanguage::reload_tool_script(const Ref