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

1014 Commits

Author SHA1 Message Date
breandan
b1200e29a1 Merge branch 'chylex-jump-cycling'
Works as described.
2020-11-24 05:37:47 -05:00
526ca02ba9 Add option to switch between straight and rounded tag corners 2020-11-23 03:41:39 +01:00
3c899bf595 Decide whether to use parallel search based on search boundary size 2020-11-23 02:45:16 +01:00
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
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
d276f57942 Redesign settings panel & add missing configuration for definition mode color 2020-11-21 05:19:26 +01:00
6ed4deb36e Use bulk editor updates when removing highlighters too 2020-11-20 23:30:24 +01:00
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
7692a0ed1b Reduce allocations, boxing, and lowercasing work when computing word fragments 2020-11-18 21:32:06 +01:00
9c5a6d6e83 Avoid sorting same integer lists in Solver.map 2020-11-18 21:32:05 +01:00
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
breandan
528b34c084 update version 2020-06-22 17:02:36 -04:00
breandan
0a82fd5446 increase test coverage for modes/pinyin #139 2020-06-22 17:02:17 -04:00
breandan
218874c5d4 fix potential bug 2020-06-22 17:00:55 -04:00
breandan
f10d87cdb6 bump gradlew version 2020-06-02 18:05:03 -04:00
breandan
9cb8dd5dee bump version and prepare for release 2020-05-28 00:38:59 -04:00
breandan
2c270b4027
Merge pull request #330 from AlexPl292/master
Fix circular dependency between values in AceConfig
2020-05-20 11:19:24 -04:00
Alex Plate
ed619d0ed1
Fix circular dependency between values in AceConfig
Fixes #226
2020-05-20 10:35:36 +03:00
breandan
06b2322b85 object -> class, separate service/configurable, still not persisting #226 2020-05-20 01:02:54 -04:00
breandan
fb5164996e fix storages path 2020-05-19 23:58:38 -04:00