MCPcopy 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
208void Document::SetSavePoint() {
209 cb.SetSavePoint();
210 NotifySavePoint(true);
211}
212
213int Document::GetMark(int line) {
214 return static_cast<LineMarkers *>(perLineData[ldMarkers])->MarkValue(line);

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected