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 |
|
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 |
|