1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-11-05 21:22:23 +01:00

Commit Graph

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