Re: ctags for c++ source code
From: vamsi (vamsi.komati_at_gmail.com)
Date: 12/30/04
- Next message: David REsnick: "Re: Non-Root Process Backtrace of Itself?"
- Previous message: Bart van Deenen: "Re: ctags for c++ source code"
- In reply to: Bart van Deenen: "Re: ctags for c++ source code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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" <bvdeenen@xs-four-all.nl.invalid> wrote in message
news:1gpm0oj.f90n2h1qbt1cqN%bvdeenen@xs-four-all.nl.invalid...
> vamsi <vamsi.komati@gmail.com> 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
>
- Next message: David REsnick: "Re: Non-Root Process Backtrace of Itself?"
- Previous message: Bart van Deenen: "Re: ctags for c++ source code"
- In reply to: Bart van Deenen: "Re: ctags for c++ source code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|