09-02-04 11:51 PM
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
[ Post a follow-up to this message ]
|