Hello everyone,
I'm using the class viewer to display information about a Verilog module. It works well, but I'd like to be able to 'group by member type', as is possible in C# and other Microsoft languages. Please seehttp://i.imgur.com/2G59r.png for my current class view. Currently there is a folder called 'methods' (that I did not create ... this is some sort of default). I would like to be able to have 'Parameters', 'Ports' and 'Regs' (and possibly other) folders that I can group my nodes into. The C# class viewer is able to show 'Methods', 'Fields', 'Enum Types', etc. How am I able to present my LibraryNode (IVsSimpleObjectList2) like this? I cannot seem to find a group property (the obvious thing).
I've also tried overriding GetProperty and returning different strings. I just can't seem to figure out where this default 'Methods' is coming from, and how I can override it. Any help would be much appreciated.
Thanks
Giawa