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

Method CharClassify

scintilla/src/CharClassify.cxx:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#endif
21
22CharClassify::CharClassify() {
23 SetDefaultCharClasses(true);
24}
25
26void CharClassify::SetDefaultCharClasses(bool includeWordClass) {
27 // Initialize all char classes to default values

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected