Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 16.0.1
-
None
Description
Try this:
Open any existing file in QtCreator, change it with another editor and click again into the opened document in Creator.
- With Version 16.0.0 : Document reloads in Creator
- With Versin 16.0.1 Document does not reload
This is a severe bug. Changing the current commit in Git will lead to disaster when one of the opened files will be slightly modified and saved. As a result not only the modified line is on disk but the content of the previous commit will also be written to disk again.