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

Method DescribeProperty

scintilla/lexlib/OptionSet.h:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 return SC_TYPE_BOOLEAN;
106 }
107 const char *DescribeProperty(const char *name) {
108 typename OptionMap::iterator it = nameToDef.find(name);
109 if (it != nameToDef.end()) {
110 return it->second.description.c_str();
111 }
112 return "";
113 }
114
115 bool PropertySet(T *base, const char *name, const char *val) {
116 typename OptionMap::iterator it = nameToDef.find(name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected