Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ SetTypesep
Method
SetTypesep
scintilla/src/AutoComplete.cxx:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void AutoComplete::SetTypesep(char separator_) {
100
typesep = separator_;
101
}
102
103
char AutoComplete::GetTypesep() const {
104
return typesep;
Callers
1
WndProc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected