Преглед на файлове

Merge pull request #12021 from Shin-NiL/2.1

Won't change editor tabs when using External Editor.
Andreas Haas преди 8 години
родител
ревизия
467dddf555
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. 6 1
      editor/editor_node.cpp

+ 6 - 1
editor/editor_node.cpp

@@ -1603,7 +1603,12 @@ void EditorNode::_edit_current() {
 
 	if (main_plugin) {
 
-		if (main_plugin != editor_plugin_screen) {
+		// special case if use of external editor is true
+		if (main_plugin->get_name() == "Script" && bool(EditorSettings::get_singleton()->get("external_editor/use_external_editor"))){
+			main_plugin->edit(current_obj);
+		}
+
+		else if (main_plugin != editor_plugin_screen) {
 
 			// update screen main_plugin