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

Method editorCursorPosition

src/plugins/codeeditor/gui/tabwidget.cpp:882–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880}
881
882int TabWidget::editorCursorPosition()
883{
884 if (auto editor = d->currentTextEditor())
885 return editor->cursorLastPosition();
886
887 return 0;
888}
889
890void TabWidget::setEditorScrollValue(int value)
891{

Callers 1

doSplitMethod · 0.80

Calls 2

currentTextEditorMethod · 0.80
cursorLastPositionMethod · 0.80

Tested by

no test coverage detected