X Tutup
Skip to content

Fix the issue of no scan after dir creation and/or deletion#113541

Merged
akien-mga merged 1 commit intogodotengine:masterfrom
Rindbee:fix-no-scan-after-dir-creation-and-deletion
Dec 4, 2025
Merged

Fix the issue of no scan after dir creation and/or deletion#113541
akien-mga merged 1 commit intogodotengine:masterfrom
Rindbee:fix-no-scan-after-dir-creation-and-deletion

Conversation

@Rindbee
Copy link
Contributor

@Rindbee Rindbee commented Dec 4, 2025

When EditorFileDialog creates/deletes a directory during interactive operation, it needs to notify EditorFileSystem to scan and detect the filesystem change.

Fix #111212 (comment).

@Rindbee Rindbee requested review from a team as code owners December 4, 2025 05:24
@Rindbee Rindbee force-pushed the fix-no-scan-after-dir-creation-and-deletion branch from 5f8fd43 to c9dfab6 Compare December 4, 2025 05:51
@AThousandShips AThousandShips added this to the 4.6 milestone Dec 4, 2025
@Rindbee Rindbee force-pushed the fix-no-scan-after-dir-creation-and-deletion branch from c9dfab6 to 8e17f6e Compare December 4, 2025 13:11
@KoBeWi KoBeWi moved this from Unassessed to Bad in 4.x Release Priorities & Blockers Dec 4, 2025
When `EditorFileDialog` creates/deletes a directory during interactive
operation, it needs to notify `EditorFileSystem` to scan and detect
the filesystem change.
@Rindbee Rindbee force-pushed the fix-no-scan-after-dir-creation-and-deletion branch from 8e17f6e to 5ff8f21 Compare December 4, 2025 13:40
@Rindbee
Copy link
Contributor Author

Rindbee commented Dec 4, 2025

The suggested modifications have been made.

@akien-mga akien-mga merged commit 9449e8c into godotengine:master Dec 4, 2025
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@Rindbee Rindbee deleted the fix-no-scan-after-dir-creation-and-deletion branch December 5, 2025 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup