diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-02-19 22:04:40 +0700 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-02-19 22:04:40 +0700 |
commit | 2675b2147b5ccc7782535e5f662847768bb8b442 (patch) | |
tree | 06d2c1ef94f890dc1e0b0795ff8f539652344958 /doc | |
parent | 099c8a8821e896884180f57dda94af5fdbd87aaa (diff) | |
download | tdebase-2675b2147b5ccc7782535e5f662847768bb8b442.tar.gz tdebase-2675b2147b5ccc7782535e5f662847768bb8b442.zip |
Added support for Kate startup options and for "New session" functionality.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kate/fundamentals.docbook | 16 |
1 files changed, 8 insertions, 8 deletions
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. <option>-s</option> <option>--start</option> <parameter>name</parameter></userinput></term> <listitem> <para> -Starts kate with the session <parameter>name</parameter>. 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>--use</option> option, an instance running this session will be used as -well. +Starts &kate; with the session <parameter>name</parameter>. If the session does not exist, +the user is prompted whether to start a new session or not.<p> +If a &kate; instance running the specified session already exists, the specified files are +loaded in that instance. </para> </listitem> </varlistentry> @@ -170,7 +169,7 @@ well. <option>-u</option> <option>--use</option> <parameter>URL</parameter></userinput></term> <listitem> <para> -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: </term> <listitem> <para> -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.</para> </listitem> @@ -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 <option>--start</option> with an empty string: -<replaceable>''</replaceable>.</para> +<replaceable>''</replaceable> (you will be prompted whether to create a new session +or not).</para> <para>Since &kate; 2.5.1 the <acronym>PID</acronym> of the current instance is exported to the environment variable <envar>KATE_PID</envar>. When opening files |