RE: lookupfile.vim (WAS Re: fast file opening / find file as you type)

2006-05-12 Thread Hari Krishna Dara
/ find file as you type) Actually, I started with the below idea, and created a plugin that works more or less like what the OP wanted. It uses the Vim completion mechanism to bringup a popup dialog with matching filenames. Works best when you have a dedicated tags file the way I

RE: lookupfile.vim (WAS Re: fast file opening / find file as you type)

2006-05-12 Thread David Fishburn
-Original Message- From: Hari Krishna Dara [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 10:06 PM To: Benjamin Reitzammer Cc: Benjamin Reitzammer; vim@vim.org Subject: lookupfile.vim (WAS Re: fast file opening / find file as you type) ... I tried

Re: lookupfile.vim (WAS Re: fast file opening / find file as you type)

2006-05-12 Thread Hari Krishna Dara
On Fri, 12 May 2006 at 10:23am, Benjamin Reitzammer wrote: Hi, wow, this is awesome. And flattering ;) I inspired a plugin by Hari ;) It works great, exactly what I was looking for. Incidentally I just yesterday managed to compile and install vim7. The only thing, that's not optimal for

Re: lookupfile.vim (WAS Re: fast file opening / find file as you type)

2006-05-12 Thread Eric Arnold
I'm not sure exactly what's supposed to happen when the one line window opens. I type stuff in there and I have to hit ^P or ^N to see the popup. It doesn't show matches automatically as I type the filename. Typing filename.* doesn't turn up any matches.

RE: lookupfile.vim (WAS Re: fast file opening / find file as you type)

2006-05-12 Thread Hari Krishna Dara
opening / find file as you type) ... I tried it, it didn't work as expected so I read the instructions!! Can you tell me what happened? I forgot to recognize the dependency on genutils, but I hope you have it installed, so I wonder whatelse the problem could be. Did you have

RE: lookupfile.vim (WAS Re: fast file opening / find file as you type)

2006-05-11 Thread David Fishburn
-Original Message- From: Hari Krishna Dara [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 10:06 PM To: Benjamin Reitzammer Cc: Benjamin Reitzammer; vim@vim.org Subject: lookupfile.vim (WAS Re: fast file opening / find file as you type) Actually, I started

Re: fast file opening / find file as you type

2006-05-10 Thread Hari Krishna Dara
On Wed, 10 May 2006 at 8:10am, Benjamin Reitzammer wrote: Hi, thanks a lot, for all your responses. And for being so blazingly fast. Just like vim itself ;) Using a tags file is the closest to the described functionality I was looking for. Although I must say that having to press the tab

fast file opening / find file as you type

2006-05-09 Thread Benjamin Reitzammer
Hi, I've searched the archive and asked many search engines for help, but I still haven't found what I'm looking for (well, I'll stop the humming, singing instantly ;) Currently I switch between jEdit and vim on a hourly basis, depending on the machine I'm working. I really love vim and would

Re: fast file opening / find file as you type

2006-05-09 Thread Jürgen Krämer
Hi, Benjamin Reitzammer wrote: I've searched the archive and asked many search engines for help, but I still haven't found what I'm looking for (well, I'll stop the humming, singing instantly ;) Currently I switch between jEdit and vim on a hourly basis, depending on the machine I'm

Re: fast file opening / find file as you type

2006-05-09 Thread Richard Emberson
Up at the vim site theres a script called javae.vim: http://www.vim.org/scripts/script.php?script_id=1164 This lets one create a list of directory paths to Java source code. Then, if one places the cursor over a class name, you can jump to the associated source file. RME Benjamin Reitzammer

Re: fast file opening / find file as you type

2006-05-09 Thread Yakov Lerner
On 5/9/06, Benjamin Reitzammer [EMAIL PROTECTED] wrote: On 5/9/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 5/9/06, Benjamin Reitzammer [EMAIL PROTECTED] wrote: [...] Now my question: Is there something similar for vim? Or do you guys have any hacks, shell scripts for achieving this?

Re: fast file opening / find file as you type

2006-05-09 Thread Gerald Lai
On Tue, 9 May 2006, Benjamin Reitzammer wrote: [snip] Regarding :find. It does not do path-full completion, and no 'incremental completion menu'. To write such plugin, you'd need to process every typed character. Yes I tried, :find and that it's not doing completion of my filename, is

Re: fast file opening / find file as you type

2006-05-09 Thread Hari Krishna Dara
On Tue, 9 May 2006 at 9:57am, Gerald Lai wrote: On Tue, 9 May 2006, Benjamin Reitzammer wrote: [snip] Regarding :find. It does not do path-full completion, and no 'incremental completion menu'. To write such plugin, you'd need to process every typed character. Yes I tried, :find and

Re: fast file opening / find file as you type (fwd)

2006-05-09 Thread Yakov Lerner
/ find file as you type Hi, On 5/9/06, Gerald Lai [EMAIL PROTECTED] wrote: On Tue, 9 May 2006, Benjamin Reitzammer wrote: [snip] Regarding :find. It does not do path-full completion, and no 'incremental completion menu'. To write such plugin, you'd need to process every typed character

Re: fast file opening / find file as you type (fwd)

2006-05-09 Thread Yakov Lerner
+0200 From: Benjamin Reitzammer [EMAIL PROTECTED] To: Gerald Lai [EMAIL PROTECTED] Subject: Re: fast file opening / find file as you type Hi, On 5/9/06, Gerald Lai [EMAIL PROTECTED] wrote: On Tue, 9 May 2006, Benjamin Reitzammer wrote: [snip] Regarding :find. It does not do