From 6687484958412ff0f3bd6d97cbc1fcebc7ae64d2 Mon Sep 17 00:00:00 2001 From: geequlim Date: Sun, 25 Jun 2017 17:20:01 +0800 Subject: Better user expirence with external text editors. Implements open_in_external_editor for subclasses of ScriptLanguage. Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor. --- modules/gdnative/gdnative.h | 2 +- modules/gdscript/gd_script.h | 1 + modules/visual_script/visual_script.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gdnative/gdnative.h b/modules/gdnative/gdnative.h index 6716b684a0..650f999192 100644 --- a/modules/gdnative/gdnative.h +++ b/modules/gdnative/gdnative.h @@ -335,7 +335,7 @@ public: virtual bool has_named_classes() const; virtual int find_function(const String &p_function, const String &p_code) const; virtual String make_function(const String &p_class, const String &p_name, const PoolStringArray &p_args) const; - + virtual Error open_in_external_editor(const Ref