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

Method DescribeProperty

scintilla/src/ScintillaBase.cxx:621–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621const char *LexState::DescribeProperty(const char *name) {
622 if (instance) {
623 return instance->DescribeProperty(name);
624 } else {
625 return 0;
626 }
627}
628
629void LexState::PropSet(const char *key, const char *val) {
630 props.Set(key, val);

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected