MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / SetErrorStatus

Method SetErrorStatus

scintilla/src/Document.cxx:307–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void SCI_METHOD Document::SetErrorStatus(int status) {
308 // Tell the watchers an error has occurred.
309 for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it) {
310 it->watcher->NotifyErrorOccurred(this, it->userData, status);
311 }
312}
313
314int SCI_METHOD Document::LineFromPosition(int pos) const {
315 return cb.LineFromPosition(pos);

Callers 2

LexMethod · 0.80
FoldMethod · 0.80

Calls 1

NotifyErrorOccurredMethod · 0.80

Tested by

no test coverage detected