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

Commit Graph

  • 7e3d532075 VIM-1970 | Clears highlighters after its removal kostkabrukowa 2020-07-18 11:30:52 +02:00
  • 4f658c4734 VIM-1970 | Draft of working solution to plugin vim-highlightedyank kostkabrukowa 2020-07-18 10:08:32 +02:00
  • 26aa753d9e Update syntax of TabCloseHandler.kt Alex Plate 2020-07-16 11:13:20 +03:00
  • bd9c40aabc Add Rieon Ke to contributions list Alex Plate 2020-07-16 11:02:45 +03:00
  • 008edc7e33 Merge pull request #244 from rieonke/VIM-2068 Alex Pláte 2020-07-16 10:57:59 +03:00
  • 2901bf45b7 Update the contributing doc Alex Plate 2020-07-15 10:11:51 +03:00
  • 24e7f655fc Add linewise motion type Alex Plate 2020-07-14 11:31:29 +03:00
  • ab8de509d9 Create visual type for the text objects Alex Plate 2020-07-14 02:37:54 +03:00
  • 4fc4ed7675 Remove FLAG_MOT_CHARACTERWISE flag Alex Plate 2020-07-14 02:10:20 +03:00
  • b35ad2bb9d Remove FLAG_MOT_BLOCKWISE Alex Plate 2020-07-14 02:03:08 +03:00
  • 895c7f1af1 Remove deprecated class Alex Plate 2020-07-14 01:37:08 +03:00
  • fbca5712e3 Run some tests with neovim Alex Plate 2020-07-14 01:20:23 +03:00
  • 58850960b8 Merge pull request #243 from strogiyotec/master Alex Pláte 2020-07-13 11:37:38 +03:00
  • 1c874d3957 Assert mode in neovim testing Alex Plate 2020-07-13 11:23:28 +03:00
  • a42a19a174 Add converting mode to vim notation Alex Plate 2020-07-13 11:06:05 +03:00
  • bbe39d5942 Convert command state to kt Alex Plate 2020-07-13 10:42:43 +03:00
  • f5fb844442 Rename .java to .kt Alex Plate 2020-07-13 10:42:42 +03:00
  • cb186a686e Fix typo in readme Alex Plate 2020-07-13 10:21:37 +03:00
  • 0c22bb2f4f Add logging for used ideavimrc file Alex Plate 2020-07-13 10:05:16 +03:00
  • 49756c5c2f Split editor setup and command typing Alex Plate 2020-07-12 21:35:54 +03:00
  • 7efc2e1631 Enable neovim testing only for testWithNeovim task Alex Plate 2020-07-12 16:41:13 +03:00
  • ed23f5958c Rename doTestWithNeovim to doTest Alex Plate 2020-07-12 13:14:42 +03:00
  • 0ea53f3445 Remove unused doTest method Alex Plate 2020-07-12 13:04:13 +03:00
  • 4531b38c89 Annotate tests with TestWithoutNeovim Alex Plate 2020-07-12 12:58:51 +03:00
  • 2114725dab DotToTab is now extension function Alex Plate 2020-07-11 21:30:21 +03:00
  • 6877ffcb47 Use neovim for tests with VimBehaviourDiffers Alex Plate 2020-07-11 17:55:31 +03:00
  • c4a3cc6718 Disable neovim test for tests that are marked with VimBehaviourDiffers Alex Plate 2020-07-11 17:32:00 +03:00
  • a53ed1705a Extract NeovimTesting to the separate class Alex Plate 2020-07-11 16:58:27 +03:00
  • ae13eed152 Move all tests to use neovim or describe the reason why it cant Alex Plate 2020-07-11 15:55:14 +03:00
  • 2c2c023200 Move some tests to neovim or describe the reason Alex Plate 2020-07-10 12:03:54 +03:00
  • 1dbe7735df Rename api to neovimApi Alex Plate 2020-07-10 10:49:12 +03:00
  • a321e77e2e Support setreg for neovim Alex Plate 2020-07-10 10:48:46 +03:00
  • 9b52b496b2 Convert some tests to testing with neovim Alex Plate 2020-07-09 22:47:41 +03:00
  • deeddc22be More methods use neovim Alex Plate 2020-07-09 21:55:21 +03:00
  • 680693448f Two more tests to work with neovim Alex Plate 2020-07-09 19:28:44 +03:00
  • b4b5c0c77e Convert VimTestCase to kt Alex Plate 2020-07-09 18:01:02 +03:00
  • 3f3305706d Rename .java to .kt Alex Plate 2020-07-09 18:01:01 +03:00
  • bd942e2ea1 Add initial implementation of neovim integration for tests Alex Plate 2020-07-06 12:20:02 +03:00
  • a4c3fd8f0b Removed redundant class name Alex Plate 2020-07-09 17:35:20 +03:00
  • f54fc09a37 Make modes the same as in vanilla vim Alex Plate 2020-05-05 22:53:39 +03:00
  • fd6bdde5b0 Add merged commits to changeslog Alex Plate 2020-07-09 11:17:36 +03:00
  • 85c8007084 Update authors and changes Alex Plate 2020-07-09 11:14:03 +03:00
  • 8a82d60172 Merge pull request #241 from patrick-elmquist/fix/reset-operator Alex Pláte 2020-07-09 11:10:02 +03:00
  • 8b3f5d5e81 Merge branch 'master' into fix/reset-operator Alex Pláte 2020-07-09 11:09:41 +03:00
  • e222294c6e Merge pull request #237 from adriafarres/master Alex Pláte 2020-07-09 11:01:03 +03:00
  • a04b536df8 Mark codeblocks as vim script Alex Plate 2020-07-08 12:05:13 +03:00
  • 2a0bd8722e Check is project is disposed in isTemplateActive Alex Plate 2020-07-07 17:56:52 +03:00
  • 742187919f Properly reset with Esc in the middle of command Patrick Elmquist 2020-06-25 15:04:13 +02:00
  • aece559400 Remove unused deprecated methods Alex Plate 2020-07-07 12:07:11 +03:00
  • 8b6e41afb8 Remove [To Be Released] mark Alex Plate 2020-07-07 09:55:08 +03:00
  • 9eed5802d6 Prepare for the 0.58 release Alex Plate 2020-07-07 09:28:17 +03:00
  • 437932d023 Revert and move neovim to fork Alex Plate 2020-07-06 19:49:27 +03:00
  • e8dd4f2e59 Default execution amount for property based tests Alex Plate 2020-07-06 19:06:33 +03:00
  • 93cdf3828b Add initial implementation of neovim integration for tests Alex Plate 2020-07-06 19:03:07 +03:00
  • 99a91404ce Revert "Add initial implementation of neovim integration for tests" Alex Plate 2020-07-06 16:06:09 +03:00
  • 28ae3a104a Revert "Create neovim helper" Alex Plate 2020-07-06 16:05:55 +03:00
  • bc08839b16 Create neovim helper Alex Plate 2020-07-06 15:47:15 +03:00
  • 15ebcb5b6a Add initial implementation of neovim integration for tests Alex Plate 2020-07-06 12:20:02 +03:00
  • 93fd8b0ff7 More complicated texts for property based tests Alex Plate 2020-07-03 21:49:24 +03:00
  • 6d0f280f19 Different initial position for caret Alex Plate 2020-07-03 21:36:09 +03:00
  • 3b26a4c26d Unignore property based test Alex Plate 2020-07-03 12:37:34 +03:00
  • 60315744d1 Fix exceptions in word under caret search Alex Plate 2020-07-03 12:35:43 +03:00
  • 40a6617816 Reset last search during property based tests Alex Plate 2020-07-03 12:11:23 +03:00
  • a6964a37ac Fix exception during sentence start search Alex Plate 2020-07-03 11:54:25 +03:00
  • 9249ae073c Fix bug in anyNonWhitespace Alex Plate 2020-07-03 11:21:03 +03:00
  • 2a216728f1 Add KtDock for property based test Alex Plate 2020-07-02 14:00:27 +03:00
  • b186cb585e Rename property based test Alex Plate 2020-07-02 13:59:39 +03:00
  • 4e26f62391 Cleanup property based test Alex Plate 2020-07-02 13:58:29 +03:00
  • ddb502acb3 Fix exception for d]] command Alex Plate 2020-07-02 13:48:36 +03:00
  • 89cb6867d4 Tests for exiting insert mode Alex Plate 2020-07-02 13:27:27 +03:00
  • f7892b33c8 Add method doTest that accepts string instead of list of KeyStrokes Alex Plate 2020-07-02 12:17:22 +03:00
  • e04e0e69f3 Enable strict mode for tests Alex Plate 2020-07-02 12:15:57 +03:00
  • 7172faf7b5 Revert strict mode for all normalization methods Alex Plate 2020-07-02 12:09:56 +03:00
  • 6e1761a1f5 impl tabc[lose] ex command Rieon Ke 2020-07-02 15:21:19 +08:00
  • baa7d4f098 Fix big word motion for last word Alex Plate 2020-07-01 20:49:34 +03:00
  • baa5557010 Fix bug in dollar motion at the end Alex Plate 2020-07-01 20:01:07 +03:00
  • 5ce25ebc23 Fix deleting from the start of document Alex Plate 2020-07-01 19:46:32 +03:00
  • 1f4d5b0140 Really ignore property based test Alex Plate 2020-07-01 19:01:51 +03:00
  • ddd1a0a5f0 Reset digraph during propertyBased tests Alex Plate 2020-07-01 19:01:08 +03:00
  • 802c887b60 Well, JetCheck is accessible from IJ sources Alex Plate 2020-07-01 15:55:01 +03:00
  • e15fd8fa24 Add initial implementation of property based tests Alex Plate 2020-07-01 15:46:52 +03:00
  • 034cc3a725 Fix sentence motion with two new lines at start Alex Plate 2020-07-01 15:43:24 +03:00
  • f34dcc0386 Add test for block selection on empty file Alex Plate 2020-07-01 15:02:39 +03:00
  • a7b278553f Make typeText accessible from non vim test cases Alex Plate 2020-07-01 14:11:14 +03:00
  • bd52eb12bd Fix star search on the last dot Alex Plate 2020-06-30 23:08:09 +03:00
  • 2d9a0a7559 Fix case yk for first line Alex Plate 2020-06-30 22:47:19 +03:00
  • 67d3698a40 Fix alternative XDG path in README strogiyotec 2020-06-30 11:30:10 -07:00
  • 7b40281875 Use strict mode in normalize methods Alex Plate 2020-06-30 20:27:41 +03:00
  • dc1d01c91d Use ifEmpty method Alex Plate 2020-06-30 19:48:53 +03:00
  • 1e2618fddc Fix missing set command in docs Alex Plate 2020-06-30 10:22:26 +03:00
  • 85194b772b Vim.showMessage should show localized string Alex Plate 2020-06-30 10:22:12 +03:00
  • 5a048139d6 Extract action names and descriptions to message bundle Alex Plate 2020-06-30 10:07:37 +03:00
  • 7809842348 Remove unused command flags Alex Plate 2020-06-30 09:54:35 +03:00
  • c7948374fd Cleanup Alex Plate 2020-06-29 13:30:23 +03:00
  • f8afdf304b Use @TestFor instead of custom annotation Alex Plate 2020-06-29 12:21:06 +03:00
  • 29d617f7bb Fix missing mapping to FileHandler Alex Plate 2020-06-29 11:00:17 +03:00
  • 0e7b05e360 Continue cleanup Alex Plate 2020-06-29 10:57:53 +03:00
  • 5f18e99128 Action is not nullable for Command Alex Plate 2020-06-29 10:49:46 +03:00
  • b2e0af587f Continue code cleanup Alex Plate 2020-06-29 10:42:02 +03:00
  • b0b0817668 Code cleanup Alex Plate 2020-06-29 10:29:52 +03:00