[Viplugin-devel] Re: I love it! I have some questions...
Brought to you by:
midramas
|
From: robert l. <rla...@fa...> - 2003-07-16 17:39:52
|
On Wed, Jul 16, 2003 at 10:44:00AM -0400, robert lazarski wrote: >> I use linux and vim for my developement, and after following the news= on=20 >> eclipse every few months I thought a vi plugin would never happen. Yo= u=20 >> rock!!! It installed flawlessly.=20 =20 >Many thx :) =20 >> My questions are:=20 >>=20 >> 1) It seems vim compatible - having multi-level undo for example. Is = that=20 the=20 >> goal - vim?=20 =20 >yes, the features that are applicable and not overkill will be >implemented... That's a helluva lot of features. The really cool one for me is to yank a= =20 word, hit cw on another, and do a ctrl-r then 0 .=20 =20 >> 2) I'm extremely happy, but I am wondering what are the planned featu= res?=20 For=20 >> example, regular expressions and marks don't seem to work yet. I'd li= ke to=20 >> contribute, but it'd probably be a good idea to know what's already o= n the=20 >> plate. Is there something in particular you'd like to see from users?= =20 =20 >Have a look at http://sf.net/projects/viplugin and the features section= =2E >Or have a look at the TODO file distributed with the plugin, you can se= e >some of the planned things there. Marks work since yesterday (at least >for me :) See below about marks. I read the TODO, kool.=20 =20 >> 3) Is this a bug? I entered 'ma' to set a mark:=20 >>=20 >> /home/iksrazal/eclipse> java.lang.StringIndexOutOfBoundsException: St= ring=20 >> index out of range: 0 >> at java.lang.String.charAt(String.java:455) >> at viPlugin.CommandParser.splitString(CommandParser.java:151) =20 >That's interesting and seems to be a bug, strange enough it worked for >me a second ago :) OK, the "empty" string threw me off - it seems to work now, though there = still=20 is a bug. Try :anychars and before enter, move the cursor with the keyboa= rd=20 backbutton all the way.=20 =20 >You are using 0.1.17? Yes.=20 =20 >> In brasil, we say... >>=20 >> vi ou morte!!!=20 >>=20 >> Kindest regards, >> Robert=20 =20 >Subscribe to the viPlugin-user mailinglist, I'm announcing new version >there on a regular basis. Just did.=20 =20 >Have fun, > Michael Already having lots ;-) Robert=20 |