Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ cursorPosition
Method
cursorPosition
kdevplatform/shell/partdocument.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
KTextEditor::Cursor KDevelop::PartDocument::cursorPosition() const
189
{
190
return KTextEditor::Cursor::invalid();
191
}
192
193
void PartDocument::setCursorPosition(const KTextEditor::Cursor &cursor)
194
{
Callers
7
beautifyLine
Method · 0.45
formatDocument
Method · 0.45
toggleBreakpoint
Method · 0.45
openDocumentInternal
Method · 0.45
doShowDocumentation
Method · 0.45
declarationUnderCursor
Method · 0.45
computeCompletions
Method · 0.45
Calls
1
invalid
Function · 0.50
Tested by
no test coverage detected