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

957 Commits

Author SHA1 Message Date
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
breandan
b3fc9800f4 Refactoring and bug fixes 2016-10-19 17:10:28 -02:00
Breandan Considine
8e3eb212d6 Implement tag compaction 2016-10-09 21:39:05 -04:00
Breandan Considine
cbcc6503a1 Fix jump behavior 2016-10-08 22:43:29 -04:00
Breandan Considine
5e34b2855e Intermediate fix 2016-10-08 22:42:47 -04:00
Breandan Considine
4355d2956e Tag wrangling 2016-10-07 18:51:04 -04:00
Breandan Considine
2d698856c5 Fix indexing issue 2016-10-06 11:52:56 -04:00
Breandan Considine
6b03ebaf5f Ironing out the edge cases 2016-10-06 00:47:28 -04:00
Breandan Considine
b7a5800fff Tag wrangling and jump point updates 2016-10-05 20:23:08 -04:00
Breandan Considine
08758d61be More tweaks to backspace implementation 2016-10-05 17:57:12 -04:00
Breandan Considine
01aa435b7e Refactoring, fixing regressions 2016-10-05 16:25:09 -04:00
Breandan Considine
36a158d6b5 Replace low-level KeyEvents with Swing key bindings 2016-10-05 15:44:16 -04:00
Breandan Considine
2bae0f0b43 Fixing indexing discrepancy 2016-10-04 13:21:57 -04:00
Breandan Considine
85a55694b0 Fix algorithm 2016-10-04 11:40:52 -04:00