Doc: Describe new search options

In incremental search, you can now Select All occurrences of
a search term and open Advanced search.

Task-number: QTCREATORBUG-26610
Change-Id: I264f9c7ae7f73aab0ef63e5b70914ff6cdb2f02c
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2022-02-02 14:53:00 +01:00
parent b864496238
commit a3ca2f4c31
2 changed files with 12 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2020 The Qt Company Ltd. ** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the Qt Creator documentation. ** This file is part of the Qt Creator documentation.
@@ -37,7 +37,9 @@
\li Press \key {Ctrl+F} or select \uicontrol Edit > \li Press \key {Ctrl+F} or select \uicontrol Edit >
\uicontrol {Find/Replace} > \uicontrol {Find/Replace}. \uicontrol {Find/Replace} > \uicontrol {Find/Replace}.
\li Enter the text you are looking for. \li In \uicontrol Find, enter the text you are looking for.
\image qtcreator-find-incremental.png
If the text is found, all occurrences are highlighted as you type. If the text is found, all occurrences are highlighted as you type.
@@ -46,10 +48,14 @@
occurrence click \inlineimage icons/prev.png occurrence click \inlineimage icons/prev.png
(\uicontrol {Find Previous}), or press \key {Shift+F3}. (\uicontrol {Find Previous}), or press \key {Shift+F3}.
\li To select all found occurrences in a file, select
\uicontrol {Select All}.
\endlist \endlist
You can restrict the search in the \uicontrol Find field by selecting one You can restrict the search in the \uicontrol Find field by selecting
or several search criteria: \inlineimage icons/qtcreator-new-search-icon.png
. Select one or several search criteria:
\list \list
@@ -114,6 +120,8 @@
\uicontrol Tools > \uicontrol Options > \uicontrol {Text Editor} > \uicontrol Tools > \uicontrol Options > \uicontrol {Text Editor} >
\uicontrol Display > \uicontrol {Highlight search results on the scrollbar}. \uicontrol Display > \uicontrol {Highlight search results on the scrollbar}.
To search using more advanced options, select \uicontrol Advanced.
\section1 Advanced Search \section1 Advanced Search
To search through projects, files on a file system, files in all project To search through projects, files on a file system, files in all project