1
0
Fork 0
Commit Graph

671 Commits

Author SHA1 Message Date
chylex 9921409aff
Add buttons to reset colors to default values in Settings
Closes #411
2023-10-28 13:58:06 +02:00
breandan d905909e31 attempt to fix #446 2023-09-16 16:34:46 -04:00
breandan f64e25a0a9 fixes #442 2023-08-28 17:09:12 -04:00
breandan 3c89cd07b9 try @YannCebron's solution to #415, pt. II 2023-07-26 22:08:35 -10:00
breandan 2ffcc2c57a try @YannCebron's solution to #415 2023-07-26 21:49:42 -10:00
breandan 56b1dfa9a9 quiet plugin verifier error 2023-06-18 14:22:04 -04:00
wuruofan 3339f6bdb8 fix(compatibility): avoid 'java.lang.NoSuchFieldError: Companion' error on lower version IDEA ide such as PhpStorm, DevEco Studio etc, which related to `FileEditorManagerEx.getInstanceEx()` companion
Related issues: [#434](https://github.com/acejump/AceJump/issues/434), [#438](https://github.com/acejump/AceJump/issues/438), [#435](https://github.com/acejump/AceJump/issues/435), etc.
2023-06-12 16:34:18 +08:00
breandan 7dd12a0457 fixes #431 2023-05-13 15:04:06 -04:00
breandan 7d39ea2fef fixes #429 2023-04-28 16:55:42 -04:00
breandan ba739501e8 use BGT and migrate awt.Color to JBColor 2023-02-13 18:45:18 -05:00
breandan e939479368 fixes #426 2023-02-13 16:36:21 -05:00
breandan 6642eff1e0 update versions 2022-12-29 16:38:21 +11:00
breandan 99e0a50884 fixes #417 2022-12-19 21:30:27 +13:00
breandan c070b211e3 update to latest IDE version 2022-11-30 19:43:24 -05:00
breandan b7024842ba add leap and lightspeed 2022-10-13 22:49:12 -04:00
breandan 4831f38b34 update versions and remove unnecessary build instructions 2022-08-22 11:22:17 -04:00
Alex Plate ab6c6a702b
Add ids to editor action handlers 2022-08-17 08:20:04 +03:00
guangjinhuo 5ee0245f0b Add a test case to ensure that other highlighters are not removed #406 2022-04-28 17:30:37 +08:00
guangjinhuo 176d450855 Remove only the highlighters added by AceJump when the jump session ends #406 2022-04-23 15:20:23 +08:00
colossatr0n e477a487a2 Add bounded toggle mode classes to start jump mode before the caret or after the caret. 2022-03-27 10:05:42 -06:00
Delphin Aubin c534192902 Add AZERTY keyboard layout (french keyboard) 2022-02-25 17:01:04 +01:00
breandan d29dd3fa34 fixes #392 2021-12-19 12:49:04 -05:00
breandan 8de4495885 update versions and remove deprecated 2021-12-11 12:06:29 -05:00
chylex f17f4ef8c4
Fix not highlighting last line
Closes #360
2021-11-21 20:55:19 +01:00
chylex 35003b0bab
Improve tag order for non-QWERTY layouts 2021-11-21 05:29:43 +01:00
breandan 6858b745e6 fixes #356 2021-11-14 21:22:06 -05:00
breandan 1505e98d66 update changelog, migrate deprecated and fix compiler error 2021-11-14 17:01:11 -05:00
chylex 41071dbaf9
Workaround tag misalignment on high DPI screens
Fixes #362.
2021-11-14 21:07:26 +01:00
breandan cb10ff7789 reference IdeActions constants instead of hardcoded strings #379 2021-10-01 01:03:17 -04:00
breandan 9dd85c1815 fixes #379 2021-07-09 00:48:53 -07:00
breandan eef4c2e08f display regex for regex queries 2021-05-17 20:45:18 -04:00
Jonas Gutenschwager 7ef147c941 prevent setting INHERITED_COLOR_MARKER as border color 2021-05-17 23:10:45 +02:00
breandan 4504da02ba clean up TextHighlighter and add release notes 2021-05-16 20:44:46 -04:00
breandan 7cce1b7034
Merge pull request #375 from SaiKai/display-search-text
#227 Add a notification hint with the current search text
2021-05-16 20:18:01 -04:00
breandan 16fd472132
Merge pull request #374 from SaiKai/fix-focus-editor
ensure editor focus also when using select function
2021-05-16 20:15:57 -04:00
Jonas Gutenschwager 3c231327d0 add a notification hint with the current search text 2021-05-17 01:09:22 +02:00
Jonas Gutenschwager 9284514ce3 ensure editor focus also when using select function 2021-05-16 22:07:17 +02:00
breandan a169e3c751 fixes #373 2021-05-13 21:43:15 -04:00
breandan 0ee9f3e1cb support unicode characters, fixes #368 2021-05-10 21:45:41 -04:00
chylex aaa3f5d922
Add unit test for markResults with multiple editors 2021-05-09 08:44:53 +02:00
chylex d407fd5333
Fix tests 2021-05-08 02:54:04 +02:00
chylex 12ae15c0f7
Implement jumping across splitters 2021-05-08 02:25:14 +02:00
breandan a7ebbcadb4 fixes #363 2021-04-17 16:13:15 -04: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
breandan 85163d4fb9
Merge pull request #358 from AlexPl292/jump_boundaries
Allow defining jump mode with boundaries
2021-04-09 22:59:10 -04:00
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 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