diff --git a/doc/images/qtcreator-search-pane.png b/doc/images/qtcreator-search-pane.png index 44438b3fefd..fba52f56723 100644 Binary files a/doc/images/qtcreator-search-pane.png and b/doc/images/qtcreator-search-pane.png differ diff --git a/doc/images/qtcreator-search-results.png b/doc/images/qtcreator-search-results.png index b1842dedd20..bf64f6e3a90 100644 Binary files a/doc/images/qtcreator-search-results.png and b/doc/images/qtcreator-search-results.png differ diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc index e9c44b354a5..8453f91df7c 100644 --- a/doc/src/howto/creator-ui.qdoc +++ b/doc/src/howto/creator-ui.qdoc @@ -436,7 +436,7 @@ \section2 Search Results In the \uicontrol{Search Results} pane, you can search through projects, files on - a file system or the currently open file: + a file system or the currently open files: \image qtcreator-search-results.png "Search Results output pane" @@ -444,10 +444,13 @@ select earlier searches. The figure below shows an example search result for all - occurrences of \c textfinder within the \c "/TextFinder" directory. + occurrences of the search string in the specified directory. \image qtcreator-search-pane.png + For more information about the different search options, see + \l {Finding and Replacing}. + \section2 Application Output The \uicontrol{Application Output} pane displays the status of a program when