man kate (Commandes) - KDE Advanced Text Editor

NAME

kate - KDE Advanced Text Editor

SYNOPSIS

kate [options][file(s)]

DESCRIPTION

This manual page documents briefly the kate command. This manual page was written for the Debian distribution because the original program does not have a manual page.

kate is a powerful text editor for KDE. It allows multiple documents (MDI interface), syntax coloration for many languages, ...

It is able to expand or collapse parts of code (C functions, ...), can handle complete projects, and includes a terminal emulator.

Kate is primarily intended for developers but can be used by anyone. It will for example be very useful to edit configuration files for example.

It can handle plugins to expand its capabilities (more languages support, vim/Emacs compatibility, ...)

OPTIONS

These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.

--help
Show summary of options.
--help-qt
Show QT specific help (common for all QT apps).
--help-kde
Show KDE specific help (common for all KDE apps).
--help-all
Show the complete help.
--author
Show program author(s).
--license
Show program license.
-v, --version
Show version of program.
-n
Start a new kate instance if one is already running (default is not to open a new one, the old one will be focused instead,and if new files are given, they will be opened)
-w
Open a new Kate window
--initplugin <argument>
Initializes Kate from an extern module.
--line <argument>
Go to the specified line
--column <argument>
Go to the specified column

file(s) is the file or the files to open

SEE ALSO

kwrite(1)

For more details, you should have a look at the KDE Help center, available from the K menu.

AUTHOR

This manual page was written by Clément Stenac <zorglub@via.ecp.fr>, for the Debian GNU/Linux project (but may be used by others).

kate was written by the KDE project