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

Function IsLineEndChar

scintilla/src/Document.cxx:1988–1990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1986}
1987
1988bool IsLineEndChar(char c) {
1989 return (c == '\n' || c == '\r');
1990}
1991
1992int Document::ExtendStyleRange(int pos, int delta, bool singleLine) {
1993 int sStart = cb.StyleAt(pos);

Callers 1

ExtendStyleRangeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected