<?php module_head("KDevelop HEAD Features");?>

It contains all of <a href="index.html?filename=3.1/features.html">KDevelop 3.1.x features</a> plus:<br>
<ul>

<li><b>New refractored codebase</b>
<ul>
<li>The KDevelop codebase has been refractored with the goal of improving code reuse and documenting the base library classes that compose KDevelop. These base classes form the new <em>KDevelop platform</em> and present a concise and <a href="/HEAD/doc/platform/html/">well documanted API</a></li>
</ul>
</li>

<li><b>Much improved ruby language support</b>
<ul>
<li>New ruby debugger</li>
<li>Extended other ruby stuff</li>
</ul>
</li>

<li><b>Much improved application templates</b>
<ul>
<li>KDevelop 3.1.x had many small bugs, and very limited VCS support, that has been fixed.</li>
<li>More application templates are provided</li>
</ul>
</li>

</ul>

An automatically updated from cvs page with most of KDevelop's features can be found at:
<a href="/HEAD/doc/api/html/features.html">Doxygen generated features page</a>
(it extracts information from KDevelop's source code).
<?php module_tail();?>