Merge branch 'main' into 495-add-a-minimap-to-the-source-and-assembly-editors

This commit is contained in:
Ernie Pasveer
2026-07-27 08:20:45 -05:00
2 changed files with 18 additions and 0 deletions
+7
View File
@@ -417,6 +417,13 @@ void SeerMatrixVisualizerWidget::handleText (const QString& text) {
matrixStrideLineEdit->setFocus();
}
// At a stopping point, refresh.
}else if (text.startsWith("*stopped,reason=\"")) {
if (autoRefreshCheckBox->isChecked()) {
handleRefreshButton();
}
}else{
// Ignore anything else.
}
+11
View File
@@ -176,6 +176,16 @@
</item>
</widget>
</item>
<item>
<widget class="QCheckBox" name="autoRefreshCheckBox">
<property name="toolTip">
<string>Automatically refresh after each stopping point.</string>
</property>
<property name="text">
<string>Auto</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="refreshToolButton">
<property name="toolTip">
@@ -476,6 +486,7 @@
<tabstop>matrixStrideLineEdit</tabstop>
<tabstop>matrixDisplayFormatComboBox</tabstop>
<tabstop>matrixStorageOrderComboBox</tabstop>
<tabstop>autoRefreshCheckBox</tabstop>
<tabstop>refreshToolButton</tabstop>
<tabstop>helpToolButton</tabstop>
<tabstop>matrixTableWidget</tabstop>