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.

2009-08-12 05:44
0.8.1

替换换行符再次运行。插入模式的宏执行过程中的行为已有所改善。
Replace works with newline again. The behavior of insert mode during macro execution has been improved.

2009-08-08 05:48
0.8.0

许多新的命令和议案。支持复杂的键映射为不同的模式和特定的关键地图。命令递归和非递归映射和取消映射。基本宏的功能,记录和执行宏。可视模式看起来更像Vim的感觉。更多的命令可在视觉模式。按Ctrl - [Esc键等行为。可以设置标志,并跃升至。 '特殊标记。和^可用。该linwisemouse选项已被删除。 Eclipse的行动可以动态绑定到命令行命令。替换模式已得到执行。
Many new commands and motions. Support for complex key mappings and specific key maps for different modes. Commands for recursive and non-recursive mapping and removing mappings. Basic macro functionality for recording and executing macros. Visual mode looks and feels more like Vim's. Many more commands are available in visual mode. Ctrl-[ behaves like Esc. Marks can be set and jumped to. Special marks ' . and ^ are available. The linwisemouse option has been removed. Eclipse actions can be dynamically bound to command line commands. Replace mode has been implemented.

2009-04-02 20:36
0.5.0

这一重大的版本包括包括搜索抵消许多新的功能,记忆关于重新启动,一个“smartindent”选项,多个新的命令行操作的议案,编辑状态。
This major release includes many new features including offsets for search, remembering the state of the editors on relaunch, a "smartindent" option, and multiple new command line actions and motions.

2009-03-22 06:20
0.4.6

增加了一些命令的命令行模式:和“:wq”和“:X”的,现在可以用来保存为那些谁习惯于这些命令文件。在状态行模式显示是固定的。只有当前活动编辑器模式显示。字符搜索(电报公司,男,女)不再退出可视模式。哪些新行中使用的文件现在自动打开一个编辑器上,而不是始终使用系统的默认检测。破碎的“,”议案是固定的。
Some commands were added for command line mode: ":wq" and ":x" can now be used to save a file for those who are accustomed to these commands. The mode display in the status line was fixed. Only the mode of the currently active editor is displayed. Character search (t, T, f, F) no longer exits visual mode. Which newline to use in a file is now auto-detected on opening an editor instead of always using the system's default. The broken "," motion was fixed.

2009-03-18 01:52
0.4.5

命令行使用底层编辑器(而不是总是黑色)前景色。当前模式显示在状态行。
The command line uses the foreground color of the underlying editor (instead of always black). The current mode is displayed in the status line.

Project Resources