bug-global
[Top][All Lists]
Advanced

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

Re: [RFC] Combining of Exuberant Ctags and GNU GLOBAL


From: Shigio YAMAGUCHI
Subject: Re: [RFC] Combining of Exuberant Ctags and GNU GLOBAL
Date: Fri, 14 Sep 2012 09:05:10 +0900

Hi, Iwamoto san,
> Since Exuberant-Ctags plugin scans a line backward after
> finding file name, ...

According to this method, it seems that there is no problem.

We can find the tail of <kind name> by tracing from <file name>.
(<line number> does not include a blank.)

                             v<-----------------
        <tag name> <kind name>  <line number>  <file name> ...

We can also find the head of <kind name>. It's easy.
(<tag name> does not include a blanks.)

        ---------->v
        <tag name> <kind name>  <line number>  <file name> ...

What exists between them is <kind name>.

        ----------><kind name><-----------------

Although we cannot deny that there is useless cost, it is
not so serious. How about discussing about it in the
optimization phase? It had not determined yet whether we use
<kind name> or not.
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3



reply via email to

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