Show report view on all warnings or errors by default, can be disabled in preferences
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user