CTAGS-support
Author: Rainer Kowallik


Purpose: use "tags" file generated by "ctags" to find declarations

Main purpose: demonstration of how to write TCL-TK macros for "tkedit"

This TCL-macro adds the following Menu points to the "Language" menu:
new-ctag    generate a new "tags" file from the last saved program
load-ctag   load a "tags" file explicitly (should not be necessary !)
goto-ctag   find the declaration of the current word (the Word where the 
            cursor stands) The "tags" file is loaded or generated if needed.

Remark: You must save your program explicitly befor "ctags" can generate a new 
        "tags" file

         
-------------------------------------------------------------------------------
Rainer Kowallik             postdoc at       DESY-IfH Zeuthen (Germany)
Email: kowallik@ifh.de                       Platanenallee 6, D-15738 Zeuthen
