Difference between revisions of "CEDET"

From WikEmacs
Jump to navigation Jump to search
m (author column)
Line 13: Line 13:
  
  
==See Also ==
+
== See Also ==
  
 
:* [[semantic]]
 
:* [[semantic]]
Line 22: Line 22:
 
:* [[COGRE]]
 
:* [[COGRE]]
  
= Tutorials =
+
== External Links ==
 +
* [http://cedet.sourceforge.net/ CEDET]
 
* [http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html Gentle Introduction to CEDET]
 
* [http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html Gentle Introduction to CEDET]
 
= External Links =
 
* [http://cedet.sourceforge.net/ CEDET]
 
  
 
[[Category:IDE]]
 
[[Category:IDE]]

Revision as of 12:15, 1 April 2012

CEDET
Description IDE system for Emacs
Author Eric Ludlam
Maintainer Eric Ludlam
Source http://cedet.bzr.sourceforge.net/bzr/cedet/
Part of Emacs yes (likely be out of date)

CEDET(Collection of Emacs Development Environment Tools) brings several modern IDE feature to Emacs. The CEDET collection is made up of several tools. At the core of the CEDET suite is EIEIO, which is an Implementation of Emacs Interpreted Objects. This provides a CLOS like interface to writing object-oriented code in Emacs. EIEIO forms the base of most of the other tools, with the notable exception of Speedbar.


See Also

External Links