Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
bb543b32
Commit
bb543b32
authored
14 years ago
by
Leena Miettinen
Browse files
Options
Downloads
Patches
Plain Diff
Doc - update managing sessions section
Task-number: QTCREATORBUG-2430 Reviewed-by: hjk
parent
beb4af4b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/qtcreator.qdoc
+8
-4
8 additions, 4 deletions
doc/qtcreator.qdoc
with
8 additions
and
4 deletions
doc/qtcreator.qdoc
+
8
−
4
View file @
bb543b32
...
@@ -4666,17 +4666,21 @@
...
@@ -4666,17 +4666,21 @@
\title Managing Sessions
\title Managing Sessions
When you exit Qt Creator, a snapshot of your current workspace is stored
When you exit Qt Creator, a snapshot of your current workspace is stored
as a session.
as a \e session. A session is an arbitrary collection of:
A session is a collection of:
\list
\list
\o Open projects with their dependencies
\o Open projects with their dependencies
(including SUBDIRS projects)
\o Open editors
\o Open editors
\o Breakpoints and watches
\o Breakpoints and watches
\o Bookmarks
\o Bookmarks
\endlist
\endlist
If you work on a project and need to switch to another project for a
A session is personal, that is, not meant to be shared. It is not
supposed to reflect the project structure. It contains personal data, such as
bookmarks and breakpoints that are usually not of interest to other 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. This makes it easier
while, you can save your workspace as a session. This makes it easier
to return to working on the first project later.
to return to working on the first project later.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment