mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
fixes
This commit is contained in:
parent
0a6f409323
commit
7c7ab30c4e
7 changed files with 26 additions and 11 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue