Japanese
SourceForge.jp 200x40(8244bytes)

EE2EEE

  Welcome to the webpage of EE2E project!

  In Eclipse,   Find tag (in current tags table) whose name contains TAGNAME.
  Select the buffer containing the tag's definition, and move point there.
  The TAGNAME is separately built from "ctags" or "etags" command.
  TAGNAME is set up from Prereference.

  In short, EE2EEE (Emacs Enviroment to Eclipse Etags Edition) plugin provides Eclipse with the function equivalent to M-.(find-tag) and M-,(tag-loop-contine) of Emacs.

312x537(51014bytes)

Download

How to use EE2E Etags Edtion?

ctags is invoked using "External tools".

  To access the "External tools", External tools ->External tools... from the Run menu...

  It can substitute issuing the following commands from cygwin.
Ando@researchanddesign /cygdrive/g/eclipse/workspace/work_work
$ ctags -e `find . -name "*.c" -print `
  Please attach the -e option.

TAGS file is specified using "Prefernce".

  To access the "Prefernce", Prefernce... from the Windows menu.

300x552(32100bytes)
tags file.
Location folder in TAGS.
encode
Encode in TAGS.

Etags View is displayed using "Show view".

  To access the "Etags View", Show View ->Other... from the Windows menu.

Etags View is used happily!!

312x537(51014bytes)
Complement text field
A complement input is carried out.
It complements with a space key (Emacs Like!).
A tag jump is carried out by the return key.
List box.
A list of a candidate is displayed.
It will jump, if it clicks.
16x16) Reload tags.
Load and reload tags.
16x16 tag jump, back tag.
It jumps to front tag.
16x16 tag jump, next tag.
It jumps to next tag.

ando@park.ruru.ne.jp