}));
setAction(ACTION_ESCAPE_HTML,new EscapeHTMLAction());
setAction(ACTION_COMMENT,new CommentAction());
setAction(ACTION_OPEN_PALETTE,new OpenPaletteAction());
setAction(ACTION_CHOOSE_COLOR, new ChooseColorAction(this));
IPreferenceStore store = HTMLPlugin.getDefault().getPreferenceStore();
softTabListener = new SoftTabVerifyListener();
softTabListener.setUseSoftTab(store.getBoolean(HTMLPlugin.PREF_USE_SOFTTAB));
softTabListener.setSoftTabWidth(store.getInt(HTMLPlugin.PREF_SOFTTAB_WIDTH));