Menu

#289 changing defaults for VHDL is not working?

open
nobody
None
5
2010-08-18
2010-08-18
Jeri Raye
No

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

Discussion

  • Jeri Raye

    Jeri Raye - 2010-08-18

    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

     
  • Jeri Raye

    Jeri Raye - 2010-08-18

    vhdl file with component declaration

     
  • Jeri Raye

    Jeri Raye - 2010-08-18

    Output from ctags with +C , but without the expected Component

     
  • Jeri Raye

    Jeri Raye - 2010-08-18

    bat file used to generate tag file. It open it's directly in gvim.

     
  • Jeri Raye

    Jeri Raye - 2010-08-18

    I forgot to mention that I'm using windows vista.

     

Log in to post a comment.