<?php
require_once('prepend.php');
?>
<title>Features</title>
<h1>Features</h1>
<h3>Highlights:</h3>
<ul class="bullet">
<li><b>Open Source</b>! GPL2, no hidden costs.
</li><li> <b>Cross-platform</b>. Runs on Linux or Windows (uses wxWidgets).
</li><li> <b>Made in GNU C++</b>. No interpreted languages or proprietary libs needed.
</li><li> <b>Comes in two presentations</b>: Standalone, and MinGW bundle
</li><li> <b>Devpack support</b> (optional)
</li><li> <b>Extensible through plugins</b> (SDK available in the downloads section)
</li>
</ul>
<h3>Compiler-related features:</h3>
<ul class="bullet"><li><b>Multiple compiler support</b>:<br />
<ul class="nobullet"><li>GCC (MingW / Linux GCC)</li><li>MSVC++</li><li>Digital Mars</li><li>Borland C++ 5.5</li><li>Open Watcom</li></ul>
</li><li> <b>Compiles directly or with makefiles</b>
</li><li> <b>Predefined project templates</b>
</li><li> <b>Custom template</b> support
</li><li> <b>Uses XML format</b> for project files.
</li><li> <b>Multi-target projects</b>
</li><li> <b>Workspaces support</b>
</li><li> <b>Imports MSVC projects and workspaces</b><br />
(NOTE: assembly code and inter-project dependencies not supported yet)
</li><li> <b>Imports Dev-C++ projects</b>
</li><li> <b>Integrates with GDB</b> for debugging
</li>
</ul>
<h3>Interface Features:</h3>
<ul class="bullet"><li> <b>Syntax highlighting</b>, customizable and extensible
</li><li> <b>Code folding</b> for C++ and XML files.
</li><li> <b>Tabbed interface</b>
</li><li> <b>Code completion plugin</b>
</li><li> <b>Class Browser</b>
</li><li> <b>Smart indent</b>
</li><li> <b>One-key swap between .h and .c/.cpp files</b>
</li><li> <b>Open files list</b> for quick switching between files (optional)
</li><li> <b>External customizable "Tools"</b>
</li><li> <b>To-do list management</b> with different users
</li></ul>
<p><b>And more!</b> (See the forums for plugins currently being worked on)</p>
<p class="caption"><b>[ <a href="/">Home</a> | <a title="Testimonials" href="/testimonials.shtml">Next</a> ]</b></p>