I have set this to a low value (lower than the default 20) and it seems to make no difference. I am expecting to see the sublist of variables, for example, to...
395
Yegappan Lakshmanan
yegappan
Sep 11, 2008 6:09 pm
Hello, ... Which version of the taglist plugin are you using? I am not able to reproduce this problem with the latest taglist plugin. The taglist plugin menu...
396
emenzhao
Sep 12, 2008 1:30 am
Hello All, I'm looking for a way to install TagList for all the users on a Linux server. The install guide that comes with TagList only has instructions on...
397
Yegappan Lakshmanan
yegappan
Sep 12, 2008 6:08 am
Hello, ... You can install the taglist plugin in the "plugin" directory under one of the directories listed in the 'runtimepath39; option. For example, you can...
398
bazooka747
Sep 12, 2008 6:13 pm
Thanks for your reply. ... Which version of the taglist plugin are you using? I am not able ... I have * version 4.5 of taglist * Exuberant Ctags 5.7,...
399
salihdggummf
Sep 28, 2008 2:36 am
I'm trying to set up my .vimrc to automatically load a Taglist session files in my current working directory, but I can only get errors like the plugin isn't...
400
Vincent Arnoux
vincent.arnoux@...
Oct 8, 2008 4:08 pm
Hello, I am using taglist and I would like TlistUpdate to be run automatically. I wouldn't want to trigger it myself or having to exit and re-enter the buffer ...
401
gee_forr
Oct 31, 2008 2:03 pm
Hi there, I'm a long time TagList user (circa 2003), and it truly is my desert island vim plugin. Recently, I've come across a problem where I'm in a file with...
402
Yegappan Lakshmanan
yegappan
Nov 1, 2008 4:20 pm
Hi, ... I didn't fully understand the question. Do you want to see a single entry in the taglist window for all the variables? Or you don't want to see the...
403
Gabriel Fortuna
gee_forr
Nov 2, 2008 7:58 pm
Hi Yegappan, Thanks for getting back to me J From: Yegappan Lakshmanan [mailto:yegappan@...] I didn't fully understand the question. Do you want to see a...
404
Robert Mark Bram
robertmarkbram
Dec 11, 2008 1:12 pm
Hi All, I am using using TagList for ANT build files as per http://vim.wikia.com/wiki/Using_TagList_for_ANT_build_files To pick up targets, I am using: ...
405
Yegappan Lakshmanan
yegappan
Dec 12, 2008 6:37 pm
Hello, ... You can try posting your question to the Exuberant ctags user mailing list. https://lists.sourceforge.net/lists/listinfo/ctags-users - Yegappan...
406
Robert Mark Bram
robertmarkbram
Dec 13, 2008 12:08 am
Hi Yegappan, ... Thank you for this - I will keep it in mind. This time around, David Fishburn in the Google newsgroup gave me the answer: === As an...
407
julien_ea
Dec 13, 2008 10:02 am
Hello, I would like to know if it's possible to sort tags listed in the menu. Currently, when I add a file with ":TlistAddFiles *.c", these files don't appaer...
408
tenlladoc
Dec 17, 2008 5:41 pm
Hi all: I am using the taglist plugin to browse through C++ code. It would be fantastic if I could jump from a class or variable to its definition. One...
409
Tim Johnson
timjohnson12...
Jan 6, 2009 4:54 pm
Followed the following instructions: Tlist_Show_One_File~ By default, the taglist plugin will display the tags defined in all the loaded buffers in the taglist...
410
neilp85
Feb 4, 2009 12:14 am
Is it possible to bind taglist to a single window so that it doesn't update when you move to a different window. I have other plugins (Source Explorer) that...
411
Diwaker Gupta
diwakergupta
Apr 2, 2009 5:49 pm
From Vim's help (":he ft"): When a dot appears in the value then this separates two filetype names. Example: /* vim: set filetype=c.doxygen : */ ~ This will...
412
Yegappan Lakshmanan
yegappan
Apr 2, 2009 7:55 pm
Hello, ... The taglist plugin currently doesn't support dotted filetypes. I will add this to the todo list. - Yegappan...
413
mail2sathiyamoorthy
mail2sathiya...
Apr 7, 2009 2:19 pm
Hi all, This is my first mail to this group. I got admired of this tool, and found very much useful. I have a question that, 1. Am navigating C source files, ...
414
Yegappan Lakshmanan
yegappan
Apr 9, 2009 10:12 pm
Hi, ... No. The taglist plugin doesn't support jumping to a tag from a file using the Vim tag commands. The tag list plugin doesn't store the output from...
415
cedric_boudinet
Apr 16, 2009 4:12 pm
Hi, I've set Tlist_Auto_Open to 1 in my .vimrc file so that when I open a file with gvim, the Tag list panel is automatically opened.This works fine. But when...
416
Tim Johnson
timjohnson12...
May 23, 2009 1:47 am
At present taglist will only list javascript functions of the form: function func(){ } -- At least, so far as I can configure It would be great if taglist...
417
Yegappan Lakshmanan
yegappan
May 23, 2009 2:14 am
Hello, ... The taglist plugin relies on exuberant ctags to parse a file and generate the tags defined in that file. If exuberant ctags supports generating tags...
418
Tim Johnson
timjohnson12...
May 23, 2009 3:02 am
Thanks for the quick reply: ... I did not see an output file produced. After invoking tlisttoggle a couple of times and pressing 'u' in the taglist window, I...
419
Michael Henry
vim@...
May 30, 2009 9:06 pm
All, I've been using the following pair of autocommands to keep Vim from scrolling the my buffers when I switch them: if v:version >= 700 autocmd BufLeave *...
420
felix hoo
felixhoo@...
Jun 10, 2009 5:34 am
Hi, I try to have taglist work for a new language. And I use the ctags regex options to extend the support for the language. I have already had tag name...
421
Robert Mark Bram
robertmarkbram
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
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
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...