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 your group to be featured on the Yahoo! Groups website? 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 176 - 206 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
176
Hi, how to see tags with in a C structure or C functions.For example struct no1 { int a; int b; } then only struct no1 is visible in tag window.how to see...
r_m_bhanukiran
Offline Send Email
Jan 9, 2006
8:07 am
178
Hello, ... You can add the following line to your .vimrc file to display structure/union members and functon local variables in the taglist window. let...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jan 12, 2006
6:44 pm
179
Hi Lakshmanan, That's great.Thanks man.As you said the varibles of different functions are overlapping.can something be done to handle for that to maintain...
bhanu kiran
r_m_bhanukiran
Offline Send Email
Jan 13, 2006
6:14 am
180
I've searched thru the mail list and found others who had this problem, but everything suggested did not fix the issue for me. I'm thinking its an issue with...
bvanheyzen
Offline Send Email
Jan 22, 2006
10:39 pm
181
Hi, ... Where did you install exuberant ctags? Is the ctags directory included in the PATH environment variable? Did you set the Tlist_Ctags_Cmd variable in...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jan 25, 2006
6:07 pm
182
I've tried both the lastest beta and stable versions with both producing this error. I took a screenshot and it has the error and the code of the php file, ...
bvanheyzen
Offline Send Email
Jan 25, 2006
6:22 pm
183
I'm not sure if i did you debugging instructions correctly but i tried to update (press u in the taglist window) and it gave me this error, ...
bvanheyzen
Offline Send Email
Jan 25, 2006
6:36 pm
184
Hi, ... The debug messsages for generating the tags for a file is missing in this output. Can you restart Vim and execute the following commands? c:> vim...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jan 25, 2006
7:42 pm
185
Here is the contents of the tlistdebug file, 15:13:16: Tlist_Window_Toggle() 15:13:16: Tlist_Window_Open() 15:13:16: Tlist_Window_Create() 15:13:16:...
bvanheyzen
Offline Send Email
Jan 25, 2006
8:16 pm
186
I discovered your plug-in about a year ago. The last 5 months I used it a lot for php. Since I had a simple big file with many classes and inheritence, I ...
fgel3
Offline Send Email
Jan 27, 2006
5:15 pm
187
Hello, ... Can you try removing the mini buffer explorer plugin and see whether that helps? Can you execute the following commands? The first command should be...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jan 28, 2006
7:35 pm
188
Hey all, Forgive me if this has been covered, I searched the archives but nothing came up. I am using taglist, and I absolutely love it. It's fabulous! I only ...
vimcaster
Offline Send Email
Feb 1, 2006
2:24 pm
189
Hi all, I found a problem that taglist does not work when starting gvim from mingw shell, but it works great with cygwin and cmd shell. The debug output is as...
bobocreative
Offline Send Email
Feb 5, 2006
9:22 am
190
Hello, ... Are you referring to bash compiled with mingw? Where did you get this shell? Are you using the Win32 version of GUI Vim? ... Can you get the output...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 5, 2006
6:37 pm
191
... The bash is from mingw/msys, and the gvim is official version 6.3(6.4 the same). ... The output is the taglist and is correct. ... ...
bobocreative
Offline Send Email
Feb 6, 2006
1:29 am
192
Hello, ... The taglist plugin currently doesn't support this functionality. ... A tag may be defined multiple times in a single file or defined in multiple...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 6, 2006
4:48 pm
193
Hi all, I have solved this problem by adding the following several lines to the .vimrc file. " force using cmd.exe on windows. if has("windows") set...
bobocreative
Offline Send Email
Feb 7, 2006
1:41 am
194
Hello, ... I am able to use the taglist plugin with the MingW MSYS shell by setting the 'shellslash' option. Try adding the following lines to your...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 8, 2006
1:50 am
195
Is it possible to differentiate between the different tag types (ie. function, variable, struct, macro, etc) in the taglist.vim script? Basically, I've changed...
dracan2
Offline Send Email
Feb 16, 2006
12:25 pm
196
First of all, Taglist is great, I love it! I have a minor suggestion. In the current state Taglist does not work together with line-number based tags, only...
ehsfrac
Offline Send Email
Feb 27, 2006
5:25 pm
197
I followed the instructions for installing the plugin, and the only command I can get to work is :Tlist - everything else gives me an E492. I'm sure I'm making...
Ben Lee
freeblee
Offline Send Email
Mar 17, 2006
11:19 pm
198
Hello, ... Which version of the taglist plugin are you using? What is the output of the following commands? ... - Yegappan ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Mar 18, 2006
1:35 am
199
Hello, I have the following problem with TagList and vim 7: Jumping to a tag from the Taglist doesn't work. I was not yet able to exactly reproduce the...
mitak_plov
Offline Send Email
Mar 21, 2006
6:53 pm
200
Hello, ... Many of the functionality in Vim is changed in Vim7. In some cases, the undocumented behavior of a function might be changed. I have already made...
Yegappan Lakshmanan
yegappan
Offline Send Email
Mar 21, 2006
8:46 pm
201
Hello, Does anybody uses the Rails Tag List patch for Vim's taglist plugin, from logilogi.org?.. I've got some problems with installing-configuring it.. please...
bwhleers
Offline Send Email
Mar 23, 2006
1:17 pm
202
I've saved the debug file but I don't see anything strange. I haven't figered it out when it heppens. But it seems it happens only if the Show Only One File...
mitak_plov
Offline Send Email
Mar 23, 2006
9:58 pm
203
Hello, ... I am able to reproduce this problem. I will look into it. - Yegappan ... __________________________________________________ Do You Yahoo!? Tired of...
Yegappan Lakshmanan
yegappan
Offline Send Email
Mar 23, 2006
10:35 pm
204
Hello, ... I have fixed this problem in the latest beta version (4.0b4) of the taglist plugin. Now with the 'Tlist_Show_One_File' option set, after editing...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 13, 2006
6:00 pm
205
Hello, ... It looks like you are trying to apply the patch for an earlier version of the taglist plugin to a later version of the taglist plugin. Note that you...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 13, 2006
6:10 pm
206
Thanks a lot. Dimitar ... http://vim.sourceforge.net/scripts/script.php?script_id=273 ... ___________________________________________________________ Gesendet...
Dimitar Jordanov
mitak_plov
Offline Send Email
Apr 13, 2006
6:15 pm
Messages 176 - 206 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