Hi, > It would be really useful if global had the capability to parse a > ".comments" (or similar random name) file which can refer to symbols > contained in the source code (or line numbers) and attach comments to > them. > > This would allow people to share .comments files with extra comments > about the source, without changing the source at all (which is a real > pain for diff/readability etc). htags could display these comments > inline, or maybe as part of the tooltip.
What is the reason to divide comments into two part? How should we use it? How is it useful? > It would be nice to be able to search for symbols based on pattern > matches in the comments as well. > > For example: > > global -C TODO Do you mean the comments in source files? How about the following command? global -xgo TODO -- Shigio YAMAGUCHI <[EMAIL PROTECTED]> - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
