forked from qt-creator/qt-creator
Doc - Modifying the documentation of Creator to have a separate page on
Session Management
Reviewed-By: TrustMe
Still work in progress, though.
(cherry picked from commit a46b969194
)
This commit is contained in:
committed by
Thorbjørn Lindeijer
parent
266cb756aa
commit
4be164d3be
@@ -54,6 +54,7 @@
|
|||||||
\o \l{Writing a Simple Program with Qt Creator}
|
\o \l{Writing a Simple Program with Qt Creator}
|
||||||
\o \l{Qt Creator and Version Control Systems}
|
\o \l{Qt Creator and Version Control Systems}
|
||||||
\o \l{Navigating Quickly Around Your Code with Locator}
|
\o \l{Navigating Quickly Around Your Code with Locator}
|
||||||
|
\o \l{Session Management in Qt Creator}
|
||||||
\o \l{Debugging with Qt Creator}
|
\o \l{Debugging with Qt Creator}
|
||||||
\o \l{CMake Support in Qt Creator}
|
\o \l{CMake Support in Qt Creator}
|
||||||
\o \l{Support for Generic Projects in Qt Creator}
|
\o \l{Support for Generic Projects in Qt Creator}
|
||||||
@@ -163,24 +164,6 @@
|
|||||||
\image qtcreator-compile-pane.png
|
\image qtcreator-compile-pane.png
|
||||||
|
|
||||||
|
|
||||||
\section1 Session Management in Qt Creator
|
|
||||||
|
|
||||||
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...}
|
|
||||||
option, available in the \gui{File -> Session} menu.
|
|
||||||
|
|
||||||
|
|
||||||
\image qtcreator-session-manager.png
|
|
||||||
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
\image qtcreator-session-menu.png
|
|
||||||
|
|
||||||
|
|
||||||
\section1 Qt Help Integration
|
\section1 Qt Help Integration
|
||||||
|
|
||||||
Qt Creator comes fully integrated with all of Qt's documentation and
|
Qt Creator comes fully integrated with all of Qt's documentation and
|
||||||
@@ -993,6 +976,39 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\contentspage index.html
|
||||||
|
\previouspage creator-navigation.html
|
||||||
|
\page creator-session.html
|
||||||
|
\nextpage creator-debugging.html
|
||||||
|
|
||||||
|
\title Session Management in Qt Creator
|
||||||
|
|
||||||
|
In Qt Creator, a session is a collection of:
|
||||||
|
|
||||||
|
\list
|
||||||
|
\o open projects together with their dependencies,
|
||||||
|
\o open editors,
|
||||||
|
\o breakpoints and watches, as well as
|
||||||
|
\o bookmarks
|
||||||
|
\endlist
|
||||||
|
|
||||||
|
When you run Qt Creator, you have a default session. You can create a new
|
||||||
|
session using the \gui{Session Manager...} option, available in the
|
||||||
|
\gui{File -> Session} menu.
|
||||||
|
|
||||||
|
|
||||||
|
\image qtcreator-session-manager.png
|
||||||
|
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
\image qtcreator-session-menu.png
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\contentspage index.html
|
\contentspage index.html
|
||||||
\previouspage creator-navigation.html
|
\previouspage creator-navigation.html
|
||||||
|
Reference in New Issue
Block a user