This site's content was compiled from 1993 to 2006. Beyond that, Google is your friend.
Andreas Leitner
Gutentag reads an Eiffel ACE or Gobo XACE file and produces a tag file.
The tag file can be read by emacs or vi and used for autocompletion or browsing.
Once read, emacs and vi can auto-complete and jump to classes and features from the whole Eiffel universe as defined by the ACE or XACE file.
| Editor or IDE | Support |
|---|---|
| » emacs | tag generation for autocompletion and navigation |
| » vi | tag generation for autocompletion and navigation |
Invoke 'gutentag' with the ACE or XACE file as parameter. Example:
% gutentag --format=emacs hello_world.ace
Gutentag will create a file called 'TAGS'. This file can be read in emacs using "M-x visit-tags-table". have a look at the emacs etags documentation to learn about the keystrokes that drive symbol-completion and symbol-navigation.
Invoke 'gutentag' with the ACE or XACE file as parameter. Example:
% gutentag --format=vi hello_world.ace
Gutentag will create a file called 'tags'. This file can be read in vi by typing ':set tags=tags'. Have a look a the vi-tags documentation to learn about the keystrokes that drive symbol-completion and symbol-navigation.