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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 262 - 292 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
262
I am trying to set up Tag in GVIM. Can you help me out? I downloaded taglist_41.zip and installed, and it still doesn't work with VHDL. What can I do? Thanks,...
xattice
Offline Send Email
Oct 3, 2006
4:45 pm
263
Hi, I am a newbie. I wanted to know if I can find a tag from the source to a corresponding tag in the taglist window. For example I have a c file which uses a...
nallanravi
Offline Send Email
Oct 6, 2006
6:23 am
264
Hello, ... Highlighting a tag from the name of the tag is not supported by the taglist plugin. You may have multiple matching tags for a given name. In this...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 9, 2006
11:54 pm
265
I'm trying to set the coloring of the 'unfolded' tags on the Tlist. 'hl-Folded', is fine to set the collapsed colours, but when the folds are expanded, I don't...
melanius2000
Offline Send Email
Oct 11, 2006
3:27 am
266
Hi, The Tlist window is not displaying any tags. So i suspected that Tlist_Ctags_Cmd is not set properly. But when i tried to set Tlist_Ctags_Cmd i get the...
ramsi95050
Offline Send Email
Oct 16, 2006
11:33 pm
267
Hello, ... You are using the 'set' command to set the Tlist_Ctags_Cmd variable. The ':set' command should be used only for changing the Vim options. For...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 16, 2006
11:49 pm
268
Hi, On FreeBSD (and other BSDs, I think), exuberant ctags is installed as "exctags" so as not to conflict with the base ctags utility. This was even mentioned...
David Thompson
dat1965
Offline Send Email
Oct 20, 2006
1:42 am
269
Hi, I have a php file with a class that has simple protected and private methods but those does not appear in the menu. Any clue? Thanks Louis...
Louis-Simon Houde
houdelou
Offline Send Email
Oct 23, 2006
7:28 pm
270
Hello, ... The taglist plugin relies on exuberant ctags to properly parse a file and generate the tags defined in that file. Can you run exuberant ctags from...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 23, 2006
8:11 pm
271
I am editing one C++ file and open the taglist window by the":TlistToggle" command. How to list all the files calling a particular function? e.g. My C++ file...
wong_powah
Offline Send Email
Oct 24, 2006
2:11 pm
272
Hello, ... The taglist plugin doesn't support this. The exuberant ctags tool doesn't generate information about functions calling other functions. You have to...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 24, 2006
10:20 pm
273
Hello, ... I will make this change in the next version of the taglist plugin. - Yegappan...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 24, 2006
10:27 pm
274
... I use ":vimgrep" for this, e.g. ":vimgrep Socket::Accept *.cpp". You can then jump to each successive match of Socket::Accept by typing ":cn" If :vimgrep...
nathaniel dose
dosena359
Offline Send Email
Oct 27, 2006
2:01 pm
275
Hi taglist group, I've got some problems when using taglist together with the standard explorer plugin: /usr/share/vim/vim63/plugin/explorer.vim Sample output...
Frank Sonnenburg
frank.sonnen...
Offline Send Email
Nov 2, 2006
2:06 pm
277
Hi, I just recently moved to a mac as a long time linux and taglist user. I got everything working just fine, but for some reason Vim7 (from www.macvim.org) +...
yi.qiang
Offline Send Email
Nov 9, 2006
3:33 am
278
... typing ":cn" ... Is there a vim plugin for GNU Global or an integration guide?...
endo4977
Offline Send Email
Nov 10, 2006
6:43 pm
279
Hello, ... Can you use the following sequence of commands and get the debug message output from the taglist plugin? ... You can use the timestamp in the...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 10, 2006
6:45 pm
280
Hello, ... I can reproduce the problem. The Explorer plugin is using the following sequence of commands: wincmd p " Perform some operation in the file window ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 10, 2006
6:54 pm
281
... Interesting, here is the output from TlistMessages: 11:06:48: Removing the tags menu for a file 11:06:54: Adding the base menu 11:06:54: Tlist_Refresh...
Yi Qiang
yi.qiang
Offline Send Email
Nov 10, 2006
7:35 pm
282
Yikes, what a way to spend a Friday morning. I tracked the bug down to this option: let Tlist_Show_Menu = 1 Everything works wonderful until I set that...
Yi Qiang
yi.qiang
Offline Send Email
Nov 10, 2006
9:15 pm
283
Hello, ... The above variable controls whether the tags in a file are listed in the Tags menu or not. By default, this variable is set to zero and the Tags ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 10, 2006
10:17 pm
284
Hello, ... You can use the gtags.vim plugin installed with GNU global. You can also get the latest version of gtags.vim from the GNU global CVS: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 10, 2006
10:44 pm
285
... Thanks for the info. I actually found the plugin after i submitted the message. However, I had a few issues. Can you help me with this? I have installed...
Neil Gabriel
endo4977
Offline Send Email
Nov 10, 2006
11:10 pm
286
Hi all, The taglist plugin is a sourceforge hosted project now. The taglist home page is moved to the following location: http://vim-taglist.sourceforge.net ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 12, 2006
4:23 pm
287
... Thank you very much!! Indeed, this is exactly the spot: I changed line 420 in /usr/share/vim/vim63/plugin/explorer.vim: - wincmd p + exe n ....
frank.sonnenburg
frank.sonnen...
Offline Send Email
Nov 15, 2006
8:03 am
288
Hi, ... You can define the following highlight groups in your .vimrc or .gvimrc file to change the colors used in the taglist window: MyTagListTagName - Used...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 15, 2006
6:06 pm
289
Hi all, I have uploaded a new version (4.2) of the taglist plugin to the Vim online website. You can download this version from: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 16, 2006
1:01 am
290
Hi, I'm a new one of Taglist. It's a really wonderful plugin! Here I have a question. I like to split Vim to 2 or 3 windows plus a Taglist window. But when I...
w2w2k2k2
Offline Send Email
Nov 18, 2006
11:45 am
291
hi: If Taglist 4.2 deal with files which path contain Chinese character then the following code in Taglist.vim can't run correctly: 2263 " Run ctags and get...
tnsdcs
Offline Send Email
Nov 22, 2006
6:42 am
292
Hello, in order to get support of ActionScript (1,2) in TagList a config file for ctags ctags.cnf (.ctags on Linux) have to be created (of modified if it...
jakub.kahovec
Offline Send Email
Nov 22, 2006
12:11 pm
Messages 262 - 292 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