MCPcopy Create free account
hub / github.com/cxasm/notepad-- / ModifiedAt

Method ModifiedAt

src/qscint/scintilla/src/Document.cpp:1205–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203}
1204
1205void Document::ModifiedAt(Sci::Position pos) noexcept {
1206 if (endStyled > pos)
1207 endStyled = pos;
1208}
1209
1210void Document::CheckReadOnly() {
1211 if (cb.IsReadOnly() && enteredReadOnlyCount == 0) {

Callers 4

SetWordListMethod · 0.80
PropSetMethod · 0.80
SetIdentifiersMethod · 0.80
WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected