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

Method editorCount

src/dialogs/MainWindow.cpp:1022–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022int MainWindow::editorCount() const
1023{
1024 return dockedEditor->count();
1025}
1026
1027QVector<ScintillaNext *> MainWindow::editors() const
1028{

Callers 1

initMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected