KDE/kdevplatform/shell
Alexander Dymo
dymo at ukrpost.ua
Fri Jul 6 18:22:50 UTC 2007
On 7/6/07, dukju ahn <dukjuahn at gmail.com> wrote:
> > > + Core::self()->documentControllerInternal()->closeDocument( doc->url() );
> Then do you imply that there could be different menu for each window?
> If mainwindow's menu should act only on his views, then it sounds like
> that other windows will have their own menu.
You mean Window menu? Yes, it should display only views in this window.
> > But I suppose you found a bug, what was that?
>
> When I close file using menu(or shortcut key ctrl-w), the IDocument hash
> table in documentcontroller is not updated. In point of docCtrl's view, he
> feels that certain document is still opened although I closed it via menu.
Ok, that means document is not deleted or not removed properly when we
close the last view. I'll fix that.
More information about the KDevelop-devel
mailing list