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

Commit Graph

  • 92d08377ce Update changelog Alex Plate 2022-10-28 08:18:21 +03:00
  • 19a6284023 Update kotlin version to 1.7.20 Alex Plate 2022-10-28 08:13:04 +03:00
  • 45908f2a84 Remove unnecessary scroll method Matt Ellis 2022-10-28 00:51:29 +01:00
  • 8648220e21 Fix(VIM-2778) Remove override of editor scroll setting Matt Ellis 2022-10-28 00:19:06 +01:00
  • 68e285b514 Update plugin.xml Alex Plate 2022-10-27 11:25:43 +03:00
  • 5153a42b69 Remove agent requirement Alex Plate 2022-10-27 11:20:54 +03:00
  • 42feed710c TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: project settings were updated on disk TeamCity 2022-10-27 08:09:50 +00:00
  • 9d049b06c3 Use java pattern matching in the code Alex Plate 2022-10-27 10:58:14 +03:00
  • 1105529e91 Update minimal IJ version to 223 Alex Plate 2022-10-27 10:29:45 +03:00
  • 49c1f11503 Update changelog Alex Plate 2022-10-25 06:49:32 +00:00
  • f54fd84de3 Fix(VIM-2776): Use filename index for file search Alex Plate 2022-10-25 09:29:13 +03:00
  • 9f469d0eb2 Set plugin version to chylex-13 customized/13 chylex 2022-06-17 22:44:54 +02:00
  • f59d2f769c Stop IdeaVIM blocking editor scrolling chylex 2022-10-24 02:18:29 +02:00
  • dc00b59733 Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +02:00
  • bc20e6af9c Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +02:00
  • c40f07714a Add VimScript 'renaming()' function chylex 2021-11-01 20:26:06 +01:00
  • fa68842c2d Add support for repeatable actions with ':raction' chylex 2021-10-18 14:31:30 +02:00
  • eca9258607 Disable taking over arrow keys and Home/End chylex 2021-02-15 22:36:45 +01:00
  • 46fb030977 Set custom plugin version chylex 2021-10-18 13:36:02 +02:00
  • da3d83ecc6 Update formatting Alex Plate 2022-10-23 00:26:59 +00:00
  • 4af8e574c4 Log keystrokes only in ASCII filipp 2022-10-19 14:59:09 +03:00
  • bdcb5c4f33 Update colors Alex Plate 2022-10-18 16:56:43 +03:00
  • 013f7a42c2 [VIM-2774] Move visual toggle mode to another handler Alex Plate 2022-10-18 16:38:31 +03:00
  • d03398f3e8 [VIM-2774] Move reset mode to another handler Alex Plate 2022-10-18 16:16:35 +03:00
  • 7a26307a2b [VIM-2774] Move caret swap to runForEachCaret Alex Plate 2022-10-18 15:56:45 +03:00
  • fa6a0369b8 [VIM-2774] Remove runforEachCaret for other method Alex Plate 2022-10-18 15:48:44 +03:00
  • ad8cb0ba09 [VIM-2774] Add conditional multicaret handler Alex Plate 2022-10-18 15:05:18 +03:00
  • 8125ce5072 Update changelog Alex Plate 2022-10-18 08:34:00 +00:00
  • 6c0cc7285f Fix(VIM-2766): Move NERDTree update to background thread Alex Plate 2022-10-18 11:31:15 +03:00
  • d3424021c8 Fix(VIM-2768): Refactor listeners Alex Plate 2022-10-17 17:39:40 +03:00
  • 623aa40acd Update to java 17 Alex Plate 2022-10-17 15:45:00 +03:00
  • c131cb338e Update description in plugin.xml Alex Plate 2022-10-17 12:36:35 +03:00
  • 14d242a233 Disable logging undefined handlers filipp 2022-10-17 14:56:16 +03:00
  • a131b7d29a Update IdeaVim motto Alex Plate 2022-10-17 12:35:05 +03:00
  • 85a1fbe89e Update links to github accounts Alex Plate 2022-10-11 09:23:07 +03:00
  • 142550a1f8 Use 2022.2.2 version of IJ by default Alex Plate 2022-10-04 09:48:35 +03:00
  • e3d3b73903 Fix incompatiility with futur versions of IJ Alex Plate 2022-10-04 09:48:18 +03:00
  • 45f18ff91c Update formatting Alex Plate 2022-10-02 00:26:29 +00:00
  • 2103163207 Update AUTHORS information Alex Pláte 2022-09-29 09:10:19 +03:00
  • 19dd49670c Statistic filipp 2022-09-26 11:51:56 +03:00
  • e738a1a821 Update formatting Alex Plate 2022-09-25 00:20:49 +00:00
  • 6e0f301fb8 Fix(VIM-2757) Wrong gv behavior filipp 2022-09-22 04:08:39 +03:00
  • c76b8db293 Fix(VIM-2718) Copied value is not inserted filipp 2022-09-21 03:00:53 +03:00
  • 9fa4ca8fb3 Update formatting Alex Plate 2022-09-18 00:20:25 +00:00
  • 871b60fe8d Revert "[New Typing Handler]: Switch j command to new typing handler" Alex Plate 2022-09-12 09:30:22 +03:00
  • 6715a5b61f Revert "[New Typing Handler]: Support d" Alex Plate 2022-09-12 09:29:46 +03:00
  • d7d91f1cc5 Add some tests for dd Alex Plate 2022-09-12 09:28:27 +03:00
  • 9f00dbd6f4 Update formatting Alex Plate 2022-09-11 00:19:01 +00:00
  • f95cf3d671 Update changelog Alex Plate 2022-09-10 21:26:01 +00:00
  • 7fbc17624f Fix(VIM-2718): Fixed case where the primary caret was changed filipp 2022-09-11 00:24:06 +03:00
  • b9c2ea37cb Update changelog Alex Plate 2022-09-09 14:21:51 +00:00
  • ca0db15e01 Fix(VIM-2749): Fix :tabn and :tabN commands Alex Plate 2022-09-09 17:20:09 +03:00
  • c32c62eacc [New Typing Handler]: Support d Alex Plate 2022-09-06 13:13:31 +03:00
  • 43a79dbad4 [New Typing Handler]: Switch j command to new typing handler Alex Plate 2022-09-05 15:22:10 +03:00
  • 2829a13187 Update gradle plugin Alex Plate 2022-09-05 09:37:01 +03:00
  • efc8c9207d Update changelog Alex Plate 2022-08-29 06:37:12 +00:00
  • 183ed10592 Fix(VIM-2744): Fix undo from ex line Alex Plate 2022-08-29 09:31:55 +03:00
  • 926b47a31e Update gradle plugin Alex Plate 2022-08-29 09:31:34 +03:00
  • d272c919ea Fill missing authors Alex Plate 2022-08-25 11:59:16 +03:00
  • f6e7d04fd5 Fix accessing bookmarks Alex Plate 2022-08-25 11:59:05 +03:00
  • ccdff4f087 TC: Fix missing import Alex Plate 2022-08-25 11:23:22 +03:00
  • ff14303e88 TC: add tests for stable version of idea Alex Plate 2022-08-25 11:12:50 +03:00
  • 48a592340b Update test fixture Alex Plate 2022-08-19 09:40:31 +03:00
  • da8f5f3231 Fix handler call from put command Alex Plate 2022-08-19 09:40:22 +03:00
  • f8fa8b73fa Move some methods to vim engine Alex Plate 2022-08-19 08:44:24 +03:00
  • aee126b625 Formatting Alex Plate 2022-08-19 08:44:01 +03:00
  • 396ac86939 Fix strange issue on ideavimrc reload Alex Plate 2022-08-19 08:43:46 +03:00
  • 81816f903f Update formatting Alex Plate 2022-08-21 00:17:52 +00:00
  • 06a85b784b Update changelog Alex Plate 2022-08-17 07:14:42 +00:00
  • 7f1e3bb155 Fix(VIM-1758): Commentary plugin in rider Alex Plate 2022-08-17 10:13:04 +03:00
  • 241f554133 Fix(VIM-1903): Autoindent now works in rider Alex Plate 2022-08-17 10:11:19 +03:00
  • 9498d0779c Revert "Refactoring IdeaVim to use editor actions instead of registering shortcuts in the editor" Alex Plate 2022-08-15 18:59:35 +03:00
  • b12fd5100f Refactoring IdeaVim to use editor actions instead of registering shortcuts in the editor Alex Plate 2022-08-15 18:42:32 +03:00
  • 92f622430d Revert "Add a hidden gem" Alex Plate 2022-08-15 17:19:25 +03:00
  • ef518f5b23 Revert "Rename hidden gem to neovim" Alex Plate 2022-08-15 17:19:24 +03:00
  • 7acb17ebdb Small update Alex Plate 2022-08-12 13:40:12 +03:00
  • 479a7dbbaf Update formatting Alex Plate 2022-08-14 00:17:52 +00:00
  • 4fd1a25557 Rename hidden gem to neovim Alex Plate 2022-08-12 12:14:17 +03:00
  • f32d42e625 Nice knowledge popup Alex Plate 2022-08-12 12:10:57 +03:00
  • 362b9a5c3a Add a hidden gem Alex Plate 2022-08-12 10:49:55 +03:00
  • e42b4d0ea3 Fix regex for changelog plugin Alex Plate 2022-08-12 10:14:31 +03:00
  • 43767b8500 Print error Alex Plate 2022-08-12 09:55:02 +03:00
  • d05098c870 Update changelog Alex Plate 2022-08-12 06:47:15 +00:00
  • 505f485568 Update release version Alex Plate 2022-08-12 09:45:30 +03:00
  • 86f512fb91 Update for slack notification Alex Plate 2022-08-12 09:43:07 +03:00
  • 12903066b9 Workaround for VIM-2487 Alex Plate 2022-08-12 09:35:17 +03:00
  • 118d0433cb Fix(VIM-2728): Give access to global variables Alex Plate 2022-08-09 16:03:30 +03:00
  • eb781c3679 An attempt to avoid "No tests found" emails filipp 2022-08-11 03:50:07 +03:00
  • 3c6bffba03 Fix(VIM-749) filipp 2022-08-11 03:27:19 +03:00
  • 89623b04d6 Update changelog Alex Plate 2022-08-09 10:25:14 +03:00
  • 444a96132c Comment out test Alex Plate 2022-08-09 10:10:17 +03:00
  • c008553127 Update TC constants Alex Plate 2022-08-09 09:51:25 +03:00
  • 162d7b021f Update reference to changes Alex Plate 2022-08-09 09:50:02 +03:00
  • c82364c1dd Update changelog Alex Plate 2022-08-09 09:49:20 +03:00
  • 977402c6b0 Update changelog Alex Plate 2022-08-09 09:34:48 +03:00
  • b14e59ab5b Disable removing selection after undo Alex Plate 2022-08-09 09:32:11 +03:00
  • 47dcefcfbf Update formatting Alex Plate 2022-08-07 00:20:00 +00:00
  • 2b299cb422 Cut white edges on the gif Alex Plate 2022-08-05 08:47:50 +03:00
  • d0ccbb4620 Use correct git for dark mode Alex Plate 2022-08-05 08:44:21 +03:00
  • 187b207271 Use gif instead of mp4 Alex Plate 2022-08-05 08:37:05 +03:00