I've noticed that in PHP files, the taglist windows displays in the following order: 1)class 2)constants 3)variables 4)functions This is not productive for me....
Hi all, Recently, I'm considering: why not give taglist a feature that it will auto-focus on the file you're editing, but not the taglist window itself, at ...
Free Adsl, On regarde toujours en avant pour la haute sécurité de nos clients Cher membre Free Adsl, , Attention ! Le departement technique de Freebox...
Hi, First of all, I apologize if the question is repeated. I've searched in the mailing list and haven't found any post relating to this issue. I can't...
 PayPal Service - Veuillez Valide Votre Information Personnelle Bonjour Dans le cadre de nos mesures de securite, Nous verifions regulierement l'activite de...
This is first item on the TODO list, and I agree it's very important, cause in files that define multiple classes Taglist seem to be quite unusable. Functions...
Hi, When I close the taglist it doesn't shrink the window back down to its original width. Or rather, it doesn't if the window was originally 78 characters or...
Hi, Taglist is an excellent enhancement to VIM, and there's one part of it that I can't yet seem to get working -- the Tags menu. Per the user documentation, I...
Hello, I have some issues. The first one is that taglist doesn't list functions declarations. For instance this declaration won't be listed: void foo(); ...
Dear all, I looked for a solution to this problem in the groups archives, but couldn't find an answer. Within my code, all the tag goodies work (:tj, :ta,...
Hi list, I noticed the following problem with the script and a GUI in my case macvim. Doing if g:Tlist_Show_Menu && has('gui_running39;) call s:Tlist_Menu_Init()...
Hi all, When using TagList with latex-files, section headings have a tendency to show up two times in TagList (this does not seem to happen with subheadings...
Hi, if I run gvim "+TlistAddFilesRecursive . [^_]*py\|*html\|*css", then TlistOpen shows my files' content on the other hand if I simply launch vim, then...
How can I modify where the plugin looks for Exuberant Ctags? I'm trying to make this configuration of Vim portable, and need to keep Ctags in Vim's Program...
Hi All, I am finding right now that if I open multiple files either on the command line: vim build_jsk.xml build.xml or using :e, :sp, :tabnew The taglist is...
Hi All, I am 95% sure I have ctags configured correctly (Cygwin on Win XP) because I can do this and see all the expected targets and properties: Thu Jul 23 -...
Hi All, I am a bit confused. Using Exuberant Ctags I can generate tags files for Java source, but the paths are generated as Windows paths, which vim on Cygwin...
Hi All- I had problems to make taglist work with matlab (.m) files. I'm running vim under Cygwin, with exuberant ctags version 5.8 compiled. They work...
Hi, I try to have taglist work for a new language. And I use the ctags regex options to extend the support for the language. I have already had tag name...
All, I've been using the following pair of autocommands to keep Vim from scrolling the my buffers when I switch them: if v:version >= 700 autocmd BufLeave *...
At present taglist will only list javascript functions of the form: function func(){ } -- At least, so far as I can configure It would be great if taglist...
Hi, I've set Tlist_Auto_Open to 1 in my .vimrc file so that when I open a file with gvim, the Tag list panel is automatically opened.This works fine. But when...
Hi all, This is my first mail to this group. I got admired of this tool, and found very much useful. I have a question that, 1. Am navigating C source files, ...
From Vim's help (":he ft"): When a dot appears in the value then this separates two filetype names. Example: /* vim: set filetype=c.doxygen : */ ~ This will...
Is it possible to bind taglist to a single window so that it doesn't update when you move to a different window. I have other plugins (Source Explorer) that...
Followed the following instructions: Tlist_Show_One_File~ By default, the taglist plugin will display the tags defined in all the loaded buffers in the taglist...
Hi all: I am using the taglist plugin to browse through C++ code. It would be fantastic if I could jump from a class or variable to its definition. One...
Hello, I would like to know if it's possible to sort tags listed in the menu. Currently, when I add a file with ":TlistAddFiles *.c", these files don't appaer...
Hi All, I am using using TagList for ANT build files as per http://vim.wikia.com/wiki/Using_TagList_for_ANT_build_files To pick up targets, I am using: ...
Hi there, I'm a long time TagList user (circa 2003), and it truly is my desert island vim plugin. Recently, I've come across a problem where I'm in a file with...