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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 64 - 93 of 487   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
64 Yegappan Lakshmanan
yegappan Send Email
May 8, 2004
9:42 pm
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"...
65 Yegappan Lakshmanan
yegappan Send Email
Jun 2, 2004
6:52 am
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 ...
66 Mikolaj Machowski
mikmach@... Send Email
Jun 6, 2004
9:32 pm
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...
67 Mikolaj Machowski
mikmach@... Send Email
Jun 7, 2004
11:54 am
... Always test regexps separately. Always test regexps separately. Always test regexps separately. Forgot about quantificators... m....
68 Ben
benajmin Send Email
Jun 18, 2004
9:10 pm
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...
69 William McKee
knowmad_serv... Send Email
Jun 25, 2004
6:16 pm
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...
70 Yegappan Lakshmanan
yegappan Send Email
Jun 29, 2004
5:26 am
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...
71 William McKee
knowmad_serv... Send Email
Jun 30, 2004
1:50 pm
... 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...
72 Gerardo Rojas
toofastvr6 Send Email
Jul 6, 2004
6:57 pm
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...
73 toofastvr6 Send Email Jul 7, 2004
1:54 pm
Is there a quick way to jump between these two windows? Without having to click on the other window with the mouse?...
74 Mikolaj Machowski
mikmach@... Send Email
Jul 7, 2004
10:49 pm
... ^Wl ... m. -- E478: Don't panic!...
75 oja_i_i Send Email Jul 10, 2004
12:29 am
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...
76 oja_i_i Send Email Jul 10, 2004
12:51 am
Sorry about this, my little drawing does not seem to appear well on the yahoo groups interface. I did a more serious one : ...
77 ALex -
alex_m_lysenko Send Email
Jul 17, 2004
10:34 am
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...
78 peste999999 Send Email Aug 2, 2004
6:22 am
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...
79 Yegappan Lakshmanan
yegappan Send Email
Aug 2, 2004
4:38 pm
Hello, ... Do you have the 'shell&#39; or the 'shellslash&#39; Vim option set? - Yegappan __________________________________ Do you Yahoo!? New and Improved Yahoo!...
80 jjgod
gzjjgod@... Send Email
Aug 2, 2004
7:40 pm
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...
81 Yegappan Lakshmanan
yegappan Send Email
Aug 2, 2004
10:49 pm
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 -...
82 jjgod
gzjjgod@... Send Email
Aug 3, 2004
5:50 am
Hello, ... Yes. H:\web&#92;home&#92;Wiki>ctags --version Exuberant Ctags 5.5, Copyright (C) 1996-2003 Darren Hiebert Compiled: Jun 5 2003, 10:00:19 Addresses:...
83 bryangucwa Send Email Aug 5, 2004
2:40 pm
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...
84 Yegappan Lakshmanan
yegappan Send Email
Aug 5, 2004
4:25 pm
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...
85 bryangucwa Send Email Aug 5, 2004
5:58 pm
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...
86 Xaver
javier@... Send Email
Aug 6, 2004
9:06 pm
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...
87 Yegappan Lakshmanan
yegappan Send Email
Aug 6, 2004
9:29 pm
Hello, ... You have to escape the "\" character when using it inside double quotes. You can either use let Tlist_Ctags_Cmd="C:\&#92;cygwin&#92;\bin&#92;\ctags&quot; or let...
88 Xaver
javier@... Send Email
Aug 6, 2004
11:38 pm
You have to escape the "\" character when using it inside double quotes. You can either use let Tlist_Ctags_Cmd="C:\&#92;cygwin&#92;\bin&#92;\ctags&quot; or let...
89 Yegappan Lakshmanan
yegappan Send Email
Aug 7, 2004
12:16 am
Hello, ... I think, you edited the above error message displayed by the taglist plugin (because the taglist plugin doesn't display the above error message...
90 peste999999 Send Email Aug 10, 2004
11:33 pm
... <SNR>14_Tlist_Toggle_Window.. ... Thanks for reply. In my .vimrc file, set shell=/usr/bin/bash.exe " Shell arguments; -c: argument set shellcmdflag=-c "...
91 Yegappan Lakshmanan
yegappan Send Email
Aug 17, 2004
3:36 am
Hi all, I have uploaded a new version (3.4) of the taglist (source code browser) plugin to the Vim online website. You can download the plugin from ...
92 yveslt Send Email Oct 6, 2004
12:52 pm
Hi, I just installed the latest version of GVIM and latest version of the taglist. I installed the taglist files into the $vim/vimfiles/plugin and ...
93 Yegappan Lakshmanan
yegappan Send Email
Oct 6, 2004
4:37 pm
Hi, ... It looks like the path specified for the exuberant ctags tool is not correct. What is the output of the following command? ... You have to make sure...
Messages 64 - 93 of 487   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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