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

Method PropertyNames

scintilla/src/ScintillaBase.cxx:605–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605const char *LexState::PropertyNames() {
606 if (instance) {
607 return instance->PropertyNames();
608 } else {
609 return 0;
610 }
611}
612
613int LexState::PropertyType(const char *name) {
614 if (instance) {

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected