| [news.eclipse.platform.rcp] Re: Find view in a different perspective |
The IWorkbenchPage will only return views from the visible perspective, not the inactive ones.
There is no way to find that information
There is, see: org.eclipse.ui.IWorkbenchPage.getOpenPerspectives()
PW