summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-05-25 13:57:10 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-05-25 14:44:59 +0000
commit286d8d591abf25e2ba98dd5f15e38f8fc72e91ee (patch)
treef22d3243310a64b47ca7da791178a46e9c0d32f6
parent95e0418e8e29abee3f02bdb87ad2a40eb8aaf9fe (diff)
downloadqt-creator-286d8d591abf25e2ba98dd5f15e38f8fc72e91ee.tar.gz
Doc: Describe the New Search option in Search Results pane
Task-number: QTCREATORBUG-17870 Change-Id: I51a7432d587ff426b20ea4212fd605c367e3d915 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--doc/images/qtcreator-new-search-icon.pngbin0 -> 668 bytes
-rw-r--r--doc/images/qtcreator-search-pane.pngbin28883 -> 0 bytes
-rw-r--r--doc/images/qtcreator-searchresults.pngbin28648 -> 30378 bytes
-rw-r--r--doc/src/editors/creator-editors.qdoc9
-rw-r--r--doc/src/howto/creator-ui.qdoc2
5 files changed, 10 insertions, 1 deletions
diff --git a/doc/images/qtcreator-new-search-icon.png b/doc/images/qtcreator-new-search-icon.png
new file mode 100644
index 0000000000..f56c935446
--- /dev/null
+++ b/doc/images/qtcreator-new-search-icon.png
Binary files differ
diff --git a/doc/images/qtcreator-search-pane.png b/doc/images/qtcreator-search-pane.png
deleted file mode 100644
index fba52f5672..0000000000
--- a/doc/images/qtcreator-search-pane.png
+++ /dev/null
Binary files differ
diff --git a/doc/images/qtcreator-searchresults.png b/doc/images/qtcreator-searchresults.png
index 8a663c0e17..3bdf3fc153 100644
--- a/doc/images/qtcreator-searchresults.png
+++ b/doc/images/qtcreator-searchresults.png
Binary files differ
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc
index 7a6503fb99..1b841015b0 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 02da249758..1515225609 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}.