Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
299
void ScintillaBase::AutoCompleteMove(int delta) {
300
ac.Move(delta);
301
}
302
303
void ScintillaBase::AutoCompleteMoveToCurrentWord() {
304
std::string wordCurrent = RangeText(ac.posStart - ac.startLen, sel.MainCaret());
Callers
nothing calls this directly
Calls
1
Move
Method · 0.45
Tested by
no test coverage detected