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...
Show off your group to the world. Share a photo of your group with us.

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 92 - 121 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
102
Hi, ... Based on the above message, it looks like the ctags path specified in the Tlist_Ctags_Cmd variable is not found or is not readable. ... The above...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 24, 2004
3:05 am
103
Hello, When using taglist and do a manual vertical split (ctrl-w v) it causes all three windows to resize to the same size. I would expect the proper behavior...
.nathan.
nathasm
Offline Send Email
Oct 26, 2004
12:31 pm
104
Hello, ... The window sizes are changed because of the way Vim manages the window height and width, when a new window is created. You can reset the ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 26, 2004
10:01 pm
105
... A dos command windows appear with the version of ctags and some information of the compilation and the options used for compilation. ... The ctag program...
yveslt
Offline Send Email
Oct 29, 2004
4:29 pm
106
hello I run the taglist on tcl file with itcl object. the only tag that is recognized is class. my ctags support itcl private/pulic/protected method...
emet_yahalom
Offline Send Email
Dec 27, 2004
5:53 am
107
Your email has been sent from an account not on the subscriber list; srfi.schemers.org requires explicit approval by one of the editors for such emails. If...
srfi-45@...
Send Email
Dec 27, 2004
5:53 am
108
When i try to run the latest taglist against vim 6.3 and ctags 5.4, I cannot get any tags to be parsed by taglist.vim. If i manually run the ctags command...
r0cket96
Offline Send Email
Jan 10, 2005
9:58 pm
109
Your email has been sent from an account not on the subscriber list; srfi.schemers.org requires explicit approval by one of the editors for such emails. If...
srfi-45@...
Send Email
Jan 10, 2005
9:58 pm
110
windows xp, vim 6.3. I've put ec/ctags554 into the vim directory and added c:\program files\vim\ec\ctags554 to my %PATH%. Here's the modifications I've made to...
Jack Coates
puerco_mal
Offline Send Email
Feb 9, 2005
11:52 pm
111
Your email has been sent from an account not on the subscriber list; srfi.schemers.org requires explicit approval by one of the editors for such emails. If...
srfi-45@...
Send Email
Feb 9, 2005
11:53 pm
112
does anybody know if taglist actually works with sql (or plsql)? tia....
devnull5475
Offline Send Email
Feb 10, 2005
10:54 pm
113
Your email has been sent from an account not on the subscriber list; srfi.schemers.org requires explicit approval by one of the editors for such emails. If...
srfi-45@...
Send Email
Feb 10, 2005
10:54 pm
114
Hi, ... As you already have ctags.exe in the %PATH%, you don't need to set the Tlist_Ctags_Cmd variable. ... What is the output of the following command? ... ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 11, 2005
1:22 am
115
Your email has been sent from an account not on the subscriber list; srfi.schemers.org requires explicit approval by one of the editors for such emails. If...
srfi-45@...
Send Email
Feb 11, 2005
1:23 am
116
... hi Yegappan, nocompatible is set, shell and shellslash are not. ... I've commented the let Tlist_Ctags_Command option out. thanks, -- Jack at Monkeynoodle...
Jack Coates
puerco_mal
Offline Send Email
Feb 11, 2005
1:53 am
117
Hi, ... Yes. The taglist plugin works for SQL files. - Yegappan __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 11, 2005
1:54 am
118
Hi, ... Do you have Vim filetype detection turned on? What is the output of the following command? ... Are you using the cygwin version of Vim? Do you get any...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 11, 2005
3:03 am
119
hi. this is repeat bcz of some kind of delay joining group. does anybody know if taglist actually works with sql (or plsql)? tia....
devnull5475
Offline Send Email
Feb 11, 2005
11:15 am
120
thanks for your reply. i certainly want to believe you. however, altho taglist works fine for me with .c, .php. .java, &c, it never displays any functions &c...
devnull5475
Offline Send Email
Feb 11, 2005
11:19 am
121
Is there anyway to get the taglist plugin to *not* create a new window (similar to the buffer explorer)?...
christaincoder
Offline Send Email
Feb 11, 2005
7:08 pm
Messages 92 - 121 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