Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
int LineLayout::EndLineStyle() const {
206
return styles[numCharsBeforeEOL > 0 ? numCharsBeforeEOL-1 : 0];
207
}
208
209
LineLayoutCache::LineLayoutCache() :
210
level(0),
Callers
6
LocationFromPosition
Method · 0.80
SPositionFromLocation
Method · 0.80
SPositionFromLineX
Method · 0.80
DrawEOL
Method · 0.80
DrawLine
Method · 0.80
DrawCarets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected