1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-09-11 04:53:11 +02:00

Commit Graph

  • 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
  • 59d8f4c1cf TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: runners of 'Qodana checks' build configuration were updated aleksei.plate 2021-03-02 06:59:34 +00:00
  • d05942ebe1 Use correct version of kotlin plugin Alex Plate 2021-02-26 11:18:28 +03:00
  • 1b9457bdff Update structure and add comments to build.gradle.kts Alex Plate 2021-02-26 10:21:36 +03:00
  • 05f2848d41 Convert gradle to kotlin DSL Alex Plate 2021-02-26 10:02:23 +03:00
  • ab3a28e50d Rename from groovy to kotlin Alex Plate 2021-02-26 10:01:25 +03:00
  • 121daa81cc Remove some deprecations Alex Plate 2021-02-24 11:44:12 +03:00
  • 17e1d75238 Create codeql-analysis.yml Alex Pláte 2021-02-24 11:32:33 +03:00
  • 597cdf4398 [TC] Add fail condition on artifact size change Alex Plate 2021-02-24 11:20:40 +03:00
  • 215ca7806e Extract assets from the distribution Alex Plate 2021-02-24 11:20:15 +03:00
  • 92f0d28d24 Remove some warnings from tests Alex Plate 2021-02-24 10:30:44 +03:00
  • d964a0c375 Update gradle-intellij plugin version Alex Plate 2021-02-24 10:21:48 +03:00
  • 332f04fdfe Remove deprecation Alex Plate 2021-02-24 10:17:12 +03:00
  • 291ea3bfb0 Enable fail on warning for java Alex Plate 2021-02-24 05:09:34 +03:00
  • 51dbef9060 [TC] Update job name Alex Plate 2021-02-24 04:28:05 +03:00
  • d6f771f6c3 [TC] Extract github pull requests into the separate project Alex Plate 2021-02-24 04:24:09 +03:00
  • d659ee2880 Apply qodana patch Alex Plate 2021-02-24 04:16:29 +03:00
  • 7b37a5e611 Update method Alex Plate 2021-02-24 04:16:20 +03:00
  • b99f2a23a8 TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: build features of 'Qodana checks' build configuration were updated aleksei.plate 2021-02-24 01:14:35 +00:00
  • a54d8af051 Linting Alex Plate 2021-02-24 04:07:51 +03:00
  • 62a309cba6 Update annotations Alex Plate 2021-02-20 18:20:29 +03:00
  • b7c0e4725d Suppress code duplicate Alex Plate 2021-02-20 16:26:44 +03:00
  • 53a21fb5fe Qodana cleanup Alex Plate 2021-02-20 13:14:27 +03:00
  • 5802f7c2c5 [TC] Build dev build a bit later Alex Plate 2021-02-20 12:29:06 +03:00
  • 3c2640c90d [TC] Update fail condition Alex Plate 2021-02-20 12:19:47 +03:00
  • 6f2ea9e893 [TC] Update fail condition Alex Plate 2021-02-20 12:16:46 +03:00
  • 8b06bdfc29 TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: build features of 'Tests for IntelliJ Latest EAP' build configuration were updated aleksei.plate 2021-02-20 09:15:09 +00:00
  • b6a5e60b68 Fix qodana issues Alex Plate 2021-02-20 12:08:06 +03:00
  • e16857457c [TC] Update configs Alex Plate 2021-02-20 11:52:00 +03:00