Bug 77733 - Window close all doesn't
Summary: Window close all doesn't
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: all modes (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-16 05:44 UTC by Jon Smirl
Modified: 2004-04-20 03:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Smirl 2004-03-16 05:44:50 UTC
Version:           CVS (using KDE Devel)
Installed from:    Compiled sources

I'm running current CVS with the new tabbar code.

1) Window close all doesn't close all anymore.
2) Also, every time I exit kdevelop I segfault but it doesn't generate a backtrace.
3) The close buttons on the tabs don't work.
4) Isn't the window menu supposed to be the last menu before help? It's that way in all of the other apps I checked.
5) It'd be nice if kdevelop remembered that active tab between sessions

You probably already know all this anyway
Comment 1 Jens Dagerbo 2004-04-19 19:20:50 UTC
"1)" is fixed

Can't reproduce 2) and 3)

4) should be a different bug report (and in fact, I think there is one)
5) nice wish. different report, please.

Closing.
Comment 2 Jon Smirl 2004-04-19 22:40:24 UTC
3 is still broken. The little gear icon on the ideal mode file tabs is supposed to close the window if clicked. It used to do it but it got broken when the tab API changed.
Comment 3 Jens Dagerbo 2004-04-20 00:38:56 UTC
What versions are you runnnig?

kmdi branch + kdevelop branch works on my test box.
kmdi head + kdevelop head works on my development box.
Comment 4 Jens Dagerbo 2004-04-20 00:41:33 UTC
err... Maybe you just need to go into Configure KDevelop -> User Interface options to turn the feature on. It's off by default in HEAD.
Comment 5 Jon Smirl 2004-04-20 03:10:28 UTC
That works now. I was unaware that it had become a config option.