This commit is contained in:
Juan Linietsky 2015-01-13 11:22:56 -03:00
parent 0a6f409323
commit 7c7ab30c4e
7 changed files with 26 additions and 11 deletions

View file

@ -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;