1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2026-03-18 04:38:44 +01:00

578 Commits

Author SHA1 Message Date
breandan.considine
e5934b079b Big refactoring, moving stuff around 2016-08-03 22:50:09 -04:00
Breandan Considine
a4407c645c Let AceCanvas handle offset-to-point conversion 2016-07-28 01:50:08 -04:00
Breandan Considine
2b77689ade Refactoring AceFinder 2016-07-28 01:01:17 -04:00
Breandan Considine
4ecdd840df Rip out FindModel, let's do this ourselves 2016-07-27 01:51:18 -04:00
Breandan Considine
0d4681aef2 Change permissions on Linux 2016-07-27 00:23:43 -04:00
breandan.considine
60156720c4 Remove semicolons and update release notes 2016-07-17 20:01:29 -04:00
breandan.considine
c6566b0cea Update release notes 2016-07-17 19:53:52 -04:00
breandan.considine
b63edd9b15 Fix target mode and line selection regression, miscellaneous refactoring 2016-07-17 19:51:39 -04:00
breandan.considine
030b1b5ad8 Remove unnecessary !!s 2016-07-17 12:29:43 -04:00
breandan.considine
5190ae21f0 Refactor to normalize EditorUtil 2016-07-17 12:02:35 -04:00
breandan.considine
596b96a1d3 In Kotlin, helper methods don't need an enclosing class 2016-07-17 11:58:20 -04:00
breandan.considine
098f141e01 Update release notes and use default Gradle wrapper 2016-07-17 11:49:04 -04:00
breandan.considine
791aec0022 Fixes #73, bad cast and type safety issues 2016-07-17 11:34:55 -04:00
breandan.considine
3101d796fa Update plugin.xml <version> 2016-07-16 23:39:58 -04:00
breandan.considine
658b4a476e Update release notes 2016-07-16 23:37:43 -04:00
breandan.considine
576aaa9cfb Remove the last remnant of Java, maybe this will fix #62 2016-07-16 23:33:29 -04:00
breandan.considine
60a67ef781 Remove upper version limit, fixes #65, #70 2016-07-16 22:49:35 -04:00
breandan.considine
2def5844bf Remove unused dependencies 2016-07-13 17:09:56 -04:00
Breandan Considine
9cb5a2fe03 Compile on Java 7, fixes #61
https://plugins.jetbrains.com/update/index?pr=&updateId=24771
2016-03-18 10:10:53 -04:00
Breandan Considine
9d0fb199a0 Update version and release notes, fixes #59
Published here: https://plugins.jetbrains.com/update/index?pr=&updateId=24751
2016-03-18 02:59:37 -04:00
Breandan Considine
5553cbbf04 Adjust version number generation 2016-03-17 02:50:33 -04:00
Breandan Considine
cc3a23a3bd Update to Kotlin 1.0, fix formatting, clean up code 2016-03-04 15:19:37 -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
9701790cab Merge branch 'master' of https://github.com/lpiepiora/AceJump into lpiepiora-master 2015-12-12 00:57:49 -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
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
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