1
0
Fork 0

Commit Graph

  • 9a14fb87e3
    Set version to chylex-20 vim chylex 2024-03-27 13:53:41 +0100
  • d22bcc220e
    Update IdeaVim integration chylex 2024-03-27 13:53:25 +0100
  • 1f76a8bd25
    Set version to chylex-19 chylex 2023-12-29 21:03:22 +0100
  • 2e31ddd504
    Use top row remapping only for tags chylex 2023-12-29 21:03:09 +0100
  • 47a34f6f14
    Disable searching in the middle of a word unless Space is pressed when typing tag chylex 2023-12-29 12:16:40 +0100
  • 575283b2be
    Set version to chylex-18 chylex 2023-12-18 05:25:09 +0100
  • 8bb34d7f75
    Make editor fade opacity configurable chylex 2023-12-18 05:24:57 +0100
  • 8d1ef031d2
    Set version to chylex-17 chylex 2023-12-18 03:44:20 +0100
  • a9375ec414
    Remove unused code chylex 2023-12-18 03:44:01 +0100
  • b42112cc9e
    Do not try to tag folded regions chylex 2023-12-18 02:36:41 +0100
  • 8e42c82821
    Use distance from current caret for tag order chylex 2023-12-18 02:32:54 +0100
  • 48bcf9f284
    Add QWERTZ (CZ) layout that remaps top row to digits chylex 2023-12-18 00:58:16 +0100
  • 2681d9901f
    Change priority order of two-character tags chylex 2023-12-18 00:45:28 +0100
  • b13d629046
    Add option to set different colors for two-character tags chylex 2023-12-17 22:29:20 +0100
  • 92dcd033fb
    Make priority of unknown characters lower than known characters chylex 2023-12-17 21:49:24 +0100
  • fa3505b850
    Set version to chylex-16 chylex 2023-12-14 00:09:49 +0100
  • dacac684f0
    Make two-character tag prefixes customizable chylex 2023-12-14 00:09:27 +0100
  • e627db3a24
    Fix Shift mode not working when accepting a tag chylex 2023-12-13 22:50:38 +0100
  • 084d729baa
    Set version to chylex-15 chylex 2023-12-13 20:16:51 +0100
  • e01edccb5b
    Redesign tags to look like easymotion vim plugin chylex 2023-12-13 20:16:13 +0100
  • 655ccde60e
    Work around IntelliJ terminal plugin stealing Enter keys chylex 2023-12-13 17:48:23 +0100
  • eb2ea55fb8
    Rework tagging to match easymotion (no search query refinement, no double letter tags) chylex 2023-12-12 23:39:53 +0100
  • a6381a2a34
    Update Gradle to 8.5 and IntelliJ to 2023.3 chylex 2023-12-12 18:42:34 +0100
  • e005983d4c
    Set version to chylex-14 chylex 2023-11-17 08:56:03 +0100
  • 8f4d9748ad
    Scroll after jumping in vim mode chylex 2023-11-17 08:55:49 +0100
  • 76c6458ef4
    Re-add action to go to declaration after jump chylex 2023-11-17 08:52:46 +0100
  • 2f53e9da6d
    Update for IdeaVIM chylex-20 chylex 2023-11-17 08:52:23 +0100
  • 9921409aff
    Add buttons to reset colors to default values in Settings master chylex 2023-10-28 13:25:37 +0200
  • 3039b5fbb3
    Merge pull request #450 from chylex/pr/kotlin-stdlib breandan 2023-10-28 00:21:29 -0400
  • cb3d4559f9
    Do not bundle kotlin stdlib chylex 2023-10-27 20:38:19 +0200
  • 100001ffca
    Set version to chylex-13 chylex 2023-10-04 02:41:33 +0200
  • 184896a6cb
    Update for IdeaVIM chylex-16 chylex 2023-10-04 02:40:23 +0200
  • 8563400946
    Set plugin version to chylex-12 chylex 2023-07-28 08:00:44 +0200
  • d905909e31 attempt to fix #446 breandan 2023-09-16 16:34:46 -0400
  • 64c6956b88 add tmux plugins breandan 2023-08-28 21:12:52 -0400
  • b1a044dbf8 update change notes breandan 2023-08-28 17:27:29 -0400
  • e46cbe1d06 Merge remote-tracking branch 'origin/master' breandan 2023-08-28 17:09:18 -0400
  • f64e25a0a9 fixes #442 breandan 2023-08-28 17:09:12 -0400
  • eba043dfb2
    further instructions for locating `AceJump.xml` breandan 2023-08-25 20:54:44 -0400
  • a746b0a516
    add note about settings deserialization breandan 2023-08-25 09:33:49 -0400
  • 209b6c97b7 update versions breandan 2023-08-08 01:19:41 -0400
  • a07c61a384
    Fully depend on IdeaVIM and remake actions chylex 2023-07-28 07:49:23 +0200
  • e072003c5c
    Update dependency versions and gitignore chylex 2023-07-27 19:09:14 +0200
  • 3c89cd07b9 try @YannCebron's solution to #415, pt. II breandan 2023-07-26 22:08:35 -1000
  • 2ffcc2c57a try @YannCebron's solution to #415 breandan 2023-07-26 21:49:42 -1000
  • 56b1dfa9a9 quiet plugin verifier error breandan 2023-06-18 14:22:04 -0400
  • 48cadfef4c update versions, acknowledge @wuruofan breandan 2023-06-18 14:11:42 -0400
  • 6d47331c71
    Merge pull request #440 from wuruofan/master breandan 2023-06-18 13:45:42 -0400
  • 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 wuruofan 2023-06-12 16:33:35 +0800
  • e7e85a6944 update to gradle 8.2-rc-2 and new property assignment syntax breandan 2023-06-11 21:42:16 -0400
  • 1839efb59f update version breandan 2023-05-28 19:20:17 -0400
  • da913f61b6 Merge remote-tracking branch 'origin/master' breandan 2023-05-13 15:04:28 -0400
  • 7dd12a0457 fixes #431 breandan 2023-05-13 14:59:39 -0400
  • dae7bd8fa4 fixes #431 breandan 2023-05-13 14:59:39 -0400
  • 7d39ea2fef fixes #429 breandan 2023-04-28 16:55:42 -0400
  • 64ad5039f2 update versions breandan 2023-03-28 23:58:45 -0400
  • fb3bfa068e try increasing heap size to appease teamcity? breandan 2023-03-01 14:19:57 -0500
  • c52f046a6f switch to K2 compiler breandan 2023-02-14 00:21:43 -0500
  • ba739501e8 use BGT and migrate awt.Color to JBColor breandan 2023-02-13 18:45:18 -0500
  • e939479368 fixes #426 breandan 2023-02-13 16:36:21 -0500
  • 1c604ce03c update versions breandan 2023-02-09 16:10:41 -0500
  • 8062cf5cab
    Update dependency versions chylex 2023-01-09 07:19:07 +0100
  • 099c852e32 Merge remote-tracking branch 'origin/master' breandan 2022-12-29 16:38:27 +1100
  • 6642eff1e0 update versions breandan 2022-12-29 16:38:21 +1100
  • 73ba06b296
    remove duplicate breandan 2022-12-25 17:18:14 +1300
  • 9507496092
    add Tridactyl breandan 2022-12-25 17:17:30 +1300
  • 99e0a50884 fixes #417 breandan 2022-12-19 21:30:27 +1300
  • c070b211e3 update to latest IDE version breandan 2022-11-30 19:43:24 -0500
  • 6a2b5dd422 update build script breandan 2022-11-27 14:05:06 -0500
  • b7024842ba add leap and lightspeed breandan 2022-10-13 22:49:12 -0400
  • 4831f38b34 update versions and remove unnecessary build instructions breandan 2022-08-22 11:08:56 -0400
  • 07014455e6
    Merge pull request #410 from AlexPl292/master breandan 2022-08-22 10:59:32 -0400
  • ab6c6a702b
    Add ids to editor action handlers Alex Plate 2022-08-17 08:20:04 +0300
  • 8b9e8bb89b
    Merge pull request #409 from colossatr0n/patch-1 breandan 2022-07-24 15:35:48 -0400
  • 6c6544cf47 update versions breandan 2022-07-15 23:47:12 -0400
  • 7fe9d13f48
    Update README.md to specify normal mode mapping for vim-sneak like behavior. colossatr0n 2022-07-12 14:23:17 -0600
  • 9151ee376c
    Set plugin version to chylex-11 chylex 2022-06-18 21:01:23 +0200
  • 19ce1c69fd
    Improve tag order for non-QWERTY layouts chylex 2021-11-17 08:04:19 +0100
  • f2a053505c
    Remove no longer necessary actions chylex 2021-11-17 07:59:14 +0100
  • 647cfb14f1
    Remove unused code chylex 2021-11-16 12:21:11 +0100
  • c31ba60909
    Implement a customized Vim easymotion plugin chylex 2021-11-14 21:06:18 +0100
  • f1f9ec5974 fixes #408 breandan 2022-06-28 17:53:44 -0700
  • 9c60a8a4ba
    Update build.gradle IDEA & plugin versions chylex 2021-11-14 15:11:19 +0100
  • 1e8b7d7963
    Remove Kotlin stdlib from distribution chylex 2021-11-15 22:06:27 +0100
  • 5271d97c00 new kotlin version breandan 2022-06-09 00:55:13 -0700
  • 872a99c84c update versions breandan 2022-05-30 07:25:01 -0700
  • f8b2db5090
    Merge pull request #407 from huoguangjin/master breandan 2022-05-16 19:53:40 -0400
  • 5f0965c921
    update versions breandan 2022-05-16 19:52:12 -0400
  • 5ee0245f0b Add a test case to ensure that other highlighters are not removed #406 guangjinhuo 2022-04-28 17:30:37 +0800
  • 176d450855 Remove only the highlighters added by AceJump when the jump session ends #406 guangjinhuo 2022-04-23 15:20:23 +0800
  • 1341c6aff4
    update version breandan 2022-04-12 12:05:48 -0400
  • 0b0622dcdf update anyascii and remove jitpack, fixes anyascii/anyascii#6 breandan 2022-04-07 04:00:14 -0400
  • 929b08e9d0 update versions breandan 2022-04-05 01:47:41 -0400
  • 54ea6ac9c1
    Merge pull request #401 from colossatr0n/vim-sneak-bounded-toggle-actions breandan 2022-03-27 12:18:56 -0400
  • e477a487a2 Add bounded toggle mode classes to start jump mode before the caret or after the caret. colossatr0n 2022-03-27 10:05:42 -0600
  • f56dc3d457 fixes #399 breandan 2022-03-26 14:39:21 -0400
  • 0befd7895e update versions breandan 2022-03-26 14:34:43 -0400
  • df94f4ce2a update buildscript as per https://youtrack.jetbrains.com/issue/IDEA-278926#focus=Comments-27-5881199.0-0 breandan 2022-03-26 14:26:17 -0400
  • 978edff59e update versions and change notes, acknowledge @delphinaubin breandan 2022-03-14 12:42:52 -0400
  • f9938590fb
    Merge pull request #398 from delphinaubin/add-azerty-key-layout breandan 2022-03-14 12:36:06 -0400