Doc: Describe how to temporarily cancel Clangd indexing

Task-number: QTCREATORBUG-28721
Change-Id: If942fb7ca6e0dfa5601b62b340ff3bcd3d9b6bcf
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2023-02-21 16:49:47 +01:00
parent 3000426618
commit 03779ef94b
4 changed files with 7 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -143,6 +143,12 @@
re-scanning is incremental, so nothing is lost by closing and re-starting re-scanning is incremental, so nothing is lost by closing and re-starting
\QC. \QC.
To temporarily disable global indexing, select
\uicontrol {Toggle Progress Details} (1), and then select \uicontrol X on
the progress bar.
\image qtcreator-toggle-progress-bar.webp {Toggle Progress Details button}
By default, \QC runs one clangd process per project. If you have created By default, \QC runs one clangd process per project. If you have created
\l{Managing Sessions}{sessions} that have related projects, you can \l{Managing Sessions}{sessions} that have related projects, you can
specify that the projects in the session should be managed by a single specify that the projects in the session should be managed by a single

View File

@@ -97,6 +97,6 @@
To show or hide detailed progress information, select To show or hide detailed progress information, select
\uicontrol {Toggle Progress Details} (1). \uicontrol {Toggle Progress Details} (1).
\image creator-toggle-progress-bar.png "Toggle Progress Details button" \image qtcreator-toggle-progress-bar.webp {Toggle Progress Details button}
*/ */