Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ saveCurrentFile
Method
saveCurrentFile
src/dialogs/MainWindow.cpp:1331–1334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1329
}
1330
1331
bool MainWindow::saveCurrentFile()
1332
{
1333
return saveFile(currentEditor());
1334
}
1335
1336
bool MainWindow::saveFile(ScintillaNext *editor)
1337
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected