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

Method PropSet

scintilla/src/ScintillaBase.cxx:629–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629void LexState::PropSet(const char *key, const char *val) {
630 props.Set(key, val);
631 if (instance) {
632 int firstModification = instance->PropertySet(key, val);
633 if (firstModification >= 0) {
634 pdoc->ModifiedAt(firstModification);
635 }
636 }
637}
638
639const char *LexState::PropGet(const char *key) const {
640 return props.Get(key);

Callers 1

WndProcMethod · 0.80

Calls 3

ModifiedAtMethod · 0.80
SetMethod · 0.45
PropertySetMethod · 0.45

Tested by

no test coverage detected