|
Home > Archive > Unix Programming > September 2004 > ctags for C files not working in kdevelop
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ctags for C files not working in kdevelop
|
|
|
| Tag is not working in kdevelop.
Inside kdevelop, right click on a function (e.g. usage).
Click "Go to ctags Declartion: usage", then
a window pop with the message:
"Tag not found" .
Click "Go to ctags Definition: usage", then
a window pop with the message:
"Currently, only tags with line numbers (option -n) are supported" .
I generated tags for all the C files by trying either
# ctags -R
or
# ctags -R -n
Both way had the same problems.
# ctags --version
Exuberant Ctags 5.5.4, Copyright (C) 1996-2003 Darren Hiebert
KDevelop 3.1.0
Linux version 2.6.7-gentoo-r11
| |
| Paul F. Johnson 2004-09-02, 6:51 pm |
| Hi,
On Wed, 01 Sep 2004 13:21:14 -0700, TCMA wrote:
> Tag is not working in kdevelop.
> Inside kdevelop, right click on a function (e.g. usage).
> Click "Go to ctags Declartion: usage", then
> a window pop with the message:
> "Tag not found" .
I take it you've told the kdevelop folks directly...
TTFN
Paul
| |
|
| No. I don't know whether this is a bug or my misuse of ctags.
Furthermore, if this is a bug, is it a ctags or kdevelop bug?
"Paul F. Johnson" <paul@all-the-johnsons.co.uk> wrote in message news:<pan.2004.09.02.08.14.38.147781@all-the-johnsons.co.uk>...
> Hi,
>
> On Wed, 01 Sep 2004 13:21:14 -0700, TCMA wrote:
>
>
> I take it you've told the kdevelop folks directly...
>
> TTFN
>
> Paul
|
|
|
|
|