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

Messages

Advanced
Messages Help
Messages 421 - 450 of 487   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
421 Robert Mark Bram
robertmarkbram Send Email
Jul 24, 2009
12:58 am
Hi All, I am 95% sure I have ctags configured correctly (Cygwin on Win XP) because I can do this and see all the expected targets and properties: Thu Jul 23 -...
422 Robert Mark Bram
robertmarkbram Send Email
Jul 24, 2009
2:44 am
Hi All, I am a bit confused. Using Exuberant Ctags I can generate tags files for Java source, but the paths are generated as Windows paths, which vim on Cygwin...
423 stcalamitas Send Email Jul 26, 2009
11:53 pm
Hi All- I had problems to make taglist work with matlab (.m) files. I'm running vim under Cygwin, with exuberant ctags version 5.8 compiled. They work...
424 Robert Mark Bram
robertmarkbram Send Email
Jul 27, 2009
1:25 am
Got answer from vim_use Google Group: http://groups.google.com/group/vim_use/browse_thread/thread/eb9892ad08345489 ... With this in mind, I re-ran my tags...
425 Robert Mark Bram
robertmarkbram Send Email
Jul 27, 2009
1:21 pm
*bump* to see if anyone might be able to help - it's driving me crazy; I have tried on my work and home machines, downgraded to Exuberant Ctags 5.7.. nothing...
426 Xiong, Hui
stcalamitas Send Email
Jul 27, 2009
3:02 pm
How did you get your Exuberant Ctags installed? I once came across the same problem (only file names, no tags shown in taglist sidebar), when I downloaded...
427 Robert Mark Bram
robertmarkbram Send Email
Jul 28, 2009
4:04 am
Bugger, had to compile my own Exuberant Tags to make it work in command line vim. mkdir /apps/ctags58_fromCygwinCompiledSource tar -xzf...
428 geohevy Send Email Aug 3, 2009
7:03 am
How can I modify where the plugin looks for Exuberant Ctags? I'm trying to make this configuration of Vim portable, and need to keep Ctags in Vim's Program...
429 Yegappan Lakshmanan
yegappan Send Email
Aug 3, 2009
3:35 pm
Hi, ... You can set the Tlist_Ctags_Cmd variable in your .vimrc file to specify the location of the exuberant ctags executable. This is explained in the ...
430 geohevy Send Email Aug 3, 2009
9:35 pm
... I read that, but I'm not sure about setting syntax. Do I just use set Tlist_Ctags_Cmd=C:\Program Files\Vim&#92;ctags58&#92;ctags...
431 Robert Mark Bram
robertmarkbram Send Email
Aug 4, 2009
3:53 am
Hi All, I am finding right now that if I open multiple files either on the command line: vim build_jsk.xml build.xml or using :e, :sp, :tabnew The taglist is...
432 Robert Mark Bram
robertmarkbram Send Email
Aug 4, 2009
4:21 am
OK, the problem is not quite what I thought it was. ... The issue is that I have some filetype:ANT files that are not named as "build.xml", and tags are not...
433 geohevy Send Email Aug 5, 2009
11:55 pm
... No one has any advice? I just want to know what to set in my vimrc to get it to look for Ctags in vim\ctags58...
434 Tim Johnson
timjohnson12... Send Email
Aug 6, 2009
12:30 am
... Hi geohevy: (note) I use linux, but the example (which I don't use because I use the standard path for ctags) is set Tlist_Ctags_Cmd=/path/to/ctags Your...
435 James A Paget
japaget Send Email
Aug 6, 2009
1:15 am
... specify ... the ... geohevy, I have a Windows system as well and here's what it took to get it to work: 1) Move the ctags program to a directory without...
436 Nagy Viktor - Akasha
viktoranagy Send Email
Sep 22, 2009
4:27 pm
Hi, if I run gvim "+TlistAddFilesRecursive . [^_]*py\|*html\|*css", then TlistOpen shows my files' content on the other hand if I simply launch vim, then...
437 danmichaelo Send Email Oct 7, 2009
12:10 pm
Hi all, When using TagList with latex-files, section headings have a tendency to show up two times in TagList (this does not seem to happen with subheadings...
438 Yegappan Lakshmanan
yegappan Send Email
Oct 9, 2009
7:36 pm
Hi, ... Do you have ctags.conf or ctags.cnf or $HOME/.ctags file that defines a custom expression for tex files? As you mentioned below, when you run ctags...
439 danmichaelo Send Email Oct 10, 2009
2:36 pm
... No, the strange thing was that I didn't.. However, I finally sorted out the problem. It wasn't really a problem with TagList (sorry TagList), but with...
440 maru_flkr Send Email Oct 11, 2009
6:39 am
Hi list, I noticed the following problem with the script and a GUI in my case macvim. Doing if g:Tlist_Show_Menu && has('gui_running&#39;) call s:Tlist_Menu_Init()...
441 Sean McDaniel
industy Send Email
Oct 28, 2009
4:02 pm
Dear all, I looked for a solution to this problem in the groups archives, but couldn't find an answer. Within my code, all the tag goodies work (:tj, :ta,...
442 James A Paget
japaget Send Email
Oct 28, 2009
4:18 pm
Sean, We'll need more system info to have a shot at troubleshooting this: * Platform = ? (mine is 32-bit Windows XP SP3) * Taglist Version = ? (mine is 4.5;...
443 industy Send Email Oct 28, 2009
5:44 pm
Dear all, Additional information: * Platform: unix server (debian), xp client machine (we use Xming, an X windows server, for display). * Taglist version: 4.5 ...
444 Yegappan Lakshmanan
yegappan Send Email
Oct 29, 2009
3:28 am
Hello, ... Are you setting any of the "Tlist_*" variables in your ~/.vimrc file? What other Vim plugins are you using? - Yegappan...
445 Aarto Matti
aarto.matti@... Send Email
Dec 2, 2009
2:40 pm
Hello, I have some issues. The first one is that taglist doesn't list functions declarations. For instance this declaration won't be listed: void foo(); ...
446 Yegappan Lakshmanan
yegappan Send Email
Dec 6, 2009
6:09 pm
Hello, ... The taglist plugin uses exuberant ctags to parse a file and generate the list of tags defined in that file. Exuberant ctags has language specific ...
447 Aarto Matti
aarto.matti@... Send Email
Dec 10, 2009
1:41 pm
... Good to know about tlist_xxx_settings, thanks! Would be great if taglist could consolidate tags under the same name e.g. if you use the same name for ...
448 Aarto Matti
aarto.matti@... Send Email
Dec 10, 2009
1:51 pm
... Hmm, wait, I've just discovered 'm' flags which lists class attributes :) -- Aarto...
449 cesheri@...
cesheri... Send Email
Jan 20, 2010
2:10 am
Hi, Taglist is an excellent enhancement to VIM, and there's one part of it that I can't yet seem to get working -- the Tags menu. Per the user documentation, I...
450 james_r_cole_78 Send Email Feb 26, 2010
8:03 am
Hi, When I close the taglist it doesn't shrink the window back down to its original width. Or rather, it doesn't if the window was originally 78 characters or...
Messages 421 - 450 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