MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / getEditorManager

Method getEditorManager

src/NotepadNextApplication.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 RecentFilesListManager *getRecentFilesListManager() const { return recentFilesListManager; }
51 EditorManager *getEditorManager() const { return editorManager; }
52 SessionManager *getSessionManager() const;
53 TranslationManager *getTranslationManager() const { return translationManager; };
54

Callers 7

loadFileDetailsMethod · 0.80
loadTempFileMethod · 0.80
newFileMethod · 0.80
openFileListMethod · 0.80
MarkerAppDecoratorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected