[ANN] ViPlugin Updated
I've updated the ViPlugin with a more feature-complete version. Kelly and I will be working to merge our code and eventually create a project on Source Forge.
Please direct any questions/comments/bugs to this forum.
http://www.intellij.org/twiki/bin/view/Main/ViPlugin
Thanks,
Dewayne
请先登录再写评论。
I think there are a lot of people who would like to work on this project. Can you post the source code for us to start looking over? Once it's setup on sourceforge are you or kelly going to be accepting code changes/enhancements?
I'm not sure what needs to be merged from Kelly's code since she was just handling basic cursor movement.
I'll clean up the source and try to post it tomorrow.
By the way, Kelly is a he.
(just letting you know)
Kelly
charles decroes wrote:
oops, very sorry. I didn't know that.
No problem.
Kelly
charles decroes wrote:
Very Cool! I did notice, however, there seems to be a possible off by one error -- both 'l' (lower case 'L') and '$' only allow me to go to the penultimate character in the line. This is in Idea 3.0 (Win2k jdk1.4.1)
Cheers,
-Curt
I probably should have mentioned that I developed this with "use block caret" checked and "allow to place caret after end of line" un-checked. Using different settings may cause problems like what you reported.
A new version has been posted on Wiki, as well as the source code.
Initially, I also thought this was a bug, but then I realized it's just the way things look when one is not using the block caret option... the cursor is really at the last character in the line... it just doesn't look like it.