Version: CVS (using KDE Devel) Installed from: Compiled sources 'window close all others' always leaves window in last tab open. It should be leaving the window with the focus open.
Confirmed.
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