diff --git a/doc/qtcreator/images/qtcreator-find-references-to-symbol-under-cursor.png b/doc/qtcreator/images/qtcreator-find-references-to-symbol-under-cursor.png deleted file mode 100644 index c2ad158b183..00000000000 Binary files a/doc/qtcreator/images/qtcreator-find-references-to-symbol-under-cursor.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-find-references-to-symbol-under-cursor.webp b/doc/qtcreator/images/qtcreator-find-references-to-symbol-under-cursor.webp new file mode 100644 index 00000000000..e53a901cc0c Binary files /dev/null and b/doc/qtcreator/images/qtcreator-find-references-to-symbol-under-cursor.webp differ diff --git a/doc/qtcreator/images/qtcreator-refactoring-find.png b/doc/qtcreator/images/qtcreator-refactoring-find.png deleted file mode 100644 index 5cf396361e2..00000000000 Binary files a/doc/qtcreator/images/qtcreator-refactoring-find.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-refactoring-find.webp b/doc/qtcreator/images/qtcreator-refactoring-find.webp new file mode 100644 index 00000000000..d1df9560a17 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-refactoring-find.webp differ diff --git a/doc/qtcreator/images/qtcreator-search-all-projects.webp b/doc/qtcreator/images/qtcreator-search-all-projects.webp index 7cabff26631..cad645c470b 100644 Binary files a/doc/qtcreator/images/qtcreator-search-all-projects.webp and b/doc/qtcreator/images/qtcreator-search-all-projects.webp differ diff --git a/doc/qtcreator/images/qtcreator-search-cpp-symbols.png b/doc/qtcreator/images/qtcreator-search-cpp-symbols.png deleted file mode 100644 index f5aade540c9..00000000000 Binary files a/doc/qtcreator/images/qtcreator-search-cpp-symbols.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-search-cpp-symbols.webp b/doc/qtcreator/images/qtcreator-search-cpp-symbols.webp new file mode 100644 index 00000000000..207b8a1a6ed Binary files /dev/null and b/doc/qtcreator/images/qtcreator-search-cpp-symbols.webp differ diff --git a/doc/qtcreator/images/qtcreator-search-file-system.webp b/doc/qtcreator/images/qtcreator-search-file-system.webp index 31494d1a17f..1ea7b704ea6 100644 Binary files a/doc/qtcreator/images/qtcreator-search-file-system.webp and b/doc/qtcreator/images/qtcreator-search-file-system.webp differ diff --git a/doc/qtcreator/images/qtcreator-search-reg-exp.webp b/doc/qtcreator/images/qtcreator-search-reg-exp.webp index a56f9b18d42..b7100a159d3 100644 Binary files a/doc/qtcreator/images/qtcreator-search-reg-exp.webp and b/doc/qtcreator/images/qtcreator-search-reg-exp.webp differ diff --git a/doc/qtcreator/src/editors/creator-only/creator-how-to-find-symbols.qdoc b/doc/qtcreator/src/editors/creator-only/creator-how-to-find-symbols.qdoc index b377f8c7da0..2643720f704 100644 --- a/doc/qtcreator/src/editors/creator-only/creator-how-to-find-symbols.qdoc +++ b/doc/qtcreator/src/editors/creator-only/creator-how-to-find-symbols.qdoc @@ -21,7 +21,7 @@ \li Go to \uicontrol Tools > \uicontrol {C++} > \uicontrol {Find References to Symbol Under Cursor}, or press \key {Ctrl+Shift+U}. - \image qtcreator-find-references-to-symbol-under-cursor.png {Search results for finding references to symbols} + \image qtcreator-find-references-to-symbol-under-cursor.webp {Found symbols in the Search Results view} \endlist \section2 Color-code access type @@ -38,7 +38,7 @@ from files listed as part of the project or from all files that are used by the code, such as include files. - \image qtcreator-search-cpp-symbols.png + \image qtcreator-search-cpp-symbols.webp {Search criteria in the Search Results view} \QC searches from the following locations: @@ -54,7 +54,7 @@ \l{Search Results View} shows the location and number of search hits in the current project. - \image qtcreator-refactoring-find.png + \image qtcreator-refactoring-find.webp {Found symbols in the Search Results view} \sa {Search}{How To: Search}, {Search Results View} */ diff --git a/doc/qtcreator/src/editors/creator-search.qdoc b/doc/qtcreator/src/editors/creator-search.qdoc index 03c9641fc25..dfe6b594e07 100644 --- a/doc/qtcreator/src/editors/creator-search.qdoc +++ b/doc/qtcreator/src/editors/creator-search.qdoc @@ -152,8 +152,8 @@ \li In \uicontrol Scope, select \uicontrol {All Projects}. \image qtcreator-search-all-projects.webp {Search Results view} \li In \uicontrol {Search for}, enter the string you are looking for. - \li Select options to make the search case sensitive, search only whole - words, or use regular expressions. + \li Select options to make the search case sensitive, search only whole + words, use regular expressions, or ignore binary files. \li In \uicontrol {File pattern}, specify file patterns to restrict the search to files that match the pattern. For example, to search for a string only in \c {.cpp} and \c {.h} files, enter diff --git a/doc/qtcreator/src/user-interface/creator-reference-output-views.qdoc b/doc/qtcreator/src/user-interface/creator-reference-output-views.qdoc index 5116000256c..1b60dd97087 100644 --- a/doc/qtcreator/src/user-interface/creator-reference-output-views.qdoc +++ b/doc/qtcreator/src/user-interface/creator-reference-output-views.qdoc @@ -110,6 +110,8 @@ \li To search only whole words, select \uicontrol {Whole words only}. \li To search using \l{QRegularExpression}{regular expressions}, select \uicontrol {Use regular expressions}. + \li To exclude binary files from the search results, select + \uicontrol {Ignore binary files}. \endlist \image qtcreator-search-file-system.webp {Search Results view with search options}