You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Unify usage of GLOBAL/EDITOR_GET
This commit is contained in:
@@ -140,7 +140,7 @@ PackedStringArray get_code_completion(CompletionKind p_kind, const String &p_scr
|
||||
}
|
||||
} break;
|
||||
case CompletionKind::RESOURCE_PATHS: {
|
||||
if (bool(EditorSettings::get_singleton()->get("text_editor/completion/complete_file_paths"))) {
|
||||
if (bool(EDITOR_GET("text_editor/completion/complete_file_paths"))) {
|
||||
_get_directory_contents(EditorFileSystem::get_singleton()->get_filesystem(), suggestions);
|
||||
}
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user