Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 3.0.0-rc1
-
Windows 7 64 bit
Qt 5.1.2 (stable)
Description
- Open a Qt GUI Application project.
- Rename a source file to contain capital letters only using "Rename..." in the "Projects" view's context menu, e.g. rename "main.cpp" to "MAIN.CPP".
The file will move from "Sources" to "Headers". - Open project declarative-music-browser from "Examples/QtMobility" from a Qt 4 SDK.
- Repeat step 2 in this project.
The file will move from "Sources" to "Other files".
I think a CPP-file should still be treated as a source file. If this can't be done for some reason, the behavior should at least be consistent across projects. This used to work in 2.8.
Found by Squish test tst_rename_file.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-15241 [REG 3.5.0 -> 3.6.0] "Rename File" has different result when you do it again
- Closed