Home
last modified time | relevance | path

Searched refs:stationaryEditorWhileStepping (Results 1 – 4 of 4) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggeractions.cpp114 stationaryEditorWhileStepping.setSettingsKey(debugModeGroup, "StationaryEditorWhileStepping"); in DebuggerSettings()
115 stationaryEditorWhileStepping.setLabelText(tr("Keep editor stationary when stepping")); in DebuggerSettings()
116 stationaryEditorWhileStepping.setToolTip(tr("Scrolls the editor only when it is necessary " in DebuggerSettings()
578 page1.registerAspect(&stationaryEditorWhileStepping); in DebuggerSettings()
H A Dcommonoptionspage.cpp74 s.stationaryEditorWhileStepping, in CommonOptionsPageWidget()
H A Ddebuggeractions.h100 Utils::BoolAspect stationaryEditorWhileStepping; variable
H A Ddebuggerengine.cpp1108 editor->gotoLine(line, 0, !debuggerSettings()->stationaryEditorWhileStepping.value()); in gotoLocation()