SnippetPlugin.getDefault().getPreferenceStore().addPropertyChangeListener(this);
propertyManager.addPropertyChangeListener(this);
snipBase = new Path(propertyManager.getSnippetsPath());
if(tmpAction == null)
tmpAction = new GenericEncloserAction();
//if(xmlconfile == null)
// xmlconfile = new XMLConfigFile();
if(snipReader == null)
snipReader = new SnipReader();
}