blob: a5a5dd54c8c3bd2455a70648e02af62821e43d3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>dev-tools</herd>
<longdescription>
The CDT (C/C++ Development Tools) Project is working towards providing a fully
functional C and C++ Integrated Development Environment (IDE) for the Eclipse
platform.
Features:
* C/C++ Editor (basic functionality, syntax highlighting, code completion etc.)
* C/C++ Debugger (APIs & Default implementation, using GDB)
* C/C++ Launcher (APIs & Default implementation, launches and external application)
* Parser
* Search Engine
* Content Assist Provider
* Makefile generator
</longdescription>
</pkgmetadata>
|