Difference between revisions of "CEDET"

From WikEmacs
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...")
 
m (correct minor typos)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''CEDET''' is an Integrated Development Environment (IDE) for Emacs.
+
{{Package
 +
|name=CEDET
 +
|description=[[IDE]] system for Emacs
 +
|author = [[Eric Ludlam]]
 +
|maintainer=[[Eric Ludlam]]
 +
|source=http://cedet.bzr.sourceforge.net/bzr/cedet/
 +
|in_emacs=yes (likely to be out of date)
 +
|Development status=active
 +
|website=http://cedet.sourceforge.net/
 +
}}
  
= Tutorials =
+
'''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]].
* [http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html Gentle Introduction to CEDET]
+
 
 +
 
 +
== See Also ==
 +
 
 +
:* [[semantic]]
 +
:* [[EDE]]
 +
:* [[Speedbar]]
 +
:* [[SRecode]]
 +
:* [[EIEIO]]
 +
:* [[COGRE]]
  
= External Links =
+
== External Links ==
 
* [http://cedet.sourceforge.net/ CEDET]
 
* [http://cedet.sourceforge.net/ 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:CEDET]]
 +
[[Category:Built-in Package]]
 
[[Category:Programming]]
 
[[Category:Programming]]
.
 

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