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

938 Commits

Author SHA1 Message Date
breandan.considine
6fafc3b59a Fixes indexing bug (need to remember index != offset) 2016-11-22 11:58:12 -05:00
breandan.considine
fc83a3b5c8 Fixes #104 2016-11-22 10:37:37 -05:00
breandan.considine
a60614541c Add first test class (todo: figure out how this works) 2016-11-21 18:16:36 +00:00
breandan.considine
d676f27815 Reassign alignment to property (whoops) 2016-11-21 13:08:24 +00:00
breandan.considine
2395480745 Sort tags by index to fix alignment issues (🤞hopefully once and for all) 2016-11-21 12:00:34 +00:00
breandan.considine
a92e6422f2 Update release notes. 2016-11-16 12:13:26 +02:00
breandan.considine
a6564c0813 Hotfix for target mode 2016-11-16 11:56:19 +02:00
breandan.considine
820577b7c4 Alignment updates and index wrangling 2016-11-14 22:43:18 +02:00
breandan.considine
73827d6dee Fix OOB 2016-11-14 22:07:57 +02:00
breandan.considine
a92c866567 Update release notes 2016-11-14 22:06:17 +02:00
breandan.considine
8d34ee8a5c Fixes #105, add alternate line mode shortcut 2016-11-14 21:58:54 +02:00
breandan.considine
dc00667d63 Link to @cpbotha's screencast 2016-11-14 01:19:03 +02:00
breandan.considine
a05d9e372f "Don't use regex," they said. You'll have (problem)* 2016-11-14 01:10:08 +02:00
breandan.considine
30ec22b8c7 Update Kotlin version and release notes 2016-11-13 23:29:39 +02:00
breandan.considine
63c4e58ab9 Fixes #101, fixes #103 2016-11-13 23:25:19 +02:00
breandan.considine
84ff62ab11 Implement caching and search reduction
todo: code indenting search is broken, need to fix
2016-11-13 19:28:50 +01:00
breandan.considine
5bbce92de6 Merge remote-tracking branch 'origin/master' 2016-11-11 00:01:35 +01:00
breandan.considine
b24130d80e Some refactoring and tag placement adjustments 2016-11-10 23:33:44 +01:00
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