Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ SetSavePoint
Method
SetSavePoint
scintilla/src/Document.cxx:208–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
void Document::SetSavePoint() {
209
cb.SetSavePoint();
210
NotifySavePoint(true);
211
}
212
213
int Document::GetMark(int line) {
214
return static_cast<LineMarkers *>(perLineData[ldMarkers])->MarkValue(line);
Callers
1
WndProc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected