forked from qt-creator/qt-creator
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:
BIN
doc/qtcreator/images/qtcreator-find-incremental.png
Normal file
BIN
doc/qtcreator/images/qtcreator-find-incremental.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
@@ -1,6 +1,6 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2020 The Qt Company Ltd.
|
||||
** Copyright (C) 2022 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Creator documentation.
|
||||
@@ -37,7 +37,9 @@
|
||||
\li Press \key {Ctrl+F} or select \uicontrol Edit >
|
||||
\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.
|
||||
|
||||
@@ -46,10 +48,14 @@
|
||||
occurrence click \inlineimage icons/prev.png
|
||||
(\uicontrol {Find Previous}), or press \key {Shift+F3}.
|
||||
|
||||
\li To select all found occurrences in a file, select
|
||||
\uicontrol {Select All}.
|
||||
|
||||
\endlist
|
||||
|
||||
You can restrict the search in the \uicontrol Find field by selecting one
|
||||
or several search criteria:
|
||||
You can restrict the search in the \uicontrol Find field by selecting
|
||||
\inlineimage icons/qtcreator-new-search-icon.png
|
||||
. Select one or several search criteria:
|
||||
|
||||
\list
|
||||
|
||||
@@ -114,6 +120,8 @@
|
||||
\uicontrol Tools > \uicontrol Options > \uicontrol {Text Editor} >
|
||||
\uicontrol Display > \uicontrol {Highlight search results on the scrollbar}.
|
||||
|
||||
To search using more advanced options, select \uicontrol Advanced.
|
||||
|
||||
\section1 Advanced Search
|
||||
|
||||
To search through projects, files on a file system, files in all project
|
||||
|
Reference in New Issue
Block a user