Hi Yegappan,
Thanks
for getting back to me J
From: Yegappan
Lakshmanan [mailto:yegappan@...]
I didn't fully understand the
question. Do you want to see a single
entry in the taglist window for all the variables? Or you don't want to
see the variables in the taglist window?
Right
now, my taglist is configured to not show variables (this is the way I’ve
configured it). It only shows subroutines, constants, and package names. The
problem I’m having is that I’m working in a file (a config file of
sorts), which has only variables. What I’d like to do, is add a some sort
of tag ‘bookmark’, or special sequence of characters that taglist
& ctags picks up as a tag... It’s probably better if I give you an
example :)
# Special config section 01
my $foo = ‘abc’;
my $bar = 123;
# Special config section 02
my $baz = ‘xyz’;
my $qux = 456;
I’d
like to add a special sequence of characters to the comments sections, that
taglist will recognize, and add to the tag window. So that I can jump to
different sections of the file using a tool that I’m comfortable with. I don’t
want to see the variables, I just want to jump to the start of the section of a
specific set of variables in much the same way that I would with a subroutine
using taglist.