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

Method AutoCompleteGetCurrent

scintilla/src/ScintillaBase.cxx:370–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370int ScintillaBase::AutoCompleteGetCurrent() {
371 if (!ac.Active())
372 return -1;
373 return ac.GetSelection();
374}
375
376int ScintillaBase::AutoCompleteGetCurrentText(char *buffer) {
377 if (ac.Active()) {

Callers

nothing calls this directly

Calls 2

ActiveMethod · 0.80
GetSelectionMethod · 0.45

Tested by

no test coverage detected