Re: Reannouncing vimplugin: A vim plugin for Eclipse

2007-04-01 Thread Silent1
Just a quick question about the overal goal of the project. Would vim just become an editor inside eclipse? Or would we be able to still use vim inside eclipse but still use code completion say from plugins like zends php project for eclipse or phpeclipse or any of the languagle specific plugins?

Spell checking in cwindow

2007-04-01 Thread Alexei Alexandrov
Hi All! When spell checking is on by default, quick fix window is full of spell checking errors. Probably it should have off always, shouldn't it? -- Alexei Alexandrov

Re: Spell checking in cwindow

2007-04-01 Thread A.J.Mechelynck
Alexei Alexandrov wrote: Hi All! When spell checking is on by default, quick fix window is full of spell checking errors. Probably it should have off always, shouldn't it? Spell checking is off by default (the default for 'spell' is off). If it is on in a window you create, it must be

Re: mapping for jumping to a tag

2007-04-01 Thread Dimitar
* Tobia [EMAIL PROTECTED] [070331 20:35]: Dimitar wrote: I also tried to map c-j to c-] but it also didn't work. Uh? :map C-J C-] works here. Did you try this in a help file? :help then go to a tag and press c-j F12 Works for me too but I hoped I can use the c-j, I do not know why should

Re: bracket completion

2007-04-01 Thread Fritz Mehner
A.J.Mechelynck schrieb: Greg Fitzgerald wrote: Anyone know of a way to achieve bracket completion? For example if your typing a if statement, if (something) { once you type the first bracket the 2nd one is inserted below for you. Scribes and a few other editors have this functionality and

Re: mapping for jumping to a tag

2007-04-01 Thread Tobia
Dimitar wrote: * Tobia [EMAIL PROTECTED] [070331 20:35]: :map C-J C-] works here. Did you try this in a help file? :help then go to a tag and press c-j Yes, I tried it in a help window, both in console Vim and in GVim, before posting. I don't know where else I can find tags! Try

Re: mapping for jumping to a tag

2007-04-01 Thread Dimitar
* Tobia [EMAIL PROTECTED] [070401 11:30]: Dimitar wrote: * Tobia [EMAIL PROTECTED] [070331 20:35]: :map C-J C-] works here. Did you try this in a help file? :help then go to a tag and press c-j Yes, I tried it in a help window, both in console Vim and in GVim, before posting. I

RE: Reannouncing vimplugin: A vim plugin for Eclipse

2007-04-01 Thread Sebastian Menge
Am Samstag, den 31.03.2007, 20:41 -0400 schrieb David Fishburn: for the UI-integration (simple textbased vim inside eclipse) you need cygwin. Is there separate instructions for how to setup the integrated one? From the vimplugin-devel list. I have set up an eclipse update site under

Re: Monospaced font problem

2007-04-01 Thread Tobia
Pablo Arantes wrote: I contacted the author of Pragmata to share my concerns but he couldn't help me much in this respect. I explained him the problem but I'm not sure he understood it. I emailed him too. We share our first language, so maybe he will understand me better. I wonder if there

VimNotes Script

2007-04-01 Thread Johan du Preez
After installing this utility/scipt in my plugging directory I have been getting error code E484 on startup of gvim (can't open temp file). Why is this, what can i do to solve this problem? -- Kind regards Johan du Preez

Re: gVim and Cygwin

2007-04-01 Thread Michael Schaap
On 30-Mar-2007 21:23, A.J.Mechelynck wrote: OTOH, since (IIRC) builds of Vim available on the Cygwin site are usually console builds, to get a Cygwin/X11 build of gvim you would have to compile it yourself. Actually, an X11 gvim *is* available using Cygwin's setup.exe. It's not installed

Re: Reannouncing vimplugin: A vim plugin for Eclipse

2007-04-01 Thread Silent1
Just a quick question about the overal goal of the project. Would vim just become an editor inside eclipse? Or would we be able to still use vim inside eclipse but still use code completion say from plugins like zends php project for eclipse or phpeclipse or any of the languagle specific plugins?

Re: problem loading Python dll

2007-04-01 Thread Yongwei Wu
Hi Johan, On 4/2/07, Johan du Preez [EMAIL PROTECTED] wrote: Hi all, When starting VIM I get the following: E370: Could not load library python25.dll I have installed Python 2.5, but vim does not appear to see it? How do I solve this one!. It should be an installation problem of Python. On