_plugin = plugin;
_syntaxFactory = new SyntaxFactory();
//DialogSupport.setDialogFactory(new NbDialogSupport());
DialogSupport.setDialogFactory(new SquirrelNBDialogFactory(_plugin));
ImplementationProvider.registerDefault(new NbImplementationProvider());
}