Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

taglist · Vim taglist (source browser) plugin

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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....
1 Aug 1, 2010
6:43 pm

Tim
timjohnson12...
Send Email

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 ...
1 Jul 27, 2010
11:52 am

Cyker Way
cykerway
Send Email

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...
1 Jun 8, 2010
12:59 pm

Service FreeBox
service@...
Send Email

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...
2 May 2, 2010
12:55 pm

jceb81
Send Email

  PayPal Service - Veuillez Valide Votre Information Personnelle Bonjour Dans le cadre de nos mesures de securite, Nous verifions regulierement l'activite de...
2 Apr 30, 2010
11:53 pm

PayPaL
service@...
Send Email

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...
1 Apr 29, 2010
8:04 am

zimnyx
Send Email

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...
1 Feb 26, 2010
8:03 am

james_r_cole_78
Send Email

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...
1 Jan 20, 2010
2:10 am

cesheri@...
cesheri...
Send Email

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(); ...
4 Dec 10, 2009
1:51 pm

Aarto Matti
aarto.matti@...
Send Email

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,...
4 Oct 29, 2009
3:28 am

Yegappan Lakshmanan
yegappan
Send Email

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_running&#39;) call s:Tlist_Menu_Init()...
1 Oct 11, 2009
6:39 am

maru_flkr
Send Email

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...
3 Oct 10, 2009
2:36 pm

danmichaelo
Send Email

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...
1 Sep 22, 2009
4:27 pm

Nagy Viktor - Akasha
viktoranagy
Send Email

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...
6 Aug 6, 2009
1:15 am

James A Paget
japaget
Send Email

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...
2 Aug 4, 2009
4:21 am

Robert Mark Bram
robertmarkbram
Send Email

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 -...
4 Jul 28, 2009
4:04 am

Robert Mark Bram
robertmarkbram
Send Email

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...
2 Jul 27, 2009
1:25 am

Robert Mark Bram
robertmarkbram
Send Email

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...
1 Jul 26, 2009
11:53 pm

stcalamitas
Send Email

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...
1 Jun 10, 2009
5:34 am

felix hoo
felixhoo@...
Send Email

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 *...
1 May 30, 2009
9:06 pm

Michael Henry
vim@...
Send Email

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...
3 May 23, 2009
3:02 am

Tim Johnson
timjohnson12...
Send Email

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...
1 Apr 16, 2009
4:12 pm

cedric_boudinet
Send Email

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, ...
2 Apr 9, 2009
10:12 pm

Yegappan Lakshmanan
yegappan
Send Email

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...
2 Apr 2, 2009
7:55 pm

Yegappan Lakshmanan
yegappan
Send Email

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...
1 Feb 4, 2009
12:14 am

neilp85
Send Email

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...
1 Jan 6, 2009
4:54 pm

Tim Johnson
timjohnson12...
Send Email

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...
1 Dec 17, 2008
5:41 pm

tenlladoc
Send Email

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...
1 Dec 13, 2008
10:02 am

julien_ea
Send Email

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: ...
3 Dec 13, 2008
12:08 am

Robert Mark Bram
robertmarkbram
Send Email

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...
3 Nov 2, 2008
7:58 pm

Gabriel Fortuna
gee_forr
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help