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

1100 Commits

Author SHA1 Message Date
breandan.considine
02b5b57522 Fixing the shift bug 2016-11-26 22:31:38 -05:00
breandan.considine
508adb9806 More refactoring odds and ends 2016-11-26 21:56:24 -05:00
breandan.considine
9731465596 Really big refactoring 2016-11-26 18:52:05 -05:00
breandan.considine
11241c1973 Fixing the behavior of AceJumpAction and target mode 2016-11-24 16:22:55 -05:00
breandan.considine
6e4a096c5f Replaces the staggering hack that was SearchBox with the slightly less messy, but still hacky KeyboardHandler 2016-11-24 15:08:34 -05:00
breandan.considine
7847ee351d Implement UI borders for target mode, as per #94 2016-11-23 15:21:52 -05:00
breandan.considine
59cb3a0e75 Refactoring getSitesInView() 2016-11-22 21:44:12 -05:00
breandan.considine
5568304f94 Code cleanup 2016-11-22 21:03:28 -05:00
breandan.considine
14b14e97b9 Remove unnecessary code 2016-11-22 20:40:37 -05:00
breandan.considine
05f09a48f7 Refactor site search 2016-11-22 16:05:45 -05:00
breandan.considine
ebcdebd70f Fix url protocol string 2016-11-22 12:09:59 -05:00
breandan.considine
f23b024841 Update readme for line mode 2016-11-22 12:07:48 -05:00
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