breandan
|
94c4696d93
|
Update Gradle command for *nix environments
|
2016-02-08 03:16:12 -05:00 |
|
Breandan Considine
|
407b3e0b44
|
Cleanup legacy and update to Kotlin 1.0 RC
|
2016-02-05 23:45:09 -05:00 |
|
breandan
|
ac45901979
|
Update history and tag fix
|
2015-12-12 01:25:57 -05:00 |
|
breandan
|
b611c050cc
|
Merge branch 'lpiepiora-master'
|
2015-12-12 00:58:40 -05:00 |
|
breandan
|
9701790cab
|
Merge branch 'master' of https://github.com/lpiepiora/AceJump into lpiepiora-master
|
2015-12-12 00:57:49 -05:00 |
|
breandan
|
6351ffcc50
|
Merge branch 'patch-2' of https://github.com/muescha/AceJump
|
2015-12-12 00:47:43 -05:00 |
|
breandan
|
78a4365b4f
|
Merge branch 'master' of https://github.com/johnlindquist/AceJump
|
2015-12-12 00:39:49 -05:00 |
|
breandan
|
6bf4b30550
|
Merge branch 'muescha-patch-2'
|
2015-12-12 00:39:33 -05:00 |
|
breandan
|
cb2e3b4e7e
|
Merge branch 'patch-2' of https://github.com/muescha/AceJump into muescha-patch-2
|
2015-12-12 00:39:05 -05:00 |
|
breandan
|
b695976690
|
Update README.md
|
2015-12-12 00:22:40 -05:00 |
|
breandan
|
c75393b34c
|
Update README.md
|
2015-12-12 00:19:00 -05:00 |
|
breandan
|
e069380dc1
|
Update screenshots
|
2015-12-12 00:16:50 -05:00 |
|
breandan
|
4fff5daaa3
|
Merge remote-tracking branch 'origin/master'
|
2015-12-12 00:09:20 -05:00 |
|
breandan
|
b8fb5a2081
|
Configure project settings
-Add .idea project settings
-Customize .gitignore
-Add required plugins
-Add default run configurations
|
2015-12-12 00:09:09 -05:00 |
|
breandan
|
dae1408ec3
|
Update README.md
|
2015-12-11 23:15:38 -05:00 |
|
breandan
|
6b538f2452
|
Merge remote-tracking branch 'origin/master'
|
2015-12-11 23:10:11 -05:00 |
|
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 |
|