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

Method wordEndPosition

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

Source from the content-addressed store, hash-verified

730}
731
732int TextEditor::wordEndPosition(int position)
733{
734 return static_cast<int>(SendScintilla(SCI_WORDENDPOSITION, static_cast<ulong>(position), true));
735}
736
737void TextEditor::switchHeaderSource()
738{

Callers 1

wordPostionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected