From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/kate/man-kate.1.docbook | 165 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 doc/kate/man-kate.1.docbook (limited to 'doc/kate/man-kate.1.docbook') diff --git a/doc/kate/man-kate.1.docbook b/doc/kate/man-kate.1.docbook new file mode 100644 index 000000000..80899a4fb --- /dev/null +++ b/doc/kate/man-kate.1.docbook @@ -0,0 +1,165 @@ + + +]> + + + +KDE User's Manual +&Lauri.Watts; &Lauri.Watts.mail; +June 07, 2005 +K Desktop Environment + + + +kate +1 + + + +kate +Advanced text editor for &kde; + + + + +kate + +name + + +pid + +name + +line + + column + +KDE Generic Options +Qt Generic Options + + + + +Description +&kate; is the &kde; Advanced Text Editor. +&kate; also provides the editor part for various applications, under +the name &kwrite;. +Some of &kate;'s many features include configurable syntax +highlighting for languages ranging from C and C++ to +HTML to bash scripts, the ability to create and +maintain projects, a multiple document interface +(MDI), and a self-contained terminal emulator. + + + +But &kate; is more than a programmer's editor. Its ability to open +several files at once makes it ideal for editing &UNIX;'s many +configuration files. This document was written in &kate;. + + + + + + +Options + + + +, name + +Start &kate; with a given session. + + + +Use an already running &kate; + + + +pid +Only try to reuse kate instance with this +pid + + + +name +Set encoding for the file to openYou can use +this to force a file opened in utf-8 format, for instance. (The command +iconv -l provides a list of encodings, which may be +helpful to you.) + + + line +Navigate to this line + + + +column +Navigate to this column + + + +Read the contents of +stdin + + + + + + +See Also + +kwrite(1) + +More detailed user documentation is available from help:/kate +(either enter this URL into &konqueror;, or run +khelpcenter +help:/kate). + +There is also further information available at the &kate; website. + + + +Examples + +To open a file named source.cpp at column 15, +line 25, in an existing &kate; window, you could use: +kate source.cpp + +If you have an active internet connection, you can take advantage of +&kde;'s network transparency to open a file from an ftp site. If you do not +have write permission on the remote server, the file will be opened read +only and you will be prompted for a local filename to save to if you make +changes. If you do have write permission, changes will be saved +transparently over the network. +kate + + + + + + + + +Authors +The maintainer of &kate; is &Christoph.Cullmann; +&Christoph.Cullmann.mail;. A comprehensive list of authors and contributors +is available in the complete user manual mentioned above. + + + -- cgit v1.2.1