47484950515253
*/ public class TemplateEditor extends StructuredTextEditor { protected void createActions() { super.createActions(); setAction(ToggleCommentAction.class.getName(), new ToggleCommentAction(this)); }