June 21, 2008

Kate Review: The Powerful KDE Text Editor

Kate is the KDE Advanced Text Editor, and it does a great job for editing any type of text files, like Bash or Perl scripts, or C/C++ sources.

Kate is really the most complete GUI (Graphical User Interface) text editor I've ever tried. Some of the basic features it has (and practically any good text editor intended for programmers should have) are: good highlighting for various programming languages (it offers default syntax highlighting for an amazing number of source files, like Bash, Perl, C, Lisp, Python, and even Quake scripts are supported), the block selection mode, which allows you to select text based on columns instead of selecting whole lines, indentation which works good enough, export to HTML and even a spell checker.

Usual Kate instance

Exporting as HTML - You can also print the file as PDF if you like

Kate can be successfully used for both taking notes, editing configuration files, or creating small projects like a C application or a command line tool.


Kate allows you to save sessions and to work with several files at a time. For example, you can split the view vertically or horizontally, work to a file in one view and another one in the second view. Changes will be visible to both files if they are the same. It also provides an embedded terminal, which can use Konsole's default settings. The terminal is very helpful if you work at a source file and then you want to compile without opening another shell application.

The right panel allows to select which file you want to edit

It has a very fast load time, very stable and benefits of a complete configuration options via the Settings -> Configure Kate... menu option.

Kate is highly configurable

The Tools menu - Highlighting

Default plugins

Tip of the day

Kate definitely deserves its name, of an advanced text editor. It offers practically anything you can ask from a text editor, and even more.


Updated: April 2, 2009

4 comments:

Anonymous said...

I agree. I started using Kate after I saw a friend using it 2 years ago and now cannot stand to use any other text editor.

Anonymous said...

I'm also using Kate since a couple of years now. Never used anything else since that time.

Great review.

richard.philips@gmail.com said...

Has Kate keyboard macros

dorien said...

Same... once you use Kate, it's the only text editor you'll ever want. Love the terminal you can put below your text.