This site's content was compiled from 1993 to 2006. Beyond that, Google is your friend.

gutentag

Maintainer

Andreas Leitner

Description

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.

Supported editors or IDEs

Editor or IDESupport
» emacstag generation for autocompletion and navigation
» vitag generation for autocompletion and navigation

Categories

Versions

Links

Details

Emacs:

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.

Vi:

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.

Supported compilers

Platforms

Licensing

Dependencies

Google
 
Web eiffelzone.com