Commit Graph
42 Commits
Author SHA1 Message Date
chylex 9a435feccc Fix broken special actions in Rider 2021-09-29 08:56:15 +02:00
chylex c1feb891e4 Update Gradle wrapper to 7.1 2021-09-29 08:25:09 +02:00
chylex 0b6ba62cda Simplify existing modes and add new vim shortcuts 2021-05-15 20:58:58 +02:00
chylex dfd5b122a0 Optimizations 2021-05-15 20:30:18 +02:00
chylex f2400d134d Update build.gradle 2021-05-15 19:46:51 +02:00
chylex 98997b4d86 [WIP] Fix tests 2021-05-08 03:54:27 +02:00
chylex 1e172e9c49 [WIP] Implement jumping across splitters 2021-05-08 02:39:27 +02:00
chylex 01b37c878e [WIP] Add more vim-friendly jump actions (declaration, usages) 2021-04-11 08:34:52 +02:00
chylex 1630c706a9 [WIP] Fix easymotion-like actions in visual mode 2021-04-08 13:57:11 +02:00
chylex 041a130c5f [WIP] Add a few easymotion-like actions 2021-04-07 03:05:11 +02:00
chylex 7561bfde36 [WIP] Make quick jump the default mode and rename non-quick jump to advanced mode 2021-04-07 00:16:50 +02:00
chylex 724e469f21 [WIP] Remove 'From Caret' mode 2021-04-06 02:09:29 +02:00
chylex bce9a5f636 [WIP] Add quick jump mode 2021-03-29 18:43:00 +02:00
chylex bfe0aa536e [WIP] Change plugin version 2021-03-29 18:42:40 +02:00
chylex 2ca21b8423 [WIP] Work around weird highlight offset bug 2021-03-29 18:42:00 +02:00
chylex 430bcf6883 [WIP] Remove word start jump to simplify 2021-03-29 18:41:59 +02:00
chylex 092650af81 [WIP] Pressing Enter before typing query starts jump mode for character at caret 2021-03-29 18:41:57 +02:00
chylex 2009123114 [WIP] Interactive modes 2021-03-29 18:41:54 +02:00
chylex de19c0e0b8 Make Enter immediately tag search occurrences 2021-03-29 18:39:15 +02:00
chylex 5021a07fb9 Remove tag visiting functionality 2021-03-29 18:38:32 +02:00
chylex 1180547b06 Remove whole file search 2021-03-29 18:36:53 +02:00
chylex d2ae335de1 Redesign tags and highlighting (padding, tag shadow, highlight outline) 2021-03-29 02:11:07 +02:00
chylex 324296b55a Remove option for rounded tag corners 2021-03-29 02:11:07 +02:00
chylex a4ebeffe05 Change default color scheme 2021-03-29 02:11:07 +02:00
chylex 7716242e55 Swap editor shortcuts for searching line starts and indents 2021-03-29 02:11:07 +02:00
chylex eb70ef5097 Add option to set minimum typed characters for tagging to simplify tags 2021-03-29 02:11:06 +02:00
chylex 4d5a0b3e6a Fix occasional conflicts between tags and search query when assigning vacant results 2021-03-29 02:11:06 +02:00
chylex eb1bbb2e03 Prevent editing document while AceJump is active 2021-03-29 02:11:06 +02:00
chylex 74a65a6510 Make jump mode cycling wrap around & add shortcut to cycle modes in reverse 2021-03-29 02:11:06 +02:00
chylex 2c08494a71 Add all regex search patterns to keymap 2021-03-29 02:11:06 +02:00
chylex b61abee04d Major AceJump refactoring!
See https://github.com/acejump/AceJump/issues/348 for information on what's changed and what more needs to be done.
2021-03-29 02:11:06 +02:00
chylex ee1ce3c37e Add 'Jump to End' mode 2020-11-24 14:04:03 +01: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
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
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