CEDET 
 User Tools 
  Simple Setup 
  Project Management 
  Smart Completion 
  Find References 
  Code Generation 
  UML Graphs 
  Language Support 
 Developer Primers 
  Add a Language 
  Add external tool 
 Parts of CEDET 
  EDE 
  Semantic 
  SRecode 
  Cogre 
  Speedbar 
  EIEIO 
  Misc Tools 
 Releases 
  1.0pre6 
  1.0pre4 
 Source Forge 
  Project 
  Mailing Lists 
   cedet-devel 
   cedet-semantic 
   cedet-eieio 
  Screenshots 
  Donate 
 More Tools 
  JDEE 
  ECB 
  CompletionUI 
 
<< Files >>

EDE:

"Emacs Development Environment: A project management system"

EDE is an Emacs Lisp program which implements an environment similar to those found in IDEs (Integrated Development Environment). While Emacs is the premier development environment, and has lots of support for this activity, EDE brings many divergent commands used for debugging, and compiling and sticks them into a simple menu next to commands used for maintaining a project file.

What EDE brings to the party is an awareness of how a singular source file fits into the overall scheme of an application. EDE knows what target a file belongs to, and will offer the correct options automatically when debugging or compiling.

EDE is an object oriented program which defines a set of core virtual objects representing a project and target. Actual implementations expound upon these providing the actual functionality.

Teaching EDE to wrap your project provides an Emacs API for other tools to use to find source code in your project.

EDE supports multiple project styles. Project stiles that come with EDE by default include:

Makefile/Automake project
Create projects using the EDE interface, and autogenerate a Makefile, or an Automake infrastructure to compile your project.
Hand Written Automake
The project-am module will read pre-existing automake files, and has some handy conveiniences to edit that file for you.
C++ Root project
Create these in your .emacs file to provide API support to Semantic header file finder and project scanning.
Simple
The simple project style you can use to build your own simple EDE projects.

Read the docs:

You can read the html documentation created from the texinfo file.


Downloading CEDET

All the CEDET tools are available from a single distribution file.

CEDET is currently driving toward a 1.0 release. Try out a pre-release and send in bug reports on the build process, or anything else to the mailing list.

Try out cedet-1.0pre6.tar.gz.

After building CEDET, consider adding your results to the prerelease tested configuration page by adding your own platform information.

Please Note:

If you encounter build problems with a CEDET release, those issues may have already been fixed in CVS! CEDET has an active community of users that help identify and fix these issues quickly. You can check the mailing list archives or just try the CVS version directly.

 
Get CEDET at SourceForge.net.
Donate With Paypal
gnu Eric's homepage
Return to CEDET.
Send mail to cedet-devel to contact the developers.
Visit Siege-engine.com to see what I do in analog land.

Copyright(C) 1997,98,99,2000,01,02,03,04,05,06,07,08,09 Eric M. Ludlam
Verbatim copying and distribution is permitted in any medium, provided this notice is preserved.