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.

2012-01-24 13:17
0.18.0

A: comando wa [ll] foi adicionado para escrever todos os editores sujos. Resultados da pesquisa agora podem ser usados como movimentos de texto. c/<pattern>, d/<pattern>, y/<pattern>e v/<pattern>foram adicionados. VisualMode agora é selecionado em rato seleccionar. Uma operação de 'za' foi adicionada para alternar dobre abrir/fechar. Foi adicionado um acoplamento de teclas para 'z <CR>' (mesma operação como 'zt'). Uma opção configurável 'imdisable' desativar o método de entrada quando sair do modo de inserção (útil em teclados japonês). Vrapper opcional plug-ins foram adicionados para o CDT, JDT e Surround.vim.
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

Esta versão adicionou pesquisa incremental (: set IncSearch), pesquisa de destaque (: hlsearch set), número da linha de alternância (: set number), mostram os espaços em branco de alternância (: set list), e diversas correções de bugs.
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

Toggling Vrapper habilita ou desabilita a emulação Vim para abrir todos os editores. operações de modo visual pode ser repetido. Colando no modo visual é possível. "Linhas" Join posiciona o cursor entre as partes unidas. § movimentos e objetos de texto foram adicionadas. Arrancar os objetos de texto move o cursor para o início do objeto de texto. O comando zz foi corrigido para funcionar corretamente com os pontos dobrados. A Z., zb, zt, e z-comandos foram adicionados. Pressionando a tecla Caps Lock ou alt não é interpretado como uma combinação de teclas mais, para caps lock e alt podem ser usados no modo de linha de comando para as tampas de entrada e caracteres especiais.
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

Uma incompatibilidade com o Eclipse 3.3 foi corrigido.
An incompatibility with Eclipse 3.3 was fixed.

2009-09-04 23:49
0.10.0

Esta versão corrige problemas com diferentes layouts de teclado, chaves liga-se que não estavam vinculadas a 0,8 (page up, page down, espaço, voltar, apagar), implementa pesquisas que não diferenciem através das opções "ignorecase" e "SmartCase", e melhora a desfazer comportamento durante inserções.
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