Difference between revisions of "CEDET"

From WikEmacs
Jump to navigation Jump to search
m (→‎External Links: add extra CEDET tutorial to supplement Gentle Intro)
m (correct minor typos)
 
Line 10: Line 10:
 
}}
 
}}
  
'''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]].
+
'''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]].
  
  

Latest revision as of 02:13, 31 December 2013

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 to 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