*
* @return the template store for the xml editor templates
*/
public TemplateStore getTemplateStore() {
if (templateStore == null) {
templateStore = new PHPTemplateStore(getTemplateContextRegistry(),
getPreferenceStore(), PreferenceConstants.TEMPLATES_KEY);
try {
templateStore.load();
} catch (IOException e) {