Hello, ... Can you list out the version of the following tools? - exuberant ctags (cygwin or win32) - Vim (cygwin or win32, GUI or console) - shell What is the...
Hello, ... The problem with the 'mousefocus' option and the taglist plugin is due to a bug in Vim. This is fixed by patch 6.3.063 and also in Vim7. ... Can you...
exuberant ctags (cygwin or win32) -- Cygwin Vim (cygwin or win32, GUI or console) -- Tried all options, basicallly GVim 6.3 for Windows ... -- Cygwin bash ... ...
Hi, I've recently downloaded the taglist.m script. However, to my dismay, this does not generate tags for Matlab (which I use for most of my programming) Is...
Hi, ... The taglist plugin supports all the languages supported by exuberant ctags. You can extend exuberant ctags to support any new programming language by...
Im using taglist plugin using in gvim for windows. i have set the environment variable to point do the executable of ctags but i get the message when i try do...
... your %TEMP% directory has spaces in it, like C:\Documents and Settings\username\Local Settings\Temporary Files. Change it to c:\tmp and everything will...
Hi, Thanks for the response. I went through the help pages. I am not able to find out the option to display the context info in status line (NOT IN seperate...
Hi, ... You can use the Tlist_Get_Tagname_By_Line() function to get the current tag name. You can set the Vim 'statusline' option to use this function to...
I propose the following small feature for taglist: Display the buffer number in front of the file name in the taglist window, by e.g. using bufnum(). E.g....
One thing that i find annoying about taglist is that when seleting a tag in the taglist window you jump to that tag, but using '' or `` you don't necessarily...
Hi, ... <snip> ... Thanks for the patch. The user will expect to be able to jump back to the previous cursor locations after selecting a tag from the taglist...
I just compiled vim from source, and have installed taglist.vim, but I get the followint error when I call :Tlist on a python file: Taglist: Failed to generate...
Hello, ... The taglist plugin will work only with the exuberant ctags tool. This error message indicates that you are trying to use either GNU ctags or the...
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...