diff options
| author | Juan Linietsky | 2015-01-13 11:22:56 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-01-13 11:22:56 -0300 |
| commit | 7c7ab30c4ef74f3e7a90ab6d23d69d545fac7cf3 (patch) | |
| tree | c96e59671f1ae3a6b8696784f281db0193aaa2d7 /modules/gdscript/gd_editor.cpp | |
| parent | 0a6f409323eda5d1ae2c968bbd482c8af1370466 (diff) | |
| download | godot-7c7ab30c4ef74f3e7a90ab6d23d69d545fac7cf3.tar.gz godot-7c7ab30c4ef74f3e7a90ab6d23d69d545fac7cf3.tar.zst godot-7c7ab30c4ef74f3e7a90ab6d23d69d545fac7cf3.zip | |
Diffstat (limited to 'modules/gdscript/gd_editor.cpp')
| -rw-r--r-- | modules/gdscript/gd_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_editor.cpp b/modules/gdscript/gd_editor.cpp index 12dc1bb13..20cd09efd 100644 --- a/modules/gdscript/gd_editor.cpp +++ b/modules/gdscript/gd_editor.cpp @@ -1661,7 +1661,7 @@ Error GDScriptLanguage::complete_code(const String& p_code, const String& p_base //print_line( p_code.replace(String::chr(0xFFFF),"<cursor>")); GDParser p; - Error err = p.parse(p_code,p_base_path); + Error err = p.parse(p_code,p_base_path,true); bool isfunction=false; Set<String> options; |
