ANN: New version (4.4) of the taglist plugin

2007-05-27 Thread Yegappan Lakshmanan
Hi all, A new version (4.4) of the taglist plugin is available now. You can download this version from: http://vim.sourceforge.net/scripts/script.php?script_id=273 The taglist plugin is a source code browser plugin for Vim. For more information about this plugin, visit http://vim

taglist: ctrl ] azerty

2007-05-24 Thread Mathieu Malaterre
Hello there, I am trying to use taglist on my AZERTY keyboard and I cannot get ctrl ] to work. If I type :ts + tagname I can see that taglist is working. thanks, -- Mathieu

Re: taglist: ctrl ] azerty

2007-05-24 Thread Jürgen Krämer
Hi, Mathieu Malaterre wrote: I am trying to use taglist on my AZERTY keyboard and I cannot get ctrl ] to work. If I type :ts + tagname I can see that taglist is working. this depends heavily on the operating system you use and the installed keyboard driver. For me on Windows XP

Re: taglist: ctrl ] azerty

2007-05-24 Thread Mathieu Malaterre
Thanks ! On 5/24/07, Jürgen Krämer [EMAIL PROTECTED] wrote: Hi, Mathieu Malaterre wrote: I am trying to use taglist on my AZERTY keyboard and I cannot get ctrl ] to work. If I type :ts + tagname I can see that taglist is working. this depends heavily on the operating system you use

Re: taglist: ctrl ] azerty

2007-05-24 Thread A.J.Mechelynck
Mathieu Malaterre wrote: Hello there, I am trying to use taglist on my AZERTY keyboard and I cannot get ctrl ] to work. If I type :ts + tagname I can see that taglist is working. thanks, I also have an AZERTY keyboard, and neither do I know whether (and where) it has Ctrl

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-14 Thread panshizhu
shell, paths like d:/foo/bar can be used instead of `cygpath -u d:\\foo\\bar` and it works better IMO. What is more, this kind of usage are generated by taglist.vim, the taglist script author has test that usage under cygwin and it works that way. That said, I had configured them right last year

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-14 Thread Yegappan Lakshmanan
/bar can be used instead of `cygpath -u d:\\foo\\bar` and it works better IMO. What is more, this kind of usage are generated by taglist.vim, the taglist script author has test that usage under cygwin and it works that way. That said, I had configured them right last year, but during the last year

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-14 Thread panshizhu
, the taglist script author has test that usage under cygwin and it works that way. That said, I had configured them right last year, but during the last year I upgraded my windows, cygwin, vim and taglist plugin, I now do not know where the problem is. (I use OSX and Linux at the same time

taglist plugin launch ctags fail in gvim windows.

2007-05-13 Thread panshizhu
Hi vimmers, I have WinXPSP2 and installed gvim 7.1, taglist plugin 4.2, cygwin with the most up-to-date version DLL. The issue is: run gvim from windows will fail the taglist plugin, taglist plugin only works when I launch gvim from within cygwin bash, (Yes I am running the windows native

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-13 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: Hi vimmers, I have WinXPSP2 and installed gvim 7.1, taglist plugin 4.2, cygwin with the most up-to-date version DLL. The issue is: run gvim from windows will fail the taglist plugin, taglist plugin only works when I launch gvim from within cygwin bash, (Yes I am

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-13 Thread panshizhu
A.J.Mechelynck [EMAIL PROTECTED] 写于 2007-05-14 13:21:47: If your shell is cmd.exe, /usr/bin/ctags will give Unknown command or file name. If you want to mix Dos shells and cygwin utilities, you will have to juggle with the path formats: see man cygpath from within cygwin. Best regards,

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-13 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: A.J.Mechelynck [EMAIL PROTECTED] 写于 2007-05-14 13:21:47: If your shell is cmd.exe, /usr/bin/ctags will give Unknown command or file name. If you want to mix Dos shells and cygwin utilities, you will have to juggle with the path formats: see man cygpath from within

ANN: New version (4.3) of the taglist plugin

2007-02-25 Thread Yegappan Lakshmanan
Hi all, A new version (4.3) of the taglist plugin is available now. You can download this version from: http://vim.sourceforge.net/scripts/script.php?script_id=273 The taglist plugin is a source code browser plugin for Vim. For more information about this plugin, visit http://vim

Re: problem with taglist plugin

2007-01-04 Thread flyfish
i got it and installed successfully, thank you very much flyfish wrote: hi, i have used vim for some days and i would like to use the taglist plugin which is very hot in internet, my os is ubuntu 6 and the version of vim is 7, i downloaded the taglist package and unziped it, then i

Re: Anyway to reduce the spaces in TagList Window for Taglist plugin?

2006-11-30 Thread Yegappan Lakshmanan
Hi, On 11/30/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I'd been used the taglist plugin for times but found it useful. The issue is it is too agressive on screen space. There are 4 spaces before all identifiers and 2 spaces before each group name. Normally I'll set the font size so

Re: How can I disable variable show in taglist plugin ?

2006-11-29 Thread Yegappan Lakshmanan
Hi, On 11/29/06, KLEIN Stéphane [EMAIL PROTECTED] wrote: Hi, When I code my php script I use Taglist plugin. Taglist is very useful but I want only see the functions. I don't want see the variables. Taglist has this feature ? If yes, how can I enable it ? Add the following line to your

Re: How can I disable variable show in taglist plugin ?

2006-11-29 Thread KLEIN Stéphane
2006/11/29, Yegappan Lakshmanan [EMAIL PROTECTED]: Hi, On 11/29/06, KLEIN Stéphane [EMAIL PROTECTED] wrote: Hi, When I code my php script I use Taglist plugin. Taglist is very useful but I want only see the functions. I don't want see the variables. Taglist has this feature ? If yes, how

ANN: Vim Taglist plugin home page moved to sourceforge

2006-11-13 Thread Yegappan Lakshmanan
Hi all, I have registered the Vim taglist plugin as a sourceforge project. The home page for the taglist plugin is now at: http://vim-taglist.sourceforge.net/ The sourceforge project page is at: http://sourceforge.net/projects/vim-taglist - Yegappan

Re: taglist() bugs related to 'tags'

2006-09-29 Thread Hari Krishna Dara
On Wed, 27 Sep 2006 at 9:53pm, Bram Moolenaar wrote: Hari Krishna Dara wrote: I am observing that the taglist() function is not sensitive to the changes in 'tags' value. It also seems to cache the value of 'tags' as of the time the function is called for the first time

taglist

2006-09-29 Thread Vu The Cuong
Thanks, Yegappan Lakshmanan Finally taglist worked. I reinstalled it from ports with version 5.6 Then in .vimrc, I put let Tlist_Ctags_Cmd='/usr/local/bin/exctags' THanks taglist plugin problem in freebsd 6.1 From: Vu The Cuong cuongvt at fsoft.com.vn Subject: taglist plugin problem in freebsd

taglist plugin problem in freebsd 6.1

2006-09-28 Thread Vu The Cuong
I'm using vim 7 with taglist and ctags on freebsd 6.1 I opened php file on gvim, typed :Tlist but it raised an error: Taglist: Failed to generate tags for /usr/local/web/test.php The system cannot find the path specified. in .vimrc, I already put: let Tlist_Ctags_Cmd='/usr/bin/ctags

Re: taglist() bugs related to 'tags'

2006-09-27 Thread Bram Moolenaar
Hari Krishna Dara wrote: I am observing that the taglist() function is not sensitive to the changes in 'tags' value. It also seems to cache the value of 'tags' as of the time the function is called for the first time. To reproduce the problem (you need to have patch 96 applied

Re: taglist() bugs related to 'tags'

2006-09-26 Thread Bram Moolenaar
Hari Krishna Dara wrote: I am observing that the taglist() function is not sensitive to the changes in 'tags' value. It also seems to cache the value of 'tags' as of the time the function is called for the first time. To reproduce the problem (you need to have patch 96 applied, otherwise

Re: taglist() bugs related to 'tags'

2006-09-26 Thread Hari Krishna Dara
On Tue, 26 Sep 2006 at 11:03am, Bram Moolenaar wrote: Hari Krishna Dara wrote: I am observing that the taglist() function is not sensitive to the changes in 'tags' value. It also seems to cache the value of 'tags' as of the time the function is called for the first time. To reproduce

taglist() bugs related to 'tags'

2006-09-25 Thread Hari Krishna Dara
I am observing that the taglist() function is not sensitive to the changes in 'tags' value. It also seems to cache the value of 'tags' as of the time the function is called for the first time. To reproduce the problem (you need to have patch 96 applied, otherwise there is another bug in 7.0GA

Taglist and html vs php vs javascript

2006-09-15 Thread David Fishburn
Vim 7.0.106 When I edit an HTML file and open the taglist plugin it correctly checks for Javascript tags. When I edit a PHP file, the taglist plugin gets only the PHP tags, when most PHP pages would also have HTML and Javascript embedded within it. Does anyone know if this is a feature

RE: Taglist and html vs php vs javascript

2006-09-15 Thread David Fishburn
-Original Message- From: David Fishburn [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 9:56 AM To: vim@vim.org Subject: Taglist and html vs php vs javascript Vim 7.0.106 When I edit an HTML file and open the taglist plugin it correctly checks for Javascript

Re: bug in taglist() and filename

2006-09-08 Thread Bram Moolenaar
Hari Krishna Dara wrote: When taglist() returns matches, each match is hash and the filename key gives the filename where the tag is expected to be found. This works as expected, but the problem is that the filename is returned as it is found in the tags file, which could be a relative path

bug in taglist() and filename

2006-09-07 Thread Hari Krishna Dara
When taglist() returns matches, each match is hash and the filename key gives the filename where the tag is expected to be found. This works as expected, but the problem is that the filename is returned as it is found in the tags file, which could be a relative path from the location of the tags

C:\Temp permission issues with taglist

2006-09-06 Thread stephen
I'm using the taglist plugin and am running into the following issue: Error detected while processing function SNR16_Tlist_Window_Toggle..SNR16_TList_Window_Open..SNR ...[snip] line 57: E484: Can't open file C:/Temp/VIo10A9.tmp I've tried fiddling with the permissions of C:\temp but no luck. Any

Re: C:\Temp permission issues with taglist

2006-09-06 Thread Yegappan Lakshmanan
Hi, On 9/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm using the taglist plugin and am running into the following issue: Error detected while processing function SNR16_Tlist_Window_Toggle..SNR16_TList_Window_Open..SNR ...[snip] line 57: E484: Can't open file C:/Temp/VIo10A9.tmp I've

Re: taglist() performance

2006-05-13 Thread Yegappan Lakshmanan
Hi Hari, On 5/13/06, Yegappan Lakshmanan [EMAIL PROTECTED] wrote: Hi Hari, On 5/12/06, Hari Krishna Dara [EMAIL PROTECTED] wrote: I am finding that the new taglist() function performans much slower than the :tag command for the same pattern. I have a couple of huge tag files in 'tags

issues with taglist and minibuffer explorer

2006-05-01 Thread jagpreet
Hi There, I'm using two most downloaded vim plugins MiniBufferExplorer(By bindu wavell) and taglist(By Yegappan Lakshmanan) for working on C++ files. When I open a file on a consol window, and use the Taglist plugin it works absolutely fine as documented. In the same consol window if I open

Re: issues with taglist and minibuffer explorer

2006-05-01 Thread Eric Arnold
If you're using Vim7, you might try my WinWalker.vim script. It will allow you to arrange the Taglist window where you want in relation to any other windows, and the / find function is more or less a buffer explorer. (I got another version to upload which sorts the buffer list a little better

Re: issues with taglist and minibuffer explorer

2006-05-01 Thread Gerald Lai
On Mon, 1 May 2006, James Vega wrote: On Mon, May 01, 2006 at 06:45:24PM +0530, jagpreet wrote: [snip] Furthermore if I close(:q), either of the files and switch to another file by selecting it from the buffer window it opens the files in black and white(vi ) mode, like syntax off commend is

Re: New version (4.0b4) of the taglist plugin

2006-04-21 Thread Eric Arnold
With Vim7 tabs, I no longer tend to use ^Wo. Instead I open the window I want zoomed in another tab (optionally temporarily). I automated this in WinWalker. If you use tabs, then you don't change the original layout, and thus you don't close Taglist. On 4/21/06, Yegappan Lakshmanan [EMAIL

Re: Disabling statusline for specific windows (i.e. taglist window)

2006-04-19 Thread Yi Qiang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Arnold wrote: With Vim7, each window can have its own statusline settings: setlocal statusline=. Hurmm, if I change the taglist window to be the active one, and for example do :setlocal statusline=TEST, nothing happens. Yi -BEGIN