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>
Before Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 6.8 KiB |
BIN
doc/qtcreator/images/qtcreator-refactoring-find.webp
Normal file
After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 8.5 KiB |
BIN
doc/qtcreator/images/qtcreator-search-cpp-symbols.webp
Normal file
After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
@@ -21,7 +21,7 @@
|
|||||||
\li Go to \uicontrol Tools > \uicontrol {C++} >
|
\li Go to \uicontrol Tools > \uicontrol {C++} >
|
||||||
\uicontrol {Find References to Symbol Under Cursor},
|
\uicontrol {Find References to Symbol Under Cursor},
|
||||||
or press \key {Ctrl+Shift+U}.
|
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
|
\endlist
|
||||||
|
|
||||||
\section2 Color-code access type
|
\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
|
from files listed as part of the project or from all files that are used by
|
||||||
the code, such as include files.
|
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:
|
\QC searches from the following locations:
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
\l{Search Results View} shows the location and number of search hits in the
|
\l{Search Results View} shows the location and number of search hits in the
|
||||||
current project.
|
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}
|
\sa {Search}{How To: Search}, {Search Results View}
|
||||||
*/
|
*/
|
||||||
|
@@ -152,8 +152,8 @@
|
|||||||
\li In \uicontrol Scope, select \uicontrol {All Projects}.
|
\li In \uicontrol Scope, select \uicontrol {All Projects}.
|
||||||
\image qtcreator-search-all-projects.webp {Search Results view}
|
\image qtcreator-search-all-projects.webp {Search Results view}
|
||||||
\li In \uicontrol {Search for}, enter the string you are looking for.
|
\li In \uicontrol {Search for}, enter the string you are looking for.
|
||||||
\li Select options to make the search case sensitive, search only whole
|
\li Select options to make the search case sensitive, search only whole
|
||||||
words, or use regular expressions.
|
words, use regular expressions, or ignore binary files.
|
||||||
\li In \uicontrol {File pattern}, specify file patterns to
|
\li In \uicontrol {File pattern}, specify file patterns to
|
||||||
restrict the search to files that match the pattern. For example, 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
|
search for a string only in \c {.cpp} and \c {.h} files, enter
|
||||||
|
@@ -110,6 +110,8 @@
|
|||||||
\li To search only whole words, select \uicontrol {Whole words only}.
|
\li To search only whole words, select \uicontrol {Whole words only}.
|
||||||
\li To search using \l{QRegularExpression}{regular expressions}, select
|
\li To search using \l{QRegularExpression}{regular expressions}, select
|
||||||
\uicontrol {Use regular expressions}.
|
\uicontrol {Use regular expressions}.
|
||||||
|
\li To exclude binary files from the search results, select
|
||||||
|
\uicontrol {Ignore binary files}.
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\image qtcreator-search-file-system.webp {Search Results view with search options}
|
\image qtcreator-search-file-system.webp {Search Results view with search options}
|
||||||
|