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

Method currentEditor

src/dialogs/MainWindow.cpp:1017–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015}
1016
1017ScintillaNext *MainWindow::currentEditor() const
1018{
1019 return dockedEditor->getCurrentEditor();
1020}
1021
1022int MainWindow::editorCount() const
1023{

Callers 8

saveSessionMethod · 0.80
getDefaultDirectoryMethod · 0.80
EditorInspectorDockMethod · 0.80
selectCurrentEditorMethod · 0.80
EditorInfoStatusBarMethod · 0.80
FindReplaceDialogMethod · 0.80

Calls 1

getCurrentEditorMethod · 0.80

Tested by 1

EditorInspectorDockMethod · 0.64