1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2024-10-17 06:42:47 +02:00

Commit Graph

  • 1e172e9c49
    [WIP] Implement jumping across splitters chylex 2021-05-06 22:56:15 +0200
  • 12ae15c0f7
    Implement jumping across splitters chylex 2021-05-06 22:56:15 +0200
  • 5fd99c7f9b Merge remote-tracking branch 'origin/master' breandan 2021-05-05 22:10:09 -0400
  • d0cd15ef2c update versions breandan 2021-05-05 22:10:03 -0400
  • e6184ca6d3
    add Japanese support to wishlist breandan 2021-04-25 11:00:10 -0400
  • 020b6c1c7c update version to 3.7.1 breandan 2021-04-24 14:18:41 -0400
  • 9839a43da4 update wishlist breandan 2021-04-17 17:09:53 -0400
  • a7ebbcadb4 fixes #363 breandan 2021-04-17 16:13:15 -0400
  • 4622fbb20b pass back necessary info instead of reconstructing breandan 2021-04-17 15:44:08 -0400
  • b3df72ef81 Merge remote-tracking branch 'origin/master' breandan 2021-04-14 21:50:00 -0400
  • 00ed423faa update to RC breandan 2021-04-14 21:49:54 -0400
  • 615ac0bc7a
    remove item from wishlist breandan 2021-04-13 10:55:18 -0400
  • 01b37c878e [WIP] Add more vim-friendly jump actions (declaration, usages) chylex 2021-04-11 08:34:52 +0200
  • 2c0a236ed8 update gradle breandan 2021-04-11 00:21:26 -0400
  • d6553cd358 Merge remote-tracking branch 'origin/master' breandan 2021-04-10 17:51:13 -0400
  • 5bb9a98723 update to 2021.1 breandan 2021-04-10 17:51:02 -0400
  • 85163d4fb9
    Merge pull request #358 from AlexPl292/jump_boundaries breandan 2021-04-09 22:59:10 -0400
  • 02fee84923
    Merge pull request #359 from AlexPl292/kotlin_objects breandan 2021-04-09 22:57:45 -0400
  • 89c3f88fbf
    Do not use kotlin objects for actions Alex Plate 2021-04-09 10:19:34 +0300
  • 8fe050dc15
    Allow defining jump mode with boundaries Alex Plate 2021-04-09 10:12:41 +0300
  • 1630c706a9 [WIP] Fix easymotion-like actions in visual mode chylex 2021-04-08 13:56:56 +0200
  • 041a130c5f [WIP] Add a few easymotion-like actions chylex 2021-04-07 02:31:23 +0200
  • 7561bfde36 [WIP] Make quick jump the default mode and rename non-quick jump to advanced mode chylex 2021-04-07 00:16:50 +0200
  • 724e469f21 [WIP] Remove 'From Caret' mode chylex 2021-04-06 02:09:29 +0200
  • 61f0e3cf77 add test case for #355 breandan 2021-04-04 16:53:10 -0400
  • 27b897848d note that tab scrolling is unavailable in 3.7, cf. #356 breandan 2021-04-04 14:13:05 -0400
  • e17abbdabb fix changenotes breandan 2021-04-03 23:59:06 -0400
  • 5da53c603e update changes and readme acknowledging #353, #348 🎉 thanks @chylex! breandan 2021-04-03 21:08:09 -0400
  • 59e0082236 document ExternalUsage endpoints in README.md #354 breandan 2021-04-03 20:37:22 -0400
  • d2b1fb96dd move ExternalUsage tests to new class and add test cases for pattern and regex #354 breandan 2021-04-03 20:19:04 -0400
  • d5dfa95896 test whether listeners are notified post-disposal #354 breandan 2021-04-03 18:37:34 -0400
  • a109ff7fce notify listeners of Session disposal, cf. #354 breandan 2021-04-03 18:20:07 -0400
  • b33ae482b0 reimplements #307, cf. #354 breandan 2021-04-03 17:56:54 -0400
  • c6b70109da more reformatting breandan 2021-04-03 12:01:52 -0400
  • beb39c95c8 refactor, add EditorCache and reimplement Pinyin support breandan 2021-04-03 11:43:33 -0400
  • f675efbc12 Merge branch 'chylex-refactor-pr' breandan 2021-04-03 09:01:17 -0400
  • bce9a5f636 [WIP] Add quick jump mode chylex 2021-02-21 14:15:51 +0100
  • bfe0aa536e [WIP] Change plugin version chylex 2021-02-17 03:49:42 +0100
  • 2ca21b8423 [WIP] Work around weird highlight offset bug chylex 2021-02-21 07:03:05 +0100
  • 430bcf6883 [WIP] Remove word start jump to simplify chylex 2021-02-17 03:48:32 +0100
  • 092650af81 [WIP] Pressing Enter before typing query starts jump mode for character at caret chylex 2021-02-06 09:15:06 +0100
  • 2009123114 [WIP] Interactive modes chylex 2021-01-09 09:52:16 +0100
  • de19c0e0b8 Make Enter immediately tag search occurrences chylex 2021-01-16 17:24:19 +0100
  • 5021a07fb9 Remove tag visiting functionality chylex 2021-01-09 10:10:23 +0100
  • 1180547b06 Remove whole file search chylex 2021-01-16 01:14:54 +0100
  • d2ae335de1 Redesign tags and highlighting (padding, tag shadow, highlight outline) chylex 2021-01-17 19:02:27 +0100
  • 324296b55a Remove option for rounded tag corners chylex 2021-01-16 11:29:02 +0100
  • a4ebeffe05 Change default color scheme chylex 2021-01-18 21:25:09 +0100
  • 7716242e55 Swap editor shortcuts for searching line starts and indents chylex 2021-01-17 12:46:08 +0100
  • eb70ef5097 Add option to set minimum typed characters for tagging to simplify tags chylex 2021-01-16 01:14:54 +0100
  • 4d5a0b3e6a Fix occasional conflicts between tags and search query when assigning vacant results chylex 2020-12-23 03:28:30 +0100
  • eb1bbb2e03 Prevent editing document while AceJump is active chylex 2020-12-13 08:04:15 +0100
  • 74a65a6510 Make jump mode cycling wrap around & add shortcut to cycle modes in reverse chylex 2020-12-07 04:03:12 +0100
  • 2c08494a71 Add all regex search patterns to keymap chylex 2020-12-07 03:11:46 +0100
  • b61abee04d Major AceJump refactoring! chylex 2020-11-24 15:59:21 +0100
  • 89af38422a remove unnecessary options breandan 2021-03-04 23:01:51 -0500
  • 80f25c39b2 update versions breandan 2021-03-04 22:54:20 -0500
  • 2dacffd6d0 [WIP] Change plugin version experimental chylex 2021-02-17 03:49:42 +0100
  • 93b069ee21 [WIP] Remove word start jump to simplify chylex 2021-02-17 03:48:32 +0100
  • 8e09ab83d7 update to kotlin 1.5 and fix method reference breandan 2021-02-07 00:44:47 -0500
  • 23e177410b [WIP] Add progressive selection mode experimental-rework-progsel chylex 2021-02-06 11:00:40 +0100
  • 47a84da904 [WIP] Pressing Enter before typing query starts jump mode for character at caret chylex 2021-02-06 09:15:06 +0100
  • 2f6a5f2a23 [WIP] Interactive modes chylex 2021-01-09 09:52:16 +0100
  • 054f604f96 Add tag shadow & highlight outline, increase padding chylex 2021-01-18 21:14:50 +0100
  • 97a5de919f Change default color scheme chylex 2021-01-18 21:25:09 +0100
  • 9e73deef4f Swap editor shortcuts for searching line starts and indents chylex 2021-01-17 12:46:08 +0100
  • 26945c6e20 Make Enter immediately tag search occurrences chylex 2021-01-16 17:24:19 +0100
  • 1f8d6b8d6f Add horizontal padding to tags and tweak highlighting chylex 2021-01-17 19:02:27 +0100
  • 36c5fdcb45 Remove option for rounded tag corners chylex 2021-01-16 11:29:02 +0100
  • 4cd91a20e9 Remove tag visiting functionality chylex 2021-01-09 10:10:23 +0100
  • 983720dbb8 Remove whole file search chylex 2021-01-16 01:14:54 +0100
  • 91e285a3ff Add option to set minimum typed characters for tagging to simplify tags chylex 2021-01-16 01:14:54 +0100
  • 18bb6ddb9b Fix exception when regex occurrence highlight goes beyond the end of file chylex 2021-01-16 14:59:31 +0100
  • 6f950ecf95 Fix occasional conflicts between tags and search query when assigning vacant results chylex 2020-12-23 03:28:30 +0100
  • 49dd8ddaf6 [WIP] Simplify tags by only tagging if the search query has at 2 or more alnum characters (or other symbols) experimental-interactive-modes chylex 2021-01-16 01:14:54 +0100
  • 752e661bb7 [WIP] Make most actions always restore carets & tweak intention/refactor actions chylex 2021-01-16 00:23:45 +0100
  • a4eff1f5a6 [WIP] Add 'Clone/Move to Caret' actions and quick selection modes to 'Between Points' mode chylex 2021-01-16 00:18:23 +0100
  • 0e4caafbba [WIP] Implement shift mode for 'From Caret' and 'Between Points' modes chylex 2021-01-09 18:08:36 +0100
  • bf2cb0b0a1 [WIP] Fix selection overlaps in shift mode (again) chylex 2021-01-09 18:08:29 +0100
  • af10e87811 [WIP] Add 'Between Points' cycle mode chylex 2021-01-09 16:41:20 +0100
  • 8859498066 [WIP] Move 'Select to Caret' modes into an old style cycle-able AceJump mode chylex 2021-01-09 15:19:26 +0100
  • 76b751274b [WIP] Remove tag visiting functionality chylex 2021-01-09 10:10:23 +0100
  • 197ae268dc [WIP] Remove whole file search chylex 2021-01-09 09:52:16 +0100
  • a9df9b7970 bump gradlew breandan 2021-01-08 15:59:08 -0500
  • ffbb3747b4 [WIP] Remove currently broken multi-caret mode chylex 2021-01-04 22:56:13 +0100
  • 30a9ebb471 [WIP] Fix issue with caret/selection append modes chylex 2021-01-04 22:46:28 +0100
  • 31cfbcc940 [WIP] Replace 'Caret to...' sub-menu with Shift modifier for selection-based modes chylex 2021-01-04 22:24:38 +0100
  • 8891fd562a Fix occasional conflicts between tags and search query when assigning vacant results chylex 2020-12-23 03:28:30 +0100
  • d46cc80ccf [WIP] Make Shift mode add caret/selection to existing ones chylex 2020-12-23 02:57:13 +0100
  • 3507aebed0 [WIP] Refactor new modes chylex 2020-12-23 02:18:10 +0100
  • 2ef2d32f15 [WIP] Fix selection mode tooltip chylex 2020-12-22 04:26:20 +0100
  • 5400910c7d [WIP] Add caret selection variants to all selection-based modes chylex 2020-12-22 04:21:07 +0100
  • f08286cd8d [WIP] Add cut/copy/paste modes chylex 2020-12-22 04:19:07 +0100
  • 1ccab7cd32 [WIP] Add copy/paste modes chylex 2020-12-21 20:14:31 +0100
  • 53e882e752 Remove unnecessary method chylex 2020-12-21 19:41:47 +0100
  • 658c2062a7 [WIP] Add interactive modes for selection and deletion chylex 2020-12-21 06:03:54 +0100
  • 402517c412 Add 'Refactor' action chylex 2020-12-18 13:59:00 +0100
  • 5e1a6f47a1 Make selection jumps expand current selection chylex 2020-12-14 13:32:46 +0100
  • 42232fa0f2 Add multi-caret session mode chylex 2020-12-13 17:56:12 +0100
  • 56010a7128 Replace 'jump modes' with various actions activated by letters after typing a tag chylex 2020-12-12 19:55:18 +0100