1
0
Fork 0
Commit Graph

937 Commits

Author SHA1 Message Date
chylex 23e177410b [WIP] Add progressive selection mode 2021-02-06 16:04:02 +01:00
chylex 47a84da904 [WIP] Pressing Enter before typing query starts jump mode for character at caret 2021-02-06 10:59:57 +01:00
chylex 2f6a5f2a23 [WIP] Interactive modes 2021-02-06 08:49:15 +01:00
chylex 054f604f96 Add tag shadow & highlight outline, increase padding 2021-02-06 07:38:27 +01:00
chylex 97a5de919f Change default color scheme 2021-02-06 07:38:27 +01:00
chylex 9e73deef4f Swap editor shortcuts for searching line starts and indents 2021-02-06 07:20:37 +01:00
chylex 26945c6e20 Make Enter immediately tag search occurrences 2021-01-18 20:26:48 +01:00
chylex 1f8d6b8d6f Add horizontal padding to tags and tweak highlighting 2021-01-18 20:26:48 +01:00
chylex 36c5fdcb45 Remove option for rounded tag corners 2021-01-17 13:07:31 +01:00
chylex 4cd91a20e9 Remove tag visiting functionality 2021-01-17 13:07:31 +01:00
chylex 983720dbb8 Remove whole file search 2021-01-17 13:07:30 +01:00
chylex 91e285a3ff Add option to set minimum typed characters for tagging to simplify tags 2021-01-17 12:49:35 +01:00
chylex 18bb6ddb9b Fix exception when regex occurrence highlight goes beyond the end of file 2021-01-16 15:03:25 +01:00
chylex 6f950ecf95 Fix occasional conflicts between tags and search query when assigning vacant results 2021-01-16 10:49:09 +01:00
chylex d7789be9a3 Prevent editing document while AceJump is active 2020-12-13 08:04:15 +01:00
chylex ed0fc19cfb Enforce LF line endings & fix build.gradle 2020-12-13 07:13:11 +01:00
chylex ad8c84be27 Make jump mode cycling wrap around & add shortcut to cycle modes in reverse 2020-12-13 06:00:41 +01:00
chylex f44003b47a Add all regex search patterns to keymap 2020-12-13 06:00:36 +01:00
chylex feaffb3640 Major AceJump refactoring!
See https://github.com/acejump/AceJump/issues/348 for information on what's changed and what more needs to be done.
2020-12-06 06:46:10 +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