You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix #8674, and rename a few things for clarity
This commit is contained in:
@@ -2395,7 +2395,7 @@ Error GDScriptLanguage::complete_code(const String &p_code, const String &p_base
|
||||
}
|
||||
|
||||
} break;
|
||||
case GDParser::COMPLETION_PRELOAD: {
|
||||
case GDParser::COMPLETION_RESOURCE_PATH: {
|
||||
|
||||
if (EditorSettings::get_singleton()->get("text_editor/completion/complete_file_paths"))
|
||||
get_directory_contents(EditorFileSystem::get_singleton()->get_filesystem(), options);
|
||||
|
||||
Reference in New Issue
Block a user