From 1e4d73d73ddb621bdeebbcd48f1653643abbdabf Mon Sep 17 00:00:00 2001
From: Kavindra Palaraja <qtc-committer@nokia.com>
Date: Mon, 12 Jan 2009 16:29:51 +0100
Subject: [PATCH] =?UTF-8?q?Fixes:=20Doc=20-=20added=20some=20information?=
 =?UTF-8?q?=20on=20session=20management=20RevBy:=20Thorbj=C3=B8rn=20Lindei?=
 =?UTF-8?q?jer?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 doc/qtcreator.qdoc | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index cb2964553ab..3c50c9d4280 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -151,6 +151,26 @@
 
     \image qtcreator-compile-pane.png
 
+
+    \section1 Session Management in Qt Creator
+
+    ### screenshot
+
+    In Qt Creator, a session is a collection of loaded projects, opened files,
+    editor settings, and so on. When you run Qt Creator, you have a default
+    session. You can create a new session using the \gui{Session Manager...},
+    available in the \gui{File -> Session} menu.
+
+    To switch between sessions, select \gui{File -> Session}. If you do not
+    create and select any session, Qt Creator will always use the default
+    session.
+
+\omit
+    session management can also store project dependencies, thorbjorn is
+    currently working on it
+\endomit
+
+
     \section1 Qt Help Integration
 
     Qt Creator comes fully integrated with all of Qt's documentation and
-- 
GitLab