Show report view on all warnings or errors by default, can be disabled in preferences

This commit is contained in:
mwganson
2019-07-14 19:46:53 -05:00
committed by wmayer
parent c3aaa69f51
commit 287eff3b31
5 changed files with 49 additions and 2 deletions

View File

@@ -86,6 +86,22 @@
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="Gui::PrefCheckBox" name="checkShowReportViewOnWarningOrError">
<property name="text">
<string>Show report view on warning or error</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>checkShowReportViewOnWarningOrError</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>OutputWindow</cstring>
</property>
</widget>
</item>
</layout>
</widget>
</item>
@@ -469,6 +485,7 @@ from Python console to Report view panel</string>
<tabstop>checkLogging</tabstop>
<tabstop>checkWarning</tabstop>
<tabstop>checkError</tabstop>
<tabstop>checkShowReportViewOnWarningOrError</tabstop>
<tabstop>colorText</tabstop>
<tabstop>colorLogging</tabstop>
<tabstop>colorWarning</tabstop>