summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-07-29 14:33:38 +0200
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-07-29 13:20:20 +0000
commitfb64ca4e87a921fff2309a5522feea480573866e (patch)
tree78d5ae4ca0a1049418762fa78dc43488b29a58bb
parenta1da7182f91a8d3a197f6356eafbba46e52cd2a3 (diff)
downloadqt-creator-fb64ca4e87a921fff2309a5522feea480573866e.tar.gz
Doc: improve docs on managing sessions
Change-Id: I6133ab51c62fc21d3fe07e4b7b3a9143a7a2d071 Task-number: QTCREATORBUG-14553 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
-rw-r--r--doc/src/howto/creator-sessions.qdoc22
1 files changed, 12 insertions, 10 deletions
diff --git a/doc/src/howto/creator-sessions.qdoc b/doc/src/howto/creator-sessions.qdoc
index 694843ea9c..76b035a358 100644
--- a/doc/src/howto/creator-sessions.qdoc
+++ b/doc/src/howto/creator-sessions.qdoc
@@ -55,20 +55,22 @@
developers working on the same projects.
For example, if you work on a project and need to switch to another project
- for a while, you can save your workspace as a session and then close the
- project and all the files in it. Everything that you open after saving the
- session becomes a part of a new session. When you want to return to working
- on the first project, open the saved session. \QC opens the projects and
- files that belong to the session.
+ for a while, you can clone the current session to save it under a name and
+ create a new session for the other project. Everything that you open after
+ switching to the new session becomes a part of it. When you want to return
+ to working on the first project, switch to the saved session. \QC opens the
+ projects and files that belong to the session.
- To create a new session or remove existing sessions, select \uicontrol File >
- \uicontrol{Session Manager}.
+ To save a session under a new name, select \uicontrol File >
+ \uicontrol {Session Manager} > \uicontrol Clone.
+
+ To create a new session, select \uicontrol File >
+ \uicontrol {Session Manager} > \uicontrol New.
\image qtcreator-session-manager.png
- To switch between sessions, choose \uicontrol {File > Session Manager}. If you do
- not create or select a session, \QC always uses the default session, which
- was created the last time you exited \QC.
+ To switch between sessions, choose \uicontrol {File > Session Manager} >
+ \uicontrol {Switch to}.
When you launch \QC, a list of existing sessions is displayed in the
\uicontrol Welcome mode.