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

Commit Graph

  • 47bb155989 Replace IJ pair with kotlin Pair Alex Plate 2020-07-26 19:09:35 +03:00
  • bd733b72a7 Write property based test for inc/dec Alex Plate 2020-07-26 19:04:58 +03:00
  • e01327ab29 Update implementation for inc/dec Alex Plate 2020-07-26 19:04:46 +03:00
  • 2a10247653 Update implementation for inc/dec actions Alex Plate 2020-07-24 21:50:04 +03:00
  • e3b7ed7657 VIM-1970 | Adds yank listeners, updates tests kostkabrukowa 2020-07-24 13:36:23 +02:00
  • d4357ce801 Start implementing property based test for increment/decrement Alex Plate 2020-07-24 13:54:52 +03:00
  • 5bdeaed416 Fix number change for an incorrect oct number Alex Plate 2020-07-24 13:53:16 +03:00
  • a44d93283f Refactor ChangeNumberIncAction.kt Alex Plate 2020-07-24 10:17:36 +03:00
  • 804f69e9c8 Fix Ctrl-A for selections Alex Plate 2020-07-23 21:12:28 +03:00
  • 086c2f201b VIM-1970 | Adds feature to change highlight background color kostkabrukowa 2020-07-22 17:29:54 +02:00
  • 0b22360891 Add a couple of tests for macros Alex Plate 2020-07-22 11:14:49 +03:00
  • 808fb24bbc Remove unused methods Alex Plate 2020-07-22 10:40:35 +03:00
  • febd8eccf0 Update changelog Alex Plate 2020-07-22 10:25:45 +03:00
  • 22b1209eb5 Revert the behaviour of :reg command Alex Plate 2020-07-22 10:21:57 +03:00
  • 485c5501b3 [VIM-2075] Fix zR command Alex Plate 2020-07-21 14:07:14 +03:00
  • 81ceba8926 Optimize imports Alex Plate 2020-07-21 14:02:05 +03:00
  • 3edd95da4e Merge pull request #240 from rieonke/VIM-2059 Alex Pláte 2020-07-22 10:20:23 +03:00
  • c1bb364cbe VIM-1970 | Removes box around yank highlight kostkabrukowa 2020-07-21 15:18:00 +02:00
  • db8fa31503 Merge pull request #246 from gaganis/add_resources_to_contributors_md Alex Pláte 2020-07-21 13:09:01 +03:00
  • 1a5a65dcb1 Add resource links helpful to contributors Giorgos Gaganis 2020-07-20 14:34:07 +03:00
  • 1c96f4491e Comment out failing tests Alex Plate 2020-07-20 12:45:56 +03:00
  • 30ddb4071f Add information about neovim integration Alex Plate 2020-07-20 11:19:35 +03:00
  • dccc793fc7 VIM-1970 | Tries to remove thread related test failure kostkabrukowa 2020-07-19 16:54:05 +02:00
  • f070a57148 VIM-1970 | Tries to remove thread related test failure kostkabrukowa 2020-07-19 16:08:21 +02:00
  • 2dde2cfb3b VIM-1970 | Refactores some tests kostkabrukowa 2020-07-19 15:34:28 +02:00
  • e0fef4f017 VIM-1970 | Adds some tests and updates plugins docs kostkabrukowa 2020-07-19 13:30:49 +02:00
  • 3a40b9689c VIM-1970 | Fixes register bug kostkabrukowa 2020-07-18 19:12:08 +02:00
  • 3937a395b7 VIM-1970 | Moves functionality to extension class, adds possibility to dynamically set highlight duration kostkabrukowa 2020-07-18 18:49:57 +02:00
  • 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