mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Implement didSave notification and rename request
This commit is contained in:
parent
7537875d86
commit
7c5335081c
7 changed files with 177 additions and 2 deletions
|
|
@ -2799,6 +2799,7 @@ static Error _lookup_symbol_from_base(const GDScriptParser::DataType &p_base, co
|
|||
if (base_type.class_type->has_member(p_symbol)) {
|
||||
r_result.type = ScriptLanguage::LookupResult::RESULT_SCRIPT_LOCATION;
|
||||
r_result.location = base_type.class_type->get_member(p_symbol).get_line();
|
||||
r_result.class_path = base_type.script_path;
|
||||
return OK;
|
||||
}
|
||||
base_type = base_type.class_type->base_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue