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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 341 - 370 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
341
I just noticed a bug in the session saving code... If you save a session with tags that contain quote characters, loading this session will fail because quotes...
Jesse Luehrs
lordkaos124
Offline Send Email
Aug 8, 2007
7:45 pm
342
On Wed, 8 Aug 2007 15:29:44 -0700 (PDT) ... I got the issue when I enabled Tlist_Display_Prototype, since it displays the entire declaration line. My issue was...
Jesse Luehrs
lordkaos124
Offline Send Email
Aug 8, 2007
10:51 pm
343
Hi, ... Thanks for sending the patch. When will a user need to use a double quote (") character or a backslash (\) character in the tag type name? Maybe we...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 8, 2007
11:29 pm
344
Hi, ... Setting the 'Tlist_Display_Prototype' variable is the key to reproducing this problem. I will make this change in the next version of the taglist...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 9, 2007
2:30 am
345
Hello, ... I then did :tl<tab>, and saw Tlist TlistSessionLoad TlistShowPrototype TlistUpdate TlistClose TlistSessionSave TlistSync tlast ...
Suresh Govindachar
sgovindachar@...
Send Email
Aug 12, 2007
2:30 am
346
Hello, Although there are commands TlistLock and TlistUnlock, there isn't any command to query the status; why isn't such a command ("show lock status")...
Suresh Govindachar
sgovindachar
Offline Send Email
Aug 12, 2007
7:41 pm
347
... Tlist TlistHighlightTag TlistSessionSave TlistUndebug TlistAddFiles TlistLock TlistShowPrototype TlistUnlock ...
Suresh Govindachar
sgovindachar
Offline Send Email
Aug 12, 2007
8:50 pm
348
Hello, ... You should see the ":TlistLock" command. I am not able to reproduce this problem. Which version of the taglist plugin are you using? ... Instead of...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 13, 2007
12:53 am
349
Hello, ... Because nobody asked for it yet :-)). But under what condition do you need to use that command? If you open a file and the taglist is not updated...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 13, 2007
12:55 am
350
Hello, I use <tab> to move between windows, and so would like to replace taglist's mapping of <tab> to <S-BS>: nnoremap <buffer> <silent> <S-BS> :call...
Suresh Govindachar
sgovindachar
Offline Send Email
Aug 13, 2007
6:07 pm
351
Hello, The entry for tags in wikipedia http://en.wikipedia.org/wiki/Ctags says that "Alternatively, there is also an output mode that generates a cross...
Suresh Govindachar
sgovindachar
Offline Send Email
Aug 15, 2007
12:52 am
352
I recently downloaded and installed taglist on a linux box. It works great for php files. However, it doesn't seem to really do anything for php files. The ...
bolderado02
Offline Send Email
Aug 22, 2007
5:49 am
353
Hello, ... The taglist plugin doesn't parse a file to generate the list of tags. It relies on exuberant ctags to parse and generate a list of tags defined in a...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 22, 2007
12:48 pm
354
Hello, I have noticed that the buffer-name handling routine can identify different forms of a file name. For example, I believe it knows that the following...
Suresh Govindachar
sgovindachar
Offline Send Email
Sep 13, 2007
2:44 pm
355
Bram asked for a reproduciable example: Version: VIM - Vi IMproved 7.1 (2007 May 12, compiled May 12 2007 14:19:39) MS-Windows 32 bit GUI version with OLE...
Suresh Govindachar
sgovindachar
Offline Send Email
Sep 13, 2007
4:45 pm
356
Hi all, A new version (4.5) of the taglist plugin is available now. You can download this version from: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Sep 22, 2007
4:59 pm
357
Hello, Is there more information in a tags file other than locations where symbols are declared and where they are defined? If so, what? Thanks, --Suresh...
Suresh Govindachar
sgovindachar
Offline Send Email
Sep 27, 2007
2:29 am
358
Hi, ... Yes. You can refer to the exuberant ctags user manual for a description of the contents of a tags file: http://ctags.sourceforge.net/ctags.html ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Sep 27, 2007
5:06 am
359
Hi: Is there any tags available for systemverilog Regards Peeyush ... From: Yegappan Lakshmanan <yegappan@...> To: Suresh Govindachar...
Peeyush
peeyushpurohit
Offline Send Email
Sep 27, 2007
7:15 am
360
... My question wasn't clear; given a tag, can one selectively jump to all places such as: * where it is used as a lvalue * all the places where it is used...
Suresh Govindachar
sgovindachar
Offline Send Email
Sep 27, 2007
10:45 am
361
Hi, ... You can not do the above with a tags file. ... You can use either GNU id-utils, cscope or GNU global. To use GNU id-utils from Vim, you can use the...
Yegappan Lakshmanan
yegappan
Offline Send Email
Sep 27, 2007
2:34 pm
362
Hi, ... The taglist plugin relies on exuberant ctags to parse a file and generate the list of tags defined in that file. You can post a question to the...
Yegappan Lakshmanan
yegappan
Offline Send Email
Sep 27, 2007
2:38 pm
363
Hi, Is there a way taglist can display javascript function literals e.g. myfunction = function() { //code }...
Yahya Mohammad
mfyahya@...
Send Email
Oct 3, 2007
12:39 pm
364
Hello, vimrc has let Tlist_Ctags_Cmd = 'c:\opt\ctags57\ctags.exe' let Tlist_Auto_Update = 0 I issued the following command: TlistAddFilesRecursive <wrong...
Suresh Govindachar
sgovindachar
Offline Send Email
Oct 12, 2007
9:10 pm
365
Hi, ... The simplest solution is to restart Vim which will clear the taglist. Currently there is no support to clear all the files in the taglist. You can...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 13, 2007
2:07 am
366
Hallo! I am not an IT professional but a user interested in having the ability to tag text files with attributes such as keyords from the text content. If this...
forkinpm
Offline Send Email
Dec 21, 2007
4:37 pm
367
Hallo" Having just posted a message 'cry for help' on using VIM for tagging files here is another request for advice. I want to use VIm as an outliner with the...
forkinpm
Offline Send Email
Dec 21, 2007
4:42 pm
368
It is possible to do what you are asking for. Join the vim user mailing list http://www.vim.org/maillist.php#vim and ask both your questions there. --Suresh...
Suresh Govindachar
sgovindachar
Offline Send Email
Dec 22, 2007
4:48 am
369
Hi, First, congrats, taglist is quite a plugin. It makes my life a lot more enjoyable. I struggled to get ctags support for autohotkey (see http:// ...
capoeirajiujitsu
capoeirajiuj...
Offline Send Email
Jan 3, 2008
1:27 am
370
Hi, ... You can extend exuberant ctags with regular expressions to generate tags for text files. For more information about this, refer to ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jan 3, 2008
3:06 am
Messages 341 - 370 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