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

Method IsPositionInLineEnd

scintilla/src/Document.cxx:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326bool Document::IsPositionInLineEnd(int position) const {
327 return position >= LineEnd(LineFromPosition(position));
328}
329
330int Document::VCHomePosition(int position) const {
331 int line = LineFromPosition(position);

Callers 3

LinesJoinMethod · 0.80
AddCharUTFMethod · 0.80
ClearMethod · 0.80

Calls 1

LineEndFunction · 0.85

Tested by

no test coverage detected