Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] console view problem after removing a view

Hi Rong,

I have experienced this problem but have not enough time on the last week to fix it.
I have just committed the fix for it.

Regards,
Alex

Rong Chen wrote:

The ScriptConsole can handle multiple console view scenario. viewerList in _ConsoleDocumentListener_ contains all active ScriptConsoleView. An disposed ScriptConsoleView is removed from viewerList in ScriptConsoleView.dispose() call. I encountered an problem that while closing an console view, ScriptConsoleView.dispose() is never called. So the deactived ScriptConsoleView which is still in viewerList is creating problem for later. Do you have same problem?

=======
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, Inc. or any of its affiliates or
subsidiaries that may be confidential, proprietary, copyrighted,
privileged and/or protected work product, and is meant solely for
the intended recipient. If you are not the intended recipient, and
have received this message in error, please contact the sender
immediately, permanently delete the original and any copies of this
email and any attachments thereto.

------------------------------------------------------------------------

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top