Project name and homepage: Vrapper
Project description
Vrapper is an Eclipse IDE plugin, which imitates the behavior of VIM for editing code.
Assignment
My main task is to fix a stationary cursor in linewise visual mode. I’m also going to fix some defects, which I observed while using the plugin.
Links
- My Github repository for Vrapper
- Commit fixing two exceptions, which were thrown when making some actions on the end of the file (range test added)
- Commit fixing line joining
- Commit fixing stationary cursor in linewise visual mode
- Commit implementing ‘cursorline’ option
- Commit with reimplementation of paragraph text objects