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

Messages

Advanced
Messages Help
Messages 79 - 108 of 487   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
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...
94 yveslt Send Email Oct 8, 2004
4:40 pm
Hi, I tried what you suggested but still the same things as I described previously. I tried both let Tlist_Ctags_Cmd="c:\&#92;unix&#92;\bin&#92;\ctags.exe" and let...
95 Yves Leung-Tack
yveslt Send Email
Oct 8, 2004
5:15 pm
here the files as didiscussed previouly ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca...
96 Yegappan Lakshmanan
yegappan Send Email
Oct 9, 2004
6:11 am
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...
97 ervandew Send Email Oct 14, 2004
1:03 am
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,...
98 Yegappan Lakshmanan
yegappan Send Email
Oct 17, 2004
4:47 am
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...
99 yveslt Send Email Oct 19, 2004
1:38 pm
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...
100 gklein_ Send Email Oct 22, 2004
8:51 pm
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...
101 Yegappan Lakshmanan
yegappan Send Email
Oct 23, 2004
3:11 pm
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....
102 Yegappan Lakshmanan
yegappan Send Email
Oct 24, 2004
3:05 am
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...
103 .nathan.
nathasm Send Email
Oct 26, 2004
12:31 pm
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...
104 Yegappan Lakshmanan
yegappan Send Email
Oct 26, 2004
10:01 pm
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 ...
105 yveslt Send Email Oct 29, 2004
4:29 pm
... 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...
106 emet_yahalom Send Email Dec 27, 2004
5:53 am
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...
107 srfi-45@... Send Email Dec 27, 2004
5:53 am
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...
108 r0cket96 Send Email Jan 10, 2005
9:58 pm
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...
Messages 79 - 108 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