Summary: | exit with multiple files modified, dialog message is wrong | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jon Smirl <jonsmirl> |
Component: | All editors | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jon Smirl
2003-12-22 19:39:45 UTC
Right. We need to look at if it is possible to have katepart suppress the exit verification. this dialogs are part or the kdelibs/kparts/part.cpp file, if you don't want them to come up, set the modified flag of the part to false ;) LOL. Ok, that was too obvious.. ;) Thanks for the hint, Christoph. :) reassign to all editors, as all with suffer from this kparts stuff ;) Subject: kdevelop CVS commit by dagerbo: A rather large patch, but these things are all more or less related. It fixes the following issues: 1. Bugs #58272, #71057 and #71650 2. Modify one file. do file -> close all. katepart will show a "save file?" dialog. click cancel. the same dialog comes up again. and again... 3. Saving resets the "externally modified" icon even when it doesn't actually save 4. "Save as" a different name - tab isn't updated CCMAIL: 58272-done@bugs.kde.org CCMAIL: 71057-done@bugs.kde.org CCMAIL: 71650-done@bugs.kde.org M +112 -0 lib/util/ksavealldialog.cpp 1.5 M +25 -0 lib/util/ksavealldialog.h 1.2 M +6 -2 src/documentationpart.cpp 1.17 M +1 -1 src/documentationpart.h 1.12 M +16 -0 src/mainwindow.cpp 1.68 M +1 -0 src/mainwindow.h 1.20 M +90 -94 src/partcontroller.cpp 1.111 M +10 -2 src/partcontroller.h 1.43 M +2 -17 src/projectmanager.cpp 1.64 M +0 -1 src/projectmanager.h 1.17 |