Bug 72821 - The views are hidden when you stop the debugger
Summary: The views are hidden when you stop the debugger
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: IDEAl (show other bugs)
Version: git master
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-17 16:17 UTC by András Manţia
Modified: 2004-06-06 03:19 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 András Manţia 2004-01-17 16:17:46 UTC
Setup: 
IDEAL, treeviews do not overlap the editor. Treeviews at left and message 
outputs at bottom are visible. 
 
1. Start program in debugger. Stop the debugger. All the visible views (eg. 
classes and gdb) are minimized, although their status is not minimized (e.g the 
Classes text is visible) and the editor window is maximized. 
 
2a. Now start the program again. The lower view (GDB) is restored, but it's 
size is not. 
 
2b. Do not start the program, just try to make the views visible.  Their size 
is not restored. 
 
There are similar problems when starting KDevelop, but I will report later.
Comment 1 András Manţia 2004-01-17 16:34:14 UTC
Subject: 
Forgot to tell:  KDE CVS from 2004/01/17, thus using KMDI from kdelibs.

Comment 2 Jens Dagerbo 2004-01-21 15:32:02 UTC
Confirmed. This isn't implemented for IDEAl mode. :(
Comment 3 Jens Dagerbo 2004-01-21 15:33:43 UTC
If I understood jowenn correctly, this needs fixes in kmdi/kdeui to work, btw.
Comment 4 András Manţia 2004-01-21 15:56:18 UTC
How could I make such mistakes in the title? ;-)
Comment 5 Jens Dagerbo 2004-04-19 19:31:01 UTC
Reading this report again I'm not really sure what it's about.

In all modes except IDEAl, the debugger toolviews disappear when the debugger isn't running. This is the intended (and IMHO wanted) behaviour. However, the undocking performed in the other UI modes is used for a different purpose for IDEAl and this is, if I understand it correctly, the cause of the problem. 

Again, this issued needs to be solved in kmdi.
Comment 6 Jens Dagerbo 2004-06-06 03:19:50 UTC
The real bug - that IDEAl toolviews didn't hide and just closed - is fixed in CVS.

Closing as FIXED.