<?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 refactored codebase</b>
<ul>
<li>The KDevelop codebase has been refactored 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 documented API</a></li>
</ul>
</li>

<li><b>New RAD (<em>R</em>apid <em>A</em>pplication <em>D</em>evelopment) tools</b>
<ul>
<li>KDevDesigner integration enables GUI design from within KDevelop itself</li>
<li>KDevAssistent integration provides a feature rich documentation viewer from within KDevelop</li>
<li>Improved "Find in files", Ctags support and history navigation provide faster code navigation</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>Other improvements and bugfixes</b>
<i>
<li>KDevelop 3.1.x had many small bugs, and very limited VCS (<em>V</em>ersion <em>C</em>ontrol <em>S</em>ystem) support, that has been fixed.</li>
<li>More application templates are provided</li>
<li>subclassing of library types</li>
<li>see the <a href="index.html?filename=<?php echo $k_base_version; ?>/changes.html">change log page</a> for more details</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();?>