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
|
|
0
|
|
|
|
Reply
|
maottawa2 (17)
|
9/1/2004 8:21:14 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
|
|
0
|
|
|
|
Reply
|
Paul
|
9/2/2004 8:14:38 AM
|
|
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:
>
> > 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
|
|
0
|
|
|
|
Reply
|
maottawa2
|
9/3/2004 1:17:13 AM
|
|