[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Plugin to switch and configure plugin automatically

Hi all,

I need to automatize the setup of the workspace, ie:
- switch to a specific location
- populate the workspace with existing projects
all that done by a plugin.

What is the best way to implement it?
It's not an import nor a "new" wizard, so I though it should be a specific wizard, available in under "Switch Workspace" in the "File" menu.
Sadly, it seems it's not foreseen to put custom menu items there.


Any ideas about on this anyone? Is that the right approach?