Hello, I'm new to Taglist, and having some trouble with it. The documentation says: "When the taglist window is opened for the first time, all the files in...
Hello, ... I will fix this in the next version of the taglist plugin. As you have observed, the taglist plugin currently displays tags only for loaded buffers....
Hi, In emacs there is a tag-search command. Using this we can search across our project for a reference to a variable and replace it seamlessly. We need not...
Looks like verilog 2001 support still needs to be put in the taglist.vim. I have all my port definitions like input, output within the module declaration and...
I have a couple enhancement requests... 1) Can you add a variable to suppress the "No tags defined in X" warning? Or maybe a variable to suppress all...
Hello, ... When the taglist window is opened, the "No tags defined in xxx" warning message need not be displayed for a file with no tags. I will fix this in...
Hi, I'm experiencing the following problem: When I start the Taglist inside the winmanager Plugin I cannot switch to other windows when I'm in the Taglist...
... Nope, the "No tags defined" is the only warning i currently see. ... Hmmm, hadn't thought about re-arranging of windows... the best way i can think to...
Hello, ... When you use CTRL-W CTRL-W to switch to the next window from the taglist window, what exactly happens? The cursor moves to which window? How many...
Hi, 1. If I have one buffer opened and try to switch to another window nothing happens, the cursor doesn't move. 2. If I have 2 or more buffers CTRL-w w...
What I think will be useful is a variable to disable the folds to reopen when I have closed them, or better to prevent the cursor jumping to the current tag,...
Hello, ... You can disable the automatic highlighting of the current tag in the taglist window by setting the Tlist_Auto_Highlight_Tag variable to 0. let...
Hello, ... To change the order of the files in the taglist window dynamically depending on the Vim window order, you have to rename many Vim curly-brace...
I have installed taglist and ex. ctags. I am running windows XP, and vim 6.3 When I open a verilog file, I get the module and the ports, but nothing else....
Hello, ... Thanks for sending the patch. I will update the taglist plugin to include the support for these two languages. I can do this only after exuberant...
Hello, ... The taglist plugin relies on exuberant ctags to parse a file and retrieve the tags defined in that file. The taglist plugin doesn't know about the...
Hello, ... In the latest version (4.0b3) of the taglist plugin, you can set the Tlist_Highlight_Tag_On_BufEnter variable to zero to stop the taglist plugin...
Hi, how to see tags with in a C structure or C functions.For example struct no1 { int a; int b; } then only struct no1 is visible in tag window.how to see...
Hello, ... You can add the following line to your .vimrc file to display structure/union members and functon local variables in the taglist window. let...
Hi Lakshmanan, That's great.Thanks man.As you said the varibles of different functions are overlapping.can something be done to handle for that to maintain...
I've searched thru the mail list and found others who had this problem, but everything suggested did not fix the issue for me. I'm thinking its an issue with...
Hi, ... Where did you install exuberant ctags? Is the ctags directory included in the PATH environment variable? Did you set the Tlist_Ctags_Cmd variable in...