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

Commit Graph

  • ae97fbbcc3
    WIP: Renaming file 'PutVisualTextAction' with Kotlin extension Alex Plate 2019-05-28 15:05:45 +0300
  • 7ef381f1a4
    Make 192-EAP-SNAPSHOT as a default idea version Alex Plate 2019-05-31 19:02:43 +0300
  • 70fad46534
    Fill CHANGES.MD with fixed bugs Alex Plate 2019-05-31 17:51:28 +0300
  • cb8d253dc5
    Fix compilation for IC-2019.1 Alex Plate 2019-05-31 16:48:54 +0300
  • cacab1e039
    Make companion object private in VisualOperatorActionHandler Alex Plate 2019-05-28 12:48:07 +0300
  • 0bf49ebe9a
    Event could be null in IdeaSpecifics Alex Plate 2019-05-27 15:30:49 +0300
  • fa9b1933fa
    Merge pull request #186 from JetBrains/VIM-510 Alex Plate 2019-05-31 12:17:08 +0300
  • 444f676d2d
    Move connection to message but in IdeaSpecifics to EventFacade Alex Plate 2019-05-30 12:39:03 +0300
  • 2ccba4b345
    Remove @Deprecated from TextRange class Alex Plate 2019-05-30 12:34:25 +0300
  • 0b76e86ace
    Create different method for isVisualBlock and isBlockSubMode Alex Plate 2019-05-30 12:26:13 +0300
  • f40a86e744
    Refactorings after review Alex Plate 2019-05-30 12:18:42 +0300
  • 5b594a4a7b
    Fix bad visual -> motion refactoring Alex Plate 2019-05-30 12:16:59 +0300
  • ea857b9c7b
    Fix single execution for visual operation Alex Plate 2019-05-28 15:44:04 +0300
  • 14a11f06e5
    Merge pull request #196 from citizenmatt/VIM-1061 Alex Plate 2019-05-27 15:55:07 +0300
  • 987c89774c
    VIM-1061 Explicitly register shortcuts for digraphs Matt Ellis 2019-05-24 15:34:21 +0100
  • 52d0c44014
    Fix enter action for select mode Alex Plate 2019-05-24 15:43:21 +0300
  • e70d188b82
    Add logging for visual operations Alex Plate 2019-05-24 15:13:37 +0300
  • 9419c4b796
    Fix gq (reformat code) action Alex Plate 2019-05-24 14:52:36 +0300
  • 58c6aba6af
    Move all special keys handlers to single file Alex Plate 2019-05-24 12:00:40 +0300
  • d09ae1a66e
    Fix bad refactoring Alex Plate 2019-05-24 11:54:05 +0300
  • 12717d13de
    Make VisualStartFinishWrapper private Alex Plate 2019-05-24 11:52:04 +0300
  • b363a05a7d
    Remove caretMergingListener in finally block Alex Plate 2019-05-24 11:51:12 +0300
  • 318515db6f
    Rename Util to Helper Alex Plate 2019-05-24 11:46:08 +0300
  • da7ff06734
    Rename acontinue* to acontinue* Alex Plate 2019-05-24 11:41:40 +0300
  • 86f4a2743a
    Remove some items from CONTRIBUTING Alex Plate 2019-05-24 11:38:42 +0300
  • f86a1a0002
    Hide alwaysBatchExecution property from inheritors Alex Plate 2019-05-24 11:01:15 +0300
  • e5d4a5f061
    Put ShiftedArrowKeyHandler to ShiftedSpecialKeyHandler Alex Plate 2019-05-23 22:23:52 +0300
  • 7be884b138
    Remove FLAG_FORCE_LINEWISE and FLAG_FORCE_VISUAL flags Alex Plate 2019-05-23 18:06:11 +0300
  • 4eacdeec5e
    Check if caret valid before adjusting selection Alex Plate 2019-05-23 16:09:28 +0300
  • 8a9a5919f2
    Reset handler after exiting visual mode during tab switch Alex Plate 2019-05-23 15:46:51 +0300
  • 442883c377
    Make Command data class Alex Plate 2019-05-23 15:26:49 +0300
  • 33939917c0
    Print actionId of visual command to log Alex Plate 2019-05-22 14:59:51 +0300
  • e1721bf337
    Handle backspace via vim with active lookup Alex Plate 2019-05-21 16:53:52 +0300
  • 5081ede268
    [VIM-1666] properly handling of digraphs after pressing backspace Alex Plate 2019-05-21 15:50:40 +0300
  • 393416a925
    Format KeyHandler file Alex Plate 2019-05-21 15:49:00 +0300
  • 34ec791ba3
    Add VimOptionDefault to docs Alex Plate 2019-05-21 12:25:27 +0300
  • f4b80d4d80
    Add docs to VimListOptionTestCase Alex Plate 2019-05-20 19:10:37 +0300
  • fcbc1773ad
    Add VimListOptionTestCase for testing IdeaVim options Alex Plate 2019-05-20 17:34:06 +0300
  • 4d971be732
    Support End and Shift-End motions Alex Plate 2019-05-20 13:21:24 +0300
  • deff56db29
    Extract handler for shifted arrows Alex Plate 2019-05-20 12:54:05 +0300
  • 5b78a02a53
    Update CHANGES.md Matt Ellis 2019-05-19 20:06:57 +0200
  • 9c5420c79c
    Fix exception highlighting last CR in file Matt Ellis 2019-05-19 19:40:26 +0200
  • bd58802ed6
    Make incsearch work with entering digraphs Matt Ellis 2019-05-17 21:53:49 +0100
  • 71504d0ded
    Merge branch 'master' into ideavim-search Matt Ellis 2019-05-17 23:00:22 +0100
  • 3aff7693c7
    Use same formatting as Find for search/replace Matt Ellis 2019-05-15 03:26:09 +0800
  • b46f426f30
    Reset highlights when options change Matt Ellis 2019-05-15 02:47:06 +0800
  • 70652d445c
    Fix next/prev after search word and smartcase Matt Ellis 2019-05-15 02:32:23 +0800
  • 35f96b28bc
    VIM-128 Substitute works with ignorecase and smartcase Matt Ellis 2019-05-14 18:04:20 +0800
  • dd40bb3850
    Move current line during incsearch Matt Ellis 2019-05-14 14:33:18 +0800
  • 849c0cbd49
    Support shifted and non-shifter Home key Alex Plate 2019-05-16 17:22:47 +0200
  • 201d613ac1
    Extract handler for non-shifted special keys Alex Plate 2019-05-16 16:11:40 +0200
  • 8897ecd0d5
    Extract handler for shifted special keys Alex Plate 2019-05-16 15:43:46 +0200
  • 784a8e625f
    Set log level to info for VisualCommands Alex Plate 2019-05-16 13:40:05 +0200
  • 770cc2cd72
    Use !! in tests instead of ?: run Alex Plate 2019-05-15 19:57:17 +0200
  • fa620be738
    Fill doc for new commands Alex Plate 2019-05-15 19:25:48 +0200
  • 34893e7847
    Support the rest of selectmodel options Alex Plate 2019-05-15 18:55:56 +0200
  • c49d5b4ffa
    Move packages to better location Alex Plate 2019-05-15 15:47:29 +0200
  • c37387db64
    Full support for selectmode option Alex Plate 2019-05-15 15:22:55 +0200
  • 83b626b77e
    Remove ExtendSelection actions Alex Plate 2019-05-15 13:01:18 +0200
  • 45932d9189
    Save last column during shift-motions Alex Plate 2019-05-15 10:25:38 +0200
  • fe01820f3f
    Add support for key in selectmode option Alex Plate 2019-05-15 10:18:44 +0200
  • 2ad4436cef
    Add support for startsel in keymodel option Alex Plate 2019-05-15 09:59:31 +0200
  • 5b8fb49d4c
    Additional null check Alex Plate 2019-05-15 07:09:06 +0300
  • dca0240c13
    Fix opening dialog boxes Alex Plate 2019-05-14 20:38:15 +0300
  • ce692df94f
    Fix cc command for empty document Alex Plate 2019-05-14 19:34:26 +0300
  • dbcf2acce4
    Support cmd for selectmode option Alex Plate 2019-05-14 19:14:53 +0300
  • 3bc628417f
    WIP: Renaming file 'VisualToggleLineModeAction' with Kotlin extension Alex Plate 2019-05-14 18:52:53 +0300
  • 45b286206f
    Replace <caret> with ${c} Alex Plate 2019-05-14 17:15:14 +0300
  • bdc9b78ec8
    Merge branch 'master' into VIM-510 Alex Plate 2019-05-14 16:36:55 +0300
  • e23c11f15a
    Remove unused index.txt Alex Plate 2019-05-14 16:20:35 +0300
  • 6865d25035
    Put actions to package-info Alex Plate 2019-05-14 14:53:10 +0300
  • bfcc75f754 Use 2 spaces for Kotlin files as per the IntelliJ platform coding style Andrey Vlasovskikh 2019-05-14 14:13:11 +0300
  • 25289ed4c5
    Fix dot command for visual change Alex Plate 2019-05-14 13:20:44 +0300
  • 2c32cbfbfd
    Fix linewise change to end of document Alex Plate 2019-05-14 13:16:30 +0300
  • 310d664fdc
    Update contributing.md Alex Plate 2019-05-14 12:06:09 +0300
  • 74dce4b70a
    Fix incsearch with trailing characters Matt Ellis 2019-05-12 18:21:35 +0800
  • 187963cc38
    VIM-1413 Handle smartcase in incremental search Matt Ellis 2019-05-12 18:15:46 +0800
  • afd618c61a
    VIM-1535 Use correct text attributes for search Matt Ellis 2019-05-12 16:16:22 +0800
  • 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