Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.12.0 Beta 4
-
Fix Version/s: 5.12.1, 5.13.0 Alpha 1
-
Component/s: QML: Tooling
-
Labels:None
-
Commits:80d26c15080c92012f0a51f7675d3c70ad56a8bd (qt/qtdeclarative/5.12)
Description
Editors frequently save files by replacing, rather than overwriting a file. For a file system watcher this looks like the file is first removed and then re-added. The Qt built-in QFileSystemWatcher will stop watching files once they are removed. Therefore the preview will only catch the first edit of such a file.
Attachments
Issue Links
- resulted from
-
QTBUG-72227 QFileSystemWatcher reacts only once on file change
-
- Reported
-
-
QTBUG-24898 QFileSystemWatcher (inotify) and editors that rename files
-
- Closed
-