knowledge-database (beta)

Current group: comp.editors

ctags for c++ source code

ctags for c++ source code  
vamsi
 Re: ctags for c++ source code  
Bart van Deenen
 Re: ctags for c++ source code  
vamsi
From:vamsi
Subject:ctags for c++ source code
Date:Thu, 30 Dec 2004 15:13:32 +0530
How to set ctags for C++ code (*.C , *.H) (only for some specific files
specified in some temp file)
from main direcory where the subdirectories contains the desired source
files ?

Please help.
From:Bart van Deenen
Subject:Re: ctags for c++ source code
Date:Thu, 30 Dec 2004 13:41:57 +0100
vamsi wrote:

> How to set ctags for C++ code (*.C , *.H) (only for some specific files
> specified in some temp file)

ctags `cat tempfile`

or

ctags $(cat tempfile)

Best regards

Bart van Deenen
From:vamsi
Subject:Re: ctags for c++ source code
Date:Thu, 30 Dec 2004 19:04:15 +0530
Its not working.
I have a function line Sim.data() , and i m not able to browse through it.
Just to make a note , its for c++ source code.
"Bart van Deenen" wrote in message
news:1gpm0oj.f90n2h1qbt1cqN%bvdeenen@xs-four-all.nl.invalid...
> vamsi wrote:
>
> > How to set ctags for C++ code (*.C , *.H) (only for some specific files
> > specified in some temp file)
>
> ctags `cat tempfile`
>
> or
>
> ctags $(cat tempfile)
>
> Best regards
>
> Bart van Deenen
>
   

Copyright © 2006 knowledge-database   -   All rights reserved