POV-Ray : Newsgroups : povray.off-topic : Microsoft is still at it : Re: Microsoft is still at it Server Time
5 Sep 2024 13:16:28 EDT (-0400)
  Re: Microsoft is still at it  
From: nemesis
Date: 14 Sep 2009 01:40:02
Message: <web.4aadd675caf8180c609bf0b10@news.povray.org>
Darren New <dne### [at] sanrrcom> wrote:
> nemesis wrote:
> > Darren New <dne### [at] sanrrcom> wrote:
> >> nemesis wrote:
> >>> Specially when combined with ctags.
> >> I could really use a ctags that works with C++ these days. :-(
> >
> > http://ctags.sourceforge.net
> >
> > never heard of it until seeing it recommended in the vim manual... truthfully
> > highly recommended! :)
>
> I'm pretty sure that's the version I'm using, and it works really
> craptasticly for the source files I'm working with. It might just be that
> the source files are so f'ed in organization.

By default ctags don't generate tags for function prototypes (go figure).  Do
like this to get away with this dumb limitation:
ctags -R --C++-kinds=+p

to view all such options:
ctags -R --list-kinds=C++

hope that helps...


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.