bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: htags: status line could show better status line


From: Shigio Yamaguchi
Subject: Re: htags: status line could show better status line
Date: Wed, 20 Dec 2000 21:51:36 +0900

> It may as well be than the idea of building an hypertext of a source includin
g
> types and variables, is out of the scope of a tag system.  Such a feature wil
l
> also require more scope information than we currently have, just in the same
> way...

I don't think so.
I have a plan to treat new objects like types, variables or so on.
(Please see http://www.tamacom.com/global/plans.html)
To implement it, new parser is needed but tag format need not to be
changed if you need not distinguish the type of object.

Isn't it enough like follows?

% global -x anytype
anytype         10 defs.h #define anytype(x) ...
anytype         55 main.c anytype(int a, int b) {
anytype          5 foo.h  typedef anytype ...
% _

Or do you want to invoke with some option like this?

% global -x --data anytype
% global -x --function anytype
anytype         55 main.c anytype(int a, int b) {
% global -x --typedef anytype
anytype          5 typedef anytype ...

I think such option is needless.

> However you've implemented lots of interesting stuff in GLOBAL, which would
> be a shame to nearly duplicate :(

Whose shame? and why?
Sorry but I'm poor at English, so it is help for me to write plainly
like text book for a schoolchild.
--
Shigio Yamaguchi - Tama Communications Corporation
Mail: address@hidden, (Spare mail: address@hidden)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]