changing defaults for VHDL is not working?
Brought to you by:
dhiebert
Hi
I have trouble to change the default output of ctag (version 5.8) for VHDL
With
ctags --list-kinds=vhdl
it gives the parameters.
It gives amongst others C as a parameter
This gives Component Declarations.
When I do:
ctags -R vhdl-kinds=[+C] --extra=+q .
And check the tags file it doesn't add the requested Component Declarations.
What is wrong with the above line?
Best Rgds,
Jeri
I've attached the following files
- tb.vhd file which I used to test with. It contains an component declaration
- bat file to create the ctags with the +C value (which is default off)
- the create tag file. In this file I I would expect a line with component to be in the tags file. I'm not sure if that's correct.
Rgds.
Jeri
vhdl file with component declaration
Output from ctags with +C , but without the expected Component
bat file used to generate tag file. It open it's directly in gvim.
I forgot to mention that I'm using windows vista.