Two bugs that need to be fixed
Roland Krause
rokrau at yahoo.com
Mon Jul 9 21:48:06 UTC 2001
Falk,
many thanks!!! Updating...
Roland
PS: I am going to switch to KDE-2.2b1 next week.
--- "F at lk Brettschneider" <gigafalk at yahoo.com> 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) {
>
> Ciao,
> F at lk
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> -
> to unsubscribe from this list send an email to
> kdevelop-devel-request at kdevelop.org with the following body:
> unsubscribe »your-email-address«
=====
--
Roland Krause
In the garage of life there are mechanics and
there are drivers. Mechanics wanted!
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
-
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