How do I share Workbench code templates between workspaces?
Nico Chart_21517
Altair Employee
Workbench is essentially a plugin to the Eclipse IDE framework and each workspace has a special metadata folder to store all your preferences and configuration data related to that workspace.
To share these preferences (and code templates) with another workspace one solution is to simply export your preferences using File->Export->General->Preferences into a <filename>.epf file and then when you start Workbench in another workspace import the preferences from that file using File->Import->General->Preferences. When you next restart Workbench in the new workspace you should be able to use your code templates and any other preferences you have set from the old workspace.
Tagged:
0