aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-01-25 13:55:20 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-01-25 12:58:56 +0000
commit78b9d642e3faccfa6872780e8e52923b9bdc970d (patch)
tree84e05bbc0577de575faf3b4c31c37c8e1d1f3c5f /doc
parent5ef822da9f77e76ae0059a2cf96e82ad05654fd7 (diff)
Doc: Describe new locator filters, b and t
For locating bookmarks (b) and triggering menu commands (t). Change-Id: I4c2ee705a5e87a86a44bdeb8e2c9ca04cefff112 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/editors/creator-editors.qdoc9
-rw-r--r--doc/src/howto/creator-sessions.qdoc3
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc
index 72023523c3..658a4d686e 100644
--- a/doc/src/editors/creator-editors.qdoc
+++ b/doc/src/editors/creator-editors.qdoc
@@ -2851,6 +2851,9 @@
\li Locating files belonging to your project (\c {p}), such as source,
header resource, and \c {.ui} files, or to any project (\c {a})
+ \li Locating bookmarks (\c {b}).
+ For more information, see \l{Using Bookmarks}.
+
\li Locating class (\c {c}), enum, and function (m) definitions in your
project or anywhere referenced from your project (\c {:})
@@ -2874,6 +2877,8 @@
\li Executing version control system commands (\c {git}). For more
information, see \l{Using Version Control Systems}
+ \li Triggering menu items from the main menu (\c {t})
+
\li Running external tools (\c x)
\endlist
@@ -2914,6 +2919,10 @@
followed by \key Space, followed by path and file name, and then press
\key Enter.
+ You can use the filter that triggers menu commands to open sessions. Enter
+ \c {t yoursess} or \c {t sess yoursess} to trigger \uicontrol File >
+ \uicontrol Sessions > \e yoursessionname.
+
By default, the following filters are enabled and you do not need to use
their prefixes explicitly:
diff --git a/doc/src/howto/creator-sessions.qdoc b/doc/src/howto/creator-sessions.qdoc
index dc73f9bceb..bb627e607e 100644
--- a/doc/src/howto/creator-sessions.qdoc
+++ b/doc/src/howto/creator-sessions.qdoc
@@ -98,6 +98,9 @@
\image qtcreator-welcome-session.png
+ You can also use the \c t locator filter to open a session. For more
+ information, see \l{Searching with the Locator}.
+
To view more information about a session, select the down arrow icon that
appears when you move the mouse cursor over the session name. Select actions
to clone, rename, and delete sessions.