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

Method closeCurrentFile

src/dialogs/MainWindow.cpp:1220–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1218}
1219
1220void MainWindow::closeCurrentFile()
1221{
1222 closeFile(currentEditor());
1223}
1224
1225void MainWindow::closeFile(ScintillaNext *editor)
1226{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected