MCPcopy 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
99void AutoComplete::SetTypesep(char separator_) {
100 typesep = separator_;
101}
102
103char AutoComplete::GetTypesep() const {
104 return typesep;

Callers 1

WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected