1KATE(1)                        KDE User's Manual                       KATE(1)
2
3
4

NAME

6       kate - Advanced text editor for KDE
7

SYNOPSIS

9       kate [-s, --start name] [--startanon] [-n, --new] [-b, --block] [-p,
10            --pid pid] [-e, --encoding name] [-l, --line line] [-c, --column
11            column] [-i, --stdin] [-u, --use] [KDE Generic Options]
12            [Qt Generic Options]
13

DESCRIPTION

15       Kate is the KDE Advanced Text Editor.
16
17       Kate also provides the editor part for various applications, under the
18       name KWrite.
19
20       Some of Kate's many features include configurable syntax highlighting
21       for languages ranging from C and C++ to HTML to bash scripts, the
22       ability to create and maintain projects, a multiple document interface
23       (MDI), and a self-contained terminal emulator.
24
25       But Kate is more than a programmer's editor. Its ability to open
26       several files at once makes it ideal for editing UNIX®'s many
27       configuration files. This document was written in Kate.
28

OPTIONS

30       -s, --start name
31           Start Kate with a given session.
32
33       --startanon
34           Start Kate with a new anonymous session, implies -n.
35
36       -n, --new
37           Force start of a new Kate instance (is ignored if start is used and
38           another Kate instance already has the given session opened), forced
39           if no parameters and no URLs are given at all.
40
41       -b, --block
42           If using an already running Kate instance, block until it exits, if
43           URLs given to open.
44
45       -p, --pid  pid
46           Only try to reuse kate instance with this pid (is ignored if start
47           is used and another Kate instance already has the given session
48           opened).
49
50       -e, --encoding  name
51           Set encoding for the file to open
52
53           You can use this to force a file opened in utf-8 format, for
54           instance. (The command iconv -l provides a list of encodings, which
55           may be helpful to you.)
56
57       -l, --line  line
58           Navigate to this line
59
60       -c, --column  column
61           Navigate to this column
62
63       -i, --stdin
64           Read the contents of stdin
65
66       -u, --use
67           Use an already running Kate instance; default, only for
68           compatibility
69

SEE ALSO

71       More detailed user documentation is available from help:/kate (either
72       enter this URL into Konqueror, or run khelpcenter help:/kate).
73
74       There is also further information available at the Kate website[1].
75

EXAMPLES

77       To open a file named source.cpp at column 15, line 25, in an existing
78       Kate window, you could use:
79
80           kate -c 15 -l
81           25 -u source.cpp
82
83       If you have an active internet connection, you can take advantage of
84       KDE's network transparency to open a file from an ftp site. If you do
85       not have write permission on the remote server, the file will be opened
86       read only and you will be prompted for a local filename to save to if
87       you make changes. If you do have write permission, changes will be
88       saved transparently over the network.
89
90           kate ftp://ftp.kde.org/pub/kde/README
91

AUTHORS

93       The maintainer of Kate is Christoph Cullmann cullmann@kde.org. A
94       comprehensive list of authors and contributors is available in the
95       complete user manual mentioned above.
96

AUTHOR

98       Lauri Watts <lauri@kde.org>
99           Author.
100

NOTES

102        1. the Kate website
103           http://kate-editor.org/
104
105
106
107K Desktop Environment             2010-10-06                           KATE(1)
Impressum