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: Tue, 19 Dec 2000 22:18:41 +0900

> When one follows a link from a definition to a reference, it is sometimes
> tedious to know in which function the reference is when the function is
> large.  ChorusOS, for example, has such large functions.

I understand. It is useful.
But your suggestion seems one about new basic facility of GLOBAL
beyond the issure of status line.
As you said, GLOBAL detects only start point of object.

        55 func1() {            -       <= GLOBAL know this line.
        56      int n;          ^
                                |
        .....                   Range of function
                                |
        87      return n;       v
        88 }                    -       <= GLOBAL doesn't know this line.
        89
        90
        91 func2() {                    <= GLOBAL know this line.

Please let me think about whether or not GLOBAL should treat the range of
function like cscope.

> What may also be useful would be to list the same function name in the list
> of references when a func is used more than once.  It may help when a func
> is widely use within a single file.

I couldn't understand. Would you please show one example?
--
Shigio Yamaguchi - Tama Communications Corporation
Mail: address@hidden, (Spare mail: address@hidden)



reply via email to

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