[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Associate Editor with Perspective

On Fri, 04 Sep 2009 16:06:30 +0000, Dave wrote:
> Is there a recommendation as to where/when (i.e.,
> class/method, listener event, etc.) to hide the editors, and where/when
> to re-show them?

The simplest thing to do would be to just react to perspective events and 
show/hide your editors.

> So how do I get the list of hidden
> editors that I want to re-show when a perspective is being re-shown?

You need to keep track of what you've shown/hidden yourself and what you 
want to show/hide the next time the perspective changes. This is up to 
the client to decide.

Regards,
Remy