jVi is a vi/vim editor clone; jVi's core is a port to Java of major chunks of vim "C" code. Developers familiar with vi or vim are immediately comfortable in the NetBeans editor while at the same time taking advantage of Code Completion, Templates, debugging and all the other IDE features. Rectangular Edit helpset for non-vi/vim users who only wish to use this feature. There is extensive online documentation.
Introduction
jVi features include:- a port of vim to java, so things like
"*2d3wandy%work as expected - marks, file-marks and yank buffers, for example
"ay'a.
These are persisted between sessions, along with colon and search commands. - over 200 normal mode commands, operators and motions
- tag stack
- visual mode, including detailed visual block mode documentation (aka RECTANGULAR EDIT)
- text object selection
- map commands for user defined key mappings
- 'wrap', 'linebreak' and 'list' options; also horizontal scroll commands
:set alland several other:setcommads- substiute command with back references, there are options to specify what meta characters need to be escaped, so you can enter
:.,$s/([^ ]*) (.*$)/\2 \1 - modeline processing;
modelineandmodelinesoptions. - Results of commands like
:g/TextFilter/pgo into output window with hyperlinks to file. - The bang commands: such as
!{motion}{filter},:{range}![!]{filter} [!][arg]and of course:!{cmd}. vim optionsshell,shellcmdflagandshellxquote =operator withequalprgoption. Whenequalprgempty, hook into platform reindent.- Online documentation
Category: Editing Download here
Source : http://plugins.netbeans.org
No comments:
Post a Comment