diff --git a/doc/images/qtcreator-application-output.png b/doc/images/qtcreator-application-output.png index 05f76b380d3..23250da4852 100644 Binary files a/doc/images/qtcreator-application-output.png and b/doc/images/qtcreator-application-output.png differ diff --git a/doc/images/qtcreator-build-issues.png b/doc/images/qtcreator-build-issues.png deleted file mode 100644 index 85c42782b3b..00000000000 Binary files a/doc/images/qtcreator-build-issues.png and /dev/null differ diff --git a/doc/images/qtcreator-compile-output.png b/doc/images/qtcreator-compile-output.png new file mode 100644 index 00000000000..3807bf345d8 Binary files /dev/null and b/doc/images/qtcreator-compile-output.png differ diff --git a/doc/images/qtcreator-compile-pane.png b/doc/images/qtcreator-compile-pane.png deleted file mode 100644 index e7af4fe5e80..00000000000 Binary files a/doc/images/qtcreator-compile-pane.png and /dev/null differ diff --git a/doc/images/qtcreator-general-messages.png b/doc/images/qtcreator-general-messages.png new file mode 100644 index 00000000000..143a28c8766 Binary files /dev/null and b/doc/images/qtcreator-general-messages.png differ diff --git a/doc/images/qtcreator-issues.png b/doc/images/qtcreator-issues.png new file mode 100644 index 00000000000..b0bde84e455 Binary files /dev/null and b/doc/images/qtcreator-issues.png differ diff --git a/doc/images/qtcreator-task-pane.png b/doc/images/qtcreator-task-pane.png deleted file mode 100644 index b2207514005..00000000000 Binary files a/doc/images/qtcreator-task-pane.png and /dev/null differ diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc index c9c2370707d..f8f993f04a5 100644 --- a/doc/src/howto/creator-ui.qdoc +++ b/doc/src/howto/creator-ui.qdoc @@ -336,7 +336,7 @@ \title Viewing Output - \image qtcreator-task-pane.png + \image qtcreator-general-messages.png "General Messages output pane" The task pane in \QC can display one of the following panes: @@ -374,6 +374,9 @@ up in the pane. In these panes, you can also use the zoom buttons to increase and decrease the text size of the output. + To filter the output, enter a string in the \uicontrol Filter field. + Filtering is not supported in all output panes. + To open the \uicontrol{General Messages} and \if defined(qtcreator) \l{Using Version Control Systems}{Version Control} @@ -444,7 +447,7 @@ \uicontrol {Filter Tree} and then select a filter. - \image qtcreator-build-issues.png + \image qtcreator-issues.png "Issues output pane" Right-clicking on a line brings up a context menu with actions that you can apply to the contents of the line. You can remove a line, copy its contents @@ -510,7 +513,7 @@ The \uicontrol{Compile Output} is a more detailed version of information displayed in the \uicontrol{Issues} pane. - \image qtcreator-compile-pane.png + \image qtcreator-compile-output.png "Compile Output pane" Double-click on a file name in an error message to open the file in the code editor.