From 6b48ef26eebc891aa50d441c83dff1cbe9faa2c5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 12 Apr 2020 00:30:43 +0900 Subject: Kate: added documentation for sessions panel. This relates to bug 2491. Signed-off-by: Michele Calgaro --- doc/kate/menus.docbook | 104 +++++++++++++++++++++++++++++-------------------- 1 file changed, 61 insertions(+), 43 deletions(-) (limited to 'doc/kate/menus.docbook') diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook index c25ef6d04..e238bc380 100644 --- a/doc/kate/menus.docbook +++ b/doc/kate/menus.docbook @@ -1126,55 +1126,60 @@ Editor... The <guimenu>Sessions</guimenu> Menu This menu contains entries for using and managing &kate; sessions. -For more information, read Using Sessions. +For more information, read +Using Sessions and the +Sessions panel. - - -Sessions -New -Creates a new empty session. All currently open files will -be closed. - + +SessionsSelect session +This submenu allows to select and switch to a given session. - - -SessionsOpen... - -Open an existing session. The Session Chooser dialog is -displayed to let you choose one. + +SessionsNew +Creates a new session and switch to it. - - -SessionsQuick Open - -This submenu lets you open an existing session. - + +SessionsSave +Save the current session. - - -SessionsSave - -Save the current session. If the session is anonymous, you will -be prompted for a session name. + +SessionsSave as +Save the selected session as a new session. A checkbox allows to choose whether to switch +to the new session after saving or not. - - -SessionsSave -As... -Save the current session under a new name. You are prompted for -a name to use. + +SessionsRename +Rename the selected session. - - -SessionsManage... - -Displays the Session Manager dialog which allows you to rename -and delete sessions. + +SessionsDelete +Delete the selected session. If the active session is deleted, a new session will +be automatically created. + + +SessionsReload +Reload the active session from the last saved state. + + +SessionsActivate +Close the active session and switch to the selected one. The same action can be +performed by activating the selected session entry in the list using the mouse of the Enter key. + + +SessionsToggle read only +Allows to set whether the selected session is read only or not. A read only session will not change +its properties and can't be saved, although documents can be edited and saved as normal. This option is great for +creating template sessions. + + +SessionsMove up +Move the selected session one position up in the list. + + +SessionsMove down +Move the selected session one position down in the list. - - @@ -1258,7 +1263,7 @@ Dialog. -the <guimenu>Window</guimenu> Menu +The <guimenu>Window</guimenu> Menu @@ -1366,7 +1371,7 @@ commands those will of course continue to work. WindowTool Views -Show Documents +Show/Hide Documents @@ -1387,6 +1392,19 @@ commands those will of course continue to work. + + + + +WindowTool Views +Show/Hide Sessions + + + +Toggle the display of &kate;'s Sessions panel + + + -- cgit v1.2.1