summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-10-22 13:42:21 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-10-22 13:42:03 +0000
commitb8657ac73930bc729d601366b047528847413f9e (patch)
tree46587b67656471d0d89c09c944c823ef56d8d7cb /doc
parentd485f9f359f752f0e18a8b6befa1e874a3d87d00 (diff)
downloadqt-creator-b8657ac73930bc729d601366b047528847413f9e.tar.gz
Project Tree: Allow to hide disabled files
Project manager plugins can mark files as disabled, typically meaning they are not part of the project in the current build configuration. Let's allow users to hide such files altogether. Fixes: QTCREATORBUG-22821 Change-Id: Ie92d523d1f895bee8076de1d7eea1d7a739fe11f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/creator-sidebar-views.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/howto/creator-sidebar-views.qdoc b/doc/src/howto/creator-sidebar-views.qdoc
index 444a601842..1966224775 100644
--- a/doc/src/howto/creator-sidebar-views.qdoc
+++ b/doc/src/howto/creator-sidebar-views.qdoc
@@ -145,6 +145,9 @@
\li To hide source files which are automatically generated by the build
system, select \uicontrol {Filter Tree > Hide Generated Files}.
+ \li To hide source files which are not enabled for the current target,
+ select \uicontrol {Filter Tree} > \uicontrol {Hide Disabled Files}.
+
\li To hide directories that do not contain any files, select
\uicontrol {Filter Tree} > \uicontrol {Hide Empty Directories}.