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

Method AutoCompleteDoubleClick

scintilla/src/ScintillaBase.cxx:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void ScintillaBase::AutoCompleteDoubleClick(void *p) {
192 ScintillaBase *sci = reinterpret_cast<ScintillaBase *>(p);
193 sci->AutoCompleteCompleted();
194}
195
196void ScintillaBase::AutoCompleteInsert(Position startPos, int removeLen, const char *text, int textLen) {
197 UndoGroup ug(pdoc);

Callers

nothing calls this directly

Calls 1

AutoCompleteCompletedMethod · 0.80

Tested by

no test coverage detected