Difference between revisions of "CEDET"
Jump to navigation
Jump to search
m (correct minor typos) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
|maintainer=[[Eric Ludlam]] | |maintainer=[[Eric Ludlam]] | ||
|source=http://cedet.bzr.sourceforge.net/bzr/cedet/ | |source=http://cedet.bzr.sourceforge.net/bzr/cedet/ | ||
− | |in_emacs=yes (likely be out of date) | + | |in_emacs=yes (likely to be out of date) |
|Development status=active | |Development status=active | ||
|website=http://cedet.sourceforge.net/ | |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 | + | '''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]]. |
Line 25: | Line 25: | ||
* [http://cedet.sourceforge.net/ CEDET] | * [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] | ||
+ | * [http://www.logilab.org/blogentry/173886 Emacs turned into a IDE with CEDET] | ||
[[Category:IDE]] | [[Category:IDE]] | ||
[[Category:CEDET]] | [[Category:CEDET]] | ||
− | [[Category: | + | [[Category:Built-in Package]] |
[[Category:Programming]] | [[Category:Programming]] |
Latest revision as of 02:13, 31 December 2013
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.