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

Commit Graph

  • 5a9281ece4
    [TC] Add 2021.1 version of IJ to tests Alex Plate 2021-04-24 16:42:50 +0300
  • b1367ec0a9
    Split ShortcutOwnerInfo into two subclasses Alex Plate 2021-04-24 15:59:39 +0300
  • e73d919ed7
    Continuation of experiments with mode-specific key handlers Alex Plate 2021-04-24 13:34:39 +0300
  • 9bcb5e73ba
    Fix vim exchange with backward selection Alex Plate 2021-04-24 13:05:47 +0300
  • 87f7510007
    Add testWithoutNeovim annotations Alex Plate 2021-04-24 12:05:29 +0300
  • 814e3d8ee7
    Refactoring shortcut owner to add an information about applied mode Alex Plate 2021-04-23 22:24:31 +0300
  • d2cc6cca36
    Convert ShortcutOwner to kt Alex Plate 2021-04-23 21:37:08 +0300
  • ea5a95d536
    Rename .java to .kt Alex Plate 2021-04-23 21:37:08 +0300
  • a845eb3942
    Rename ShortcutOwner variable name Alex Plate 2021-04-23 21:33:44 +0300
  • f87fb34943
    Fix actions popup place issue Alex Plate 2021-04-23 10:52:09 +0300
  • 4dc9c1f433 Fix scrolling at end of file with folds Matt Ellis 2021-04-23 08:54:07 +0100
  • d885a63c7d
    Update plugin.xml Alex Plate 2021-04-23 09:47:59 +0300
  • 62833f2fa9
    Update formatting Alex Plate 2021-04-22 12:43:53 +0300
  • e6ff69d6fc
    Downgrade gradle wrapper to 6.8.2 Alex Plate 2021-04-22 12:43:47 +0300
  • 176f840cb6
    Update gradle wrapper to 7.0 version Alex Plate 2021-04-22 12:34:40 +0300
  • 76f06170ad
    [VIM-2290] Support vim-paragraph-motion plugin Alex Plate 2021-04-22 12:06:55 +0300
  • b6561cd940
    Remove bintray dependency Alex Plate 2021-04-22 11:06:06 +0300
  • 878d7070a4
    Add some popular IJ actions to readme Alex Plate 2021-04-22 10:04:53 +0300
  • 5f71198c88
    [VIM-2289] Fix <End> command behavior Alex Plate 2021-04-22 09:54:22 +0300
  • 8d941913aa
    Qodana cleanup Alex Plate 2021-04-21 10:45:54 +0300
  • 599571e6ea
    Update formatting Alex Plate 2021-04-21 10:23:14 +0300
  • 90709ef4d0
    [CWM-2643] Create function for get list of editors of the current host Alex Plate 2021-04-21 10:04:04 +0300
  • 378aa1026d
    [VIM-2284] Set command doesn't duplicate options Alex Plate 2021-04-20 11:13:14 +0300
  • 4fb1761fa5
    Execute action listeners when call for IDE action Alex Plate 2021-04-20 10:43:57 +0300
  • 254193eb8c
    [TC] Revert updated qodana config Alex Plate 2021-04-20 09:39:15 +0300
  • d92e260ffd
    [TC] Update qodana config Alex Plate 2021-04-19 13:33:14 +0300
  • 8f5a5e4d57
    Disable neovim test for some tests Alex Plate 2021-04-19 11:58:24 +0300
  • d0d9535d2f
    Big refactoring of MotionHandler Alex Plate 2021-04-19 11:32:16 +0300
  • df1409af76
    Add MichalPlacek to contributors list Alex Plate 2021-04-19 10:43:38 +0300
  • cfe34733e9 VIM-2276 ls returns "absolute path" for files on Microsoft Windows. michal 2021-04-13 22:26:14 +0200
  • e916cbe762
    Update changes Alex Plate 2021-04-19 10:27:09 +0300
  • a8a4142cef
    Merge pull request #280 from citizenmatt/ideavim-sidescroll Alex Pláte 2021-04-16 11:21:42 +0300
  • 3b3fffe838
    [TC] update version Alex Plate 2021-04-09 11:14:46 +0300
  • d32b8a1e71
    Prepare for the new release Alex Plate 2021-04-09 11:14:18 +0300
  • 05e547edb5
    Fix toRegex function for keyword option Alex Plate 2021-04-09 11:10:19 +0300
  • 1b25430fe7
    Update README.md Alex Pláte 2021-04-06 10:12:01 +0300
  • 278dc6880c
    Add an option to trace actions execution time Alex Plate 2021-04-02 10:26:39 +0300
  • 0bd1761077
    Fixing Matt name (he is from England, not China) Alex Plate 2021-04-02 09:41:11 +0300
  • b1ae964ca3
    Fix SearchGroup parsing in case of broken data Alex Plate 2021-04-01 11:20:19 +0300
  • 56cbb9e9af
    Update changes Alex Plate 2021-04-01 09:33:14 +0300
  • 70558574a8
    Update changelog Alex Plate 2021-04-01 09:25:02 +0300
  • dab8375f5e
    Do not test some tests with neovim Alex Plate 2021-03-31 11:16:15 +0300
  • ccd9d05ac7
    [TC] Extract linting and formatting into the separate job Alex Plate 2021-03-31 10:51:27 +0300
  • 69a045c144
    Fix formatting Alex Plate 2021-03-31 10:47:06 +0300
  • 8f7b609c7c
    Remove wildcard import Alex Plate 2021-03-31 10:40:22 +0300
  • 0019dd6c7a
    Do not try to compare text for vim reloading in non .ideavimrc file Alex Plate 2021-03-29 10:19:47 +0300
  • 305a99afc8
    Rename doTestWithoutNeovim function Alex Plate 2021-03-11 10:10:20 +0300
  • eec23d9640
    Merge pull request #276 from citizenmatt/refactor-searchgroup Alex Pláte 2021-03-31 10:30:31 +0300
  • 76f28ef94a
    Update formatting Matt Ellis 2021-03-23 14:25:59 +0000
  • 3b89d96553
    Handle scrolling page with virtual space Matt Ellis 2021-03-23 01:01:15 +0000
  • 0fba78f885
    [VIM-2177] Do not scroll end of file to bottom of screen Matt Ellis 2021-03-22 14:20:28 +0000
  • ee38944cf9
    Fix caret position at end of file with scrolloff Matt Ellis 2021-03-22 10:10:36 +0000
  • c24cbcfbc0 Refactor implementation and test Shrikant Sharat Kandula 2021-03-21 11:13:48 +0530
  • 28c01f0a43 Handle outer selection for lower boundary Shrikant Sharat Kandula 2021-03-21 10:52:55 +0530
  • 182f671e35 Handle inner selection for upper boundary Shrikant Sharat Kandula 2021-03-21 10:46:02 +0530
  • 788495aac8 Merge branch 'master' into extension/textobjindent Shrikant Sharat Kandula 2021-03-21 10:02:52 +0530
  • 7cbeb821f5 Upper boundary functional Shrikant Sharat Kandula 2021-03-21 09:59:34 +0530
  • 36901194dc
    Scroll last line to bottom of screen with G Matt Ellis 2021-03-18 21:26:42 +0000
  • 58071007bd
    Ignore sidescrolloff with caret at start of line Matt Ellis 2021-03-17 16:28:43 +0000
  • 07bafdf416
    Minor clean up Matt Ellis 2021-03-17 12:16:41 +0000
  • f7bb5ec500
    Scroll view with Enter in insert mode Matt Ellis 2021-03-17 10:35:24 +0000
  • b92114fec6
    Scroll view when inserting new line above Matt Ellis 2021-03-16 22:05:48 +0000
  • fe9bb2a712
    Scroll view when inserting new line below Matt Ellis 2021-03-16 19:24:56 +0000
  • 81996f8051
    Do not beep when removing highlights with Escape Matt Ellis 2021-03-16 19:06:59 +0000
  • a0a976c345
    Scroll view for <Del> and <BS> in insert mode Matt Ellis 2021-03-16 18:47:41 +0000
  • 9315f36f16
    Scroll view for <Tab> in insert mode Matt Ellis 2021-03-16 10:02:03 +0000
  • cdc03836d2
    Scroll view when moving up/down in insert mode Matt Ellis 2021-03-15 15:36:59 +0000
  • a14e95ad6c
    Scroll view when deleting text Matt Ellis 2021-03-15 12:14:11 +0000
  • dd230f720f
    [VIM-2230] Caret and inlay with preceding text Matt Ellis 2021-03-14 17:42:52 +0000
  • fa781de76f
    Simplify inserting register text Matt Ellis 2021-03-01 23:59:19 +0000
  • 377e085aa0
    Merge branch 'master' into refactor-searchgroup Matt Ellis 2021-03-10 11:45:55 +0000
  • 3642b32ed6
    Fix range handling Matt Ellis 2021-03-10 10:30:33 +0000
  • 8a6ecf005b
    Test using neovim with assertOffset Alex Plate 2021-03-10 11:47:45 +0300
  • 6866fdbdf5
    Update search group tests Alex Plate 2021-03-05 11:25:38 +0300
  • 78bc4060b3
    Update after rebase Alex Plate 2021-03-04 11:48:18 +0300
  • 16b901ea9e
    Update formatting Matt Ellis 2021-02-26 19:25:03 +0000
  • 26a3974477
    Stop multiple-cursors affecting search state Matt Ellis 2021-01-20 00:14:20 +0000
  • 9a10d6fe6c
    Remove usage of deprecated API Matt Ellis 2021-01-14 16:01:40 +0000
  • eb72def6d0
    Remove unnecessary caret move Matt Ellis 2021-01-14 16:00:27 +0000
  • 3fe2a2e3b0
    Fix updating last search/sub patterns Matt Ellis 2020-12-10 17:46:17 +0000
  • d22d0f67b5
    Remove duplication in invalid command message Matt Ellis 2020-12-08 14:04:46 +0000
  • e56e944309
    Simplify writing state Matt Ellis 2020-12-08 13:58:39 +0000
  • 2d853d8d28
    Rename searchAndReplace processSubstituteCommand Matt Ellis 2020-12-08 13:51:26 +0000
  • e5d086dace
    Introduce test method to set state Matt Ellis 2020-12-08 10:55:22 +0000
  • eccdd725b7
    Introduce processSearchRange Matt Ellis 2020-12-08 08:36:45 +0000
  • 284e0b4bf5
    Rename search to processSearchCommand Matt Ellis 2020-12-08 08:13:47 +0000
  • 47becb2721
    Remove unused count for main search method Matt Ellis 2020-12-07 18:46:03 +0000
  • 0b64e26235
    Replace search command flags with Direction enum Matt Ellis 2020-12-07 18:21:46 +0000
  • d90db8157c
    Remove overload that assumes primary caret offset Matt Ellis 2020-12-07 18:02:06 +0000
  • 11da530151
    Remove overload that takes a caret Matt Ellis 2020-12-07 17:55:38 +0000
  • c067c67e34
    Remove unused code to move caret Matt Ellis 2020-12-07 17:25:26 +0000
  • 89913ad4d7
    Remove unused search handling from ProcessExEntry Matt Ellis 2020-12-07 17:18:37 +0000
  • b73f34ad8c
    Useless change Alex Plate 2021-03-05 10:38:22 +0300
  • 17cf68d8a5
    Support testing without neovim for a lot of tests Alex Plate 2021-03-03 11:17:08 +0300
  • 5c1795ee03
    Add startofline option to the list of supported commands Alex Plate 2021-03-03 11:02:47 +0300
  • 19a8480a88
    Update changes Alex Plate 2021-03-03 11:01:04 +0300
  • e0e80d2ea8 Update after running ktlintFormatter Matt Ellis 2021-02-25 14:12:02 +0000
  • adab2326ed Add 'startofline' to count percent motion Matt Ellis 2021-02-25 13:28:35 +0000
  • 4ef629950d Add 'startofline' support for shift operations Matt Ellis 2021-02-25 10:44:59 +0000
  • 39197df0c7 Add 'startofline' support for scrolling actions Matt Ellis 2021-02-25 01:14:09 +0000