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

Commit Graph

  • 822dad52f3
    Set plugin version to chylex-41 customized/main customized/41 chylex 2023-11-17 12:55:52 +0100
  • bf12c98880
    Exit insert mode after refactoring chylex 2024-09-05 07:37:55 +0200
  • c02bd15e4f
    Add action to run last macro in all opened files chylex 2024-08-11 17:47:07 +0200
  • 5957d5d681
    Stop macro execution after a failed search chylex 2024-08-11 17:34:51 +0200
  • 9445afb555
    Revert per-caret registers chylex 2024-07-08 02:53:01 +0200
  • 6e115bdf64
    Revert "Factor disposable objects on editor opening" chylex 2024-04-27 09:46:43 +0200
  • 6305c412b5
    Fix(VIM-3364): Exception with mapped Generate action chylex 2024-03-27 13:24:17 +0100
  • be2eabe3b9
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • de13e4348a
    Stay on same line after reindenting chylex 2024-08-10 14:26:46 +0200
  • 1c154fdc8a
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • 9b75931736
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • 3fe97aa767
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • 8eb2dbebcf
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • cb781f9a0d
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • 6693755823
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • 9a9bd335d3
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • 91e22482c6
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • 06dc2ed75c
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • 12da1ac969
    Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +0200
  • 5747ac0ebf
    Disable switching to insert mode for some editors chylex 2024-08-10 14:46:56 +0200
  • 8a47bc1840
    Remove update checker chylex 2023-01-02 01:16:14 +0100
  • da4deaf698
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • 4c09ab4766 Add Felix Wiemuth to contributors list IdeaVim Bot 2024-08-31 09:01:59 +0000
  • ee447bce07
    Add a note to replace the raw string after the changes will be available Alex Plate 2024-08-30 18:57:00 +0300
  • 5fb4c10f88
    Add 2024.2 IJ for testing on TC Alex Plate 2024-08-30 18:42:02 +0300
  • ed2fcb08b0
    [VIM-3620] Add a link to the usage survey Alex Plate 2024-08-30 18:34:02 +0300
  • dedd90ce13 Fix(VIM-3615): Escape closes dialog while waiting for more keys chylex 2024-08-25 09:07:59 +0200
  • 73326e623e
    Use the behavior form in docs Alex Plate 2024-08-30 16:42:03 +0300
  • a2bc34d6ec
    [VIM-3620] Show the uninstall survey only when uninstalling IdeaVim Alex Plate 2024-08-29 10:20:23 +0300
  • b652c7726a Fix typo Felix Wiemuth 2024-08-28 11:59:05 +0200
  • fb7a2de07b Encapsulate the command builder's state flag Matt Ellis 2024-08-28 17:11:27 +0100
  • def9ca479b Ensure builder resets to a root command trie node Matt Ellis 2024-08-28 16:46:13 +0100
  • 0936e0761f Reorder CommandBuilder methods Matt Ellis 2024-08-28 13:26:35 +0100
  • 09a335bcfe Start to encapsulate setting command builder state Matt Ellis 2024-08-28 13:11:09 +0100
  • 37b8d69bac Remove unused EMPTY_COMMAND Matt Ellis 2024-08-23 17:41:07 +0100
  • 13308050a8 Remove unnecessary OperatorArguments parameters Matt Ellis 2024-08-23 17:20:02 +0100
  • a1a553ebc9 Deprecate OperatorArguments.mode Matt Ellis 2024-08-24 09:27:41 +0100
  • 5bb0c4f7cb Use editor.mode instead of OperatorArguments.mode Matt Ellis 2024-08-23 17:00:14 +0100
  • da6736f24a Simplify the logic when yanking during delete Matt Ellis 2024-08-23 16:56:23 +0100
  • 4df1ce2ae8 Remove OperatorArguments.mode usage in block insert Matt Ellis 2024-08-23 16:42:38 +0100
  • 00fd4cd491 Handle op-pending for space and backspace Matt Ellis 2024-08-11 01:01:45 +0100
  • d185672e2f Deprecate OperatorArguments.isOperatorPending Matt Ellis 2024-08-11 00:44:09 +0100
  • 55fef03a4a Add 'whichwrap' to dictionary Matt Ellis 2024-08-06 09:05:56 +0100
  • 69b3e4f782 Start to refactor OperatorArguments Matt Ellis 2024-08-06 00:43:27 +0100
  • 6be29b0378 Remove KeyHandler.isOperatorPending Matt Ellis 2024-08-02 13:01:34 +0100
  • 9965c863a6 Encapsulate command node state in builder Matt Ellis 2024-08-01 17:04:27 +0100
  • 3f11ae512c Move register pending state to command builder Matt Ellis 2024-08-01 12:29:29 +0100
  • 1c842eb3d8 Avoid exposing misleading count on command builder Matt Ellis 2024-07-31 16:43:35 +0100
  • c7fbce675b Update comment Matt Ellis 2024-07-31 10:48:23 +0100
  • d7e68488c8 Make Command.rawCount immutable Matt Ellis 2024-07-31 01:55:19 +0100
  • 69d13a74e6 Remove unnecessary copy method Matt Ellis 2024-07-31 01:17:18 +0100
  • 5a83df34a7 Replace var properties with read only Matt Ellis 2024-07-31 01:13:17 +0100
  • 0a18c388e0 Simplify CommandBuilder Matt Ellis 2024-07-31 01:06:54 +0100
  • 1a3409e7df Remove count from motion argument Matt Ellis 2024-07-30 17:06:54 +0100
  • e93db961a0 Wrap offsets argument as an external action Matt Ellis 2024-07-29 00:07:47 +0100
  • 8fd76bd08f Refactor properties for sealed Argument classes Matt Ellis 2024-07-26 17:21:50 +0100
  • 0eea4a5b2c Introduce sealed classes to represent an argument Matt Ellis 2024-07-24 00:16:14 +0100
  • 18a0c533e2 Remove unused OperatedRange type Matt Ellis 2024-07-26 17:23:34 +0100
  • 0bd8d8f4d2 Remove unused digraph command flag Matt Ellis 2024-07-24 00:01:08 +0100
  • 64a89c8863
    [VIM-3620] Add the uninstall survey Alex Plate 2024-08-28 18:57:29 +0300
  • 5b17d7740e Update generated files after merging PRs Filipp Vakhitov 2024-08-25 21:51:14 +0300
  • cc9385f2a9
    Set plugin version to chylex-40 customized/40 chylex 2023-11-17 12:55:52 +0100
  • 32a2384a46
    Revert "VIM-2074 Backspace behaviour is incorrect in Replace mode" chylex 2024-08-25 10:15:21 +0200
  • fdd850de5a
    Fix(VIM-3615): Escape closes dialog while waiting for more keys chylex 2024-08-25 09:07:59 +0200
  • 8cad0e6434
    Fix(VIM-3615): Escape closes dialog while waiting for more keys VIM-3615 chylex 2024-08-25 09:07:59 +0200
  • 0f7116b136
    Add action to run last macro in all opened files chylex 2024-08-11 17:47:07 +0200
  • db8f0251fb
    Stop macro execution after a failed search chylex 2024-08-11 17:34:51 +0200
  • 2ca2c1e774
    Revert per-caret registers chylex 2024-07-08 02:53:01 +0200
  • f3c32da4d1
    Revert "Factor disposable objects on editor opening" chylex 2024-04-27 09:46:43 +0200
  • 1a3b34d457
    Fix(VIM-3364): Exception with mapped Generate action chylex 2024-03-27 13:24:17 +0100
  • 1f9159996d
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • 65c3acd891
    Stay on same line after reindenting chylex 2024-08-10 14:26:46 +0200
  • 223f65c003
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • 293b854620
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • 9e7c5fd603
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • 00c799595f
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • 8577b5ed20
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • 3af7a991a0
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • 212af1798d
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • 002ef8f72f
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • 9115af6b3d
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • 25ca42d371
    Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +0200
  • 408687c9b3
    Disable switching to insert mode for some editors chylex 2024-08-10 14:46:56 +0200
  • 85e00bf8fc
    Remove update checker chylex 2023-01-02 01:16:14 +0100
  • bd6f2d4b2f
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • e406885ec6 Add Igor Babko to contributors list IdeaVim Bot 2024-08-24 09:01:39 +0000
  • 9bbeab8062 VIM-2074 Backspace behaviour is incorrect in Replace mode filipp 2024-08-23 13:03:53 +0300
  • 373bfc4eab Add endOffset to LiveRange filipp 2024-08-23 11:38:39 +0300
  • 050f2f7b97 Respect emojis and don't assume that every character is a single offset filipp 2024-08-23 14:02:09 +0300
  • e30bc14843 Make closing command line safer Filipp Vakhitov 2024-08-22 23:35:06 +0300
  • 76d590be11 Support more flexible command line restrictions for Fleet Filipp Vakhitov 2024-08-21 23:10:31 +0300
  • b005328b4a Exclude generated files from .gitignore Filipp Vakhitov 2024-08-21 23:06:35 +0300
  • ad20021cee Remove currentAction and some unused code Filipp Vakhitov 2024-08-20 03:09:22 +0300
  • 126de5c218 Remove package-info.java Filipp Vakhitov 2024-08-20 02:53:28 +0300
  • 0f7aef3f15 Fix tests Filipp Vakhitov 2024-08-20 02:45:47 +0300
  • f352b84922 Move some Executor logic to its base class Filipp Vakhitov 2024-08-20 02:17:18 +0300
  • 789faa7cb2 Add entry to history on <Esc> in COMMAND mode Filipp Vakhitov 2024-08-20 01:43:44 +0300
  • a338f5768a Better reset Filipp Vakhitov 2024-08-20 01:32:56 +0300
  • 8205c74571 Remove some old bindings Filipp Vakhitov 2024-08-20 01:23:29 +0300
  • def40eb409 Save last entry on every command line text update Filipp Vakhitov 2024-08-20 01:16:14 +0300