Doc: Describe the "Ignore binary files" advanced search option

Update screenshots.

Task-number: QTCREATORBUG-31510
Change-Id: Ie595e243e583038728d45036d21650df11caa8ef
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2024-10-09 16:44:26 +02:00
parent db726ec5ee
commit a0a33a2991
12 changed files with 7 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -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}
*/

View File

@@ -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

View File

@@ -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}