fgl

A Vim plugin that works as an extension to ctags for 4GL/4Js language to create tags.
Download

fgl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Tim Kim
  • Publisher web site:
  • http://www.vim.org/scripts/script.php?script_id=587

fgl Tags


fgl Description

A Vim plugin that works as an extension to ctags for 4GL/4Js language to create tags. fgl is a Vim plugin that works as an extension to ctags for 4GL/4Js language to create tags.Developer commentsThe attached files are the extension to ctags program to recognize 4GL/4Js programs.When 'fgl.c' file in fgl.zip is compiled with exuberant ctags source, ctags(executable) will generate tags for vim/vi.I compiled exuberant ctags source in AIX without any problem. Only trouble I faced was that source codes in ctags-5.4 tar file had DOS line breaks and had to translate them to UNIX line breaks using dos2unix utility. INSTALLATION:1. Download Exuberant ctags source and decompress into a directory 2. Unzip fgl.zip file to the same directory.3. You should convert DOS line breaks to UNIX line breaks if necessary4. Type './configure' in the directory5. Type 'make' to compile source codes6. Copy ctags(executable) to a directory whose execution path is recognized7. Add the following line to .vimrc/.gvimrc to set tag option in vim/gvim set tag=tags You may set the 'tag' option with multiple files along with their paths separated by a space.8. Type 'ctags *.4gl' in your 4GL program directory, where a new tag file will be generated9. Now you are ready to use tag command in vim/gvim/vi Requirements: · Exuberant Ctags · Vim What's New in This Release: · A bug fix when comment finishes with a curly bracket.


fgl Related Software