From dde465a146cedafcd4a31bf4f1503b4e20f66748 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Fri, 12 Aug 2016 14:01:18 +0200 Subject: [PATCH] Sessions: add existing feature documentation Change-Id: I8504a2fae4476d5d54dc7bdb681a8c9c2c39caaa Reviewed-by: Tobias Hunger --- doc/src/howto/creator-cli.qdoc | 7 +++++++ src/plugins/projectexplorer/ProjectExplorer.json.in | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/doc/src/howto/creator-cli.qdoc b/doc/src/howto/creator-cli.qdoc index 2d900dd8bb2..c8588a46090 100644 --- a/doc/src/howto/creator-cli.qdoc +++ b/doc/src/howto/creator-cli.qdoc @@ -211,6 +211,13 @@ \QC. For more information about managing sessions, see \l{Managing Sessions}. + \row + \li + \li ProjectExplorer plugin: load the given session when \QC starts. + Open the projects and files that were open when you last exited + \QC. For more information about managing sessions, see + \l{Managing Sessions}. + \endtable \section1 Using Custom Styles diff --git a/src/plugins/projectexplorer/ProjectExplorer.json.in b/src/plugins/projectexplorer/ProjectExplorer.json.in index cf7dc119853..24e315a60c9 100644 --- a/src/plugins/projectexplorer/ProjectExplorer.json.in +++ b/src/plugins/projectexplorer/ProjectExplorer.json.in @@ -23,6 +23,10 @@ { \"Name\" : \"-lastsession\", \"Description\" : \"Restore the last session\" + }, + { + \"Name\" : \"\", + \"Description\" : \"Restore a saved session\" } ], $$dependencyList