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

Commit Graph

  • 8d34ee8a5c Fixes #105, add alternate line mode shortcut breandan.considine 2016-11-14 21:58:54 +0200
  • dc00667d63 Link to @cpbotha's screencast breandan.considine 2016-11-14 01:19:03 +0200
  • a05d9e372f "Don't use regex," they said. You'll have (problem)* breandan.considine 2016-11-14 01:10:08 +0200
  • 30ec22b8c7 Update Kotlin version and release notes breandan.considine 2016-11-13 23:29:39 +0200
  • 63c4e58ab9 Fixes #101, fixes #103 breandan.considine 2016-11-13 23:25:19 +0200
  • 84ff62ab11 Implement caching and search reduction breandan.considine 2016-11-13 19:28:50 +0100
  • 5bbce92de6 Merge remote-tracking branch 'origin/master' breandan.considine 2016-11-11 00:01:35 +0100
  • b24130d80e Some refactoring and tag placement adjustments breandan.considine 2016-11-10 23:33:44 +0100
  • d664e4cf2a Update README.md breandan 2016-11-10 14:15:08 +0100
  • e3c01c5c11 Fixes #100 breandan.considine 2016-11-04 23:26:05 +0000
  • 2de006879c Fixes #99 breandan 2016-11-03 15:02:55 -0200
  • f0027d4913 Fixes target mode and default shortcut activation for Mac users Breandan Considine 2016-11-02 19:14:39 -0400
  • 5dfd577968 Fixes #31 Breandan Considine 2016-11-02 17:53:20 -0400
  • df861dc1ae Fixes #96, Fixes #97 Breandan Considine 2016-11-02 17:45:57 -0400
  • d7810f2c43 Merge remote-tracking branch 'origin/master' breandan 2016-11-02 17:33:09 -0200
  • 90a430ffef Add meta key mask for mac users breandan 2016-11-02 17:21:13 -0200
  • efe1b71118 Add alt key mask for users who can't use target mode breandan 2016-11-02 14:18:27 -0200
  • 1c849c631c Update README.md breandan 2016-11-02 10:41:20 -0200
  • ef93592371 Fixes #93 breandan 2016-11-01 23:26:33 -0200
  • cb46a3039d Fix array OOB and simplify target mode activation breandan 2016-11-01 19:45:44 -0200
  • a44c150dc9 Adjustments to regex search breandan 2016-11-01 17:44:20 -0200
  • 2f174b9baf Fixes #91: implement beginning/end-of-line search breandan 2016-11-01 16:15:30 -0200
  • f7019c34cc Fixes some bugs breandan 2016-10-31 17:41:49 -0200
  • cd631e3ff1 Fixes NPE, still need to implement #91 breandan 2016-10-31 00:31:45 -0200
  • 24a9ff8e47 Fixes #89 breandan 2016-10-30 23:46:39 -0200
  • eff15557df Disallow matching unigrams for subsequent letters breandan 2016-10-30 23:27:11 -0200
  • c8116495ed Update release notes breandan 2016-10-30 23:19:23 -0200
  • 7cfb5518d4 Simplify and do not jump when last query char matches breandan 2016-10-30 23:09:49 -0200
  • 5b7b73bc1b Fixes #90 breandan 2016-10-30 22:10:03 -0200
  • cfb6896c24 Fixes #82 Breandan Considine 2016-10-28 14:24:59 -0400
  • afe55612e9 Fixes #87 Breandan Considine 2016-10-27 21:46:06 -0400
  • c83c04b13e Fixes #86 Breandan Considine 2016-10-27 13:44:15 -0400
  • 857f32cb7f Fixes #85 Breandan Considine 2016-10-27 13:11:36 -0400
  • 0eb4ba17e6 Refactor tag rendering Breandan Considine 2016-10-27 12:59:29 -0400
  • 215af50530 Tag routing and string optimization Breandan Considine 2016-10-27 09:55:55 -0400
  • 66a591319a Fix NPE Breandan Considine 2016-10-26 14:08:47 -0400
  • 63d7b46b39 Add explanatory comments for sorting order Breandan Considine 2016-10-26 14:02:21 -0400
  • 8810df416d Minimizing distance to last query character causes a bottleneck Breandan Considine 2016-10-26 13:13:42 -0400
  • 1c9264d011 Fix index OOB wrong filter pattern Breandan Considine 2016-10-25 23:04:10 -0400
  • 2a592d25d4 Reformat patterns Breandan Considine 2016-10-25 22:09:44 -0400
  • 33d5832e24 Refactor and reorder tag priorities Breandan Considine 2016-10-25 22:08:13 -0400
  • 98f064fc90 Cleanup and refactoring pt. II breandan 2016-10-25 18:59:04 -0200
  • 21a8831ccd Cleanup and refactoring breandan 2016-10-25 18:21:12 -0200
  • 1652ed2d12 Fixes #9, Fixes #83 Breandan Considine 2016-10-25 09:28:52 -0400
  • f2c26dd197 Add some explanatory comments and cleanup Breandan Considine 2016-10-25 08:33:16 -0400
  • b817034758 More selective tagging, prevent some weird edge cases Breandan Considine 2016-10-24 21:22:58 -0400
  • 8a25a25d93 Fix #79, #80 Breandan Considine 2016-10-24 19:39:21 -0400
  • b5282dc60b Fix range check breandan 2016-10-24 12:29:43 -0200
  • f5fb34789d Update version for beta release breandan 2016-10-21 23:32:49 -0200
  • 9128b35316 Fix subtle tag/text intermingling bugs breandan 2016-10-21 23:26:38 -0200
  • de5d614ac9 Update sort order to minimize frequency of ambiguities/collisions breandan 2016-10-21 18:37:16 -0200
  • a25dbeb4d2 Adjust tag and highlighting positions breandan 2016-10-20 21:42:14 -0200
  • 81a7189044 Tags now occupy horizontally adjacent whitespace (if available) breandan 2016-10-20 18:48:29 -0200
  • dc3db730f0 Tags now occupy vertically adjacent whitespace (if available) breandan 2016-10-20 18:24:36 -0200
  • 658a29175a Slight renaming and show a previously typed visual indicator breandan 2016-10-20 12:41:16 -0200
  • 2bc68e366b Sort tags by keyboard travel distance (shortest pairs first) and do not reuse in-word bigrams breandan 2016-10-20 11:51:32 -0200
  • 8a503a8e2c Fix bug when calculating the remaining number of tags to assign breandan 2016-10-19 22:23:20 -0200
  • ec9a862e91 Cycle through tags by last character to maximize compaction frequency breandan 2016-10-19 21:57:45 -0200
  • b3fc9800f4 Refactoring and bug fixes breandan 2016-10-19 17:10:28 -0200
  • 8e3eb212d6 Implement tag compaction Breandan Considine 2016-10-09 21:39:05 -0400
  • cbcc6503a1 Fix jump behavior Breandan Considine 2016-10-08 22:39:46 -0400
  • 5e34b2855e Intermediate fix Breandan Considine 2016-10-08 10:01:17 -0400
  • 4355d2956e Tag wrangling Breandan Considine 2016-10-07 18:51:04 -0400
  • 2d698856c5 Fix indexing issue Breandan Considine 2016-10-06 11:52:56 -0400
  • 6b03ebaf5f Ironing out the edge cases Breandan Considine 2016-10-06 00:47:28 -0400
  • b7a5800fff Tag wrangling and jump point updates Breandan Considine 2016-10-05 20:23:08 -0400
  • 08758d61be More tweaks to backspace implementation Breandan Considine 2016-10-05 17:57:12 -0400
  • 01aa435b7e Refactoring, fixing regressions Breandan Considine 2016-10-05 16:25:09 -0400
  • 36a158d6b5 Replace low-level KeyEvents with Swing key bindings Breandan Considine 2016-10-05 15:44:16 -0400
  • 2bae0f0b43 Fixing indexing discrepancy Breandan Considine 2016-10-04 13:21:57 -0400
  • 85a55694b0 Fix algorithm Breandan Considine 2016-10-04 11:40:52 -0400
  • 8177c75fe9 Preserve old tag instead of rewriting each time Breandan Considine 2016-10-04 03:59:57 -0400
  • 183165bd9e More jump behavior fixes Breandan Considine 2016-10-04 03:41:49 -0400
  • 0c1c9419e1 Fix jump behavior for existing digraphs Breandan Considine 2016-09-30 04:10:29 -0400
  • d8ae694414 Refine mark and jump logic Breandan Considine 2016-09-30 03:11:00 -0400
  • 91306d6953 Expand tag definition so that it can be more dynamic Breandan Considine 2016-09-30 01:15:33 -0400
  • f5b1d27ce9 Beginning to work as intended Breandan Considine 2016-09-29 21:21:44 -0400
  • f9c81c0c87 Refactor and fix some bugs Breandan Considine 2016-09-29 19:12:26 -0400
  • 97aa852db4 Implement highlighting and return to findManager Breandan Considine 2016-09-29 18:05:36 -0400
  • 952eec8073 More refactoring and cleanup Breandan Considine 2016-09-29 16:11:23 -0400
  • 9bd30b66b0 Reorganizing and refactoring Breandan Considine 2016-09-29 00:48:57 -0400
  • ca82548cd0 Refactoring and reimplementing tagging (part II) Breandan Considine 2016-09-28 19:22:13 -0400
  • e32c7909ad Update Kotlin version Breandan Considine 2016-09-28 15:12:34 -0400
  • eb1b89ac50 Remove .idea/ directory Breandan Considine 2016-09-28 15:09:07 -0400
  • ade708f39e Migrate code style to EditorConfig, exclude .idea/ Breandan Considine 2016-09-28 15:06:41 -0400
  • 3cf8bd7377 enter is ⏎ on certain keyboards breandan 2016-09-28 15:02:19 -0400
  • be80b16618 Start implementing QWERTY-aware tagging Breandan Considine 2016-09-28 14:57:49 -0400
  • ebb3fb59de Implement digraphs idea (part I, cf. #27) Breandan Considine 2016-09-28 01:25:04 -0400
  • 420ca84dfb Simplify jump search Breandan Considine 2016-09-27 19:19:52 -0400
  • aeb24302d8 Simplify keymap struct Breandan Considine 2016-08-04 20:37:39 -0400
  • 4daa4ccbf3 Minor formatting updates Breandan Considine 2016-08-04 11:42:05 -0400
  • a26d11e5e0 Let SearchBox handle ChangeEvents Breandan Considine 2016-08-04 11:21:42 -0400
  • a548812c92 Simplify event dispatch Breandan Considine 2016-08-04 08:28:12 -0400
  • 9765c455e0 simplify constructors and reorganize class hierarchy breandan.considine 2016-08-04 00:40:48 -0400
  • c7f593023a Restore findModel prior to reimplementing breandan.considine 2016-08-03 23:31:55 -0400
  • e5934b079b Big refactoring, moving stuff around breandan.considine 2016-08-03 22:50:09 -0400
  • a4407c645c Let AceCanvas handle offset-to-point conversion Breandan Considine 2016-07-28 01:50:08 -0400
  • 2b77689ade Refactoring AceFinder Breandan Considine 2016-07-28 01:01:17 -0400
  • 4ecdd840df Rip out FindModel, let's do this ourselves Breandan Considine 2016-07-27 01:51:18 -0400
  • 0d4681aef2 Change permissions on Linux Breandan Considine 2016-07-27 00:23:43 -0400