Difference between revisions of "CEDET"
Jump to navigation
Jump to search
(Created page with "'''CEDET''' is an Integrated Development Environment (IDE) for Emacs. = Tutorials = * [http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html Gentle Introduction to CEDE...") |
(merge pages) |
||
Line 1: | Line 1: | ||
− | '''CEDET''' is an | + | {{Package |
+ | |name=CEDET | ||
+ | |description=[[IDE]] system for Emacs | ||
+ | |maintainer=[[Eric Ludlam]] | ||
+ | |source=http://cedet.bzr.sourceforge.net/bzr/cedet/ | ||
+ | |in_emacs=yes (likely be out of date) | ||
+ | |Development status=active | ||
+ | |website=http://cedet.sourceforge.net/ | ||
+ | }} | ||
+ | |||
+ | '''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 == | ||
+ | |||
+ | :* [[semantic]] | ||
+ | :* [[EDE]] | ||
+ | :* [[Speedbar]] | ||
+ | :* [[SRecode]] | ||
+ | :* [[EIEIO]] | ||
+ | :* [[COGRE]] | ||
= Tutorials = | = Tutorials = | ||
Line 7: | Line 27: | ||
* [http://cedet.sourceforge.net/ CEDET] | * [http://cedet.sourceforge.net/ CEDET] | ||
+ | [[Category:IDE]] | ||
+ | [[Category:CEDET]] | ||
+ | [[Category:Native Package]] | ||
[[Category:Programming]] | [[Category:Programming]] | ||
− |
Revision as of 22:12, 31 March 2012
Description | IDE system for Emacs |
---|---|
Author | name of author |
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.