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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 133 - 162 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
133
I have a similar configuration as srikantprasanna. But my Gvim 6.3 throws the following error <Error> error detected while processing function ...
Sumanth Sharma
sumanth_shar...
Offline Send Email
Apr 5, 2005
1:52 pm
134
Hello, ... Can you list out the version of the following tools? - exuberant ctags (cygwin or win32) - Vim (cygwin or win32, GUI or console) - shell What is the...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 5, 2005
6:42 pm
135
Hi all, I have uploaded a beta version (4.0) of the taglist plugin to the Vim online website. You can access it from: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 6, 2005
5:18 am
136
Hello, ... The problem with the 'mousefocus' option and the taglist plugin is due to a bug in Vim. This is fixed by patch 6.3.063 and also in Vim7. ... Can you...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 7, 2005
12:21 am
137
exuberant ctags (cygwin or win32) -- Cygwin Vim (cygwin or win32, GUI or console) -- Tried all options, basicallly GVim 6.3 for Windows ... -- Cygwin bash ... ...
Sumanth
sumanth_shar...
Offline Send Email
Apr 9, 2005
1:57 pm
138
Hi, ... Can you try using the Win32 version of exuberant ctags? ... What is the output of the following Vim commands? ... - Yegappan ... ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 11, 2005
5:30 pm
139
Hi, I've recently downloaded the taglist.m script. However, to my dismay, this does not generate tags for Matlab (which I use for most of my programming) Is...
themanonmoon
Offline Send Email
Apr 15, 2005
12:15 pm
140
Hi, ... The taglist plugin supports all the languages supported by exuberant ctags. You can extend exuberant ctags to support any new programming language by...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 16, 2005
4:56 am
141
Im using taglist plugin using in gvim for windows. i have set the environment variable to point do the executable of ctags but i get the message when i try do...
maruen_ufscar
Offline Send Email
Apr 26, 2005
2:29 pm
142
... your %TEMP% directory has spaces in it, like C:\Documents and Settings\username\Local Settings\Temporary Files. Change it to c:\tmp and everything will...
Jack Coates
puerco_mal
Online Now Send Email
Apr 26, 2005
3:27 pm
143
Hi, Thanks for the response. I went through the help pages. I am not able to find out the option to display the context info in status line (NOT IN seperate...
Suresh Ramasamy
suresh_r343
Offline Send Email
May 18, 2005
7:02 pm
144
Hi, ... You can use the Tlist_Get_Tagname_By_Line() function to get the current tag name. You can set the Vim 'statusline' option to use this function to...
Yegappan Lakshmanan
yegappan
Offline Send Email
May 24, 2005
7:22 pm
145
thanks a lot for the help. I am sure this will be of immense help to me. regards Suresh ... statusline=%<%f%=%([%{Tlist_Get_Tagname_By_Line()}]%)...
Suresh Ramasamy
suresh_r343
Offline Send Email
May 26, 2005
10:29 pm
146
I propose the following small feature for taglist: Display the buffer number in front of the file name in the taglist window, by e.g. using bufnum(). E.g....
Pawel Konieczny
pawel_nl
Offline Send Email
Jun 19, 2005
9:54 am
147
One thing that i find annoying about taglist is that when seleting a tag in the taglist window you jump to that tag, but using '' or `` you don't necessarily...
ervandew
Offline Send Email
Jul 20, 2005
6:32 pm
148
Hi, ... <snip> ... Thanks for the patch. The user will expect to be able to jump back to the previous cursor locations after selecting a tag from the taglist...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jul 21, 2005
5:41 pm
149
I just compiled vim from source, and have installed taglist.vim, but I get the followint error when I call :Tlist on a python file: Taglist: Failed to generate...
Chris Fonnesbeck
fonnesbeck_c...
Offline Send Email
Jul 27, 2005
8:27 pm
150
Hello, ... The taglist plugin will work only with the exuberant ctags tool. This error message indicates that you are trying to use either GNU ctags or the...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jul 28, 2005
7:43 am
151
Hi all, I have uploaded the second beta version (4.0) of the taglist plugin to the Vim online website. You can download it from: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 3, 2005
3:45 am
152
Hello, I'm new to Taglist, and having some trouble with it. The documentation says: "When the taglist window is opened for the first time, all the files in...
unicyclescrub
Offline Send Email
Aug 6, 2005
4:14 am
153
Hello, ... I will fix this in the next version of the taglist plugin. As you have observed, the taglist plugin currently displays tags only for loaded buffers....
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 8, 2005
7:28 pm
154
Hi, In emacs there is a tag-search command. Using this we can search across our project for a reference to a variable and replace it seamlessly. We need not...
suresh_r343
Offline Send Email
Aug 10, 2005
6:03 pm
155
Looks like verilog 2001 support still needs to be put in the taglist.vim. I have all my port definitions like input, output within the module declaration and...
Hiren Madhavani
mhiren77
Offline Send Email
Aug 16, 2005
6:44 pm
156
I have a couple enhancement requests... 1) Can you add a variable to suppress the "No tags defined in X" warning? Or maybe a variable to suppress all...
ervandew
Offline Send Email
Oct 7, 2005
6:12 pm
157
Hello, ... When the taglist window is opened, the "No tags defined in xxx" warning message need not be displayed for a file with no tags. I will fix this in...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 10, 2005
5:21 pm
158
Hi, I'm experiencing the following problem: When I start the Taglist inside the winmanager Plugin I cannot switch to other windows when I'm in the Taglist...
mitak_plov
Offline Send Email
Oct 10, 2005
8:53 pm
159
... Nope, the "No tags defined" is the only warning i currently see. ... Hmmm, hadn't thought about re-arranging of windows... the best way i can think to...
ervandew
Offline Send Email
Oct 10, 2005
11:21 pm
160
Hello, ... When you use CTRL-W CTRL-W to switch to the next window from the taglist window, what exactly happens? The cursor moves to which window? How many...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 10, 2005
11:24 pm
161
Hi, 1. If I have one buffer opened and try to switch to another window nothing happens, the cursor doesn't move. 2. If I have 2 or more buffers CTRL-w w...
mitak_plov
Offline Send Email
Oct 11, 2005
6:01 pm
162
When I do not set "Tlist_Process_File_Always = 1" it works fine. I think I don't need to set it. Thanks Regards Dimitar ... same ... plugin?...
mitak_plov
Offline Send Email
Oct 11, 2005
6:37 pm
Messages 133 - 162 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