Search Results

6
votes

Programmatically showing a View from an Eclipse Plug-in

You are probably looking for this: PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(arg0); …
1
vote

Building Eclipse plugins and features on the command line

We are currently using PDE to automatically build features and our complete product. It works quite well. Make sure you use the right script for product build or feature build. …