Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1988
bool IsLineEndChar(char c) {
1989
return (c ==
'\n'
|| c ==
'\r'
);
1990
}
1991
1992
int Document::ExtendStyleRange(int pos, int delta, bool singleLine) {
1993
int sStart = cb.StyleAt(pos);
Callers
1
ExtendStyleRange
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected