1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2024-11-14 14:42:45 +01:00
Commit Graph

938 Commits

Author SHA1 Message Date
breandan
74eaf52d0d Add Gradle support
-Refactor to use canonical Kotlin directory structure: https://kotlinlang.org/docs/reference/using-gradle.html#targeting-the-jvm
-Add Gradle wrapper and Gradle build support: https://github.com/JetBrains/gradle-intellij-plugin/
-Updated plugin.xml
-Updated .gitignore
2015-12-11 23:10:00 -05:00
breandan
c327494fd9 Update README.md 2015-12-11 21:43:50 -05:00
breandan
888007d9dd Fix typo 2015-12-11 21:40:58 -05:00
breandan
bdfd94263d Update README.md 2015-12-11 21:31:55 -05:00
breandan
64b3c3aeaf Update README.md 2015-12-11 21:23:10 -05:00
breandan
4f9037233f Update README.md 2015-12-11 20:56:24 -05:00
breandan
4f383e22cf Update README.md 2015-12-11 20:52:16 -05:00
breandan
b1490c2989 Update README.md 2015-12-11 20:50:55 -05:00
breandan
ba4244882c Update README.md 2015-12-11 20:50:20 -05:00
breandan
50fe72f5a5 Rename README to README.md 2015-12-11 20:49:26 -05:00
breandan
ebc48830ca Update README, fixes #45 2015-12-11 20:48:53 -05:00
breandan
8f686df6a9 Merge pull request #54 from breandan/master
Update syntax for Kotlin 1.0 Release
2015-12-11 19:44:51 -05:00
breandan
7581c82d0c Update syntax for Kotlin 1.0 Release
* Kotlin plugin is now bundled with IntelliJ IDEA 15, so the kotlin-runtime.jar dependency is no longer required.
* Updated since-build to reflect IJ-143.379 (15), although earlier versions may also work
* Backing fields introduced in Kotlin M14: http://blog.jetbrains.com/kotlin/2015/10/kotlin-m14-is-out/
* Migrated to new Class Object Syntax: http://blog.jetbrains.com/kotlin/2015/03/follw-up-new-class-object-syntax/
* Miscellaneous API changes (`List.reverse()`` -> `List.reversed()``)
2015-12-08 23:57:04 -05:00
johnlindquist
44617e9d6d Merge pull request #43 from Centaur/master
fix #41 and #39
2014-04-28 08:55:54 -06:00
xiefei
c95d62e800 Update README 2014-03-31 10:16:05 +08:00
xiefei
5d93b66620 include zip artifact 2014-03-28 18:05:40 +08:00
xiefei
5e1b777727 #41 fixed 2014-03-28 17:58:34 +08:00
xiefei
e7270d854c Compiled for 135.480 2014-03-27 11:42:19 +08:00
muescha
0bfa7f3a77 fix html 2014-02-28 19:28:00 +01:00
muescha
741fd10f99 Update README.md 2014-02-28 19:25:27 +01:00
muescha
99840f5fcf Update and rename README to README.md 2014-02-28 19:22:59 +01:00
John Lindquist
7927e574af Fixing: https://github.com/johnlindquist/AceJump/issues/20 2013-06-23 11:14:58 -06:00
Lukasz Piepiora
bbdcedeed9 Fix jumping for target mode 2013-03-23 15:25:52 +01:00
John Lindquist
901b83d7d7 Fixing https://github.com/johnlindquist/AceJump/issues/24 2013-03-21 20:10:40 -06:00
John Lindquist
289bfda49d Fixing focus bug (hopefully for the last time). 2013-03-21 15:08:17 -06:00
John Lindquist
f27cd97101 Fixed bug when there is only 1 jump result. 2013-03-21 09:27:44 -06:00
John Lindquist
1681e4e7f4 Fixing https://github.com/johnlindquist/AceJump/issues/18 and https://github.com/johnlindquist/AceJump/issues/13 2013-03-21 00:35:28 -06:00
John Lindquist
739b94e361 Fixing https://github.com/johnlindquist/AceJump/issues/18 and https://github.com/johnlindquist/AceJump/issues/13 2013-03-21 00:34:13 -06:00
John Lindquist
463481a7c7 Adding missing kotlin-runtime.jar 2013-03-20 12:11:59 -06:00
John Lindquist
2a9a4e5f15 Adding missing AceJumper 2013-03-20 12:11:30 -06:00
John Lindquist
afc47e363e updating description 2013-03-19 14:26:21 -06:00
John Lindquist
f511a03595 Added "target mode" 2013-03-19 14:24:37 -06:00
John Lindquist
a85cfea6da fixing a multi-char error 2013-03-18 16:57:56 -06:00
John Lindquist
2a705d8204 fixing a multi-char error 2013-03-18 15:51:06 -06:00
John Lindquist
137eca2a6b Adding default shortcut for double-tapping ";" also fixing the multi-char search 2013-03-18 14:06:18 -06:00
John Lindquist
4ea862cbae limiting search range to the screen for huge performance boost. Adding multi-char search for quicker jumping 2013-03-18 11:20:34 -06:00
John Lindquist
dd8383f567 Fixing https://github.com/johnlindquist/AceJump/issues/16 . Changes the selection behavior a bit (select up to cursor, not beyod), but required for consistency. 2013-03-16 21:53:19 -07:00
John Lindquist
2d9785f919 Re-implemented "ShowFirstCharOfLines" 2013-03-16 21:36:22 -07:00
John Lindquist
343c9a5c19 fixed a int/float error with lineSpacing 2013-03-16 12:31:37 -07:00
John Lindquist
45f9784a9a transitioning to kotlin 2013-03-15 23:54:18 -07:00
johnlindquist
d62fb2c84e Fixing minor visual lag 2012-10-15 14:36:42 -06:00
johnlindquist
0dd7487726 Removing "alt" hack by consuming the key event 2012-10-15 00:13:02 -06:00
johnlindquist
7411402b12 Updating plugin.xml to 1.0.2 for bug fixes 2012-10-14 01:53:57 -06:00
johnlindquist
27dc744a49 Refactored from Observable to EventDispacter 2012-10-14 01:48:56 -06:00
johnlindquist
8d6cd0352c removing dead isPreProcessed stuff 2012-10-12 16:46:02 -06:00
johnlindquist
da14ac7bdf Renaming classes and encapsulating checking logic 2012-10-12 16:43:26 -06:00
johnlindquist
fa7bc8f351 converting Vectors to ArrayList 2012-10-12 14:53:59 -06:00
johnlindquist
e7871636b1 removing dead code 2012-10-12 14:46:44 -06:00
johnlindquist
32405427ca nulling project and removing canvases on exit 2012-10-12 14:38:39 -06:00
johnlindquist
25c2556703 marking fields as final using inspection/fix 2012-10-12 14:31:52 -06:00