1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-18 17:46:02 +01:00

Commit Graph

  • 70270830dc
    Add badge for 2019.2 tests Alex Plate 2019-10-15 18:56:32 +0300
  • d57f465e60
    Add IdeaVim icon Alex Plate 2019-10-15 18:43:32 +0300
  • 03c38e3454
    [VIM-1804] Correct disabling and enabling IdeaVim Alex Plate 2019-10-15 18:14:02 +0300
  • be7d632cba
    Disable IdeaVim while AceJump is active. Alex Plate 2019-10-14 17:05:18 +0300
  • 8c0a85abf4
    Vim script supports evaluating of integers Alex Plate 2019-10-14 12:44:08 +0300
  • 497e8c06f1
    Create getter for last direction Alex Plate 2019-10-10 19:35:04 +0300
  • c1bf84605c
    Make findAll function public Alex Plate 2019-10-10 18:32:14 +0300
  • e362f12394
    Add comment for toRegex function Alex Plate 2019-10-10 16:29:51 +0300
  • 02d201a2f1
    Parse the scope of let expression Alex Plate 2019-10-10 16:28:12 +0300
  • 48915cc6ad
    Print iskeyword value as a regex string Alex Plate 2019-10-09 18:20:16 +0300
  • 02b065cc2c
    Extensions can use linewise selection Alex Plate 2019-10-08 14:36:20 +0300
  • a255597bc0
    Fix exception Alex Plate 2019-10-08 10:37:11 +0300
  • 29858e8b10
    Do not handle plugin incomplete mappings Alex Plate 2019-10-08 10:31:47 +0300
  • 972cfb265b
    Change MapHandler formatting Alex Plate 2019-10-04 18:46:30 +0300
  • 5e8a3afe61
    Provide correct mapping names Alex Plate 2019-10-04 18:45:46 +0300
  • 700decb2e0
    Update mappings handler for properly handler intersecting mappings. Alex Plate 2019-10-02 18:44:43 +0300
  • 8368055397
    Registrar should be written in java due to capability problems Alex Plate 2019-10-01 20:33:00 +0300
  • 0d0f1f1c0c
    External plugins can now contribute to vimExtension Alex Plate 2019-10-01 19:59:41 +0300
  • db68ae5cea
    Add tests for extension in op mode Alex Plate 2019-10-01 10:15:44 +0300
  • 0fd7c4aa4f
    Clean up Alex Plate 2019-09-30 19:46:40 +0300
  • 8592e6ef60
    Plugins can act as an operator Alex Plate 2019-09-30 18:25:38 +0300
  • e9fb02220a
    Update api of ListenerSuppressor Alex Plate 2019-09-30 17:54:10 +0300
  • aa54a0cd98
    Execute mapping in sync way Alex Plate 2019-09-30 16:12:58 +0300
  • eb724c8753
    Fix yy command Alex Plate 2019-09-27 22:11:28 +0300
  • 1bb0caa704
    Fix dd for empty line Alex Plate 2019-09-27 17:46:00 +0300
  • 5bf2bc4a7b
    Reformat Command Alex Plate 2019-09-27 14:56:24 +0300
  • 70fd7ef89d
    operator-W doesn't affect the next line Alex Plate 2019-09-26 15:31:05 +0300
  • 50d8e79571
    Use fail function from kotlin Alex Plate 2019-09-26 14:47:36 +0300
  • c236ddd967
    Add docs to Nodes Alex Plate 2019-09-26 11:25:49 +0300
  • b551518911
    Add additional checks for command consistency Alex Plate 2019-09-25 20:09:21 +0300
  • 1be49b06f3
    Fix processing of / and ? commands Alex Plate 2019-09-25 19:17:46 +0300
  • 200a9c6318
    Update key handling process Alex Plate 2019-09-19 19:42:22 +0300
  • 9f10106d75
    Use only one handler to process @@ and @: commands Alex Plate 2019-09-25 20:00:23 +0300
  • 6d4ff752a0
    Double commands are processed in original way Alex Plate 2019-09-25 14:56:36 +0300
  • 29ecae66a9
    Make baseExecute as final method Alex Plate 2019-09-25 13:20:16 +0300
  • 9c5f50d0a6
    Move change motion tests to the separate file Alex Plate 2019-09-25 13:02:49 +0300
  • 8fcc9ac1e2
    Some fixes on change motion actions. Alex Plate 2019-09-19 14:21:48 +0300
  • 8d83b3b1e7
    Remove parameter from getMotionRange Alex Plate 2019-09-24 17:13:20 +0300
  • 155570b6bf
    Remove unused flag Alex Plate 2019-09-24 16:44:12 +0300
  • 831dc35935
    Update processing of text objects Alex Plate 2019-09-24 16:42:46 +0300
  • b641f1b67c
    Motion command should explicit define inclusive / exclusive Alex Plate 2019-09-24 15:24:39 +0300
  • 3c4906b8ac
    Get rid of useless FLAG_MOT_EXCLUSIVE Alex Plate 2019-09-23 17:31:17 +0300
  • a575bc92cc
    Correctly process d_ command Alex Plate 2019-09-18 22:07:07 +0300
  • 7794e9ccd2
    Fix undo mapping Alex Plate 2019-09-18 21:28:28 +0300
  • 4f5301a7e0
    Fix mapping for undo action Alex Plate 2019-09-17 14:42:11 +0300
  • 6842936a75
    Add state for awaiting for digraph (or char) input Alex Plate 2019-09-17 12:14:28 +0300
  • a0bf6599fa
    Add comment for command flags option Alex Plate 2019-09-14 01:02:06 +0300
  • c0384949a3
    Add javadoc for key mapping Alex Plate 2019-09-13 13:06:45 +0300
  • 371f4b128e
    Rename EX_ENTRY to CMD_LINE mode Alex Plate 2019-09-11 22:06:55 +0300
  • 29fc776293
    Remove NONE argument Alex Plate 2019-09-11 22:03:55 +0300
  • bbdf87190c
    Extract node argument into the separate variable Alex Plate 2019-09-11 21:55:42 +0300
  • 02a448f284
    Convert command nodes to kt Alex Plate 2019-09-11 21:39:02 +0300
  • 8665878b04
    Remove useless FLAG_OP_PEND flag Alex Plate 2019-09-11 21:01:32 +0300
  • c23812941b
    Clean up Argument class Alex Plate 2019-09-11 18:33:09 +0300
  • fdac774745
    Convert FilterMotionAction to kt Alex Plate 2019-09-11 18:30:39 +0300
  • 0a38b65ded
    WIP: Renaming file 'FilterMotionAction' with Kotlin extension Alex Plate 2019-09-11 18:29:09 +0300
  • a7f44c8dd1
    Revert "Temporally disable multithread startup" Alex Plate 2019-09-17 18:32:12 +0300
  • 2444bd3c2d
    Update Changes.md Alex Plate 2019-09-17 18:29:36 +0300
  • 27f74844cc
    Update changes Alex Plate 2019-09-17 18:27:56 +0300
  • d041712bd8
    Run manual tests 0.53.1-EAP Alex Plate 2019-09-17 18:13:08 +0300
  • ef0f2024c2
    Update changes Alex Plate 2019-09-17 18:09:08 +0300
  • bef3b3ba62
    Temporally disable multithread startup Alex Plate 2019-09-17 17:49:11 +0300
  • 037aee7c59
    Make kotlin jvm 1.8 compatible. Alex Plate 2019-09-17 11:07:09 +0300
  • 0e3c13099b
    Do not use external APP_CONFIG variable Alex Plate 2019-09-17 10:36:18 +0300
  • 8e3515bc34
    Clear definition of commands used to enabled plugins Alex Plate 2019-09-09 14:03:12 +0300
  • c736de7875
    Deprecate local storage due to bug in storage settings Alex Plate 2019-09-06 18:45:12 +0300
  • 42375d143e
    [VIM-1772] Fix last character for :y command Alex Plate 2019-09-04 17:30:34 +0300
  • 7e6d7aed20
    Add some docs to controlNonVimSelection method Alex Plate 2019-09-04 16:07:31 +0300
  • ea68d0c28f
    Enter correct caret shape after new mode entering Alex Plate 2019-09-04 16:00:14 +0300
  • 9cc82aedf2
    Join exit visual functions Alex Plate 2019-09-04 15:13:10 +0300
  • c52abce656
    Fix small problem with "wrap with if" Alex Plate 2019-09-04 13:07:22 +0300
  • 65d8368ad4
    Update changes Alex Plate 2019-09-04 11:48:35 +0300
  • cf2f223ad4
    [VIM-1781] Fix yanking with $ motion Alex Plate 2019-09-04 11:30:24 +0300
  • daae1aec6c
    [VIM-1785][VIM-1731] Fix yanking to clipboard Alex Plate 2019-09-03 18:41:38 +0300
  • 59bcd24c47
    Make actions loading async Alex Plate 2019-09-02 16:54:37 +0300
  • 44e224489b
    Update action registration Alex Plate 2019-09-02 15:45:17 +0300
  • 8134e0223f
    Disable async initialization Alex Plate 2019-09-02 14:44:20 +0300
  • 482249a05b
    Convert ex commands to extension points Alex Plate 2019-09-02 14:34:14 +0300
  • d0998dc093
    Do not register sticky balloon Alex Plate 2019-09-02 14:06:25 +0300
  • 848bb01c10
    Get rid of VimActionBean Alex Plate 2019-09-02 12:15:33 +0300
  • e39eb76aca
    Remove id and text from actions Alex Plate 2019-09-02 11:56:20 +0300
  • d6d2a55747
    Use handlers directly (without actions) Alex Plate 2019-09-02 11:33:46 +0300
  • 355fa1a622
    Migrate methods from VimCommandAction to handlers Alex Plate 2019-08-30 18:48:49 +0300
  • fb007b8835
    Move action settings to handler Alex Plate 2019-08-30 18:10:14 +0300
  • 256f5fcd0e
    Handlers do not execute EditorActionHandler anymore Alex Plate 2019-08-30 16:55:07 +0300
  • e698c950a3
    VimCommandActionBase doesn't extend EditorAction anymore Alex Plate 2019-08-30 14:59:36 +0300
  • d0b9c3c118
    Make action in command not nullable Alex Plate 2019-08-30 12:56:37 +0300
  • 24358ca1a9
    [A2EP] Add method to find vim action by id Alex Plate 2019-08-29 18:40:40 +0300
  • 6a21c94a0c
    [A2EP] Execute actions w/o using executeAction Alex Plate 2019-08-29 17:07:26 +0300
  • 2d39a1e4b8
    [A2EP] Move some actions to the level of VimActionBase Alex Plate 2019-08-29 16:52:28 +0300
  • e97a8da721
    [A2EP] Remove action id from command tree Alex Plate 2019-08-29 14:20:30 +0300
  • 665aaa3af9
    [A2EP] Create "native actions" Alex Plate 2019-08-29 14:08:24 +0300
  • 17fe1da4ed
    [A2EP] Convert actions into extension point Alex Plate 2019-08-29 12:55:59 +0300
  • cb6c94b4f9
    Transform all groups into application services Alex Plate 2019-07-08 15:59:14 +0300
  • 6fd6765bee
    Initialize IdeaVim components on non-EDT Alex Plate 2019-08-28 17:42:47 +0300
  • 66b7019da9
    Update kotlin plugin to 1.3.50 Alex Plate 2019-08-27 14:19:54 +0300
  • 2c11624e32
    Merge pull request #208 from citizenmatt/bug/search-highlights Alex Plate 2019-09-03 14:06:19 +0300
  • e44d7e6d49
    Update CHANGES.md Matt Ellis 2019-09-02 17:52:53 +0100
  • 261911f6de
    [VIM-1773] Provide fall back error stripe colour Matt Ellis 2019-09-02 17:37:44 +0100
  • fe714a9003
    Move caret during incsearch to match Vim behaviour Matt Ellis 2019-09-02 17:05:27 +0100