diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index 72023523c3b..658a4d686e2 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 dc73f9bceb1..bb627e607e2 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.