mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
430f92108c
- Add LICENSE - Strip shared library - Sort USES - Use PORTDOCS - Remove x-generate-plist: - Take maintainership Changes: http://www.gnu.org/software/global/whatsnew.html
14 lines
627 B
Plaintext
14 lines
627 B
Plaintext
GNU GLOBAL is a source code tagging system that works the same way across
|
|
diverse environments, such as Emacs editor, Vi editor, Less viewer, Bash shell,
|
|
various web browsers, etc.
|
|
|
|
You can locate various objects, such as functions, macros, structs, classes, in
|
|
your source files and move there easily. It is useful for hacking a large
|
|
projects which contain many sub-directories, many #ifdef and many main()
|
|
functions. It is similar to ctags or etags, but is different from them in the
|
|
following two points:
|
|
- Independence of any editor
|
|
- Capability to treat definition and reference
|
|
|
|
WWW: http://www.gnu.org/software/global/
|