Bug 72821

Summary: The views are hidden when you stop the debugger
Product: [Applications] kdevelop Reporter: András Manţia <amantia>
Component: UI: IDEAlAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

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.