|
dfd5b122a0
|
Optimizations
|
2021-05-15 20:30:18 +02:00 |
|
|
f2400d134d
|
Update build.gradle
|
2021-05-15 19:46:51 +02:00 |
|
|
98997b4d86
|
[WIP] Fix tests
|
2021-05-08 03:54:27 +02:00 |
|
|
1e172e9c49
|
[WIP] Implement jumping across splitters
|
2021-05-08 02:39:27 +02:00 |
|
|
01b37c878e
|
[WIP] Add more vim-friendly jump actions (declaration, usages)
|
2021-04-11 08:34:52 +02:00 |
|
|
1630c706a9
|
[WIP] Fix easymotion-like actions in visual mode
|
2021-04-08 13:57:11 +02:00 |
|
|
041a130c5f
|
[WIP] Add a few easymotion-like actions
|
2021-04-07 03:05:11 +02:00 |
|
|
7561bfde36
|
[WIP] Make quick jump the default mode and rename non-quick jump to advanced mode
|
2021-04-07 00:16:50 +02:00 |
|
|
724e469f21
|
[WIP] Remove 'From Caret' mode
|
2021-04-06 02:09:29 +02:00 |
|
|
bce9a5f636
|
[WIP] Add quick jump mode
|
2021-03-29 18:43:00 +02:00 |
|
|
bfe0aa536e
|
[WIP] Change plugin version
|
2021-03-29 18:42:40 +02:00 |
|
|
2ca21b8423
|
[WIP] Work around weird highlight offset bug
|
2021-03-29 18:42:00 +02:00 |
|
|
430bcf6883
|
[WIP] Remove word start jump to simplify
|
2021-03-29 18:41:59 +02:00 |
|
|
092650af81
|
[WIP] Pressing Enter before typing query starts jump mode for character at caret
|
2021-03-29 18:41:57 +02:00 |
|
|
2009123114
|
[WIP] Interactive modes
|
2021-03-29 18:41:54 +02:00 |
|
|
de19c0e0b8
|
Make Enter immediately tag search occurrences
|
2021-03-29 18:39:15 +02:00 |
|
|
5021a07fb9
|
Remove tag visiting functionality
|
2021-03-29 18:38:32 +02:00 |
|
|
1180547b06
|
Remove whole file search
|
2021-03-29 18:36:53 +02: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 |
|