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...
I've tried both the lastest beta and stable versions with both producing this error. I took a screenshot and it has the error and the code of the php file, ...
Hi, ... The debug messsages for generating the tags for a file is missing in this output. Can you restart Vim and execute the following commands? c:> vim...
Here is the contents of the tlistdebug file, 15:13:16: Tlist_Window_Toggle() 15:13:16: Tlist_Window_Open() 15:13:16: Tlist_Window_Create() 15:13:16:...
I discovered your plug-in about a year ago. The last 5 months I used it a lot for php. Since I had a simple big file with many classes and inheritence, I ...