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

920 Commits

Author SHA1 Message Date
breandan
d664e4cf2a Update README.md 2016-11-10 14:15:08 +01:00
breandan.considine
e3c01c5c11 Fixes #100 2016-11-04 23:26:05 +00:00
breandan
2de006879c Fixes #99 2016-11-03 15:02:55 -02:00
Breandan Considine
f0027d4913 Fixes target mode and default shortcut activation for Mac users 2016-11-02 19:14:39 -04:00
Breandan Considine
5dfd577968 Fixes #31 2016-11-02 17:53:20 -04:00
Breandan Considine
df861dc1ae Fixes #96, Fixes #97 2016-11-02 17:46:46 -04:00
breandan
d7810f2c43 Merge remote-tracking branch 'origin/master' 2016-11-02 17:33:09 -02:00
breandan
90a430ffef Add meta key mask for mac users 2016-11-02 17:21:13 -02:00
breandan
efe1b71118 Add alt key mask for users who can't use target mode 2016-11-02 14:18:27 -02:00
breandan
1c849c631c Update README.md 2016-11-02 10:41:20 -02:00
breandan
ef93592371 Fixes #93 2016-11-01 23:26:33 -02:00
breandan
cb46a3039d Fix array OOB and simplify target mode activation 2016-11-01 19:45:44 -02:00
breandan
a44c150dc9 Adjustments to regex search 2016-11-01 17:44:20 -02:00
breandan
2f174b9baf Fixes #91: implement beginning/end-of-line search 2016-11-01 16:15:30 -02:00
breandan
f7019c34cc Fixes some bugs 2016-10-31 17:41:49 -02:00
breandan
cd631e3ff1 Fixes NPE, still need to implement #91 2016-10-31 00:31:45 -02:00
breandan
24a9ff8e47 Fixes #89 2016-10-30 23:46:39 -02:00
breandan
eff15557df Disallow matching unigrams for subsequent letters 2016-10-30 23:27:11 -02:00
breandan
c8116495ed Update release notes 2016-10-30 23:19:23 -02:00
breandan
7cfb5518d4 Simplify and do not jump when last query char matches 2016-10-30 23:09:49 -02:00
breandan
5b7b73bc1b Fixes #90 2016-10-30 22:10:03 -02:00
Breandan Considine
cfb6896c24 Fixes #82 2016-10-28 14:24:59 -04:00
Breandan Considine
afe55612e9 Fixes #87 2016-10-27 21:46:06 -04:00
Breandan Considine
c83c04b13e Fixes #86 2016-10-27 13:44:15 -04:00
Breandan Considine
857f32cb7f Fixes #85 2016-10-27 13:11:36 -04:00
Breandan Considine
0eb4ba17e6 Refactor tag rendering 2016-10-27 12:59:29 -04:00
Breandan Considine
215af50530 Tag routing and string optimization 2016-10-27 09:55:55 -04:00
Breandan Considine
66a591319a Fix NPE 2016-10-26 14:08:47 -04:00
Breandan Considine
63d7b46b39 Add explanatory comments for sorting order 2016-10-26 14:02:21 -04:00
Breandan Considine
8810df416d Minimizing distance to last query character causes a bottleneck 2016-10-26 13:13:42 -04:00
Breandan Considine
1c9264d011 Fix index OOB wrong filter pattern 2016-10-25 23:04:10 -04:00
Breandan Considine
2a592d25d4 Reformat patterns 2016-10-25 22:09:44 -04:00
Breandan Considine
33d5832e24 Refactor and reorder tag priorities 2016-10-25 22:08:13 -04:00
breandan
98f064fc90 Cleanup and refactoring pt. II 2016-10-25 18:59:04 -02:00
breandan
21a8831ccd Cleanup and refactoring 2016-10-25 18:21:12 -02:00
Breandan Considine
1652ed2d12 Fixes #9, Fixes #83 2016-10-25 09:28:52 -04:00
Breandan Considine
f2c26dd197 Add some explanatory comments and cleanup 2016-10-25 08:33:16 -04:00
Breandan Considine
b817034758 More selective tagging, prevent some weird edge cases 2016-10-24 21:22:58 -04:00
Breandan Considine
8a25a25d93 Fix #79, #80 2016-10-24 19:39:21 -04:00
breandan
b5282dc60b Fix range check 2016-10-24 12:29:43 -02:00
breandan
f5fb34789d Update version for beta release 2016-10-21 23:32:49 -02:00
breandan
9128b35316 Fix subtle tag/text intermingling bugs 2016-10-21 23:26:38 -02:00
breandan
de5d614ac9 Update sort order to minimize frequency of ambiguities/collisions 2016-10-21 18:37:16 -02:00
breandan
a25dbeb4d2 Adjust tag and highlighting positions 2016-10-20 21:42:14 -02:00
breandan
81a7189044 Tags now occupy horizontally adjacent whitespace (if available) 2016-10-20 18:48:29 -02:00
breandan
dc3db730f0 Tags now occupy vertically adjacent whitespace (if available) 2016-10-20 18:24:36 -02:00
breandan
658a29175a Slight renaming and show a previously typed visual indicator 2016-10-20 12:41:16 -02:00
breandan
2bc68e366b Sort tags by keyboard travel distance (shortest pairs first) and do not reuse in-word bigrams 2016-10-20 11:51:32 -02:00
breandan
8a503a8e2c Fix bug when calculating the remaining number of tags to assign 2016-10-19 22:23:20 -02:00
breandan
ec9a862e91 Cycle through tags by last character to maximize compaction frequency 2016-10-19 21:57:45 -02:00