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

1100 Commits

Author SHA1 Message Date
Alex Plate
89c3f88fbf
Do not use kotlin objects for actions 2021-04-09 10:19:34 +03:00
Alex Plate
8fe050dc15
Allow defining jump mode with boundaries 2021-04-09 10:12:41 +03:00
breandan
61f0e3cf77 add test case for #355 2021-04-04 16:53:10 -04:00
breandan
27b897848d note that tab scrolling is unavailable in 3.7, cf. #356 2021-04-04 14:13:05 -04:00
breandan
e17abbdabb fix changenotes 2021-04-03 23:59:06 -04:00
breandan
5da53c603e update changes and readme acknowledging #353, #348 🎉 thanks @chylex! 2021-04-03 21:08:09 -04:00
breandan
59e0082236 document ExternalUsage endpoints in README.md #354 2021-04-03 20:37:22 -04:00
breandan
d2b1fb96dd move ExternalUsage tests to new class and add test cases for pattern and regex #354 2021-04-03 20:19:04 -04:00
breandan
d5dfa95896 test whether listeners are notified post-disposal #354 2021-04-03 18:37:34 -04:00
breandan
a109ff7fce notify listeners of Session disposal, cf. #354 2021-04-03 18:20:07 -04:00
breandan
b33ae482b0 reimplements #307, cf. #354 2021-04-03 17:56:54 -04:00
breandan
c6b70109da more reformatting 2021-04-03 16:13:17 -04:00
breandan
beb39c95c8 refactor, add EditorCache and reimplement Pinyin support 2021-04-03 11:43:33 -04:00
breandan
f675efbc12 Merge branch 'chylex-refactor-pr' 2021-04-03 09:01:17 -04:00
d2ae335de1 Redesign tags and highlighting (padding, tag shadow, highlight outline) 2021-03-29 02:11:07 +02:00
324296b55a Remove option for rounded tag corners 2021-03-29 02:11:07 +02:00
a4ebeffe05 Change default color scheme 2021-03-29 02:11:07 +02:00
7716242e55 Swap editor shortcuts for searching line starts and indents 2021-03-29 02:11:07 +02:00
eb70ef5097 Add option to set minimum typed characters for tagging to simplify tags 2021-03-29 02:11:06 +02:00
4d5a0b3e6a Fix occasional conflicts between tags and search query when assigning vacant results 2021-03-29 02:11:06 +02:00
eb1bbb2e03 Prevent editing document while AceJump is active 2021-03-29 02:11:06 +02:00
74a65a6510 Make jump mode cycling wrap around & add shortcut to cycle modes in reverse 2021-03-29 02:11:06 +02:00
2c08494a71 Add all regex search patterns to keymap 2021-03-29 02:11:06 +02:00
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
breandan
89af38422a remove unnecessary options 2021-03-04 23:01:51 -05:00
breandan
80f25c39b2 update versions 2021-03-04 22:54:20 -05:00
breandan
8e09ab83d7 update to kotlin 1.5 and fix method reference 2021-02-07 00:44:47 -05:00
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
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
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