1KATE(1) KDE User's Manual KATE(1)
2
3
4
6 kate - Advanced text editor for KDE
7
9 kate [-s, --start name] [-u, --use] [-p, --pid pid] [-e, --encoding
10 name] [-l, --line line] [-c, --column column] [-i, --stdin]
11 [KDE Generic Options] [Qt Generic Options]
12
13
15 Kate is the KDE Advanced Text Editor.
16
17
18 Kate also provides the editor part for various applications, under the
19 name KWrite.
20
21
22 Some of Kate's many features include configurable syntax highlighting
23 for languages ranging from C and C++ to HTML to bash scripts, the abil‐
24 ity to create and maintain projects, a multiple document interface
25 (MDI), and a self-contained terminal emulator.
26
27
28 But Kate is more than a programmer's editor. Its ability to open sever‐
29 al files at once makes it ideal for editing UNIX®'s many configuration
30 files. This document was written in Kate.
31
32
34 -s, --start name
35 Start Kate with a given session.
36
37
38 -u, --use
39 Use an already running Kate
40
41
42 -p, --pid pid
43 Only try to reuse kate instance with this pid
44
45
46 -e, --encoding name
47 Set encoding for the file to open
48
49 You can use this to force a file opened in utf-8 format, for in‐
50 stance. (The command iconv -l provides a list of encodings,
51 which may be helpful to you.)
52
53
54 -l, --line line
55 Navigate to this line
56
57
58 -c, --column column
59 Navigate to this column
60
61
62 -i, --stdin
63 Read the contents of stdin
64
65
67 kwrite(1)
68
69
70 More detailed user documentation is available from help:/kate (either
71 enter this URL into Konqueror, or run khelpcenter help:/kate).
72
73
74 There is also further information available at the Kate website:
75 http://kate.kde.org/.
76
77
79 To open a file named source.cpp at column 15, line 25, in an existing
80 Kate window, you could use:
81
82
83 kate -c 15 -l 25 -u source.cpp
84
85 If you have an active internet connection, you can take advantage of
86 KDE's network transparency to open a file from an ftp site. If you do
87 not have write permission on the remote server, the file will be opened
88 read only and you will be prompted for a local filename to save to if
89 you make changes. If you do have write permission, changes will be
90 saved transparently over the network.
91
92
93 kate ftp://ftp.kde.org/pub/kde/README_FIRST
94
96 The maintainer of Kate is Christoph Cullmann <cullmann@kde.org>. A
97 comprehensive list of authors and contributors is available in the com‐
98 plete user manual mentioned above.
99
100
102 Lauri Watts.
103
104
105
106K Desktop Environment June 07, 2005 KATE(1)