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

Method IsTailOfFoldBlock

scintilla/src/Document.h:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 bool IsTailOfFoldBlock(int line) {
148 return beginFoldBlock != -1 && beginFoldBlock < line && line == endFoldBlock;
149 }
150
151 int beginFoldBlock; // Begin of current fold block
152 int endFoldBlock; // End of current fold block

Callers 1

PaintSelMarginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected