Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
605
const char *LexState::PropertyNames() {
606
if (instance) {
607
return instance->PropertyNames();
608
} else {
609
return 0;
610
}
611
}
612
613
int LexState::PropertyType(const char *name) {
614
if (instance) {
Callers
1
WndProc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected