Vrapper Versions Save

Vim-like editing in Eclipse

0.74.0

5 years ago
  • Fixed issues with ALT_GR handling
  • Fixed behavior of '%' when cursor is on EOL
  • Fixed newline replacement when using :g/[pattern]/s/^/
  • Fixed mode indicator when using dark theme
  • Fixed issue with pasting a register from visual-block mode
  • Fixed issue with recursive mapping loop detection
  • Fixed potential stack overflow when setting caret location
  • Fixed ':marks' to include marks from closed files
  • Fixed issue with '//' to repeat last search (rather than just '/')
  • Fixed infinite loop with sneak plugin when the first characters of a file matched search string
  • Added support for and to go to first, last character of file
  • Added ':set spell' command
  • Added '"%' register to get current filename
  • Added ability to escape '%' when using ':r!'
  • Added support for counts when manipulating camelCase objects

0.72.0

7 years ago
  • Added a port of justinmk's Sneak plugin (https://github.com/justinmk/vim-sneak)
  • Added ability to set custom .vrapperrc location with vrapper.vrapperrc system property
  • Added ability to map eclipse motions with <Plug>()
  • Added support for :delmarks command
  • Added :se shortcut for :set command