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

Method EndLineStyle

scintilla/src/PositionCache.cxx:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205int LineLayout::EndLineStyle() const {
206 return styles[numCharsBeforeEOL > 0 ? numCharsBeforeEOL-1 : 0];
207}
208
209LineLayoutCache::LineLayoutCache() :
210 level(0),

Callers 6

LocationFromPositionMethod · 0.80
SPositionFromLocationMethod · 0.80
SPositionFromLineXMethod · 0.80
DrawEOLMethod · 0.80
DrawLineMethod · 0.80
DrawCaretsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected