From 2675b2147b5ccc7782535e5f662847768bb8b442 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 19 Feb 2016 22:04:40 +0700 Subject: Added support for Kate startup options and for "New session" functionality. Signed-off-by: Michele Calgaro --- doc/kate/fundamentals.docbook | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/kate') diff --git a/doc/kate/fundamentals.docbook b/doc/kate/fundamentals.docbook index c42614a71..507fc6032 100644 --- a/doc/kate/fundamentals.docbook +++ b/doc/kate/fundamentals.docbook @@ -156,11 +156,10 @@ Shows license information. name -Starts kate with the session name. The session is created -if it does not exist already. If a &kate; instance running the specified session -exists, the specified files are loaded in that instance. When used with the - option, an instance running this session will be used as -well. +Starts &kate; with the session name. If the session does not exist, +the user is prompted whether to start a new session or not.

+If a &kate; instance running the specified session already exists, the specified files are +loaded in that instance. @@ -170,7 +169,7 @@ well. URL -Causes &kate; to use and existing instance if there is one. If you want all +Causes &kate; to use an existing instance if there is one. If you want all documents to open in one kate instance, you can add this option to the default command in your &tde; application configuration, as well as create a shell alias in your command intepreter if it supports that. @@ -307,7 +306,7 @@ flexibility. In this section we'll look at three items: -Toggles the Documents on and off. If the Documents/Filesystem Browser side bar +Toggles the Documents on and off. If the Documents/Filesystem Browser side bar window is not open, &kate; will open the side bar window. @@ -523,7 +522,8 @@ session chooser, the specified session is loaded prior to the files specified on the command line. To open files from the command line in a new, unnamed session, configure kate to start a new session per default in the session page of the configuration dialog or use with an empty string: -''. +'' (you will be prompted whether to create a new session +or not). Since &kate; 2.5.1 the PID of the current instance is exported to the environment variable KATE_PID. When opening files -- cgit v1.2.3 From 127ac19145207e292e179056ab9a5956f00fac32 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Feb 2016 21:43:25 +0700 Subject: Added support for "Delete session" in Kate session panel. Signed-off-by: Michele Calgaro --- doc/kate/fundamentals.docbook | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/kate') diff --git a/doc/kate/fundamentals.docbook b/doc/kate/fundamentals.docbook index 507fc6032..ca0423abc 100644 --- a/doc/kate/fundamentals.docbook +++ b/doc/kate/fundamentals.docbook @@ -157,7 +157,7 @@ Shows license information. Starts &kate; with the session name. If the session does not exist, -the user is prompted whether to start a new session or not.

+a new session with the specified name is created.

If a &kate; instance running the specified session already exists, the specified files are loaded in that instance. @@ -522,8 +522,7 @@ session chooser, the specified session is loaded prior to the files specified on the command line. To open files from the command line in a new, unnamed session, configure kate to start a new session per default in the session page of the configuration dialog or use with an empty string: -'' (you will be prompted whether to create a new session -or not). +''. Since &kate; 2.5.1 the PID of the current instance is exported to the environment variable KATE_PID. When opening files -- cgit v1.2.3 From 67642abd943f30babeea0c44397cc40e7c2c1b9e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Oct 2016 21:20:29 +0900 Subject: Kate session panel: removed no longer used OldKateSession and OldKateSessionManager code. Signed-off-by: Michele Calgaro --- doc/kate/fundamentals.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/kate') diff --git a/doc/kate/fundamentals.docbook b/doc/kate/fundamentals.docbook index ca0423abc..05a56eac6 100644 --- a/doc/kate/fundamentals.docbook +++ b/doc/kate/fundamentals.docbook @@ -157,7 +157,7 @@ Shows license information. Starts &kate; with the session name. If the session does not exist, -a new session with the specified name is created.

+a new session with the specified name is created. If a &kate; instance running the specified session already exists, the specified files are loaded in that instance. -- cgit v1.2.3