Summary: | Doc tab doesn't change with document change | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | jalal <the_jalal> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jalal
2003-05-09 13:57:55 UTC
Subject: Re: Doc tab doesn't change with document change Thanks for the patch. Applied. This bug has reappeared since mainwindowideal.* disappeared. CVS from 24/12/03 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 |