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

Commit Graph

  • 4196ec5093
    Fix big O for visual block mode Alex Plate 2019-05-13 20:31:20 +0300
  • 49d28f1eeb
    WIP: Renaming file 'VisualSwapEndsBlockAction' with Kotlin extension Alex Plate 2019-05-13 20:27:21 +0300
  • 90640c9378
    WIP: Renaming file 'VisualSwapEndsAction' with Kotlin extension Alex Plate 2019-05-13 20:23:34 +0300
  • bf0e9fb107
    Inline vimForAllOrPrimaryCaret function Alex Plate 2019-05-13 16:19:05 +0300
  • eba0bf8f41
    Move VisualSelection to another package Alex Plate 2019-05-13 16:15:43 +0300
  • 66dc40f6e2
    [VIM-1655] Deleted in insert mode text is not yanked Alex Plate 2019-05-13 15:23:59 +0300
  • caa0caf297
    Scroll caret to next selection in multicaret plugin Alex Plate 2019-05-13 14:51:57 +0300
  • e6a36178ff
    Extract getKey method from ReadWrite properties Alex Plate 2019-05-13 14:45:38 +0300
  • 263cc2df2a
    Add Michael Ziwisky to contributors list Alex Plate 2019-05-13 13:45:12 +0300
  • da556e0546
    Merge pull request #194 from mziwisky/move-to-windows Alex Plate 2019-05-13 13:43:08 +0300
  • 3180ae1a41 map "<C-W><C-{H,J,K,L}>" to Window<Direction>Action Michael Ziwisky 2019-05-09 16:00:37 -0700
  • b3bf33f488
    Merge pull request #193 from citizenmatt/feature/cmdline-editing Alex Plate 2019-05-08 19:43:55 +0300
  • 58081ed0ef
    Fix broken test Alex Plate 2019-05-08 19:43:13 +0300
  • f80111299f
    Use '\n' separator for CmdHandler Alex Plate 2019-05-08 19:32:09 +0300
  • f5dd1722f5
    Fix separator related failed tests Alex Plate 2019-05-08 19:20:14 +0300
  • 4237ce9b3c
    Support multicaret for entering visual mode with count Alex Plate 2019-05-08 18:44:02 +0300
  • b3f3a307ba
    Support entering visual mode with count without previous visual operation Alex Plate 2019-05-08 17:39:33 +0300
  • 381e84e649
    Add docs to userDataCaretToEditor delegator Alex Plate 2019-05-08 17:01:21 +0300
  • 4ccddf839f
    Remove unnecessary caret user data Alex Plate 2019-05-08 16:46:04 +0300
  • f40ee92826
    Support enter visual mode with count Alex Plate 2019-05-08 16:42:16 +0300
  • 686c774e0f
    Add VimBehaviourDiffers for motion right tests Alex Plate 2019-05-08 16:08:39 +0300
  • 13b28e6f1c
    Save call for editor in IdeaSpecifics Alex Plate 2019-05-08 12:47:07 +0300
  • 7fe0609e9e
    Fix tests Matt Ellis 2019-05-08 07:05:58 +0100
  • b24aec26c0
    WIP: Renaming file 'VisualChange' with Kotlin extension Alex Plate 2019-05-07 20:27:34 +0300
  • c465d303e5
    Remove extra caret data Alex Plate 2019-05-07 18:08:49 +0300
  • 13e80db668
    Add comments to CaretData Alex Plate 2019-05-07 17:51:50 +0300
  • 712e3df4b8
    Add muted tests to dollar motion in visual block mode Alex Plate 2019-05-07 17:12:15 +0300
  • 98d22523be
    Merge branch 'master' into feature/cmdline-editing Matt Ellis 2019-05-07 12:32:25 +0100
  • 6326360595
    Update UI of ex output panel Matt Ellis 2019-05-07 12:29:50 +0100
  • 7cfbddfd35
    Remove unused editor actions Matt Ellis 2019-05-07 12:25:02 +0100
  • 92eb6dab2f
    Add information about @VimBehaviourDiffers annotation to CONTRIBUTE.md Alex Plate 2019-05-07 14:08:02 +0300
  • 7cebdc7270
    Add folding regions for IdeaSpecifics Alex Plate 2019-05-07 12:52:30 +0300
  • f9094223ba
    Add correct caret shape for lost focus Matt Ellis 2019-05-07 09:46:58 +0100
  • 849e0964ba
    Remove gap between ex label and text field Matt Ellis 2019-05-07 00:16:09 +0100
  • 096ed14978
    Add null-check for LaF listener Alex Plate 2019-05-06 14:52:10 +0300
  • d04196ec7c
    Use native selection for visual operations Alex Plate 2019-05-06 16:31:06 +0300
  • bf7f6054c6
    Get editor on action execution start Alex Plate 2019-05-06 15:08:39 +0300
  • afe745dc44
    Add null-check for LaF listener Alex Plate 2019-05-06 14:52:10 +0300
  • 5032bc4da7
    Add some comments to functions Alex Plate 2019-05-06 14:49:58 +0300
  • 10c19bbb94
    Move caret one char left (after selection) not in recursive way Alex Plate 2019-05-06 13:38:06 +0300
  • 7519eb1f43
    Move listeners to separate package Alex Plate 2019-05-06 12:20:15 +0300
  • 95b800638b
    Enter insert mode when enabling template without selection Alex Plate 2019-05-06 12:18:22 +0300
  • ff9a3a55e2
    Ensure current action processes next keystroke Matt Ellis 2019-04-30 20:56:59 +0100
  • 56b4e50aab
    Event is not null for before/after actionPerformed Alex Plate 2019-04-30 19:05:05 +0300
  • 32d513a74f
    Reset ex entry when lost focus due to mouse click Matt Ellis 2019-04-30 16:50:05 +0100
  • 8ce4768aa6
    Enable insert mode after surround with if action Alex Plate 2019-04-30 18:49:21 +0300
  • 13128d354d
    Remove redundant static call Alex Plate 2019-04-30 16:58:56 +0300
  • 31b41cacba
    Fix motion caret to the next line after changing full text Alex Plate 2019-04-30 16:33:31 +0300
  • ddaf190c3c
    Add file to define Idea-specific behaviour Alex Plate 2019-04-30 15:47:28 +0300
  • e873009aeb
    Disable listeners if IdeaVim was not enabled on editor creation Alex Plate 2019-04-30 14:44:39 +0300
  • 7ec3abb069
    Correctly set focus when handling cmode mapping Matt Ellis 2019-04-30 11:42:30 +0100
  • 5b628c2f48
    Use constants from TestUtil in VimTestCase Alex Plate 2019-04-30 13:19:12 +0300
  • dcb2300699
    Add test for removing indent in PyCharm Alex Plate 2019-04-30 12:29:57 +0300
  • cfd69d1603
    Stay in select mode in PyCharm after deleting indent Alex Plate 2019-04-30 11:35:45 +0300
  • f816bc23e9
    Create more complicated VimSelection structure. Support dollar motion Alex Plate 2019-04-29 16:46:30 +0300
  • 8601730dd8
    Add prompt when inserting digraphs and registers Matt Ellis 2019-04-29 14:12:19 +0100
  • 336342c72e
    [IDEA-211429] Directly enable insert mode for dialogs Alex Plate 2019-04-29 15:16:18 +0300
  • 357763ff55
    [VIM-1644] Update changelist Alex Plate 2019-04-29 15:09:49 +0300
  • 45b757697a
    Merge pull request #192 from danielemegna/VIM-1644 Alex Plate 2019-04-29 15:08:20 +0300
  • a9a0d6233e
    Merge pull request #191 from citizenmatt/feature/beep Alex Plate 2019-04-29 14:42:15 +0300
  • 91dbf51d8b
    Add Simon Rainer to contributors list Alex Plate 2019-04-29 14:01:29 +0300
  • af79066c26
    Merge pull request #179 from Vvalter/master Alex Plate 2019-04-29 13:59:15 +0300
  • c5f6676ac2
    Put tag tests to separate files Alex Plate 2019-04-29 13:56:42 +0300
  • 906d2a4168
    Insert register at caret location, instead of appending Matt Ellis 2019-04-29 10:46:28 +0100
  • b85b4a7f72
    Add Elliot Courant to contributors list Alex Plate 2019-04-29 13:26:30 +0300
  • 3b360c807e
    Merge pull request #188 from ECourant/feature/command Alex Plate 2019-04-29 13:21:53 +0300
  • d0bec7db4d
    Update copyright and make code more kotlin-specific Alex Plate 2019-04-29 13:07:57 +0300
  • 7af5d8debd
    Fix wrong copyright setting Alex Plate 2019-04-29 12:41:25 +0300
  • e7603a78d0
    Add tests for ex entry shortcuts Matt Ellis 2019-04-29 09:29:08 +0100
  • 3a728df3b1
    Ensure all shortcuts are seen by ex entry field Matt Ellis 2019-04-28 17:06:23 +0100
  • 417fa314b4 Fix VIM-1644: keep Visual and VisualBlock start-end values updated Daniele Megna 2019-04-27 17:18:57 +0200
  • 73cfd71bd4 Fixes successive tag block selection. Simon Rainer 2019-04-27 12:34:22 +0200
  • 3a092012bb Add some repeat action passing tests Daniele Megna 2019-04-27 11:25:56 +0200
  • 415abd13c9 Merge remote-tracking branch 'upstream/master' Simon Rainer 2019-04-26 17:18:08 +0200
  • e94eac77eb
    Show correct caret shape on command line Matt Ellis 2019-04-23 16:49:20 +0100
  • 25b11349a4
    Update list of cmdline editing commands Matt Ellis 2019-04-23 09:24:11 +0100
  • 4ea8e15710
    (VIM-1105) Adding support for command aliasing. Elliot Courant 2019-04-08 15:40:38 -0500
  • 890562e810
    Only beep once every half second Matt Ellis 2019-04-26 11:49:41 +0100
  • 9b4d38ed3c
    Rearrange VisualMotionGroup code Alex Plate 2019-04-25 17:19:36 +0300
  • 33c33431f9
    Update indent Alex Plate 2019-04-25 16:09:22 +0300
  • 53d3e0db88
    Remove useless function Alex Plate 2019-04-25 15:22:32 +0300
  • 94e4556bee
    Remove unnecessary user data (wasVisualBlock) Alex Plate 2019-04-25 14:56:15 +0300
  • 1ad9dd4a28
    Save caret position after cursor dragging Alex Plate 2019-04-25 14:47:14 +0300
  • e15f0e07dd
    Add some comments to VisualGroup Alex Plate 2019-04-25 13:29:42 +0300
  • eda734e728
    Add missing @NotNull annotation Alex Plate 2019-04-23 18:39:21 +0300
  • 205c6e9ed2
    Rename AddInlays action Alex Plate 2019-04-23 18:39:06 +0300
  • 5132327d62
    Merge pull request #159 from ikenox/search-action-by-shortcut-key Alex Plate 2019-04-25 12:09:09 +0300
  • 55e0200fb6
    Move caret to right place after gutter mouse selection Alex Plate 2019-04-25 11:45:55 +0300
  • fefd6699f3
    Select full line while visual line mode Alex Plate 2019-04-25 11:04:05 +0300
  • 963840612c
    Select full line while visual line mode Alex Plate 2019-04-24 21:07:16 +0300
  • fd8e567c60
    Format ChangeGroup Alex Plate 2019-04-24 20:26:55 +0300
  • 69d02b8abb
    Fix small typos in userData() functions Alex Plate 2019-04-24 17:09:08 +0300
  • ccf721fd6c
    Store vim selection start and end in VimSelection model Alex Plate 2019-04-24 12:52:40 +0300
  • 98c4bb2c4f fix broken tests Naoto Ikeno 2019-04-24 12:48:52 +0900
  • 55bd13c3f2
    Reorganize Visual- and MotionHandlers Alex Plate 2019-04-23 17:26:57 +0300
  • 95c5256fe3
    Fix failed tests Alex Plate 2019-04-23 16:06:01 +0300
  • f8de555032
    [VIM-1184] Store all vim settings only locally (except keymapping) Alex Plate 2019-04-23 15:49:33 +0300
  • 060d27f57a
    Move BlockParen tests to separate files Alex Plate 2019-04-23 13:23:43 +0300
  • 917d3a4ded
    Add Romain Gautier to contributors list Alex Plate 2019-04-23 12:53:53 +0300
  • 13b75dea27
    Merge pull request #189 from Nimamoh/VIM-1633 Alex Plate 2019-04-23 12:48:09 +0300