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

Method Fold

scintilla/lexlib/LexerSimple.cxx:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void SCI_METHOD LexerSimple::Fold(unsigned int startPos, int lengthDoc, int initStyle, IDocument *pAccess) {
52 if (props.GetInt("fold")) {
53 Accessor astyler(pAccess, &props);
54 module->Fold(startPos, lengthDoc, initStyle, keyWordLists, astyler);
55 astyler.Flush();
56 }
57}

Callers

nothing calls this directly

Calls 2

GetIntMethod · 0.80
FlushMethod · 0.80

Tested by

no test coverage detected