hi... Is it possible to create the taglist window for all files(with a certain filetype) in a given directory rather than only for all open files?? Can the...
Hello, ... The taglist plugin will only process tags for the file which was recently opened. Currently, it is not possible to process tags for multiple files. ...
hi... When I am trying to extend the taglist plugin for a new language (actually with new regexp patterns) it says ctags.exe:Unknown option specified in the...
Hello, ... What is the Vim filetype for this file? ... What is the exuberant ctags filetype for this file? What is the line you have added to your .vimrc file...
Hi all, I have uploaded a new version (3.2) of the taglist (source code browser) plugin to the Vim online website. You can download the plugin from ...
Hello, ... The taglist plugin lists the tags defined in a file only when the file is loaded and opened in Vim window/buffer. Starting Vim with 'vim *.java"...
Hi all, I have uploaded a new version (3.3) of the taglist (source code browser) plugin to the Vim online website. You can download the plugin from ...
Hello, I'd like to add support for taglist in my vht.vim (Script #988). In html user could navigate not only by anchors (<a name>) but also by editable regions...
Mikolaj Machowski
mikmach@...
Jun 6, 2004 9:32 pm
67
... Always test regexps separately. Always test regexps separately. Always test regexps separately. Forgot about quantificators... m....
Mikolaj Machowski
mikmach@...
Jun 7, 2004 11:54 am
68
I have the tlist open in a horizontal window. Instead of using a static height - could it be sized depending on 1) the taglist itself 2) height of the...
Hi Folks, I've been using taglist for several months. It seems that at one time my Perl modules showed various packages. Now I'm only seeing subroutines. Is...
Hello, ... Did you set any of the taglist variables in your .vimrc file recently? Did you create a ctags.conf or .ctags file? Did you upgrade either the...
... Hi Yegappan, Thanks for your response. I checked my vimrc and see only two taglist variables being set: let Tlist_Ctags_Cmd = '/usr/bin/ctags' let...
All, Just as a side note, wouldn't it be nice to have another value for Tlist_Display_Prototype. Say we set it to 2. This way the word function doesn't popup...
Hi, I've used the project plugin for a long time, it's a superb tool to me : http://www.vim.org/scripts/script.php?script_id=69 ...and I just discovered...
Hello Guys, first of all I want to thank Yegappan for a great plugin, it really helpful. :-) So,I'm working a lot with xsl templates ( win2K/vim6.2 ) and here...
Hello, I've been installed the taglib plugin using VIM 6.3 on Win2K using CTags 5.5.4. I followed the install instructions. When I attempt to use the plugin...
Hello, ... Do you have the 'shell' or the 'shellslash' Vim option set? - Yegappan __________________________________ Do you Yahoo!? New and Improved Yahoo!...
Hello, I'm using Vim 6.3 & taglist 3.3. It seems everything works well *EXCEPT* HTML format. I have tested foo.c, foo.php, foo.js, foo.rb - they all works well...
jjgod
gzjjgod@...
Aug 2, 2004 7:40 pm
81
Hello, ... Are you using exuberant ctags version 5.5 or above? When you run the following command (from the shell), do you see any output? ctags -f -...
Hello, ... Yes. H:\web\home\Wiki>ctags --version Exuberant Ctags 5.5, Copyright (C) 1996-2003 Darren Hiebert Compiled: Jun 5 2003, 10:00:19 Addresses:...
jjgod
gzjjgod@...
Aug 3, 2004 5:50 am
83
First of all, I'm using: Windows XP Pro, SP1 Exuberant ctags 5.5.4 Vim 6.3.13 ActiveState Perl 5.8.3 taglist 3.3 (2004-06-01) I would love the taglist plugin...
Hello, ... The taglist plugin relies on the format used by the exuberant ctags tool for the different fields in the tags output. If you want to use some other...
Yegappan: Thanks for the very prompt reply. The tool I wish to use is pltags.pl, which is part of the vim package in the /tools subdirectory. While it contains...
HI, I've downloaded and installed the ctags plugin, I've set the set the Tlist_Ctags_Cmd variable in the _vimrc file like let...
Xaver
javier@...
Aug 6, 2004 9:06 pm
87
Hello, ... You have to escape the "\" character when using it inside double quotes. You can either use let Tlist_Ctags_Cmd="C:\\cygwin\\bin\\ctags" or let...