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

Method activateEditor

src/dialogs/MainWindow.cpp:1786–1794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1784}
1785
1786void MainWindow::activateEditor(ScintillaNext *editor)
1787{
1788 qInfo(Q_FUNC_INFO);
1789
1790 checkFileForModification(editor);
1791 updateGui(editor);
1792
1793 emit editorActivated(editor);
1794}
1795
1796void MainWindow::applyStyleSheet()
1797{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected