[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: How to order perspective buttons

Brian Berry wrote:
> I am calling ..
> 
>
getWindowConfigurer().getWorkbenchConfigurer().getWorkbench().showPerspective(EnavConstants.PERSPECTIVE_SOLUTION,
> this.getWindowConfigurer().getWindow());
> 
> from within my WorkbenchWindowAdvisor in order to display the
> perspective buttons at the top of my RCP.
> 
> How do I force the order in which they appear?

While there is no API to change the order, I believe you can control the
order in which they appear by the order of the calls you make.  They should
then be persisted on shutdown.  If this isn't working for you, please file
a bug.