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

Method IsLineEndPosition

scintilla/src/Document.cxx:322–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322bool Document::IsLineEndPosition(int position) const {
323 return LineEnd(LineFromPosition(position)) == position;
324}
325
326bool Document::IsPositionInLineEnd(int position) const {
327 return position >= LineEnd(LineFromPosition(position));

Callers 4

KeyCommandMethod · 0.80
WordSelectionMethod · 0.80
ButtonDownMethod · 0.80

Calls 1

LineEndFunction · 0.85

Tested by

no test coverage detected