Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 5.0.3
-
None
-
Visual Studio 2019, 64 Bit
-
-
e68e2a3159ad153bc7eb1ae6cdbfa5fcf39ab21b (qt-creator/qt-creator/6.0)
Description
During copy&paste and editing strings of the following format Qt Creator gets unresponsive for several seconds:
DEFINES += APP_A=\\\"test1\\\" DEFINES += APP_B=\\\"test2\\\" DEFINES += APP_C=\\\"test3\\\" DEFINES += APP_D=\\\"https://www.orf.at/news\\\"
Steps to reproduce:
- Create a new Qt Project.
- Add the code from above to the *.pro file.
- Clear the clipboard. Then copy the code from the pro file and insert it somewhere else.
- Qt Creator hangs.
Scenario 2:
- Create a new Qt Project.
- Add the code from above to the *.pro file.
- Edit the code in the pro file. Qt Creator randomly hangs, especially when editing the "https://www.orf.at/news" part.
Attachments
Issue Links
- depends on
-
QTBUG-98362 QFileInfo::exists takes to long
- Closed