Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
732
int TextEditor::wordEndPosition(int position)
733
{
734
return static_cast<int>(SendScintilla(SCI_WORDENDPOSITION, static_cast<ulong>(position), true));
735
}
736
737
void TextEditor::switchHeaderSource()
738
{
Callers
1
wordPostion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected