@Override
 public void start(BundleContext context) throws Exception {
   super.start(context);
   performStartup();
 }
Exemplo n.º 2
0
 /* (non-Javadoc)
  * @see org.eclipse.core.runtime.Plugin#start(BundleContext context)
  */
 public void start(BundleContext context) throws Exception {
   super.start(context);
   getPluginPreferences()
       .setDefault(IPreferenceConstants.EDITOR_PREFERENCE, IPreferenceConstants.NO_LAYOUT);
 }