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: ...
Hello, ... You can try posting your question to the Exuberant ctags user mailing list. https://lists.sourceforge.net/lists/listinfo/ctags-users - Yegappan...
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...
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...
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...
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...
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...
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...
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, ...
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...
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...
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...
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...
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...
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 *...
Michael Henry
vim@...
May 30, 2009 9:06 pm
420
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...
felix hoo
felixhoo@...
Jun 10, 2009 5:34 am
421
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 -...
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...
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...
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...
*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...
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...
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...
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 ...
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...
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...