<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">What to do with the executable's standard output.
<ul><li>Ignore: Do nothing with it</li><li>Show in pane: Show it in the general output pane</li><li>Replace selection: Replace the current selection in the current document with it</li></ul></p></body></html></string>
</property>
<propertyname="text">
<string>Output:</string>
</property>
...
...
@@ -109,15 +117,21 @@
<string>Replace selection</string>
</property>
</item>
<item>
<propertyname="text">
<string>Reload document</string>
</property>
</item>
</widget>
</item>
<itemrow="5"column="0">
<widgetclass="QLabel"name="errorOutputLabel">
<propertyname="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN""http://www.w3.org/TR/REC-html40/strict.dtd">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">What to do with the executable's standard error output.</p>
<ul><li>Ignore: Do nothing with it</li>
<li>Show in pane: Show it in the general output pane</li>
<li>Replace selection: Replace the current selection in the current document with it</li>
</ul></body></html></string>
</property>
<propertyname="text">
<string>Error output:</string>
</property>
...
...
@@ -140,27 +154,35 @@
<string>Replace selection</string>
</property>
</item>
<item>
<propertyname="text">
<string>Reload document</string>
</property>
</item>
</widget>
</item>
<itemrow="6"column="0">
<widgetclass="QCheckBox"name="inputCheckbox">
<itemrow="7"column="0">
<widgetclass="QLabel"name="inputLabel">
<propertyname="toolTip">
<string>Text to pass to the executable via standard input. Leave empty if the executable should not receive any input.</string>
<string>If the tool modifies the current document, set this flag to ensure that the document is saved before running the tool and is reloaded after the tool finished.</string>