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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 320 - 355 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
320
I've just installed 4.3 on my XP machine and getting the following error when starting GVim Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. ...
jowen1965
Offline Send Email
Mar 6, 2007
4:46 pm
321
Hello, ... The taglist plugin needs the exuberant ctags tool to parse the files and get the list of tags defined in them. Did you install exuberant ctags in...
Yegappan Lakshmanan
yegappan
Offline Send Email
Mar 6, 2007
8:55 pm
324
I successfully created a tag session and saved it for the whole project. It is 18.1Mb large. So far so good, but whenever I try to open the task list window,...
darkwalk1980
Offline Send Email
Apr 10, 2007
2:52 pm
325
Hi, ... Are you using Vim6 or Vim7? In Vim7, several changes are made to handle a large number of variables. Are you using a Unix system or a MS-Windows...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 13, 2007
2:41 am
327
I am working with VBScript code (scripts to run a GUI testing program, the program being tested is written in C++, before anyone asks why I am using VB...
feline_dracoform
feline_draco...
Offline Send Email
Apr 28, 2007
7:55 pm
328
Hello, ... You have to set the above variable to: let tlist_vb_settings = 'vb;s:subroutine;f:function;' The above setting will include only subroutine and...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 29, 2007
12:11 am
329
... *ah* that makes sense, it works now. Many thanks *big smile* Now I just have to work out how to make ctag's see the functions inside my class, and the...
feline_dracoform
feline_draco...
Offline Send Email
Apr 30, 2007
6:06 pm
332
Hi all- I'm using: Windows XP taglist 4.3 vim 7.0 exuberant-ctags 5.2.3 with actionscript support compiled in cygwin I'm able to use this setup to generate a...
t_feiler
Offline Send Email
May 11, 2007
12:23 am
333
Hello, ... Try using the following lines in the .ctags file: --langdef=actionscript --langmap=actionscript:.as --regex-actionscript=/^[ \t]*[(private|...
Yegappan Lakshmanan
yegappan
Offline Send Email
May 17, 2007
3:44 am
334
Hi all, A new version (4.4) of the taglist plugin is available now. You can download this version from: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
May 27, 2007
6:49 pm
335
Hello: I'm using the vim-full package (version 7.0) on ubuntu 7.04, 64-bit. I'd like to have tags for the current file in a drop-down menu. According to the...
Tim Johnson
timjohnson12...
Offline Send Email
Jul 4, 2007
6:48 pm
337
Hello, ... Can you turn on the logging of Tlist debug messages to a file using the following command? ... <.... load a file ....> Send the contents of the...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jul 5, 2007
11:42 pm
338
... Hello: The following ex command ... Generates the following error message: E488: Trailing characters Thanks for the reply. I will look at your code and...
Tim Johnson
timjohnson12...
Offline Send Email
Jul 6, 2007
11:15 pm
339
... Sorry to be so dumb, but I am just not *getting* it. I still get the trailing characters error. If I do ... vim does not complain, but upon loading a file ...
Tim Johnson
timjohnson12...
Offline Send Email
Jul 7, 2007
4:07 pm
340
... I now have a solution. Here is what I did: 1)TlistDebug "" without a file 2)Loaded a file 3):TlistMessages which opened a buffer called taglist_debug.txt ...
Tim Johnson
timjohnson12...
Offline Send Email
Jul 8, 2007
12:38 am
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
Messages 320 - 355 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