1
0
Fork 0
Commit Graph

13 Commits

Author SHA1 Message Date
breandan 6858b745e6 fixes #356 2021-11-14 21:22:06 -05:00
breandan a169e3c751 fixes #373 2021-05-13 21:43:15 -04:00
chylex 12ae15c0f7
Implement jumping across splitters 2021-05-08 02:25:14 +02:00
breandan 4622fbb20b pass back necessary info instead of reconstructing
Merge branch 'listener_update' of https://github.com/AlexPl292/AceJump into AlexPl292-listener_update

# Conflicts:
#	src/test/kotlin/ExternalUsageTest.kt
2021-04-17 15:44:08 -04:00
Alex Plate 8fe050dc15
Allow defining jump mode with boundaries 2021-04-09 10:12:41 +03: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
chylex d2ae335de1 Redesign tags and highlighting (padding, tag shadow, highlight outline) 2021-03-29 02:11:07 +02:00
chylex eb70ef5097 Add option to set minimum typed characters for tagging to simplify tags 2021-03-29 02:11:06 +02:00
chylex 74a65a6510 Make jump mode cycling wrap around & add shortcut to cycle modes in reverse 2021-03-29 02:11:06 +02:00
chylex 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