Re: [Geany-devel] Exuberant Ctags Support

2011-05-25 Thread Matthew Brush
On 05/25/11 06:37, Jiří Techet wrote: 1. In tm_tag.c it would be better to have ctagKinds languageKinds[] separate for each language and then have allKinds array indexed by lang_id containing languageKinds[] of all languages. So to get to language's tags, you would just do allKinds[lang_id] inst

Re: [Geany-devel] Exuberant Ctags Support

2011-05-25 Thread Matthew Brush
On 05/25/11 14:15, Lex Trotman wrote: Except: 3. More general comment - if we have ctags file parsing support, it's a question whether Geany should continue using the old format and its generation. Tags generation would be then redundant in Geany if you can do the same with ctags (and ctags is

Re: [Geany-devel] Exuberant Ctags Support

2011-05-25 Thread Lex Trotman
Hi Jiri, Support all you say, especially well done and thanks to Matthew. Except: > 3. More general comment - if we have ctags file parsing support, it's > a question whether Geany should continue using the old format and its > generation. Tags generation would be then redundant in Geany if you

Re: [Geany-devel] Exuberant Ctags Support

2011-05-25 Thread Matthew Brush
On 05/25/11 09:03, Jiří Techet wrote: On Wed, May 25, 2011 at 17:29, Matthew Brush wrote: parsing the open source files. Dumping the list of tags parsed to a plain-text (Ctags format) file seems fairly trivial. This would remove the need for the user to *have* to have Ctags on her system.

Re: [Geany-devel] Exuberant Ctags Support

2011-05-25 Thread Jiří Techet
On Wed, May 25, 2011 at 17:29, Matthew Brush wrote: > On 05/25/11 06:37, Jiří Techet wrote: > >> >> as this is something I wanted to do myself, I really like it! I've >> been looking at the code only so far; I'll test it once I have access >> to my computer in the evening. A few comments: > > Grea

Re: [Geany-devel] Exuberant Ctags Support

2011-05-25 Thread Matthew Brush
On 05/25/11 06:37, Jiří Techet wrote: as this is something I wanted to do myself, I really like it! I've been looking at the code only so far; I'll test it once I have access to my computer in the evening. A few comments: Great, thanks! 1. In tm_tag.c it would be better to have ctagKinds l

Re: [Geany-devel] Exuberant Ctags Support

2011-05-25 Thread Jiří Techet
On Wed, May 25, 2011 at 06:29, Matthew Brush wrote: > Hi, > > I started working on support for reading Exuberant Ctags files.  The commit > message sums up most of the details I hope.  If anyone wants to try it out > and/or review the code, that would be much appreciated. > > The relevant commit i