Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.4.0-beta1
-
Windows 7 64 bit
Qt 5.3.2
-
538af8ba179518d9a784cba5caf3ced2126d6f32
Description
- Create a new Qt Widgets Application project.
- In Projects view, right-click on mainwindow.h and select "Rename..." from the context menu.
- Type "MAINWINDOW.H" and press Enter.
The file will be renamed correctly in the file system and in the pro-file. In Projects view, it doesn't change, though. - In Projects view, right-click on mainwindow.h and select "Rename..." from the context menu again.
- Type "somefile.h" and press Enter.
The file will disappear from the project.
Renaming a file should still work correctly, even if only the case of the letters changes.
Found by Squish test tst_rename_file
Attachments
Issue Links
- relates to
-
QTCREATORBUG-9197 Renaming file by changing letter case fails on Mac
- Closed
-
QTBUG-3570 QFile::rename() fails if names differ only in case
- Closed
-
QTCREATORBUG-30846 File renaming doesn't work if only case is changed
- Closed