<p>Yes, i also already though about improving this. Your idea is good. Also namespace- or class-scopes shouldn't be shown again and again, and we coulf abbreviate functions by parens, for variables we could shorten the prefix to just "var", etc. It could look like extremely simplified code.</p>

<p>Greetings, David</p>
<p><blockquote type="cite">Am 10.09.2010 17:42 schrieb "Milian Wolff" <<a href="mailto:mail@milianw.de">mail@milianw.de</a>>:<br><br>Hey there,<br>
<br>
a user (blender dev) showed me this screenshot with the plea to improve it:<br>
<a href="http://www.pasteall.org/pic/show.php?id=5666" target="_blank">http://www.pasteall.org/pic/show.php?id=5666</a><br>
<br>
I hope we all agree that this is completely bad. His idea  where the "all, all<br>
funcs, used funcs, ..." buttons to the left which are nice but imo hard to<br>
implement with the current api (or am I mistaken?).<br>
<br>
For starters I thought about at least grouping the declarations by kind. Imo<br>
it would be better, but right now the declarations are listed in the order<br>
they are declared which is probably also helpful. So maybe we could at least<br>
merge consecutive declarations of the same kind?<br>
<br>
Like so:<br>
<br>
Typedef foo, Typedef bar, Function abc, Function asdf, Class foo<br>
<br>
=><br>
<br>
Typedefs foo, bar, Functions abc, asdf, Class foo<br>
<br>
What do you think?<br>
<font color="#888888">--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" target="_blank">http://milianw.de</a><br>
</font><br>--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
<br></blockquote></p>