From 52a7be4eefbafcc983766bd80a87752b678c1c17 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Sun, 3 Sep 2017 21:23:36 +0200 Subject: [PATCH] Fixes language overridden external editors --- core/script_language.h | 1 + editor/editor_node.cpp | 13 ++++++++++++- editor/plugins/script_editor_plugin.cpp | 8 +++++++- modules/gdscript/gd_script.h | 1 - modules/visual_script/visual_script.h | 1 - 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/core/script_language.h b/core/script_language.h index 342d8c80722..2261737f9ac 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -206,6 +206,7 @@ public: virtual int find_function(const String &p_function, const String &p_code) const = 0; virtual String make_function(const String &p_class, const String &p_name, const PoolStringArray &p_args) const = 0; virtual Error open_in_external_editor(const Ref