From 145a45fd3f15b3d7929e5e702b8828186fed34fb Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Tue, 16 Apr 2019 22:27:13 +0200 Subject: [PATCH 1/2] Fix code completion not working with class_name --- core/script_language.h | 2 +- editor/plugins/script_text_editor.cpp | 2 +- .../gdnative/include/pluginscript/godot_pluginscript.h | 2 +- modules/gdnative/pluginscript/pluginscript_language.cpp | 4 ++-- modules/gdnative/pluginscript/pluginscript_language.h | 2 +- modules/gdscript/gdscript.h | 2 +- modules/gdscript/gdscript_editor.cpp | 8 ++++---- modules/mono/csharp_script.h | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/core/script_language.h b/core/script_language.h index 005e21e2ccc4..1eace8088a13 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -245,7 +245,7 @@ public: virtual Error open_in_external_editor(const Ref