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

Method PropGetExpanded

scintilla/src/ScintillaBase.cxx:647–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647int LexState::PropGetExpanded(const char *key, char *result) const {
648 return props.GetExpanded(key, result);
649}
650
651int LexState::LineEndTypesSupported() {
652 if (instance && (interfaceVersion >= lvSubStyles)) {

Callers 1

WndProcMethod · 0.80

Calls 1

GetExpandedMethod · 0.45

Tested by

no test coverage detected