1
0
Fork 0
Commit Graph

1073 Commits

Author SHA1 Message Date
breandan a9df9b7970 bump gradlew 2021-01-08 15:59:08 -05:00
breandan b1d69bf251 update change notes and prepare next release -- thanks @chylex
I think this deserves a +.1 version release!
2020-11-29 06:16:45 -05:00
breandan e37e1d92b3
Merge pull request #347 from chylex/jump-end-mode
Add 'Jump to End' mode
2020-11-29 06:07:21 -05:00
breandan c5008ab26e bump gradlew version 2020-11-27 01:03:15 -05:00
chylex ee1ce3c37e Add 'Jump to End' mode 2020-11-24 14:04:03 +01:00
breandan 3069220fb5 Merge branch 'chylex-visible-area' 2020-11-24 05:47:04 -05:00
breandan 8e46a5a3e3 Merge branch 'visible-area' of https://github.com/chylex/AceJump into chylex-visible-area
# Conflicts:
#	src/main/kotlin/org/acejump/config/AceConfig.kt
#	src/main/kotlin/org/acejump/config/AceConfigurable.kt
#	src/main/kotlin/org/acejump/config/AceSettings.kt
#	src/main/kotlin/org/acejump/config/AceSettingsPanel.kt
#	src/main/resources/AceResources.properties
2020-11-24 05:46:44 -05:00
breandan 7751651ccf Merge branch 'chylex-rounded-tag-corners' 2020-11-24 05:40:22 -05:00
breandan aa02fd3b96 Merge branch 'rounded-tag-corners' of https://github.com/chylex/AceJump into chylex-rounded-tag-corners 2020-11-24 05:39:08 -05:00
breandan b1200e29a1 Merge branch 'chylex-jump-cycling'
Works as described.
2020-11-24 05:37:47 -05:00
chylex 526ca02ba9 Add option to switch between straight and rounded tag corners 2020-11-23 03:41:39 +01:00
chylex 3c899bf595 Decide whether to use parallel search based on search boundary size 2020-11-23 02:45:16 +01:00
chylex 000a57824a Add option to turn off searching the whole file, and instead only search in visible lines 2020-11-23 02:22:01 +01:00
chylex ad1d66c92a Add customizable jump mode cycling & fix toggle keys not resetting mode when pressed twice 2020-11-23 02:12:38 +01:00
breandan b551929446
Merge pull request #341 from chylex/optimizations-2
Optimize rendering by bulk-adding text highlights and reducing unnecessary work
2020-11-22 18:12:11 -05:00
breandan e7b08860c9
Merge pull request #343 from chylex/config
Redesign settings panel & add missing configuration for definition mode color
2020-11-22 18:11:38 -05:00
chylex d276f57942 Redesign settings panel & add missing configuration for definition mode color 2020-11-21 05:19:26 +01:00
chylex 6ed4deb36e Use bulk editor updates when removing highlighters too 2020-11-20 23:30:24 +01:00
chylex 32e7585a48 Optimize rendering by removing unnecessary work and bulk-adding text highlights 2020-11-20 17:39:08 +01:00
breandan a38c670bed add TODOs for #327, #340 2020-11-19 18:31:20 -05:00
breandan 7e4168da76 Merge branch 'chylex-optimizations' 2020-11-19 17:54:15 -05:00
breandan a6163825f3 update build, acknowledge @chylex 2020-11-19 17:53:56 -05:00
breandan c8c6f9c4bf make perf test a bit more robust 2020-11-19 17:52:32 -05:00
breandan 3fd3edf6f1 Merge branch 'optimizations' of https://github.com/chylex/AceJump into chylex-optimizations 2020-11-19 16:45:37 -05:00
breandan e741c913a0 update gradle wrapper 2020-11-19 16:44:40 -05:00
chylex 7692a0ed1b Reduce allocations, boxing, and lowercasing work when computing word fragments 2020-11-18 21:32:06 +01:00
chylex 9c5a6d6e83 Avoid sorting same integer lists in Solver.map 2020-11-18 21:32:05 +01:00
chylex c3b330df6d Change collection data types & usage, fix Trigger stuttering, and eliminate some unnecessary work to improve performance 2020-11-17 11:12:38 +01:00
breandan 18d97e9ddc remove whitespace, trigger rebuild 2020-10-30 23:59:32 -04:00
breandan 9b8ee4f011 fix gradle build 2020-10-30 23:46:49 -04:00
breandan cb6a83794f update changelog plugin 2020-10-25 23:20:49 -04:00
breandan d22382fcce update gradle plugin 2020-10-25 23:19:27 -04:00
breandan 8b0bf6b771 Merge remote-tracking branch 'origin/master' 2020-10-25 23:18:17 -04:00
breandan 5680ba8633 update platform version to 2020.2 2020-10-25 23:18:10 -04:00
breandan abe9c838df
add #225 to wishlist 2020-09-14 22:42:09 -04:00
breandan f4a065d7ec
update Pinyin instructions 2020-08-19 00:36:10 -04:00
breandan be68df24f4
remove wishlist item 2020-08-19 00:32:42 -04:00
breandan fb01073792
cite @fools-mate #335 and acknowledge specific contributions 2020-08-17 16:34:43 -04:00
breandan ddd5103c5c
Merge pull request #335 from fools-mate/logo-icon
Add logo & icon
2020-08-17 16:15:22 -04:00
Fool's Mate 6564a3e2cf add logo & icon 2020-08-17 21:02:39 +02:00
breandan.considine 5323880861 revert kotlin update to fix failing test 2020-08-14 20:54:07 -04:00
breandan.considine 048142dbc0 bump versions 2020-08-14 12:49:06 -04:00
breandan c274d62acd Merge remote-tracking branch 'origin/master' 2020-08-10 21:44:25 -04:00
breandan 91b8ce5bdd bump gradle wrapper 2020-08-10 21:44:12 -04:00
breandan 0fcfbc299f
update social URL 2020-08-10 00:42:32 -04:00
breandan 711be21b07 test latency to catch performance regressions, #207, #217 2020-08-05 22:53:38 -04:00
breandan 2aa17ae681 Pair(x, y) -> x to y 2020-07-21 01:43:00 -04:00
breandan 654d8bbb7d if(x.isEmpty())... -> x.ifEmpty {...} 2020-06-30 09:51:25 -04:00
breandan 033c67c159 use changelog plugin to fetch change notes 2020-06-28 17:46:47 -04:00
breandan 130d69082f update link to logo candidates 2020-06-22 17:08:56 -04:00