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/mdi.docbook | 84 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 80 insertions(+), 4 deletions(-) (limited to 'doc/kate/mdi.docbook') diff --git a/doc/kate/mdi.docbook b/doc/kate/mdi.docbook index 6a8020747..6920adfa3 100644 --- a/doc/kate/mdi.docbook +++ b/doc/kate/mdi.docbook @@ -33,9 +33,10 @@ work with your documents. windows: -The Document List +The Document List The Filesystem Browser +The Sessions panel The Built in Terminal Emulator @@ -94,11 +95,11 @@ for instructions on how to split the current editor. - + The Document List -Document list -The document list displays a list of all documents currently open in +Documents list +The Documents list displays a list of all documents currently open in &kate;. Modified files will have a small floppy disk icon on their left to indicate that state. @@ -262,6 +263,81 @@ editing area. + +The Sessions panel + +Sessions Panel +The Sessions panel displays a list of all existing &kate; sessions and +allows to manage them easily. + +The Sessions panel consists of a toolbar at the top followed by the list of known sessions. +The active session is marked by an icon on its right. +Please note that the active session and the currently selected session in the list may not be the same. +The difference is important because most of the session commands work on the currently selected session +and not on the active session. + + + +The session toolbar + +It contains the following toolbar buttons: + + +New +Creates a new session and switch to it. + + +Save +Save the current session. + + +Save 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. + + +Rename +Rename the selected session. + + +Delete +Delete the selected session. If the active session is deleted, a new session will +be automatically created. + + +Reload +Reload the active session from the last saved state. + + +Activate +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. + + +Toggle 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. + + +Move up +Move the selected session one position up in the list. + + +Move down +Move the selected session one position down in the list. + + + + + + +The session list +A list of all existing sessions. + + + + The Built in Terminal Emulator -- cgit v1.2.1