60616263646566
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext) */ public void start(BundleContext context) throws Exception { super.start(context); plugin = this; logger = new PluginLogger(this); }
43444546474849
5354555657585960
* ) */ public void start(BundleContext context) throws Exception { super.start(context); plugin = this; logger = new PluginLogger(this); PopupFactory.setSharedInstance(new VsMenuDesignerPopupFactory()); }
54555657585960
6970717273747576
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext) */ public void start(BundleContext context) throws Exception { super.start(context); plugin = this; logger = new PluginLogger(this); new Preloader().schedule(); }