afterParserOp = new AfterParseOperations();
grammarEngine = new GrammarEngineImpl(this);
decisionDFAEngine = new DecisionDFAEngine(this);
goToRule = new GoToRule(this, this, getTextPane());
goToHistory = new GoToHistory();
findAndReplace = new FindAndReplace(this);
editorIdeas = new EditorIdeas(this);
editorTips = new EditorTips(this);
editorInspector = new EditorInspector(grammarEngine, decisionDFAEngine, this);
editorPersistence = new EditorPersistence(this);