Kate Developer Sprint Next Month

In April there will be a Kate Developer Sprint, similar to previous sprints for Decibel, Akonadi, KDevelop and others. This is a great opportunity as developers interested in development of KDE's text editor will discuss what to do to make Kate the best text editor on earth. This also means lots of polishing so that Kate in KDE 4.1 will shine even more! The meeting will take place from 2008-04-11 till 2008-04-13. The location is hosted by basysKom in Darmstadt, Germany. Many thanks goes especially to the KDE e.V. for their financial support. If you are interested in Kate development, join our mailing list. More to come, stay tuned!

Dot Categories: 

Comments

by bucky hater (not verified)

Wanna have the best editor as part of KDE? Then think about making some vi-Klone. I hate having to press six quad-bucky combinations to do anything useful... And boy, would it be kool to have a vi capable of using kioslaves and embeddable in other apps as a kpart...

by Giuseppe "Oblom... (not verified)

Well, technically there IS a vi-style KPart in development, and it's called YZis, URL: http://www.yzis.org/ --sadly, its development is rather on the 'stalled' side :/

by Erlend Hamberg (not verified)

Actually I'm going to Darmstadt to the Kate developer sprint to discuss such a possibility. I am a vi(m) lover who have previously worked on Yzis and I'm going to meet the other developers and see how such a feature could be implemented in the best, fastest and easiest way. :)

I am applying for this project for GSoC, so hopefully this isn't too far off.

by pilpilon (not verified)

Good news, indeed!
I was tracking the yzis progress and was actually trying to use it two years ago,
And it really really good that it is reviralising again!

by Erlend Hamberg (not verified)

I should make myself a bit more clear. :)
This is not Yzis. I talked about implementing a vim-like mode for the Kate kpart.

The result should be the same, though; a usable, vim-like editor for KDE.

by Alessandro Guido (not verified)

You're so right!

Btw, I don't understand the Kate "role" wery well. I mean: for editing a single file there is Kwrite which also has syntax highlitingh and so on. For editing multiple files at a time (which itself it means you're working on a project) there is Kdevelop. Is there something I am missing?

Forgive my bad english, I'm not a native speaker.

by Ivo Anjo (not verified)

I like kate because I use it for a lot of stuff, and lots for languages, many of which kdevelop doesn't support, so it is lighter and easier to use.

But I *really* loved the way kate worked a few releases back, where when you clicked on a file or opened one on the shell the same kate instance was re-used, instead of opening a new one.
I don't want to troll, and I know this has been discussed several times in bug reports and on the ML, but just wanted to say, I used it, I loved it, and I miss it :)

by reihal (not verified)

Is it "usability"?

by Anon (not verified)

"kate -u" does the job.
You can also define an alias such as:

alias kt='kate -u'

and use it like this:

kt *.cpp

by Ian (not verified)

True, but the default usage should be open the selected file straight away, not have a session choice. Entering "kate -u" is not obvious to users who are not technical/*nix literate.

by Kerr Avon (not verified)

Yes, I would like to see Kate return to this behavour as well.

by Morty (not verified)

The fact that you are working with multiple files doers not necessary mean you are working on a project. Or if you do, it's not given that a KDevelop (or Quanta) project is up to the task. Sometime you want a editor able to handle multiple files, without the overhead of project management. For instance when you are working on bigger projects, or parts of such, like KDE, Linux kernel or something like uClinux. Sometimes you are only interested in working on a subset of the files, and very often there are no KDevelop project file.

by jospoortvliet (not verified)

Indeed. I use Kate to write the articles during KDE meetings, and it rocks. KDevelop isn't really what I'm looking for, as you can imagine...

by Vide (not verified)

Probably that there are lots of sysadmins using it to edit scripts or config files :P I mean, not everyone is a developer

by Kyle Horne (not verified)

I use Kate for Fortran development, and small C and Python projects as well. I have tried many other tools, but I find that I like the simplicity that Kate provides, but still has a nice interface and many features.

At the university I attend and study mechanical engineering, many of my peers have to develop on the linux clusters for just a few of their projects, so they don't know linux very well. After I introduce them to Kate and how to start it through an X11 tunnel, they tend to use Kate almost like a universal interface to the cluster. It has a terminal, it has file editing, and file management too, so it fills all of their needs in one program. Not what it was intended for, but it still seems to work well for them.

by Otter (not verified)

Same here -- for small Python projects that don't require the full IDE machinery, I love the speed and simplicity of Kate. Plus I can usually count on it being available in a typical Linux system, which is rarely the case for KDevelop.

by DominikH (not verified)

I should have mentioned that Kate consists of several parts:
1. Kate Editor Component, also called Kate Part
2. Kate Application, also called Kate
KDevelop uses the Kate Part. The meeting of course also focuses on the Kate Part. All applications using the Kate Part benefit automatically if it improves.

by Uwe Thiem (not verified)

I use vi(m) when doing remote system or network administration.

Kwrite is my tool of choice when I write plain text documents that I will later copy-and-paste to some web sites or email around or some such.

Fully fledged kate is it when I hack on code. I don't want a complete IDE.More often than not, it gets in my way. The minimalistic project management kate offers is exactly what I want. So that is its role from my POV.

Uwe

by Grósz Dániel (not verified)

KDevelop uses a very fix project file/directory structure, not useful in many cases.

by Martin Fitzpatrick (not verified)

I think that's where I ran into problems when I tried to use it. I only do PHP development at the moment (websites and plugins for WordPress) and find Kate + Sessions a really simple way to get to what I want quickly - and also switch from one "project" to another mid-stream when I get an idea*...

(* have an episode of poor focus)

by Chaoswind (not verified)

> For editing multiple files at a time (which itself it means you're
> working on a project) there is Kdevelop

Kdevelop sucks. It's just a more complicated version of kate. Of cource, if you're developing with c/c++/qt, it's useful, but for every thinks else there is'nt any advantage. And now, that kdevelop3 has only this stupid spacewasting simple simpleIDEA-UI left, there is'nt any reason to use it.

I'm developing mostly python and pyqt-apps and use all the time kate. Of cource, kate sucks as well, but less. The UI can be minimalistic, and most of the missing features can be substitute with some nice scripts.

by anonymous (not verified)

do on localhost:
vi

do on remote host:
ssh [email protected]
vi

or:
sshfs [email protected]:/home/user ~/mountpoint
vi ~/mountpoint/path/to/filename

vi(m) is the best text editor. Fuse is the best when you need transparent remote drives for every app (or the new GIO, which use Fuse :P )

by jos poortvliet (not verified)

Yeah yeah, vi is great if you love to work in an archaic piece of sh*t on a commandline. If you're more the point-and-click type like most modern computer users, Kate is the best there is. (disclaimer: I myself use both Vi and Kate)

And does GIO use Fuse? I thought it didn't - it only might offer a Fuse interface in the future, like KIO-fuse (which is already old news - and nobody uses it).

by anon (not verified)

make it get the focus to the text edit area when clicking into file selection area.
annoys me every time kate is in background an i click to raise it and can't type cause the focus is in the wrong part of the window.

otherwise it is already the best editor :)

by richlv (not verified)

i don't need the feature myself, but i have heard people requesting find/replace in all open files - http://bugs.kde.org/show_bug.cgi?id=156099

by Velvet Elvis (not verified)

It already is the best text editor on earth. Save yourself some work and go have a beer.

Is Yziz dead btw?

by ad (not verified)

I'm still hoping to get X-Symbol like capabilities someday. This would allow to parse tokens and display them as symbols. Some examples of applications are:

LaTeX:
Parse \prod and replace it with a product symbol, \rightarrow with the appropriate arrow, produce super and subscripts, etc etc giving a semi wysiwyg. Would be great for Kile, for instance.

Haskell:
In literature type vars are usually greek letters. Syntax could be provided to obtain that effect, say alpha, beta, alpha_1, beta_1. Some other tokens could be shown as pretty symbols, such as ->, =>, ++...

Theorem Proving:
Coq, Isabelle, et all. All of them use plenty of mathematical notation.

http://x-symbol.sourceforge.net/
https://bugs.kde.org/show_bug.cgi?id=58340

by danielHL (not verified)

Sorry, but why wysiwyg? LaTeX is totally the other way round. If you want it in spite of that, use LyX.

An interesting feature for Kile would be inline spell checking, though.

CU
Daniel

by ad (not verified)

It's not wysiwyg. It renders a few tokens as symbols. For instance, while one could use tokens to create accentuated characters, such as \'a for à, things become quite unreadable. Most people are not that hardcore and either input isolatin (or unicode) characters directly, or use x-symbol for the same effect while keeping the file in ASCII. X-symbol allows you to go one step further and render other tokens as symbols.

In any case, personally I don't even use it with LaTeX. But I find it great for use with other systems, such as theorem provers, since you can see proper math symbols in your formulas. And I would love to be able to use it with some programming languages.

Look at the bottom of the screenshot:
http://proofgeneral.inf.ed.ac.uk/images/pg-isa-screenshot.png

by cruzki (not verified)

Inline spell checking is THE most interesting feature for kate I think.

by suy (not verified)

It's not wysiwyg, it's giving code written it TeX some possibilities that are just fine in XML. E.g.: if you want to type the pi constant, in TeX you have to type \pi. In XML you can use π, but if you are using UTF-8, you can also type the real character with the keyboard, or with kcharselect (I can't type it here, because the software that runs the site is very outdated).

In mathematical formulas this sucks a lot, because not only the code becomes much less readable, but also the lines become a lot longer, and it's very difficult to wrap each line of the code to 80 characters, and still making each line a step of some calculation.

by LB (not verified)

I really love kate!! One question though, is it possible to start kate without automatically opening the Documents tab? I'm unable to find this option in the menu/settings. Thanks!

by Andrew Matta (not verified)

I want all you Kate developers to know that I think that Kate is the best multipurpose text editor I have ever used. It pains me to have to use anything else. Please keep up the excellent work. My favorite features of Kate are its speed, ability to handle and keep organized many documents at once, syntax highlighting for every language I've ever tried to use it for, and excellent customizability. I truly appreciate the time you put into making this editor all that it is today, and I hope you can keep all these strengths as KDE moves to version 4.1 and beyond.

by annma (not verified)

Same here! Coming into programming out of the blues without any notions of previous editors, Kate is the tool that makes my editoring life easy and smooth. I use it for programming, for writing TODOS, for docbook! I already find Kate for KDE 4 better than the 3 series!
Thanks to the Kate team and I wish you all a very productive and friendly meeting!

by someone1245 (not verified)

I'd say at least restore the functionality that was available in 3.5 as a number one priority before thinking of new features, there's quite a few things the old version could do that the new one cannot.

by hmmm (not verified)

Such as?

I have found nothing missing in the svn version (aside from the irritating bug where the textedit part eats all shortcut -- even when the konsole part has the focus).

by Batiste (not verified)

I know that kate is not meant as a development tool but I personnaly I use it this way.

There is two features that I would love to see in kate:

* a tree view like in textmate
* a programming interface for auto-completion. The idea is to use something like ipython directly in kate.

by Vince W (not verified)

I strongly second this.. a tree view in Kate would be fantastic.

by David (not verified)

You are completely right. I also long for an autocompletion feature for various programming languages. Would it be possible to import the Code-Completion from kdevelop as a plugin for kate?

by plo (not verified)

Is it possible to write scripts (or maybe macros) for kate? I did find a post speaking about scripts in kjs, and in the script folder there is even a lua script, but I didn't find any documentation. It would be very handy for small tasks.
(btw kate in kde4 is easily the best looking editor on the Earth :)

by DanaKil (not verified)

yep, thanks a lot for this great tool :)

I just love the new search toolbar and I hope to see something like this in all KDE apps that need it (KWord, Konq... hmmmm)

Maybe the search toolbar could be shown and hidden with the same shortcut (ctrl-f) instead of using Esc to close it ? I've done an extension to do this in firefox 2 years ago and it was quite popular :)

by DanaKil (not verified)

well, forget what I said for the shortcut... unlike in firefox, it's much usefull to give it the focus back when the search bar is already shown... -__-'

cheers

by begging guy (not verified)

don't make kate as bloated/useless as kdevelop or quanta. I really love its simplicity and speed.

by joe l (not verified)

Is there anyone out there who has a set of KATE syntax highlighting settings suitable for a BLACK background? Old habits die hard.

by Leo S (not verified)

Somehow I magically managed to get a great black background color scheme on KDE4 kwrite. The problem is I have no idea how I did it, or how to change it now. Works great with syntax highlighting and all.

by T. J. Brumfield (not verified)

http://notepad-plus.sourceforge.net/uk/site.htm

That is my favorite text editor on any platform. I'd love to see it get a KDE port.

by Sebastian (not verified)

...

by Emacs User (not verified)

I just tried kate. Code folding option is great! I was also very impressed that kate noticed that some other program had changed the file and offered to display a colored diff of the change.

I still need some Emacs feature before I can make the switch: c-ident-command (tab to autoident code to correct level) and ediff-buffers. I know about kdiff3, but it's not integrated to the editor.

by Todor (not verified)

Kate is best!

I love it from the time I first saw it.

These past years helped me do my jobs just-in-time.

Waiting to see it back in kdebase 4.1

by Chris (not verified)

I almost hate to bring it up since it seemed to cause some problem, but the old autobookmark plugin feature is something I'd love to see brought in. While it wouldn't be quite as great, simply having a way to save bookmarks as part of a session might help, although autobookmark updated bookmarks whenever a file was saved.