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

Method AutoCompleteMove

scintilla/src/ScintillaBase.cxx:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void ScintillaBase::AutoCompleteMove(int delta) {
300 ac.Move(delta);
301}
302
303void ScintillaBase::AutoCompleteMoveToCurrentWord() {
304 std::string wordCurrent = RangeText(ac.posStart - ac.startLen, sel.MainCaret());

Callers

nothing calls this directly

Calls 1

MoveMethod · 0.45

Tested by

no test coverage detected