Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.3.dev6 Renaming a file produces warning "File with name already exists" #91786

Closed
mike-hanson opened this issue May 10, 2024 · 2 comments
Closed

Comments

@mike-hanson
Copy link

Tested versions

  • Started after opening project in v4.3.dev6

System information

Windows 11 Godot 4.3.dev6

Issue description

Whenever I try to rename a file in the File System view I get a warning message "A file or folder with this same name already exists"

There may well be a file with that name somewhere in the file system of the project, but not at the same path so this warning should not be displayed.

Steps to reproduce

Given several folders for enemy scenes using the convention enemy_1, enemy_2 etc
Given I have copied enemy_1.tscn from the folder enemy_1 to the folder enemy_2 using the built in duplicate file feature
When I select the new copy of enemy_1.tscn and press F2 to rename it and change the name to enemy_2
Then I get the warning message "A file of folder with this name already exists"

Minimal reproduction project (MRP)

bug_report.zip

@AThousandShips
Copy link
Member

Sounds like a duplicate of:

Which was solved in:

Please confirm on latest master

@Chaosus
Copy link
Member

Chaosus commented May 10, 2024

Indeed, its exist on dev 6, but gone from latest master.

@Chaosus Chaosus closed this as not planned Won't fix, can't repro, duplicate, stale May 10, 2024
@Chaosus Chaosus removed this from the 4.3 milestone May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants