1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2024-10-17 15:42:46 +02:00
Commit Graph

920 Commits

Author SHA1 Message Date
breandan
3313809daa update kotlin, gradle wrapper, gradle kotlin dsl 2017-06-24 15:54:46 -04:00
breandan
2a3d52aace update gradle wrapper 2017-06-24 00:36:33 -04:00
breandan
dd593a8fc7 fix tag selection issue and persist targetMode state when requering 2017-06-23 21:55:03 -04:00
breandan
ff5c99b277 implement previous search 2017-06-23 17:02:43 -04:00
breandan
2bbeb6729d fixes minor regression 2017-06-23 16:39:31 -04:00
breandan
989658307f more tips and tricks 2017-06-23 16:20:17 -04:00
breandan
625aec4160 bump version 2017-06-23 16:01:56 -04:00
breandan
9f49941007 closes #151, also fixes #160, fixes #143 2017-06-23 16:01:00 -04:00
breandan
086ed4e862 reuse cache for skip search 2017-06-23 15:50:48 -04:00
breandan
46fa798614 implement skipping 2017-06-23 13:00:26 -04:00
breandan
db920e359b remove obsolete rules 2017-06-17 22:52:28 -04:00
breandan
bebc27f9ef use scrollingModel for skip 2017-06-16 20:56:51 -04:00
breandan
c9d3bf388d fix for #130 2017-06-16 20:36:49 -04:00
breandan
0f8d6b16dd introduce skip mechanism 2017-06-16 15:41:48 -04:00
breandan
faf227d8ad code cleanup 2017-06-16 15:27:41 -04:00
breandan
e47b47ff28 refactoring and update gradle wrapper 2017-06-16 10:53:44 -04:00
breandan
c561f38312 Bump version and update release notes 2017-06-15 19:24:42 -04:00
breandan
67df192334 fixes #154 2017-06-15 19:18:53 -04:00
breandan
c312614820 fixes #155 2017-06-15 19:07:25 -04:00
breandan
0fd92a4dc9 idea for later 2017-06-14 06:37:33 -04:00
breandan
42f9e915a7 refinements to search logic 2017-06-14 06:35:13 -04:00
breandan
70d64f6e55 premature optimization is the root of all evil 2017-06-13 18:53:38 -04:00
breandan
d3058acfd8 Decompose large function 2017-06-13 16:19:43 -04:00
breandan
d478cc1196 Possibly improved find algorithm 2017-06-13 14:40:29 -04:00
breandan
447baaa373 Update release notes 2017-06-10 11:21:19 -04:00
breandan
c53ac80b58 Fixes #148 2017-06-10 11:19:06 -04:00
breandan
f72d60436b Fixes #149 2017-06-10 10:55:43 -04:00
breandan
5790e2b525 Clean up findInRange 2017-06-09 12:45:09 -04:00
breandan
726f3d2199 Fixes #150, Fixes #146 2017-06-07 16:03:07 -04:00
breandan
d1a5adc40c tailrec FTW, and improve readability 2017-06-05 16:51:08 -04:00
breandan
a9f404831e simplify, generify and FProgrammify some methods 2017-06-05 13:23:14 -04:00
breandan
1809acc85c refactor to functional 2017-06-03 16:11:52 -04:00
breandan
076eb93fba update release notes 2017-06-02 18:15:08 -04:00
breandan
c541fef9ac fix regression introduced by refactoring
In Kotlin, the order of properties and init{}s matter!
2017-06-02 18:09:27 -04:00
breandan
84eaa2d77a relax tag compaction constraints and rounded rectangles 2017-06-02 17:13:28 -04:00
breandan
dc32ca0c62 bump version 2017-06-02 15:22:08 -04:00
breandan
b649b4dddd add missing collision check to tag assignment 2017-06-02 15:20:36 -04:00
breandan
485de4233f bump gradle-intellij-plugin version 2017-06-01 11:35:20 -04:00
breandan
d8f8bdb347 update wrappers to latest snapshot distro 2017-06-01 11:09:08 -04:00
breandan
8bc26c385a revert fontHeight adjustment 2017-06-01 06:17:20 -04:00
breandan
1fb4ff8058 clarification for #142 2017-06-01 06:16:52 -04:00
breandan
8343d20e82 fixes #138, fixes #140, fixes #141 2017-05-31 16:33:00 -04:00
breandan
2b414d07e0 improve naming 2017-05-29 11:45:08 -04:00
breandan
ceb3d9c24b refactor, simplify and remove unnecessary code 2017-05-29 10:22:23 -04:00
breandan
81e539ba9a acejump shouldn't need to know about visualpositions 2017-05-27 11:14:20 -04:00
breandan
376f5fc92e refactor to points 2017-05-26 10:29:35 -04:00
breandan
1c3f5dc0d2 probably less readable but definitely more functional 2017-05-25 13:15:31 -04:00
breandan
23f2a8df51 fix bungled refactoring 2017-05-25 12:55:48 -04:00
breandan
bd7cce09cc more kotlin idioms and refactoring 2017-05-25 12:47:29 -04:00
breandan
d5202e7278 refactor and commentary 2017-05-25 09:43:08 -04:00