GNU Emacs as a lightweight IDE (Outline view)

Semantic tag outline display uses speedbar. The implementation is in semantic/sb.el .

Speedbar also supports generic lists.  A generic list is of the form:

 ( ("name" . marker-or-number)                <-- one tag at this level
   ("name" marker-or-number goto-fun . args)  <-- one tag at this level
   ("name" ("name" . mon) ("name" . mon) )    <-- one group of tags
   ("name" mon ("name" . mon) ) )               <-- group w/ a position and tags
  

Java Ant build.xmlJava Ant build.xml
C outlineC outline
CSS outlineCSS outline
HTML outlineHTML outline
Latex outlineLatex outline
Elisp outlineElisp outline
Makefile outlineMakefile outline
Java Maven pom.xml outlineJava Maven pom.xml outline
Java Maven pom.xml outline 2Java Maven pom.xml outline 2
SQL outlineSQL outline
Java outline

Java outline

Comments

Popular posts from this blog

HTML Renderer (Emacs)

Emacs: Binary File Viewer

Emacs: A non-intrusive browser