Download List

Projeto Descrição

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 Requirements

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.

2013-01-30 05:41
0.28.0

Esta versão apresenta um novo plugin PyDev opcional, adiciona <C-a> e <C-x> incremento/decréscimo operações, adiciona suporte básico para: classificar e adiciona diversas novas operações de linha de comando
This release
introduces a new optional PyDev plugin,
adds <C-a> and <C-x> increment/decrement operations,
adds basic support for :sort,
and adds miscellaneous new commandline operations

2012-11-19 06:07
0.26.0

Esta versão inclui a capacidade de abrir arquivos com ': e 'ou': encontrar ' e os comandos correspondentes para apoiá-los. Outras mudanças incluem diversas correções de bugs e recursos como: suporte para Ctrl + w (excluir palavra) nos modos de linha de comando, uma correção para o comportamento do backspace no modo de substituição, e uma correção para mapeamentos de caractere único no modo de inserção.
This release includes the ability to open files with ':e' or ':find' and the corresponding commands to support them. Other changes include miscellaneous bugfixes and features such as: support for Ctrl+w (delete word) in command-line modes, a fix for backspace behavior in replace mode, and a fix for single-character mappings in insert mode.

2012-09-17 02:41
0.24.0

Esta é basicamente uma liberação de bugfix. Não inclui qualquer coisa importante.
This is primarily a bugfix release. It doesn't include anything major.

2012-07-08 04:46
0.22.0

Esta versão adiciona suporte para o recurso de substituição muito solicitado, uma história para modos de linha de comando, suporte básico para o: comando g, pranchetas sem nome e muito mais.
This release adds support for the much-requested substitution feature, a history for commandline modes, basic support for the :g command, unnamed clipboards, and more.

2012-05-15 16:31
0.20.0

Foi adicionado suporte para os seguintes comandos: v _ ~, [{, [(,]},]), |, @ @, "_, i_ctrl-w, i_ctrl-r, i_ctrl-a, i_ctrl-e, i_ctrl-y. Consulte a documentação de vim para explicações. 'gravação' agora é exibido durante a gravação de uma macro. Modificar configurações de pesquisa (noic, hlsearch) afeta a pesquisa atual. Valores booleanos configuráveis agora podem ser marcados com: conjunto <property>?. Diversos bugs foram corrigidos.
Added support for the following commands was added: v_~, [{, [(, ]}, ]), |, @@, "_, i_ctrl-w, i_ctrl-r, i_ctrl-a, i_ctrl-e, i_ctrl-y. See the vim documentation for explanations. 'recording' is now displayed while recording a macro. Modifying search settings (noic, hlsearch) affects the current search. Configurable boolean values can now be checked with :set <property>?. Miscellaneous bugs were fixed.

Project Resources