Today I've finished KTextEditor::CodeCompletion and PopupMenu interfaces for Kyzis text editor (those who don't know about the editor should visit http://www.yzis.org). Now the editor works like a charm with KDevelop. Vi(m) fans should check for a first IDE with vi-like text editor
Editor is still in development but it's in a good shape now, everyone interested is welcome to try it out and help the development of an editor itself and a kdevelop integration process 
adymo's blog
Kyzis + KDevelop
Submitted by adymo on Sun, 08/22/2004 - 21:16- 1 comment
- 400 reads
KDevelop Assistant
Submitted by adymo on Thu, 05/06/2004 - 23:29Every time I wanted to look at documentation, I started Qt Assistant for Qt API and Konqueror for KDE API. This annoyed me for quite a long time. I always dreamed about a program like Qt Assistant capable of browsing KDE API and indexing it. KDevelop had something like that for ages, it was an old documentation plugin. But it has two problems - it's index was really slow and unusable and the viewer could not be run standalone.
Eventually I decided to fix that problems and now I'm proud to present KDevelop Assistant (kdevassistant). It is the only documentation viewer that is capable of browsing, indexing and full text searching various types of API docs in your system. Currently it supports Qt API, KDE API and Devhelp (GTK/GNOME) docs, support for new types can be added in a hour by creating a documentation plugin. Check out KDevelop CVS HEAD to get not only the best IDE in the world but also the best API documentation viewer
.
- 6 comments
- Read more
- 826 reads
The generic approach to property editing
Submitted by adymo on Sun, 02/15/2004 - 23:04Last time I worked on Kugar Report Designer I've noticed that I need to have a property editor similar to what Qt Designer have. Further I've discovered that such a property editor can also be usefull in KDevelop. Existing implementations were too tied with Kugar Designer and Qt Designer and Qt Designer's version was GPL'ed. So I decided to wrote my own "generic" property editing library (partially based on my property editing classes from Kugar) which I'm happy to present.
- 8 comments
- Read more
- 1433 reads
