Two bugs that need to be fixed

Ralf Nolden nolden at kde.org
Fri Jul 13 08:25:11 UTC 2001


"F at lk Brettschneider" wrote:
> 
> Hi,
> 
> Roland Krause wrote:
> >
> > Friends,
> >
> > there are two bugs which I would consider "high priority" for the
> > release of KDevelop-2.0.
> >
> > 1 When closing a file, more than the one active file is closed.
> > To reproduce this open 3 files in tabbed MDI mode, activate the first
> > file and hit Ctrl-W or File->Close.
> fixed in CVS.
> 
> <  bool bClosed = closeView(m_MDICoverList.last());
> ---
> >  bool bClosed = closeView((QextMdiChildView*)pCurEditView->parentWidget());
> 
> >
> > 2 Undesired switch between RFV and CV.
> > This is an old and very annoying bug that makes the treeviews close to
> > useless. I suppose that somehow the MDI manager takes over these views
> > and sends a signal that is caught wrongly and causes the switch. It
> > only happends when you switch to a source file not to a data file or to
> > a browser, so that could be a good starting point to find what's wrong
> > here.
> fixed in CVS.
> 
> diff:
> 3480,3481c3486,3488
> <     if(bAutoswitch && (dbgController == 0L)){ // only switch when not
> debugging!
> <       if ( bDefaultCV)
> ---
> >     if(bAutoswitch && doc_tree->parentWidget()->isVisible()) {
> >       if ( bDefaultCV) {

Hmm...I should read my mails up and down before writing replies when
catching up :)

Ralf
--
We're not a company, we just produce better code at less costs.
--------------------------------------------------------------------
Ralf Nolden
nolden at kde.org

The K Desktop Environment	The KDevelop Project
http://www.kde.org		http://www.kdevelop.org



-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list