|
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
|
8e09ab83d7
|
update to kotlin 1.5 and fix method reference
|
2021-02-07 00:44:47 -05:00 |
|
|
ee1ce3c37e
|
Add 'Jump to End' mode
|
2020-11-24 14:04:03 +01: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
|
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 |
|
|
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
|
c8c6f9c4bf
|
make perf test a bit more robust
|
2020-11-19 17:52:32 -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 |
|
Fool's Mate
|
6564a3e2cf
|
add logo & icon
|
2020-08-17 21:02:39 +02: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
|
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 |
|
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 |
|
breandan
|
083c030edb
|
small refactor
|
2020-04-29 03:11:15 -04:00 |
|
breandan
|
8d49532332
|
switch to tinypinyin engine #314
|
2020-04-22 01:15:57 -04:00 |
|
breandan
|
99eca78e84
|
fix pinyin support #314
|
2020-04-20 03:50:29 -04:00 |
|
Alex Plate
|
d6f9cb53bb
|
Quickfix for for circular dependency between AceConfig and Pattern
|
2020-04-20 10:13:28 +03:00 |
|
breandan
|
56bcca40fd
|
revert plugin description, doesn't seem to work
|
2020-04-19 02:16:19 -04:00 |
|