Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1220
void MainWindow::closeCurrentFile()
1221
{
1222
closeFile(currentEditor());
1223
}
1224
1225
void MainWindow::closeFile(ScintillaNext *editor)
1226
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected