Several Problems

Thomas Kunert kunert at physik.tu-dresden.de
Thu Aug 19 14:07:42 BST 1999


Are the following features missing or am i really too dumb to find them?

1) Automatic line indentation.
That means, I want the editor to indent lines according to the written
code. That makes the text clearer and can avoid some syntax errors.

2) Automatic bracket recognition and marking.
Sometime one uses more than two or three nested pairs of brackets and
braces. It is helpful, to see the counterpart easily.

3) Simultanously visible multiple editor windows.
Currently I can see only *one* source window. How can I create more
windows?

4) Templates in the class browser.
Try that code:
#include <vector>
template <class T> class X{};
template <class T> class X<vector<T> > {};
template <> class X<int> {};
The class browser shows just the top-level X, not even as template but
as class.
Can I make the specializations visible?

Regards,
Thomas 

PS: Please cc: your reply to me privately, since I'm not subscribed.



More information about the KDevelop mailing list