MCPcopy 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
890void TabWidget::setEditorScrollValue(int value)
891{
892 if (auto editor = d->currentTextEditor())
893 editor->verticalScrollBar()->setValue(value);
894}
895
896int TabWidget::editorScrollValue()
897{

Callers 1

doSplitMethod · 0.80

Calls 2

currentTextEditorMethod · 0.80
setValueMethod · 0.45

Tested by

no test coverage detected