Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ setEditorScrollValue
Method
setEditorScrollValue
src/plugins/codeeditor/gui/tabwidget.cpp:890–894 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
888
}
889
890
void TabWidget::setEditorScrollValue(int value)
891
{
892
if (auto editor = d->currentTextEditor())
893
editor->verticalScrollBar()->setValue(value);
894
}
895
896
int TabWidget::editorScrollValue()
897
{
Callers
1
doSplit
Method · 0.80
Calls
2
currentTextEditor
Method · 0.80
setValue
Method · 0.45
Tested by
no test coverage detected