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

Method AutoCompleteMoveToCurrentWord

scintilla/src/ScintillaBase.cxx:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void ScintillaBase::AutoCompleteMoveToCurrentWord() {
304 std::string wordCurrent = RangeText(ac.posStart - ac.startLen, sel.MainCaret());
305 ac.Select(wordCurrent.c_str());
306}
307
308void ScintillaBase::AutoCompleteCharacterAdded(char ch) {
309 if (ac.IsFillUpChar(ch)) {

Callers

nothing calls this directly

Calls 2

MainCaretMethod · 0.80
SelectMethod · 0.45

Tested by

no test coverage detected