mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-01-03 13:42:49 +01:00
Updating the "since-build" to 117.117 AKA Intellj 11.1.1
This commit is contained in:
parent
57eaf8792f
commit
18b208fce3
@ -4,13 +4,17 @@
|
||||
<id>AceJump</id>
|
||||
|
||||
<description><![CDATA[
|
||||
AceJump allows you to quickly navigate the cursor to any position visible in the editor. Simply hit "ctrl+;", type a character, then type the matching character to Ace Jump.
|
||||
Inspired by http://dl.dropbox.com/u/3254819/AceJumpModeDemo/AceJumpDemo.htm
|
||||
AceJump allows you to quickly navigate the cursor to any position visible in the editor.
|
||||
See a demo in action here: http://johnlindquist.com/2012/08/14/ace_jump.html
|
||||
|
||||
Simply hit "ctrl+;", type a character, then type the matching character to Ace Jump.
|
||||
]]>
|
||||
</description>
|
||||
<change-notes><![CDATA[
|
||||
<html>
|
||||
<dl>
|
||||
<dt>1.0.2 Beta</dt>
|
||||
<dd>Now requires that your IDE is based on Intellij 11.1.1 or later (version 117.117). If you have the latest version of your IDE, you should be fine. I just rely on an api for the "FoldingModel" that was refactored in 11.1, so I won't be supporting older versions.</dd>
|
||||
<dt>1.0.1 Beta</dt>
|
||||
<dd>Updating the home/end regex and guarding against "out of bounds" errors when the end of the file is folded</dd>
|
||||
<dt>1.0 Beta</dt>
|
||||
@ -24,14 +28,14 @@
|
||||
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
|
||||
<version>1.0 Beta</version>
|
||||
<version>1.0.2 Beta</version>
|
||||
<category>Navigation</category>
|
||||
<vendor url="http://johnlindquist.com"
|
||||
email="johnlindquist@gmail.com">johnlindquist
|
||||
</vendor>
|
||||
|
||||
|
||||
<idea-version since-build="110.365" />
|
||||
<idea-version since-build="117.117" />
|
||||
|
||||
<project-components>
|
||||
<!-- Add your project components here -->
|
||||
|
Loading…
Reference in New Issue
Block a user