viPlugin 2.9.0 released

Hi vi(m) fans,

2.9.0 is released my friends! Mainly smaller bugfixes and new features. The next release will be visual block mode fixes only.

- 0000836: [vim_compatibility] :noh Moves to a different editor
- 0000828: [eclipse_integration] NPE when saving groovy file
- 0000839: [eclipse_integration] java.lang.NullPointerException on unLoad
- 0000802: [editor_integration] Strange behavior on Erase Back Word (CTRL+W)
- 0000438: [vim_compatibility] When in insert mode, Ctrl-D does not shift back one block as expected
- 0000831: [vim_compatibility] + register
- 0000832: [Other] Visual Block Mode insert not working
- 0000803: [vim_compatibility] multi line yy P doesn't behave like vim
- 0000275: [vim_compatibility] Add vim "CTRL-N" and "CTRL-P" commands.
- 0000536: [vim_compatibility] shift paragraph

Have fun,
Michael Bartl

viPlugin + ScriptEclipse as Package for 20 Euro

Hi all, For a limited time I offer viPlugin together with ScriptEclipse as package. You will receive a license for both products and save 5 Euros :)

Click the "Buy Now" button below to take advantage of this offer.

ScriptEclipse Demo

I've put together a short video demonstration (screencast) to wet your appetite :)

ScriptEclipse 1.1.0

Hi all,

This is ScriptEclipse a completely new product from the creator of the viPlugin for Eclipse. With ScriptEclipse you can add functionality to Eclipse without writing a single line of plugin.xml (or similar) code :)

Each script will become an entry in the ScriptEclipse menu bar automagically and you can access it there or via a shortcut. It will not get easier to write all those nifty little features you always wanted, but didn't want to write a plugin for!

Download it, have a look at the examples and if you love it then buy it!

http://viplugin.com/scripteclipse/

Have fun,
Michael Bartl

viPlugin 2.8.0 released

Dear valued customer,

2.8.0 is released my friends! This time I reverted all those creepy effects when using page up/page down.
There is also a critical fix when renaming classes inline which confused the editor :)

If you have not yet upgraded to the 2.x.y series you can do so for the special upgrade price of 10 Euro here:

http://www.viplugin.com/viplugin/?q=node/2223

ChangeLog:

- 0000763: [Other] Nice tweak from Elvis: cursor positioning after "." for insert commands
- 0000814: [Other] Renaming class confuses vi-plugin
- 0000805: [vim_compatibility] Mark gets lost after Ctrl-F
- 0000801: [editor_integration] For files that are less than 2 pages long, page up/down act weird
- 0000795: [Other] Wrong cursor position after Ctrl-F/Ctrl-B in small files
- 0000826: [Other] page up with ^U or ^B not working
- 0000812: [Other] guw/gUw do not apply until a file's last character
- 0000823: [vim_compatibility] 'yap' do not copy paragraph

Best regards,
Michael Bartl

viPlugin 2.7.0

Hi all,

Again a new release! Here's the ChangeLog:

- 0000542: [vim_compatibility] Reselect last visual mode selection
- 0000756: [vim_compatibility] Regression in cursor navigability when using SHIFT-V block selection
- 0000786: [vim_compatibility] When in visual mode, 'a' key jumps straight to insert mode
- 0000817: [vim_compatibility] Provide 'ap' paragraph object selection command
- 0000822: [vim_compatibility] 'gt' no longer wraps around from last tab to first tab
- 0000821: [editor_integration] Visual mode turns off/on when moving with w/b or left/right arrows.
- 0000816: [eclipse_integration] Continuous loop of java.lang.NoSuchMethodErrors with Eclipse < 3.5.0
- 0000819: [vim_compatibility] d{ and d} don't delete empty line blocks
- 0000818: [vim_compatibility] Motion commands { and } do not skip empty line blocks

viPlugin 2.6.0

Hi all,

After a needed break and a successfull honeymoon comes the new version 2.6.0!

This release added new big features like abbreviations, the :g/pattern and :v/pattern/ and CTRL+A, CTRL+X which also works in macros! Have a look at the completely revised User Manual to see how to use it.

ChangeLog:

- 0000023: [vim_compatibility] support for :g/pattern/ and :v/pattern/
- 0000209: [Other] C^x and C^a
- 0000773: [vim_compatibility] vim abbreviations
- 0000815: [editor_integration] S or cc broken (again?) in FlashBuilder 4
- 0000242: [Other] a "set nows" feature would be nice.
- 0000783: [vim_compatibility] when tabs are expanded to spaces, the feature does not behave as vim does.
- 0000790: [vim_compatibility] multiple shift command not recognized
- 0000809: [vim_compatibility] using 'n'ext seach term in yanks and deletes doesn't work
- 0000533: [vim_compatibility] ":set ic" and ":set noic" should re-do highlights
- 0000522: [vim_compatibility] Can't delete last line in a file if the line is blank.
- 0000789: [vim_compatibility] v+e doesn't select last word on line
- 0000740: [Other] User Manual rewrite
- 0000813: [eclipse_integration] Create a scratchpad with :new
- 0000807: [Other] "p" pastes the wrong cut buffer

Have fun,
Michael

New User Manual

Hi viPlugin fans,

I've updated the user manual. To be honest it's more of a rewrite ;)
It can be found here and will be part of the next version 2.6.0.

Have fun,
Michael

viPlugin 2.5.1

A quick bugfix release, because there were some strange NPE's in the 2.5.0 version. This should fix everything.

- 0000788: [Other] Exception when deactivating viPlugin
- 0000319: [Other] Redo (CTRL-R) does not work on Mac OS X
- 0000791: [eclipse_integration] NPE in normal mode when trying dd (yank)
- 0000793: [eclipse_integration] NPE upon typing @

viPlugin 2.5.0

This release is full of smaller goodies! Moving around tabs, maximizing editors,
"jump to next error" shortcuts have all been implemented, so that you feel right at home in viPlugin!

If you have not yet upgraded to the 2.x.y series you can do so for the special upgrade price of 10 Euro here:

http://www.viplugin.com/viplugin/?q=node/2223

ChangeLog:

- 0000775: [editor_integration] Strange behavior with '<'
- 0000169: [vim_compatibility] jump to tag
- 0000413: [Other] Searching for vertical bar '|' makes eclipse hang
- 0000201: [eclipse_integration] Map gd to "Open Declaration"
- 0000785: [vim_compatibility] Shift + V and Delete on empty lines doesn't work
- 0000782: [eclipse_integration] ""the chosen operation is currently not available"" after installing 2.4 update
- 0000784: [eclipse_integration] viplugin stops working, NPE in logs
- 0000781: [vim_compatibility] Maximise editor window with :fullscreen or :fs
- 0000271: [eclipse_integration] use :e# or #b to switch editor windows
- 0000511: [vim_compatibility] vi ':m' (move) command
- 0000596: [Other] Add to the manual that there is a ... option or use gvim as default on linux
- 0000779: [eclipse_integration] Working directory for external vim
- 0000780: [editor_integration] Highlight search results not working
- 0000765: [vim_compatibility] does not work -> :5,10co .
- 0000764: [vim_compatibility] does not work -> :5,10ya q
- 0000777: [vim_compatibility] replace argument uses mapped keys
- 0000776: [vim_compatibility] Select columns via Ctrl-v
- 0000270: [Other] Map :cn to the eclipse "next error" command.
- 0000462: [editor_integration] moving between windows CTRL-w l CTRL-w h CTRL-w w
- 0000618: [eclipse_integration] "gT" and "gt" get confused after reordering tabs
- 0000767: [eclipse_integration] The % operation with preprocessing flags
- 0000774: [vim_compatibility] mapping something to or is not implemented
- 0000771: [vim_compatibility] CTRL-D and CTRL-U moves half a page instead of scrolls half a page
- 0000769: [vim_compatibility] 2.4.0 - Ctrl-B generates Null Pointer Exception on small files

Syndicate content