1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-17 07:42:46 +02:00

Commit Graph

  • 010e8a7541 Support <C-U> in command mode Filipp Vakhitov 2024-08-20 01:14:06 +0300
  • 46c6778b3a Support <Down>, <S-Down>, <C-N>, <PageDown> in command mode Filipp Vakhitov 2024-08-20 01:02:48 +0300
  • 0977bd4400 Support <Up>, <S-Up>, <C-P>, <PageUp> in command mode Filipp Vakhitov 2024-08-20 01:00:22 +0300
  • db092e9b0a Support history in VimCommandLine Filipp Vakhitov 2024-08-20 00:47:46 +0300
  • 5cfb98e188 Remove some old bindings Filipp Vakhitov 2024-08-19 20:02:04 +0300
  • 3a95b62885 Support <Insert> in command mode Filipp Vakhitov 2024-08-19 19:58:39 +0300
  • 93e6adf5a9 Support <C-W> in command mode Filipp Vakhitov 2024-08-19 19:40:02 +0300
  • 37204398ff Support <C-Right>, <S-Right> in command mode Filipp Vakhitov 2024-08-19 17:55:56 +0300
  • b2f450d14d Support <C-Left>, <S-Left> in command mode Filipp Vakhitov 2024-08-19 17:51:51 +0300
  • 61da888571 Fix failing tests Filipp Vakhitov 2024-08-19 17:02:21 +0300
  • fcda97cfb8 Update methods to support searching in any text, not just Editor content Filipp Vakhitov 2024-08-19 16:52:58 +0300
  • 1dc7ea6363 Register all shortcuts without references on ExKeyBindings Filipp Vakhitov 2024-08-19 05:50:23 +0300
  • bb507db884 Remove swing bindings that are already implemented Filipp Vakhitov 2024-08-19 05:48:46 +0300
  • 7b0482ed94 Fix unwanted beep when can't perform an action Filipp Vakhitov 2024-08-19 05:29:55 +0300
  • 1c79b0d59a Support <Right> in command mode Filipp Vakhitov 2024-08-19 05:28:23 +0300
  • ff4eb31418 Support <Left> in command mode Filipp Vakhitov 2024-08-19 05:26:05 +0300
  • cb1078cf70 Support <C-H> in command mode Filipp Vakhitov 2024-08-19 05:09:59 +0300
  • da3e40eaf6 Support <C-E>, <End> in command mode Filipp Vakhitov 2024-08-19 05:08:12 +0300
  • 17f77a9639 Support <C-B>, <Home> in command mode Filipp Vakhitov 2024-08-19 05:04:25 +0300
  • 3d03494354 Support <DEL> in command mode Filipp Vakhitov 2024-08-19 04:58:17 +0300
  • 642caddda7 Support <BS> in command mode Filipp Vakhitov 2024-08-19 04:49:42 +0300
  • 1d97c43e30 Make ExEntryAction public Filipp Vakhitov 2024-08-19 04:36:53 +0300
  • 7ed3e3b53c Update support-guide.md Igor Babko 2024-08-17 09:32:06 +0300
  • aa39ca2006 Add shaun to contributors list IdeaVim Bot 2024-08-19 09:01:43 +0000
  • bb122903de remove Latest Fixes link shaun 2024-08-16 14:39:14 -0500
  • c84a3cf64d [changelog] add YouTrack link for version fixes shaun 2024-08-15 17:24:12 -0500
  • f4c9464b8a Add The1xDeveloper to contributors list IdeaVim Bot 2024-08-17 09:01:38 +0000
  • 3ba14d05b4 VIM-566: Add za motion support for toggling folds The1xDeveloper 2024-08-15 20:19:37 -0400
  • 2189b70b87 Fix(VIM-3601): The escape characters in IdeaVim's configuration file are invalid Filipp Vakhitov 2024-08-14 18:18:44 +0300
  • ea2222f9d5 Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 dependabot[bot] 2024-08-14 15:39:43 +0000
  • 7d68d41888 Fix(VIM-3580): New terminal switches editor to insert mode Filipp Vakhitov 2024-08-12 13:44:14 +0300
  • 44749b6d8c
    Update IdeaVim Plugins.md Alex Pláte 2024-08-12 12:16:19 +0300
  • 1ce4dbc569
    Update Home.md Alex Pláte 2024-08-12 12:14:44 +0300
  • db59513505
    Update Home.md Alex Pláte 2024-08-12 12:13:36 +0300
  • 0fbe675373
    Set plugin version to chylex-39 customized/39 chylex 2023-11-17 12:55:52 +0100
  • 43f30cdf7c
    Add action to run last macro in all opened files chylex 2024-08-11 17:47:07 +0200
  • 44ad2c9780
    Stop macro execution after a failed search chylex 2024-08-11 17:34:51 +0200
  • 7c10a19ad3
    Revert per-caret registers chylex 2024-07-08 02:53:01 +0200
  • 7478a2bf39
    Revert "Factor disposable objects on editor opening" chylex 2024-04-27 09:46:43 +0200
  • 98fad582f2
    Fix(VIM-3364): Exception with mapped Generate action chylex 2024-03-27 13:24:17 +0100
  • 41250fcf5f
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • 5679ac79f6
    Stay on same line after reindenting chylex 2024-08-10 14:26:46 +0200
  • ce9dcb75ac
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • 458514697d
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • 643e359dd7
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • 2d4ae3c72d
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • 2109d55d18
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • 7e4777dba3
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • 3c1698720f
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • e517af3a6e
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • 46210112fa
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • 308589fec5
    Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +0200
  • c55e43e2ae
    Disable switching to insert mode for some editors chylex 2024-08-10 14:46:56 +0200
  • fbe262826c
    Remove update checker chylex 2023-01-02 01:16:14 +0100
  • de52305556
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • 8c9ff9465f Fix(VIM-3584): com.maddyhome.idea.vim.KeyHandler requests com.maddyhome.idea.vim.api.VimKeyGroup instance. Class initialization must not depend on services Filipp Vakhitov 2024-08-11 01:12:59 +0300
  • 1a2322ddec OutputPanel no longer ignores key events Filipp Vakhitov 2024-08-10 23:55:57 +0300
  • 3da1cc300f
    Set plugin version to chylex-38 customized/38 chylex 2023-11-17 12:55:52 +0100
  • 4d535c4148
    Revert per-caret registers chylex 2024-07-08 02:53:01 +0200
  • 5768209a33
    Revert "Factor disposable objects on editor opening" chylex 2024-04-27 09:46:43 +0200
  • fe0f4fde9d
    Fix(VIM-3364): Exception with mapped Generate action chylex 2024-03-27 13:24:17 +0100
  • 25e4eb9078
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • 9b507e6033
    Stay on same line after reindenting chylex 2024-08-10 14:26:46 +0200
  • 4d0a54221a
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • 17d49bc35d
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • ba9966d996
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • ae1cb45854
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • 27c8d9e610
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • 5a247843e4
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • 4438c654d0
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • 705530fdfd
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • a1c0cfda52
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • 9261d17491
    Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +0200
  • c89099bb0c
    Disable switching to insert mode for some editors chylex 2024-08-10 14:46:56 +0200
  • 00f73f52bd
    Remove update checker chylex 2023-01-02 01:16:14 +0100
  • b0474cec7d
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • fbbd1ebc0d Bump org.antlr:antlr4 from 4.13.1 to 4.13.2 dependabot[bot] 2024-08-07 15:31:56 +0000
  • 8d5df11372
    Add a warning when the action is executed from the write action Alex Plate 2024-07-31 15:13:04 +0300
  • dfebe542d8 Fix incsearch highlight in multiple Rider instances Matt Ellis 2024-08-05 14:30:42 +0100
  • 7fde47c08b Update README.md Matt Ellis 2024-08-01 12:02:11 +0100
  • 629919f634 Bump org.jetbrains.intellij.platform from 2.0.0-rc1 to 2.0.0-rc2 dependabot[bot] 2024-07-31 15:11:56 +0000
  • 43fff1c73e Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2024-07-31 15:11:45 +0000
  • d02f0e17ca
    Revert "Fix(VIM-3376): Refactor the way IdeaVim executes actions" Alex Plate 2024-07-31 13:08:08 +0300
  • 5dc860f61e Fix(VIM-3569): Pipe-symbol can no longer be used in remaps Filipp Vakhitov 2024-07-30 18:01:54 +0300
  • 956e726c31
    Add test Alex Plate 2024-07-29 17:48:07 +0200
  • 446067e2fe
    Update formatting Alex Plate 2024-07-29 16:57:29 +0200
  • bd53a895c0
    Return nullability of editor in action Alex Plate 2024-07-29 16:54:02 +0200
  • e61fed2467
    Revert "Use installer in case of the snapshot dependency" Alex Plate 2024-07-29 16:51:25 +0200
  • f5e125759f
    Use installer in case of the snapshot dependency Alex Plate 2024-07-29 16:47:31 +0200
  • 622eb887c8
    Make style refactoring Alex Plate 2024-07-29 16:37:57 +0200
  • 9fb614e16c
    Pass editor to the "execute" method of the NativeAction Alex Plate 2024-07-29 16:36:01 +0200
  • 1e0fa07768
    Fix problem with unsatisfied condition Alex Plate 2024-07-29 16:15:58 +0200
  • bfb1d5b7f5
    Remove accidential return Alex Plate 2024-07-29 14:08:15 +0200
  • 2fad8790a9
    Reset key handler in property tests Alex Plate 2024-07-29 13:57:32 +0200
  • 9719106a14
    Fix incorrect assertions after migration to the new version of gradle plugin Alex Plate 2024-07-29 13:52:14 +0200
  • 870a0da2a2
    Update UI tests without octopus handler Alex Plate 2024-07-29 13:41:24 +0200
  • d3c315d299
    Update logs location in UI tests Alex Plate 2024-07-29 13:39:53 +0200
  • 2583b6e792
    Print the list of available keys for debugging Alex Plate 2024-07-29 13:27:15 +0200
  • 89417eb4f6
    Comment out compatibility check for copilot because it's broken for the moment Alex Plate 2024-07-29 13:16:50 +0200
  • 560700c9aa
    Pass editor to the execution of the action Alex Plate 2024-07-26 20:05:29 +0300