1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2024-11-14 23:42:45 +01:00
Commit Graph

673 Commits

Author SHA1 Message Date
breandan
3ce674bc47 adds support for word tagging, fixes #184 2017-08-30 10:17:54 -07:00
breandan
2b7f50bb97 use full alphanumeric character set for tags 2017-08-27 22:03:40 -07:00
breandan
eed93cd8ae filter sites before solving tag assignment 2017-08-25 21:21:39 -04:00
breandan
09603fb765 add a bunch of performance counters and misc logging instrumentation 2017-08-23 02:45:18 -04:00
breandan
d5e3724ec1 fix a nasty Comparator bug
if the Comarator is equal, the elements are "equal", so not inserted
2017-08-21 01:12:59 -04:00
breandan
8a28730f55 comments and debugging stuff 2017-08-17 19:36:44 -04:00
breandan
da5b2c920b parallelise tag assignment for measurable speedup 2017-08-17 02:52:47 -04:00
breandan
ed9e703ecd small fixes and improvements 2017-08-12 00:23:20 -04:00
breandan
ae5a2ee71e Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/main/kotlin/com/johnlindquist/acejump/label/Tagger.kt
2017-08-10 15:59:30 -04:00
breandan
a8e070e41c rename and add some comments 2017-08-10 15:56:32 -04:00
breandan.considine
78dbe2bfc1 update bounds 2017-08-10 14:23:05 -04:00
breandan.considine
cbbfe1248f fix word fragments 2017-08-01 22:40:45 -04:00
breandan.considine
8ef4e7d1fc elucidate the tag assignment problem and optimize compatibility search 2017-08-01 14:01:46 -04:00
breandan.considine
d25b9ac60f skim by default for all typing activity 2017-07-31 20:39:56 -04:00
breandan.considine
94190da791 migrate to new tag search algorithm 2017-07-31 19:54:09 -04:00
breandan.considine
5467d702a2 optimize regex search 2017-07-31 15:04:12 -04:00
breandan.considine
77d9e6bad4 fixes regex search 2017-07-31 01:41:15 -04:00
breandan.considine
1d49f7c303 add labeling module in preparation for new tag assignment algorithm 2017-07-31 00:38:28 -04:00
breandan.considine
4baecf8b5e remove unnecessary code 2017-07-30 23:32:04 -04:00
breandan.considine
5a5ce7737d measuring hits and misses 2017-07-30 15:26:35 -04:00
breandan.considine
d1332e3819 todo: recycle tags during tab search 2017-07-30 03:11:17 -04:00
breandan.considine
c6b9fbdcfe try to exhaust all available bigrams during tag assignment
but fail as soon as a jump location rejects a tag
2017-07-30 03:01:45 -04:00
breandan.considine
fe865c39f0 give the marker responsibility over target painting 2017-07-30 01:34:05 -04:00
breandan.considine
905f4d38f1 use marker as CustomHighlighter 2017-07-30 00:16:46 -04:00
breandan.considine
a44b98ec74 try to limit search results 2017-07-29 19:32:05 -04:00
breandan.considine
3b1d3fb816 refactoring for readability 2017-07-29 18:27:42 -04:00
breandan.considine
bf4e83a82b add more explanatory comments 2017-07-29 17:22:00 -04:00
breandan.considine
f83f7e48e0 small fixes and improvements 2017-07-29 01:29:57 -04:00
breandan.considine
0143ad3ff7 jump mode support 2017-07-28 11:27:01 -04:00
breandan.considine
03f122c5af fiddling around with the highlighter 2017-07-28 01:23:58 -04:00
breandan.considine
90957f43be more comments and refactoring 2017-07-27 22:14:03 -04:00
breandan.considine
37570b677d tweak the Finder to only use intellij for highlighting 2017-07-27 20:26:43 -04:00
breandan.considine
a5862f4ff9 Fixes #98 2017-07-26 17:50:21 -04:00
breandan.considine
cd3e6e9c1d lots of little changes 2017-07-25 23:57:33 -04:00
breandan.considine
104f690cf9 implement tag dimming 2017-07-25 20:12:01 -04:00
breandan.considine
0e75c470fa give jump a chance 2017-07-24 22:39:21 -04:00
breandan.considine
65b45a5010 struggling with the new find mechanism 2017-07-24 22:16:39 -04:00
breandan.considine
a2858d235e separation of concerns 2017-07-24 10:04:37 -04:00
breandan.considine
a56b14c429 refining #170 2017-07-24 06:39:55 -04:00
breandan.considine
0170ff14eb do update in background #170 2017-07-24 02:39:18 -04:00
breandan.considine
b19d4adb3c enable #170 2017-07-24 02:38:20 -04:00
breandan.considine
81e19c4c7b fixes #170 2017-07-24 02:37:44 -04:00
breandan.considine
fb6f4acce5 start implementing #170 2017-07-23 05:05:21 -04:00
breandan.considine
013c061acd regex search is really janky
we treat regexes as part of the same code path as regular searches and add a bunch of conditional checks everywhere. this is a huge pain to maintain and debug. let's move this to a different top level code path, and switch on isRegex as soon as the query is received
2017-07-23 04:28:01 -04:00
breandan.considine
dacbd2b486 Finder optimizations and refactoring Handler 2017-07-23 01:37:10 -04:00
breandan.considine
e3928c7dd9 scoping and kotlin stuff 2017-07-22 23:33:25 -04:00
breandan.considine
55e3c9c076 only check for on-screen matches 2017-07-22 22:39:48 -04:00
breandan.considine
431f58b688 fixes #164 2017-07-22 03:36:46 -04:00
breandan.considine
24b6e0d5ce fixes #163 2017-07-22 03:13:23 -04:00
breandan.considine
cc749c0a67 fixes #159, lots of small improvements 2017-07-22 01:44:56 -04:00
breandan.considine
46b6de9eb5 Fixes #173, fixes #153, fixes #157 2017-07-21 22:39:33 -04:00
breandan.considine
0a1ede4fa3 remove overzealous redo/reset logic 2017-07-21 21:17:45 -04:00
breandan.considine
3c8ea16d9f #153 now much smoother 2017-07-21 16:39:51 -04:00
breandan.considine
6f28dc0085 #153 works (slowly), progress on #159, still needs #170 2017-07-21 16:22:36 -04:00
breandan.considine
f3f914c488 comments are underrated 2017-07-21 05:03:44 -04:00
breandan.considine
d3cee71acf partially implement #153, still need #159 2017-07-21 04:23:29 -04:00
breandan.considine
726fea5e14 improve editor search 2017-07-19 01:50:52 -04:00
breandan.considine
683e5c1bf2 update release notes 2017-07-19 01:47:05 -04:00
breandan.considine
754380853c should resolve #129, still not sure how this could happen 2017-07-19 01:43:15 -04:00
breandan.considine
6390cdc3a0 general code cleanup 2017-07-19 01:42:15 -04:00
breandan.considine
00a730c02d update release notes and bump version 2017-07-18 16:19:21 -04:00
breandan.considine
58a483732b fixes #171, n.b. kotlin does not play well with the GUI designer 2017-07-18 16:10:20 -04:00
breandan.considine
c435ea4224 let tags survive resizings which do not increase the view size 2017-07-18 15:12:55 -04:00
breandan
2c30510e10 register AceConfig as a service 2017-07-17 12:33:33 -04:00
breandan.considine
c7ca10ac93 more attempts to persist state 2017-07-17 02:56:06 -04:00
breandan
3599f046d5 make PersistentStateComponent actually persist 2017-07-17 01:43:08 -04:00
breandan.considine
279879aab3 various minor fixes 2017-07-16 19:48:18 -04:00
breandan
a0162ced2c fix API semantics 2017-07-16 15:32:21 -04:00
breandan
bb09b035a8 scope and labeling fixes 2017-07-16 15:20:31 -04:00
breandan
b48dad5ea1 notes and scoping 2017-07-13 16:57:01 -04:00
breandan.considine
f8c09c0c02 remove unnecessary code 2017-07-13 03:36:29 -04:00
breandan.considine
1f60f7630b refactor file structure 2017-07-13 01:18:40 -04:00
breandan.considine
c5eca14f7e add logging and minor refactoring 2017-07-13 00:32:59 -04:00
breandan.considine
ade4ba269b fox build and remove unnecessary objects 2017-07-12 21:04:15 -04:00
breandan
e8f4352e97 simplify 2017-07-12 16:14:08 -04:00
breandan
3cb0a3ac17 remove unnecessary sorting criteria 2017-07-11 11:40:10 -04:00
breandan
3284ac4a7f complete alphanumeric proximity map for qwerty keyboards 2017-07-11 11:12:59 -04:00
breandan
470ab835fe limit visibility of swing views 2017-07-11 10:55:50 -04:00
breandan
415f1fa083 divorce settings from AceUI to allow render without editor
should never have been there in the first place
2017-07-11 10:50:33 -04:00
breandan
23880ac9ad tweak settings layout 2017-07-11 10:23:16 -04:00
breandan.considine
6b3f0362f1 update settings page and release notes 2017-07-11 02:28:38 -04:00
breandan.considine
e591841ec8 fixes #28 2017-07-11 01:04:05 -04:00
breandan
ced8526fb1 add settings page 2017-07-10 18:31:25 -04:00
breandan.considine
b116c16fc2 update release notes 2017-07-09 00:51:12 -04:00
breandan.considine
6e4f000f46 fixes #164 2017-07-09 00:45:55 -04:00
breandan.considine
2b6f19dccd improves latency, #161 2017-07-08 23:05:26 -04:00
breandan
495ef7f9a7 update documentation 2017-06-24 16:28:01 -04:00
breandan
9407c988eb remove unnecessary imports 2017-06-24 16:01:51 -04:00
breandan
dd593a8fc7 fix tag selection issue and persist targetMode state when requering 2017-06-23 21:55:03 -04:00
breandan
ff5c99b277 implement previous search 2017-06-23 17:02:43 -04:00
breandan
2bbeb6729d fixes minor regression 2017-06-23 16:39:31 -04:00
breandan
9f49941007 closes #151, also fixes #160, fixes #143 2017-06-23 16:01:00 -04:00
breandan
086ed4e862 reuse cache for skip search 2017-06-23 15:50:48 -04:00
breandan
46fa798614 implement skipping 2017-06-23 13:00:26 -04:00
breandan
db920e359b remove obsolete rules 2017-06-17 22:52:28 -04:00
breandan
bebc27f9ef use scrollingModel for skip 2017-06-16 20:56:51 -04:00
breandan
c9d3bf388d fix for #130 2017-06-16 20:36:49 -04:00
breandan
0f8d6b16dd introduce skip mechanism 2017-06-16 15:41:48 -04:00
breandan
faf227d8ad code cleanup 2017-06-16 15:27:41 -04:00
breandan
e47b47ff28 refactoring and update gradle wrapper 2017-06-16 10:53:44 -04:00
breandan
c561f38312 Bump version and update release notes 2017-06-15 19:24:42 -04:00
breandan
67df192334 fixes #154 2017-06-15 19:18:53 -04:00
breandan
c312614820 fixes #155 2017-06-15 19:07:25 -04:00
breandan
0fd92a4dc9 idea for later 2017-06-14 06:37:33 -04:00
breandan
42f9e915a7 refinements to search logic 2017-06-14 06:35:13 -04:00
breandan
70d64f6e55 premature optimization is the root of all evil 2017-06-13 18:53:38 -04:00
breandan
d3058acfd8 Decompose large function 2017-06-13 16:19:43 -04:00
breandan
d478cc1196 Possibly improved find algorithm 2017-06-13 14:40:29 -04:00
breandan
447baaa373 Update release notes 2017-06-10 11:21:19 -04:00
breandan
c53ac80b58 Fixes #148 2017-06-10 11:19:06 -04:00
breandan
f72d60436b Fixes #149 2017-06-10 10:55:43 -04:00
breandan
5790e2b525 Clean up findInRange 2017-06-09 12:45:09 -04:00
breandan
726f3d2199 Fixes #150, Fixes #146 2017-06-07 16:03:07 -04:00
breandan
d1a5adc40c tailrec FTW, and improve readability 2017-06-05 16:51:08 -04:00
breandan
a9f404831e simplify, generify and FProgrammify some methods 2017-06-05 13:23:14 -04:00
breandan
1809acc85c refactor to functional 2017-06-03 16:11:52 -04:00
breandan
076eb93fba update release notes 2017-06-02 18:15:08 -04:00
breandan
c541fef9ac fix regression introduced by refactoring
In Kotlin, the order of properties and init{}s matter!
2017-06-02 18:09:27 -04:00
breandan
84eaa2d77a relax tag compaction constraints and rounded rectangles 2017-06-02 17:13:28 -04:00
breandan
b649b4dddd add missing collision check to tag assignment 2017-06-02 15:20:36 -04:00
breandan
8bc26c385a revert fontHeight adjustment 2017-06-01 06:17:20 -04:00
breandan
8343d20e82 fixes #138, fixes #140, fixes #141 2017-05-31 16:33:00 -04:00
breandan
2b414d07e0 improve naming 2017-05-29 11:45:08 -04:00
breandan
ceb3d9c24b refactor, simplify and remove unnecessary code 2017-05-29 10:22:23 -04:00
breandan
81e539ba9a acejump shouldn't need to know about visualpositions 2017-05-27 11:14:20 -04:00
breandan
376f5fc92e refactor to points 2017-05-26 10:29:35 -04:00
breandan
1c3f5dc0d2 probably less readable but definitely more functional 2017-05-25 13:15:31 -04:00
breandan
23f2a8df51 fix bungled refactoring 2017-05-25 12:55:48 -04:00
breandan
bd7cce09cc more kotlin idioms and refactoring 2017-05-25 12:47:29 -04:00
breandan
d5202e7278 refactor and commentary 2017-05-25 09:43:08 -04:00
breandan
ad059328bc refactoring to functional 2017-05-25 08:30:40 -04:00
breandan
40e5f3fd4e Update release notes 2017-05-23 10:07:09 -04:00
breandan
c60eaf29dc Fixes #98 2017-05-23 09:41:08 -04:00
breandan
ddf8c19ef8 refactoring and fixes 2017-05-20 10:03:17 -04:00
breandan
2a306f6539 get with() the program! 2017-05-10 21:24:38 -04:00
breandan
2d3f4306b1 update gradle and scroll logic 2017-05-10 19:02:36 -04:00
breandan
c73b633f90 optimize imports 2017-05-07 00:31:52 -04:00
breandan
627b31e19c support scrolling and fix a threading bug 2017-05-06 13:26:02 -04:00
breandan
461169ecd1 Support real-time font size/style changes and reduce some technical debt 2017-04-24 07:24:26 -04:00
breandan
57fa1c219f refactor util class and add a function to support instantaneous settings update 2017-04-23 07:40:24 -04:00
breandan
04c8591769 Update gradle wrapper 2017-04-17 04:56:52 -04:00
breandan.considine
66fd3436fb tweak line spacing algorithm #98 2017-02-28 00:00:57 -05:00
breandan.considine
86fbdf87fe add support for back/forward navigation, closes #35 2017-02-27 19:42:34 -05:00
breandan.considine
d9ab5c6dfe Increment version and update change notes 2017-02-27 12:45:16 -05:00
breandan.considine
798b61bcae fixes #121, fixes #123 2017-02-27 12:37:16 -05:00
breandan
5590cc9620 Update bintray repo 2017-02-22 08:52:27 -05:00
breandan.considine
bcec93fd72 update kotlin gradle wrapper and refactor 2017-02-19 15:46:01 -05:00
Breandan Considine
880d03f530 make control flow easier to read 2017-01-03 19:59:51 -05:00
Breandan Considine
cd4257ecf1 fixes #117 2017-01-03 19:35:14 -05:00
Breandan Considine
924f8cefe5 Fixes #106 2017-01-03 14:36:16 -05:00
Breandan Considine
9098f92aca Update instructions and re-release 2017-01-03 14:14:47 -05:00
Breandan Considine
bfbbe6b97b Allow users to enter target mode directly 2017-01-03 14:01:14 -05:00
Breandan Considine
807da42f14 Fixes #112, Fixes #116 2017-01-03 13:38:00 -05:00
Breandan Considine
ca96952a19 Update release notes 2017-01-03 00:15:58 -05:00
Breandan Considine
e7036d86d8 Fixes #112 2017-01-03 00:02:37 -05:00
Breandan Considine
ca0111ec75 Try to minimize IntelliJ Platform dependencies inside the search code 2017-01-02 23:08:03 -05:00
Breandan Considine
3d5ad3da60 Update all the versions 2017-01-02 18:13:03 -05:00
breandan.considine
6fd7484d6d lateinit again fixing issues 2016-12-18 02:07:49 -05:00
breandan.considine
9754b96e95 Fix indefinite article 2016-12-16 12:56:08 -05:00
breandan.considine
d23bec70c4 Revert lateinit properties because they don't work 2016-12-16 01:31:47 -05:00
breandan.considine
5658de9d35 Fixes #113 2016-12-16 01:29:50 -05:00
breandan.considine
bbb9c9904e lateinit properties 2016-12-05 10:53:53 -08:00
breandan.considine
71bb298624 Update version, release notes and readme 2016-12-04 21:37:44 -08:00
breandan.considine
5cb39cf946 Fix broken target mode 2016-12-04 21:36:38 -08:00
breandan.considine
49879ac9c5 Fix for multiple projects open at the same time 2016-12-04 17:06:57 -08:00
breandan.considine
4be7358e15 Hijack missing keystrokes from IdeaVIM (temporarily) 2016-12-04 16:03:15 -08:00
breandan.considine
18d2c0968d Include Java identifier parts '_' in target mode 2016-11-30 13:12:08 -06:00
breandan.considine
09c2c0a2f2 Complete migration to native UI, fixes #94 2016-11-30 09:22:02 -06:00
breandan.considine
77180b1b51 Remove unnecessary event dispatcher 2016-11-30 04:04:37 -05:00
breandan.considine
37e71604f3 Improve callback method and small refactorings 2016-11-29 17:18:29 -05:00
breandan.considine
4107348e6e Remove logging utility used to diagnose latency issue 2016-11-29 16:20:26 -05:00
breandan.considine
03edf42414 Fix latency issues 2016-11-29 16:19:36 -05:00
breandan.considine
0cd233a7d1 Fixes tag completion detection issue 2016-11-28 09:37:26 -05:00
breandan.considine
bfffd9be88 Fix a weird bug, we really need unit tests to catch this stuff 2016-11-27 22:01:58 -05:00
breandan.considine
4efefc7d4b Disable target mode on reset 2016-11-27 19:40:33 -05:00
breandan.considine
346d3fdd55 Clean up unnecessary (I think) code 2016-11-27 19:18:03 -05:00
breandan.considine
5db77ca7b8 Clean up utils 2016-11-27 17:52:35 -05:00
breandan.considine
116f044a24 UI properties read latest IDE settings, update Kotlin to 1.1 2016-11-27 17:00:19 -05:00
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
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
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
b24130d80e Some refactoring and tag placement adjustments 2016-11-10 23:33:44 +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
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
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
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
Breandan Considine
8177c75fe9 Preserve old tag instead of rewriting each time 2016-10-04 03:59:57 -04:00
Breandan Considine
183165bd9e More jump behavior fixes 2016-10-04 03:41:49 -04:00
Breandan Considine
0c1c9419e1 Fix jump behavior for existing digraphs 2016-09-30 04:10:29 -04:00
Breandan Considine
d8ae694414 Refine mark and jump logic 2016-09-30 03:11:00 -04:00
Breandan Considine
91306d6953 Expand tag definition so that it can be more dynamic 2016-09-30 01:15:33 -04:00
Breandan Considine
f5b1d27ce9 Beginning to work as intended 2016-09-29 21:21:44 -04:00
Breandan Considine
f9c81c0c87 Refactor and fix some bugs 2016-09-29 19:12:26 -04:00
Breandan Considine
97aa852db4 Implement highlighting and return to findManager 2016-09-29 18:05:36 -04:00
Breandan Considine
952eec8073 More refactoring and cleanup 2016-09-29 16:11:23 -04:00
Breandan Considine
9bd30b66b0 Reorganizing and refactoring 2016-09-29 00:48:57 -04:00
Breandan Considine
ca82548cd0 Refactoring and reimplementing tagging (part II) 2016-09-28 19:22:13 -04:00
Breandan Considine
be80b16618 Start implementing QWERTY-aware tagging
The goal of this is to minimize finger-travel distance on QWERTY keyboards, by prioritizing nearby keys
2016-09-28 14:57:49 -04:00
Breandan Considine
ebb3fb59de Implement digraphs idea (part I, cf. #27) 2016-09-28 01:25:04 -04:00
Breandan Considine
420ca84dfb Simplify jump search 2016-09-27 19:19:52 -04:00
Breandan Considine
aeb24302d8 Simplify keymap struct
Key processing logic (meta key, KeyEvent type) can be moved into KeyCommands
2016-08-04 20:37:39 -04:00
Breandan Considine
4daa4ccbf3 Minor formatting updates 2016-08-04 11:42:05 -04:00
Breandan Considine
a26d11e5e0 Let SearchBox handle ChangeEvents 2016-08-04 11:21:42 -04:00
Breandan Considine
a548812c92 Simplify event dispatch 2016-08-04 08:28:12 -04:00
breandan.considine
9765c455e0 simplify constructors and reorganize class hierarchy 2016-08-04 00:40:48 -04:00
breandan.considine
c7f593023a Restore findModel prior to reimplementing 2016-08-03 23:31:55 -04:00
breandan.considine
e5934b079b Big refactoring, moving stuff around 2016-08-03 22:50:09 -04:00
Breandan Considine
a4407c645c Let AceCanvas handle offset-to-point conversion 2016-07-28 01:50:08 -04:00
Breandan Considine
2b77689ade Refactoring AceFinder 2016-07-28 01:01:17 -04:00
Breandan Considine
4ecdd840df Rip out FindModel, let's do this ourselves 2016-07-27 01:51:18 -04:00
Breandan Considine
0d4681aef2 Change permissions on Linux 2016-07-27 00:23:43 -04:00
breandan.considine
60156720c4 Remove semicolons and update release notes 2016-07-17 20:01:29 -04:00
breandan.considine
c6566b0cea Update release notes 2016-07-17 19:53:52 -04:00
breandan.considine
b63edd9b15 Fix target mode and line selection regression, miscellaneous refactoring 2016-07-17 19:51:39 -04:00
breandan.considine
030b1b5ad8 Remove unnecessary !!s 2016-07-17 12:29:43 -04:00
breandan.considine
5190ae21f0 Refactor to normalize EditorUtil 2016-07-17 12:02:35 -04:00
breandan.considine
596b96a1d3 In Kotlin, helper methods don't need an enclosing class 2016-07-17 11:58:20 -04:00
breandan.considine
098f141e01 Update release notes and use default Gradle wrapper 2016-07-17 11:49:04 -04:00
breandan.considine
791aec0022 Fixes #73, bad cast and type safety issues 2016-07-17 11:34:55 -04:00
breandan.considine
3101d796fa Update plugin.xml <version> 2016-07-16 23:39:58 -04:00
breandan.considine
658b4a476e Update release notes 2016-07-16 23:37:43 -04:00
breandan.considine
576aaa9cfb Remove the last remnant of Java, maybe this will fix #62 2016-07-16 23:33:29 -04:00
breandan.considine
60a67ef781 Remove upper version limit, fixes #65, #70 2016-07-16 22:49:35 -04:00
breandan.considine
2def5844bf Remove unused dependencies 2016-07-13 17:09:56 -04:00
Breandan Considine
9cb5a2fe03 Compile on Java 7, fixes #61
https://plugins.jetbrains.com/update/index?pr=&updateId=24771
2016-03-18 10:10:53 -04:00
Breandan Considine
9d0fb199a0 Update version and release notes, fixes #59
Published here: https://plugins.jetbrains.com/update/index?pr=&updateId=24751
2016-03-18 02:59:37 -04:00
Breandan Considine
5553cbbf04 Adjust version number generation 2016-03-17 02:50:33 -04:00
Breandan Considine
cc3a23a3bd Update to Kotlin 1.0, fix formatting, clean up code 2016-03-04 15:19:37 -05:00
Breandan Considine
407b3e0b44 Cleanup legacy and update to Kotlin 1.0 RC 2016-02-05 23:45:09 -05:00
breandan
ac45901979 Update history and tag fix 2015-12-12 01:25:57 -05:00
breandan
9701790cab Merge branch 'master' of https://github.com/lpiepiora/AceJump into lpiepiora-master 2015-12-12 00:57:49 -05:00
breandan
cb2e3b4e7e Merge branch 'patch-2' of https://github.com/muescha/AceJump into muescha-patch-2 2015-12-12 00:39:05 -05:00
breandan
b8fb5a2081 Configure project settings
-Add .idea project settings
-Customize .gitignore
-Add required plugins
-Add default run configurations
2015-12-12 00:09:09 -05:00
breandan
74eaf52d0d Add Gradle support
-Refactor to use canonical Kotlin directory structure: https://kotlinlang.org/docs/reference/using-gradle.html#targeting-the-jvm
-Add Gradle wrapper and Gradle build support: https://github.com/JetBrains/gradle-intellij-plugin/
-Updated plugin.xml
-Updated .gitignore
2015-12-11 23:10:00 -05:00
breandan
7581c82d0c Update syntax for Kotlin 1.0 Release
* Kotlin plugin is now bundled with IntelliJ IDEA 15, so the kotlin-runtime.jar dependency is no longer required.
* Updated since-build to reflect IJ-143.379 (15), although earlier versions may also work
* Backing fields introduced in Kotlin M14: http://blog.jetbrains.com/kotlin/2015/10/kotlin-m14-is-out/
* Migrated to new Class Object Syntax: http://blog.jetbrains.com/kotlin/2015/03/follw-up-new-class-object-syntax/
* Miscellaneous API changes (`List.reverse()`` -> `List.reversed()``)
2015-12-08 23:57:04 -05:00
xiefei
5e1b777727 #41 fixed 2014-03-28 17:58:34 +08:00
xiefei
e7270d854c Compiled for 135.480 2014-03-27 11:42:19 +08:00
John Lindquist
7927e574af Fixing: https://github.com/johnlindquist/AceJump/issues/20 2013-06-23 11:14:58 -06:00
Lukasz Piepiora
bbdcedeed9 Fix jumping for target mode 2013-03-23 15:25:52 +01:00
John Lindquist
901b83d7d7 Fixing https://github.com/johnlindquist/AceJump/issues/24 2013-03-21 20:10:40 -06:00
John Lindquist
289bfda49d Fixing focus bug (hopefully for the last time). 2013-03-21 15:08:17 -06:00
John Lindquist
f27cd97101 Fixed bug when there is only 1 jump result. 2013-03-21 09:27:44 -06:00
John Lindquist
739b94e361 Fixing https://github.com/johnlindquist/AceJump/issues/18 and https://github.com/johnlindquist/AceJump/issues/13 2013-03-21 00:34:13 -06:00
John Lindquist
2a9a4e5f15 Adding missing AceJumper 2013-03-20 12:11:30 -06:00
John Lindquist
f511a03595 Added "target mode" 2013-03-19 14:24:37 -06:00
John Lindquist
a85cfea6da fixing a multi-char error 2013-03-18 16:57:56 -06:00
John Lindquist
2a705d8204 fixing a multi-char error 2013-03-18 15:51:06 -06:00
John Lindquist
137eca2a6b Adding default shortcut for double-tapping ";" also fixing the multi-char search 2013-03-18 14:06:18 -06:00
John Lindquist
4ea862cbae limiting search range to the screen for huge performance boost. Adding multi-char search for quicker jumping 2013-03-18 11:20:34 -06:00
John Lindquist
dd8383f567 Fixing https://github.com/johnlindquist/AceJump/issues/16 . Changes the selection behavior a bit (select up to cursor, not beyod), but required for consistency. 2013-03-16 21:53:19 -07:00
John Lindquist
2d9785f919 Re-implemented "ShowFirstCharOfLines" 2013-03-16 21:36:22 -07:00
John Lindquist
343c9a5c19 fixed a int/float error with lineSpacing 2013-03-16 12:31:37 -07:00
John Lindquist
45f9784a9a transitioning to kotlin 2013-03-15 23:54:18 -07:00
johnlindquist
d62fb2c84e Fixing minor visual lag 2012-10-15 14:36:42 -06:00
johnlindquist
0dd7487726 Removing "alt" hack by consuming the key event 2012-10-15 00:13:02 -06:00
johnlindquist
27dc744a49 Refactored from Observable to EventDispacter 2012-10-14 01:48:56 -06:00
johnlindquist
8d6cd0352c removing dead isPreProcessed stuff 2012-10-12 16:46:02 -06:00
johnlindquist
da14ac7bdf Renaming classes and encapsulating checking logic 2012-10-12 16:43:26 -06:00
johnlindquist
fa7bc8f351 converting Vectors to ArrayList 2012-10-12 14:53:59 -06:00
johnlindquist
e7871636b1 removing dead code 2012-10-12 14:46:44 -06:00
johnlindquist
32405427ca nulling project and removing canvases on exit 2012-10-12 14:38:39 -06:00
johnlindquist
25c2556703 marking fields as final using inspection/fix 2012-10-12 14:31:52 -06:00
John Lindquist
5894f17d62 Adding an "Enter" jump which can jump to the first non-whitespace character in a line 2012-09-07 16:30:02 -06:00
John Lindquist
4f50c60536 Minor clean-up and commenting. 2012-08-28 00:25:58 -06:00
John Lindquist
6ab0840599 Minor clean-up and commenting. 2012-08-28 00:21:12 -06:00
John Lindquist
fd5ba4d819 Cleaned up code base for release 2012-08-24 21:08:23 -06:00
John Lindquist
4517c5efb3 All working 2012-08-24 20:19:23 -06:00
John Lindquist
20d0667779 Huge Refactor into KeyCommands and extracting the SearchBox (finally). The special keys (home/end/space) are still a bit broken. 2012-08-24 16:06:17 -06:00
John Lindquist
db4b0d3798 Huge Refactor into KeyCommands and extracting the SearchBox (finally). The special keys (home/end/space) are still a bit broken. 2012-08-24 15:28:08 -06:00
John Lindquist
b9d4320b7a minor clean-up 2012-08-24 01:13:53 -06:00
John Lindquist
cfb9642125 Major refactor to extract the AceFinder. Working on extracting SearchBox, but not sure it's worth it. 2012-08-23 16:41:03 -06:00
Vlad Yazhbin
aff67fd62f casting foldingModel to (FoldingModelImpl) for mac support 2012-08-22 17:49:40 -07:00
John Lindquist
16cc87df14 Guarding against "out of bounds" errors when the end of the file is folded and update the regex for home/end 2012-08-21 00:51:40 -06:00