diff --git a/doc/images/qtcreator-new-search-icon.png b/doc/images/qtcreator-new-search-icon.png new file mode 100644 index 00000000000..f56c935446b Binary files /dev/null and b/doc/images/qtcreator-new-search-icon.png differ diff --git a/doc/images/qtcreator-search-pane.png b/doc/images/qtcreator-search-pane.png deleted file mode 100644 index fba52f56723..00000000000 Binary files a/doc/images/qtcreator-search-pane.png and /dev/null differ diff --git a/doc/images/qtcreator-searchresults.png b/doc/images/qtcreator-searchresults.png index 8a663c0e179..3bdf3fc1531 100644 Binary files a/doc/images/qtcreator-searchresults.png and b/doc/images/qtcreator-searchresults.png differ diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index 7a6503fb997..1b841015b0b 100644 --- a/doc/src/editors/creator-editors.qdoc +++ b/doc/src/editors/creator-editors.qdoc @@ -1848,6 +1848,12 @@ The search results are stored in the search history from which you can select earlier searches. + To clear the search results, select the \inlineimage clean_pane_small.png + (\uicontrol Clear) button. + + To start a new search, select the \inlineimage qtcreator-new-search-icon.png + (\uicontrol {New Search}) button. + \note You can use \uicontrol {Advanced Find} also to search for symbols. For more information, see \l{Finding Symbols}. @@ -1999,6 +2005,9 @@ \inlineimage clean_pane_small.png (\uicontrol Clear) button. + \li To start a new search, click the + \inlineimage qtcreator-new-search-icon.png + (\uicontrol {New Search}) button. \endlist \section1 Renaming Symbols diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc index 02da2497584..15152256094 100644 --- a/doc/src/howto/creator-ui.qdoc +++ b/doc/src/howto/creator-ui.qdoc @@ -466,7 +466,7 @@ The figure below shows an example search result for all occurrences of the search string in the specified directory. - \image qtcreator-search-pane.png + \image qtcreator-searchresults.png For more information about the different search options, see \l {Finding and Replacing}.