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:
parent
8515eac900
commit
f485b1eb50
22
CHANGES.md
22
CHANGES.md
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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><C-R></code>, from the clipboard using <code><S-Insert></code> or <code><M-V></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><C-]></code> and Navigate back <code><C-T></code></li>
|
||||
<li>Various bug fixes</li>
|
||||
</ul>
|
||||
<p>0.25:</p>
|
||||
<ul>
|
||||
<li>Various bug fixes</li>
|
||||
|
Loading…
Reference in New Issue
Block a user