Download List

项目描述

Vrapper is an Eclipse plugin which acts as a
wrapper for Eclipse text editors to provide a
Vim-like input scheme for moving around and
editing text. Unlike other plugins which embed Vim
in Eclipse, Vrapper imitates the behavior of Vim
while still using whatever editor you have opened
in the workbench. The goal is to have the comfort
and ease which comes with the different modes,
complex commands, and count/operator/motion
combinations which are the key features behind
editing with Vim, while preserving the powerful
features of the different Eclipse text editors,
like code generation and refactoring.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-24 13:17
0.18.0

A: 为了写所有脏编辑器,添加了 wa [ll] 命令。搜索结果现在可以用作文本的议案。c/<pattern>、 d/<pattern>、 <pattern>、 y/v/<pattern>增加了。VisualMode 现在在鼠标选择选择。'Za' 操作添加切换折叠打开/关闭。添加键绑定了 'z <CR>' ('zt' 操作相同)。一个可配置的 'imdisable' 选项禁用输入方法时退出插入模式 (日本键盘上很有用)。为 CDT、 JDT 和 Surround.vim 增加了可选的 vrapper 插件。
A :wa[ll] command was added for writing all dirty editors. Search results can now be used as text motions. c/<pattern>, d/<pattern>, y/<pattern>, and v/<pattern> were added. VisualMode is now selected on mouse select. A 'za' operation was added for toggling fold open/close. A key binding was added for 'z<CR>' (same operation as 'zt'). A configurable 'imdisable' option disable Input Method when exiting insert mode (useful on Japanese keyboards). Optional vrapper plugins were added for CDT, JDT, and Surround.vim.

2011-06-28 14:48
0.16.0

此版本增加增量搜索(:设置incsearch),突出显示搜索(:设置hlsearch),行号切换(:定数),显示空白切换(:设置列表),以及杂项错误修正。
This release added incremental search (:set incsearch), highlight search (:set hlsearch), line number toggle (:set number), show whitespace toggle (:set list), and
miscellaneous bugfixes.

2010-04-12 21:17
0.14.0

切换Vrapper启用或禁用所有打开的编辑器Vim中,仿真。可视化模式操作可能会重复。粘贴在视觉模式是可能的。 “入线”的立场之间的联接部件的光标。项议案和文本对象被加入。拔掉文本对象将光标移动到文本对象的开始。 zz的命令是固定的工作与折叠部分正确。在z的,ZB型,ZT的,和Z -命令添加。按下CAPS LOCK键或Alt不是解释为一个按键了,所以盖锁和ALT可以在命令行模式下使用输入帽和特殊字符。
Toggling Vrapper enables or disables Vim-emulation for all open editors. Visual mode operations may be repeated. Pasting in visual mode is possible. "Join lines" positions the cursor between the joined parts. Paragraph motions and text objects were added. Yanking text objects moves the cursor to the start of the text object. The zz command was fixed to work correctly with folded sections. The z., zb, zt, and z- commands were added. Pressing caps lock or alt is not interpreted as a keystroke anymore, so caps lock and alt can be used in command line mode to input caps and special characters.

2009-09-16 23:00
0.10.1

一个与Eclipse 3.3不相容是固定的。
An incompatibility with Eclipse 3.3 was fixed.

2009-09-04 23:49
0.10.0

此版本修正了不同的键盘布局的问题,结合这些钥匙不一定在0.8(上一页,下一页,太空,返回,删除),实施不区分大小写的搜索通过选择“ignorecase”和“smartcase”,并提高撤消在插入的行为。
This release fixes issues with different keyboard layouts, binds keys
which were not bound in 0.8 (page up, page down, space, return, delete),
implements case-insensitive searches via the options "ignorecase" and
"smartcase", and improves undo behavior during insertions.

Project Resources