1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-25 20:46:00 +01:00

Updated changelog for 0.26

This commit is contained in:
Andrey Vlasovskikh 2012-12-26 16:17:01 +04:00
parent 8515eac900
commit f485b1eb50
3 changed files with 29 additions and 2 deletions

View File

@ -4,8 +4,28 @@ The Changelog
History of changes in IdeaVim for the IntelliJ platform.
0.26, 2012-12-26
----------------
Added support for paste in the command mode: from a register using `<C-R>`,
from the clipboard using `<S-Insert>` or `<M-V>`. Added support for the last
change position mark (the dot `.` mark). New shortcuts for Go to declaration
`<C-]>` and Navigate back `<C-T>`. Various bug fixes.
Features:
* VIM-262 Support for paste from register in command mode
* VIM-214 Key bindings for paste into command line
* VIM-43 Added support for the last change position mark
* VIM-177 Added <C-]> and <C-T> to the keymap
Bug fixes:
* VIM-302 Fixed tab switching order for 'gt' and 'gT'
0.25, 2012-12-19
------------------
----------------
A bugfix release.

View File

@ -1,4 +1,4 @@
version-id:0.25
version-id:0.26
platform-version:110.0
idea.download.url=http://download.jetbrains.com/idea/ideaIU-12.0.zip
build.number=x

View File

@ -3,6 +3,13 @@
<id>IdeaVIM</id>
<change-notes>
<![CDATA[
<p>0.26:</p>
<ul>
<li>Added support for paste in the command mode: from a register using <code>&lt;C-R&gt;</code>, from the clipboard using <code>&lt;S-Insert&gt;</code> or <code>&lt;M-V&gt;</code></li>
<li>Added support for the last change position mark (the dot <code>.</code> mark)</li>
<li>New shortcuts for Go to declaration <code>&lt;C-]&gt;</code> and Navigate back <code>&lt;C-T&gt;</code></li>
<li>Various bug fixes</li>
</ul>
<p>0.25:</p>
<ul>
<li>Various bug fixes</li>