Search the web
Sign In
New User? Sign Up
taglist · Vim taglist (source browser) plugin
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 72 - 101 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
72
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...
Gerardo Rojas
toofastvr6
Offline Send Email
Jul 6, 2004
6:57 pm
73
Is there a quick way to jump between these two windows? Without having to click on the other window with the mouse?...
toofastvr6
Offline Send Email
Jul 7, 2004
1:54 pm
74
... ^Wl ... m. -- E478: Don't panic!...
Mikolaj Machowski
mikmach@...
Send Email
Jul 7, 2004
10:49 pm
75
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...
oja_i_i
Offline Send Email
Jul 10, 2004
12:29 am
76
Sorry about this, my little drawing does not seem to appear well on the yahoo groups interface. I did a more serious one : ...
oja_i_i
Offline Send Email
Jul 10, 2004
12:51 am
77
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...
ALex -
alex_m_lysenko
Offline Send Email
Jul 17, 2004
10:34 am
78
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...
peste999999
Offline Send Email
Aug 2, 2004
6:22 am
79
Hello, ... Do you have the 'shell' or the 'shellslash' Vim option set? - Yegappan __________________________________ Do you Yahoo!? New and Improved Yahoo!...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 2, 2004
4:38 pm
80
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@...
Send Email
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 -...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 2, 2004
10:49 pm
82
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@...
Send Email
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...
bryangucwa
Offline Send Email
Aug 5, 2004
2:40 pm
84
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 Lakshmanan
yegappan
Offline Send Email
Aug 5, 2004
4:25 pm
85
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...
bryangucwa
Offline Send Email
Aug 5, 2004
5:58 pm
86
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@...
Send Email
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 6, 2004
9:29 pm
88
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...
Xaver
javier@...
Send Email
Aug 6, 2004
11:38 pm
89
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 7, 2004
12:16 am
90
... <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 "...
peste999999
Offline Send Email
Aug 10, 2004
11:33 pm
91
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 ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 17, 2004
3:36 am
92
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 ...
yveslt
Offline Send Email
Oct 6, 2004
12:52 pm
93
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 6, 2004
4:37 pm
94
Hi, I tried what you suggested but still the same things as I described previously. I tried both let Tlist_Ctags_Cmd="c:\\unix\\bin\\ctags.exe" and let...
yveslt
Offline Send Email
Oct 8, 2004
4:40 pm
95
here the files as didiscussed previouly ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca...
Yves Leung-Tack
yveslt
Offline Send Email
Oct 8, 2004
5:15 pm
96
Hi, ... What is the output of the following command? ... The taglist plugin generates the tags on the fly for the files opened in Vim. During this process, Vim...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 9, 2004
6:11 am
97
When sorting by name the last tag in the array was never tested in the while loop. So if the cursor was on the source file line for the method (or constant,...
ervandew
Offline Send Email
Oct 14, 2004
1:03 am
98
Hello, ... Thanks for reporting the bug and sending in the patch. I will incorporate this fix in the next revision of the taglist plugin. - Yegappan...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 17, 2004
4:47 am
99
Hi, ... I got the message "the system cannot find the path specified" It seems it didn't work ! :-( What is the expected message for that command ? When...
yveslt
Offline Send Email
Oct 19, 2004
1:38 pm
100
Is there a way to change the order of filenames in the taglist window? I know that I can change the sort order of displayed tags for a given file by using the...
gklein_
Offline Send Email
Oct 22, 2004
8:51 pm
101
Hi, ... In the current implementation of the taglist plugin, rearranging the files in the taglist window is not supported. You can do one of the following: 1....
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 23, 2004
3:11 pm
Messages 72 - 101 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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