several things

Falk Brettschneider gigafalk at yahoo.com
Mon Mar 26 06:32:36 UTC 2001


Hi,

Christian Couder wrote:

> Falk Brettschneider wrote:
> >
> > Christian, nice work, really...
>
> Thanks.
>
> > some issues:
> > - focusing a view by setFocus() will activate its MDI cover
>
> I will look at it, but I think I tryed it and it didn't worked properly.

setFocus of the embedded view will always focus its covering QextMdiChildView as well which will lead to a
raise and activate then.

>
>
> > - QextMDI isn't called QExtMDI
>
> Sorry.

No worries, just for your interest...

>
>
> > - please, set your Editor to "tabwidth=2"and "replace tabs with spaces",
> > it looks like hell in my editor here :)
>
> Ok. But is there a coding standard for KDevelop ?

Yes. See chapter "Coding style rules for KDevelop" in README.devel of the cvs HEAD. We just use tabwidth=2 for
KDEVELOP_1_4 to be more compatible to the old code.

>
>
> > - closing a document fails since you only delete the first found view.
> > But there can be several open views for one document. I'm going to fix
> > it soon...
>
> Are you sure ?

Yes.

> How do you open many views on one document ?

As written before: "Window->New window". Then for instance for a KWriteDoc,  a new KWriteView will be opened.
So you will get several KWriteViews for one document. But closeKWriteDoc did close the first of those views,
only.

>
> I think if you try this it will use the already opened view on the
> document.

You know, we've got MDI which means you can open several views to one document at the same time. :) It seems
you didn't consider that in your rewrite, so you've introduced several bugs. I fixed closeKWriteDoc, already.
We need to recheck it for more such things.

>
>
> Bye,
> Christian.

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«



More information about the KDevelop-devel mailing list