|
CEDET is a Collection of Emacs Development Environment Tools written with the end goal of creating an advanced development environment in Emacs. CEDET is hosted at Source Forge and is Free Software. You can view CEDET's CVS archive, project summary, and mailing lists at the CEDET Project page. Why is CEDET needed?Emacs already is a great environment for writing software, but there are additional areas that need improvement. Many new ideas for integrated environments have been developed in newer products, such as Microsoft's Visual environment, JBuilder, or Eclipse. CEDET is a project which implements several advanced features developers have come to expect from an Editor.
So what does an Emacs User get out of CEDET? CEDET includes the following major user features:
ProjectsThe CEDET Project management system provides a few simple keystrokes for organizing your files, building Makefiles or Automake files, and compiling your sources. If you don't want CEDET to manage your Makefiles, CEDET will still be able to identify some types of projects based on pre-existing build configurations, such as the Emacs sources, the Linux kernel, or any project built using Automake. The entire CEDET Makefile tree was built with CEDET's project management system, so when you download and build the distribution package, you will be using a CEDET project. The image to the right shows a part of the Project management menu.
Smart Completion
Code completion is not restricted to just C or C++. The completion engine is generic and works for any language that has a robust tagging parser written for CEDET, and a thin adaptation layer for the language. See the language support page to see if your language is supported. The image to the right shows smart completion configured to use a
popup menu in a CEDET unit test source file going through a
templated smart pointer.
Smart Help/JumpSmart help shows the prototype of the variable or method under point. As with the smart completion, it will correctly identify the method under point, deriving it's correct prototype by dereferencing the datatypes through templates and smart pointers. The smart jump feature is similar to the classic Emacs TAGS
feature, except it always goes to the correct location. Using TAGS
on a method name makes you scan through all the possible methods
with the same name to find the one you want. Using the CEDET
smart jump feature takes you to the right definition the first time.
Symbol References
The image to the right shows integration with GNU Global running in
the GNU Global source code.
Code Generation
Some pre-existing tools that use CEDET's code generation system will write texinfo documentation for you, create doxygen style comments fully filled out from the local context, or insert get/set methods for variables in a class. The image to the right shows a simple class declaration inserted
into an empty buffer.
UML Diagrams
The image to the right shows CEDET's UML tool's source code, called 'COGRE', diagramming and browsing itself. Optional unicode character support is enabled for the special characters. Advanced Code Browsing
The ECB image on the right shows a sample of ECB (in full size). ECB is NOT a part of CEDET, and must be downloaded and installed seperately. Install and Configure CEDET
Alex Ott has written a great article called A Gentle Introduction to CEDET that shows both the simple CEDET configuration process, and a wide array of customizations that helps tune your Emacs for programming the smart way. The image to the right shows the CEDET internal package and
revision testing output. Making sure all the package revisions
needed are accurate is important, and fully automatic.
Contribute to CEDETIn many ways, CEDET is a big pile of infrastructure with a
thin user interface sitting on it. Consider helping CEDET
by using the infrastructure to build better or more user interface
tools. You can also help by adding more
support for different languages. Join
the cedet-devel
mailing list to learn more.
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. |
|   |
|
|
Eric's homepage|
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. |