MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / wordStartPositoin

Method wordStartPositoin

src/plugins/codeeditor/gui/texteditor.cpp:727–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727int TextEditor::wordStartPositoin(int position)
728{
729 return static_cast<int>(SendScintilla(SCI_WORDSTARTPOSITION, static_cast<ulong>(position), true));
730}
731
732int TextEditor::wordEndPosition(int position)
733{

Callers 3

wordPostionMethod · 0.80
filterStringMethod · 0.80
automaticInvocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected