20 comments

[ 3.7 ms ] story [ 54.8 ms ] thread
Kate really combines all the good KDE features, in particular its usage of Kparts is excellent. You get complete shell integration, tabs, snippets, loads of plugins, split-views, highlighting etc. The most feature complete editor after emacs, probably.
"The most feature complete editor after emacs, probably."

That's a pretty bold claim, particularly given the subset of features you listed!

Are you kidding? Vim has all the features you listed and many more...
If you install and configure 2000 plugins. Might as well make your own editor.
yes, clearly installing plugins is only barely easier than writing them yourself.

plugins let vim users pick and choose what they want from their editor. I'm not bashing kate; it's just a different way of doing it. (vim user myself, though I used to be a big fan of kate)

I love the variable coloring. Been using Kate for one C project (inside the KDevelop) and had no problems with it.
Does it have buffers (as opposite to files) abstraction, ie. can you open the same file in different windows and work on different parts of it?
Yes you can. I've done it myself many times.
Yes, you just split the current view (vertically or horizontally) or open a new window. Any change to a file will be immediately updated in the other views/windows.
My text editor of choice for many years.
Yeah, for me as well. But currently using scite because I haven't figured out yet how to disable all the warning messages which kate prints when started from console in Debian Squeeze. Anyone got an idea?
I'm not a kate user, but what about just redirecting all the console output to /dev/null ? Then you shouldn't get any output, and so you can just send it straight to the background.

$ kate &> /dev/null &

Probably the most underrated text editor. It pains me to no end that KDE and its applications don't get the attention they rightly deserve.
Even if KDE did get more attention, on openSuSE (which seems to have a fairly large proportion of KDE users compared to other distros) Kate does not come preinstalled even with KDE. Anyone know why?
Anybody know a way to hook windows/cygwin into the terminal on the windows version of kate?

It's highly unlikely but doesn't hurt to ask. :)

It's available in the Cygwin/X11 version of KDE from Cygwin Ports http://sourceware.org/cygwinports/

There has been talk of porting Konsole to native Windows, but thus far no action.

if kate had ever included a stable, usable vimpart, it would have been my ideal editor.
Vim mode for Kate was a GSoC project, expect improvements soon.
wow, this year's gsoc? that would be excellent, i was sad when the original vimpart and then yzis both went nowhere.