diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook --- a/doc/kate/configuring.docbook +++ b/doc/kate/configuring.docbook @@ -103,6 +103,14 @@ + + +Close Kate entirely when the last file is closed +If enabled, &kate; will shutdown when the last file being edited is closed, +otherwise a blank page will open so that you can start a new file. + + + diff --git a/doc/kate/index.docbook b/doc/kate/index.docbook --- a/doc/kate/index.docbook +++ b/doc/kate/index.docbook @@ -42,7 +42,7 @@ &FDLNotice; -2018-08-28 +2018-11-15 Applications 18.12 diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -38,7 +38,7 @@ Backtrace Browser -- Backtrace navigation tool view +- C/C++ Backtrace navigation tool view Build Plugin - Compile or Make and parse error messages @@ -60,11 +60,11 @@ Quick document switching with &Alt; behavior -File system browser - +File System Browser - File system browser tool view -Documents - Displays the open files in a file tree +Document Tree View - Displays the open files in a file tree &gdb; - Provides a @@ -77,25 +77,25 @@ --> Lumen - Lumen -is a Autocompletion Plugin for D, using the DCD autocompletion server +Autocompletion Plugin for D, using the DCD autocompletion server Open Header - Opens the corresponding .h/[.cpp|.c] file -Project Plugin - Project plugin for kate +Project Plugin - Integration with Git and other source control systems -Replicode +Replicode - Cconstructivist AI language and runtime Rust code completion - Code completion for Rust source code Search & Replace - -Search or replace patterns in opened documents or in files on disk +Search and replace in documents, folders, or projects Snippets tool view - Tool view embedding the snippets management @@ -109,10 +109,10 @@ - Extract and show reference symbols from source -Terminal tool view - Tool view embedding a terminal widget +Terminal tool view - Have a terminal at the ready, using KDE's Konsole widget -Text Filter - Easy text filtering +Text Filter - Process text using terminal commands &XML;Completetion - Lists &XML; elements, @@ -751,9 +751,9 @@ -Filesystem Browser +File System Browser -The Filesystem Browser is a folder viewer, allowing you to open +The File System Browser is a folder viewer, allowing you to open files from a displayed folder in the current frame. @@ -2419,7 +2419,8 @@ ${func(field)} or ${field2=func(field)} syntax in the snippet string. You can use -the &kate; scripting API to get the selected text, full text, file name and +the &kate; scripting API +to get the selected text, full text, file name and more by using the appropriate methods of the document and view objects. Refer to the scripting API documentation for more information