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

Method MarginSetStyles

scintilla/src/Document.cxx:1785–1788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1783}
1784
1785void Document::MarginSetStyles(int line, const unsigned char *styles) {
1786 static_cast<LineAnnotation *>(perLineData[ldMargin])->SetStyles(line, styles);
1787 NotifyModified(DocModification(SC_MOD_CHANGEMARGIN, LineStart(line), 0, 0, 0, line));
1788}
1789
1790void Document::MarginClearAll() {
1791 int maxEditorLine = LinesTotal();

Callers 1

WndProcMethod · 0.80

Calls 3

DocModificationClass · 0.85
LineStartFunction · 0.85
SetStylesMethod · 0.45

Tested by

no test coverage detected