some work on the save-modified-files logic. We no longer rely
on QFileInfo to tell us that a file is not writable, but accept that the attempt to save a file might actually fail (:-) ). This solves the NT network domain issue without the insane slowness. The stuff needs more work. We do not have any UI for failing save operations when closing creator (other than it doesn't close). Bad.
Showing
- src/plugins/coreplugin/editormanager/editormanager.cpp 22 additions, 9 deletionssrc/plugins/coreplugin/editormanager/editormanager.cpp
- src/plugins/coreplugin/filemanager.cpp 1 addition, 0 deletionssrc/plugins/coreplugin/filemanager.cpp
- src/plugins/coreplugin/mainwindow.cpp 2 additions, 2 deletionssrc/plugins/coreplugin/mainwindow.cpp
- src/plugins/texteditor/basetextdocument.cpp 0 additions, 11 deletionssrc/plugins/texteditor/basetextdocument.cpp
Loading
Please register or sign in to comment