1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-19 04:42:46 +02:00

Commit Graph

  • 61fd67472b
    Extract completed mapping sequence handling Matt Ellis 2019-12-19 11:07:40 +0000
  • be0bee672e
    Merge pull request #213 from hajdamak/VIM-664-fix Alex Plate 2019-12-19 11:26:53 +0300
  • 105c073e1f
    Extract unfinished mapping sequence handling Matt Ellis 2019-12-18 18:03:23 +0000
  • b695e3c646 Fix usage of invalid path separator Rafał Hajdacki 2019-12-18 14:09:40 +0100
  • 33840dc5cd
    Add info about [Version Update] YouTrack tag Alex Plate 2019-12-18 10:58:31 +0300
  • 255f2f59fc
    Update changelist 0.54.1-EAP Alex Plate 2019-12-12 12:38:20 +0300
  • 200f3484b6
    Move current arg type state to per-editor Matt Ellis 2019-10-14 03:02:29 +0100
  • 6a40eb48fe
    Remove forward search state Matt Ellis 2019-10-13 22:53:56 +0100
  • fb3e9ce9f3
    Move captured keys to per-editor state Matt Ellis 2019-10-13 16:02:58 +0100
  • 91865460a2
    Move DigraphResult to top level class Matt Ellis 2019-10-06 01:07:48 +0100
  • 644afe541e
    Move <BS> digraph state to DigraphSequence Matt Ellis 2019-10-06 01:04:19 +0100
  • 232303f06a
    Refactor to maintain digraph state at all times Matt Ellis 2019-10-06 00:53:59 +0100
  • 280845610b
    Move digraph sequence state to per-editor Matt Ellis 2019-12-10 19:30:17 +0000
  • 6108c9d6d2
    [VIM-1284] Allow mapping numbers Matt Ellis 2019-12-10 14:56:06 +0000
  • ce04e995ee
    Move command count state per editor Matt Ellis 2019-12-08 00:21:18 +0000
  • d7fca09f0a
    Update changes Alex Plate 2019-12-10 10:37:26 +0300
  • 917b77c8ad
    Remove unused ifs Alex Plate 2019-12-10 10:18:54 +0300
  • a2cd8ec19c
    Add left/right to the list of keys working with lookup Alex Plate 2019-12-10 10:12:51 +0300
  • 6300d39065
    Another approach to handle with warnings Alex Plate 2019-12-06 18:52:15 +0300
  • 2457079724
    Fix some code smells Alex Plate 2019-12-06 18:31:06 +0300
  • ba84e723e8
    Remove unused option type Alex Plate 2019-12-06 18:23:27 +0300
  • bf75e75d6f
    ListOption can't return null anymore Alex Plate 2019-12-06 18:17:42 +0300
  • c3183a8bd7
    Replace string buffer with string builder Alex Plate 2019-12-06 18:14:59 +0300
  • 7c162fc7ed
    Fix some possible exceptions Alex Plate 2019-12-06 18:14:35 +0300
  • 529c5ac8d7
    Fix isPuncf method Alex Plate 2019-12-06 18:11:42 +0300
  • 60e619e45e
    ExPanel doesn't return null Alex Plate 2019-12-06 17:55:59 +0300
  • a89bdcdd3b
    Fix exception with d: Alex Plate 2019-12-06 16:36:28 +0300
  • 09fbdf5541
    Make test extension private Alex Plate 2019-12-06 15:11:09 +0300
  • 0b517671cb
    Make some argument collections immutable Alex Plate 2019-12-05 17:27:14 +0300
  • a15dc3ed60
    Suppress some inspections Alex Plate 2019-12-05 12:58:32 +0300
  • b7d60f4cb5
    Fix tests Alex Plate 2019-12-04 16:19:16 +0300
  • 82a331a940
    VIM-1362 Search with confirm scroll down far enough Alex Plate 2019-12-04 16:05:11 +0300
  • c31e688f11
    Suppress deprecation Alex Plate 2019-12-04 15:49:47 +0300
  • 0c887027d3
    Suppress some deprecations Alex Plate 2019-12-04 12:44:18 +0300
  • 7c7df85d1a
    Perform partial reset after autocomplete Alex Plate 2019-12-03 13:21:49 +0300
  • a7c025d927
    Add Enter to the list of keys that are not processed with active lookup Alex Plate 2019-12-03 12:50:33 +0300
  • 424598b92f
    Split plugin.xml into several files Alex Plate 2019-12-03 12:46:57 +0300
  • dc713c477b
    Disable down/up keys for lookup Alex Plate 2019-12-02 15:57:08 +0300
  • 7e71edaee2
    Suppress wrong error Alex Plate 2019-12-02 15:49:20 +0300
  • 3f8925cbb0
    VIM-1853 Fix marks for disposable projects Alex Plate 2019-12-02 15:46:05 +0300
  • 5f9e24b314
    VIM-1855 Fix initialization error Alex Plate 2019-12-02 10:56:08 +0300
  • dcd799ad85
    Comment deprecated method Alex Plate 2019-12-02 10:48:30 +0300
  • ff0d7a4345
    Update initialization logic Alex Plate 2019-11-29 15:17:50 +0300
  • d68bad313e
    VIM-1854 Fix i_Ctrl-T Alex Plate 2019-11-29 12:33:08 +0300
  • bd09917396
    Remove async startup and different small optimizations Alex Plate 2019-11-29 11:46:34 +0300
  • eeaa2fe882
    Update idea and kotlin version Alex Plate 2019-11-29 10:48:13 +0300
  • 32ac0e77fa
    Fix mark Alex Plate 2019-11-28 19:44:10 +0300
  • 947a1aa9f5
    Update changes Alex Plate 2019-11-28 19:40:54 +0300
  • 17a87f80e3
    All keys are allowed during the lookup except TAB Alex Plate 2019-11-28 19:38:46 +0300
  • 59f4dc8c78
    Surround and Commentary extensions can be repeated with a dot command Alex Plate 2019-11-28 18:58:58 +0300
  • 6434a06c08
    Convert commentary extension test to kt Alex Plate 2019-11-28 18:23:44 +0300
  • 6133ab509d
    Rename .java to .kt Alex Plate 2019-11-28 18:23:43 +0300
  • 572a96328a
    CTRL-A accepts all sizes of number Alex Plate 2019-11-28 18:08:02 +0300
  • a7ac3bec7f
    Reset keyHandler state before the command execution Alex Plate 2019-11-28 15:56:06 +0300
  • 3e78f50a76
    Create commandState helper function Alex Plate 2019-11-28 14:42:57 +0300
  • a4843e57cb
    Remove REPEAT mode Alex Plate 2019-11-28 13:31:57 +0300
  • d6d90dda58
    Rename FLAG_NO_REPEAT to FLAG_NO_REPEAT_INSERT Alex Plate 2019-11-28 13:02:49 +0300
  • c92c5e234c
    Convert some classes to kt Alex Plate 2019-11-27 15:30:56 +0300
  • 987f06d518
    Rename .java to .kt Alex Plate 2019-11-27 15:30:02 +0300
  • eaf7476785
    Refactor repeat action Alex Plate 2019-11-27 11:42:08 +0300
  • 3b39656280
    Kotlin is a preferred language for IdeaVim Alex Plate 2019-11-28 12:13:15 +0300
  • 5c559f921d
    [VIM-1847] Add option to remove the status bar icon Alex Plate 2019-11-27 11:00:33 +0300
  • 77f6b3fcb8
    Show the plugin version for internal mode Alex Plate 2019-11-26 15:55:33 +0300
  • f56ed7fd50
    Update status bar popup location Alex Plate 2019-11-26 13:22:20 +0300
  • a470b579a9
    Fix exception Alex Plate 2019-11-26 11:55:54 +0300
  • a2eb7d44c0
    Fix turn off and on plugin Alex Plate 2019-11-26 11:29:32 +0300
  • dfc83a7aea
    Update ktdocs Alex Plate 2019-11-25 19:38:04 +0300
  • 71686e45e3
    [EA-211536] Fix exception by aliasing Alex Plate 2019-11-25 19:31:17 +0300
  • b0ac35a51b
    Update changes Alex Plate 2019-11-25 18:59:44 +0300
  • d836320b31
    [VIM-1845] Show action group popups Alex Plate 2019-11-25 18:50:00 +0300
  • 19e7c058c3
    Convert VimShortcutKeyAction to kt Alex Plate 2019-11-25 14:16:58 +0300
  • f1ae3607e4
    Rename .java to .kt Alex Plate 2019-11-25 14:16:57 +0300
  • d03bfaeb53
    Convert action package to kt Alex Plate 2019-11-25 14:05:23 +0300
  • 33f363cb31
    Rename .java to .kt Alex Plate 2019-11-25 14:05:23 +0300
  • cdb87b6a70
    Convert file package to kt Alex Plate 2019-11-25 13:59:27 +0300
  • b5497d83a9
    Rename .java to .kt Alex Plate 2019-11-25 13:59:26 +0300
  • 802b7c33b6
    Convert copy package to kt Alex Plate 2019-11-25 13:36:00 +0300
  • bb4f81fb84
    Rename .java to .kt Alex Plate 2019-11-25 13:35:59 +0300
  • 10a02e98e9
    Update CHANGES Alex Plate 2019-11-25 13:27:44 +0300
  • 32075ef758
    Update set-commands doc Alex Plate 2019-11-25 12:21:07 +0300
  • 998073ac7f
    Convert shift package to kt Alex Plate 2019-11-25 12:13:55 +0300
  • 93c7a5bdd2
    Rename .java to .kt Alex Plate 2019-11-25 12:13:55 +0300
  • 3fb2ce47e9
    Convert insert package to kt Alex Plate 2019-11-25 12:04:57 +0300
  • 61a8217d83
    Rename .java to .kt Alex Plate 2019-11-25 12:04:56 +0300
  • ad5e4341fa
    Convert delete package to kt Alex Plate 2019-11-25 11:57:42 +0300
  • 5b192795e6
    Rename .java to .kt Alex Plate 2019-11-25 11:57:42 +0300
  • 5db9c5d31e
    Convert change package to kt Alex Plate 2019-11-25 11:36:29 +0300
  • ff469a386e
    Rename .java to .kt Alex Plate 2019-11-25 11:36:29 +0300
  • 3a90cf0e7b
    Convert number package to kt Alex Plate 2019-11-25 11:31:27 +0300
  • 07dbad8c70
    Rename .java to .kt Alex Plate 2019-11-25 11:31:27 +0300
  • e8ba919661
    Update CHANGES Alex Plate 2019-11-22 19:52:44 +0300
  • 390d92b16f
    Fix bindings for active lookup Alex Plate 2019-11-22 19:37:52 +0300
  • d45d56f330
    Find action by id without all actions initiation Alex Plate 2019-11-22 17:32:28 +0300
  • 2e7cde3ca5
    Replace TODO with TO BE IMPLEMENTED in info file Alex Plate 2019-11-22 16:55:49 +0300
  • 0594ea0b98
    Convert macro package to kt Alex Plate 2019-11-22 16:25:44 +0300
  • 37d09781b4
    Rename .java to .kt Alex Plate 2019-11-22 16:25:43 +0300
  • b0f3a0ea30
    Convert motion package to kt Alex Plate 2019-11-22 15:29:31 +0300
  • 8282abf264
    Rename .java to .kt Alex Plate 2019-11-22 15:29:31 +0300
  • 4153b58502
    IJ wants properties to be in other order Alex Plate 2019-11-22 14:43:27 +0300
  • b62b940cd4
    Make kt library compileOnly Alex Plate 2019-11-22 14:39:45 +0300