1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-07-26 19:28:45 +02:00

Commit Graph

  • 9101ca1afc
    Set plugin version to chylex-37 customized/main customized/37 chylex 2023-11-17 12:55:52 +0100
  • 7e493e0188
    Revert per-caret registers chylex 2024-07-08 02:53:01 +0200
  • 78b5540636
    Revert "Factor disposable objects on editor opening" chylex 2024-04-27 09:46:43 +0200
  • 97ba6ae997
    Fix(VIM-3364): Exception with mapped Generate action chylex 2024-03-27 13:24:17 +0100
  • 9ac1a14604
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • 3c20feba8d
    Stay on same line after reindenting chylex 2024-01-26 11:41:59 +0100
  • d23475818a
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • 7f5c9b56ef
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • c3f5cb4866
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • 7a25fbfd31
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • 444880b153
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • 0ae06e46da
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • 98e085e636
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • 67c60ae8cc
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • ffd2433da3
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • cfe219250c
    Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +0200
  • 68bdae1afc
    Remove update checker chylex 2023-01-02 01:16:14 +0100
  • 77859e03e7
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • cfd05be288
    Revert "Migrate to IntelliJ Platform Gradle Plugin 2.0" chylex 2024-07-07 04:24:20 +0200
  • c0419d6018 Fix project leak filipp 2024-07-05 18:02:22 +0300
  • ea98e50f65 Sometimes safety is a bad thing filipp 2024-07-05 17:18:10 +0300
  • 168174e383 Add missing resetOpPending to KeyHandler.reset filipp 2024-07-05 17:14:59 +0300
  • 53cd4e1b88 Remove KeyHandlerStateResetter filipp 2024-07-05 17:06:29 +0300
  • 27e3561bb8 Safer VimListenersNotifier filipp 2024-07-05 17:00:45 +0300
  • 9bb9cb13e3 Fix possible bug in the ExOutputModel.show() method and add documentation filipp 2024-07-05 16:18:49 +0300
  • 16455f7241 Remove the update() method from VimOutputPanel filipp 2024-07-05 15:50:15 +0300
  • 82225aa519 Use new interface instead of the old one filipp 2024-07-05 15:15:25 +0300
  • 5f2baefc6c Introduce new interface for VimOutputPanel to support the output panel in Fleet Filipp Vakhitov 2024-07-05 00:35:19 +0600
  • cedcf39723 Fix(VIM-3461): Focus regression Filipp Vakhitov 2024-06-30 01:33:04 +0300
  • 4925d9aada Remove ideaglobalmode option Filipp Vakhitov 2024-06-30 01:11:44 +0300
  • f3e6df32d0 Fix(VIM-3462): IdeaVim not responsive occasionally Filipp Vakhitov 2024-06-30 00:55:51 +0300
  • 5aaa8752af Move to new API from deprecated one Filipp Vakhitov 2024-06-29 23:54:50 +0300
  • a1d214316c Make VimStateMachine global Filipp Vakhitov 2024-06-29 15:47:11 +0500
  • 8a1e3eb066 Move toggleInsertOverwrite() to VimEditor filipp 2024-06-28 17:38:01 +0300
  • c79286b9b0
    Set plugin version to chylex-36 customized/36 chylex 2023-11-17 12:55:52 +0100
  • 5f59b47b19
    Revert per-caret registers chylex 2024-07-08 02:53:01 +0200
  • 8d51537f79
    Revert "Factor disposable objects on editor opening" chylex 2024-04-27 09:46:43 +0200
  • 052de10e3a
    Fix(VIM-3364): Exception with mapped Generate action chylex 2024-03-27 13:24:17 +0100
  • 9ece9a7a04
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • 84c868afc3
    Stay on same line after reindenting chylex 2024-01-26 11:41:59 +0100
  • f29ebab390
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • 0cb8bba3fd
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • c0ff2b5cd0
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • 460234553d
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • cdd5b2abaf
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • 9db1732eb3
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • 63e292b21f
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • 362175431d
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • 5e2cab4eda
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • b63792c8f8
    Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +0200
  • f543b6a1d1
    Remove update checker chylex 2023-01-02 01:16:14 +0100
  • d367b3bc72
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • da2d8d707f
    Revert "Migrate to IntelliJ Platform Gradle Plugin 2.0" chylex 2024-07-07 04:24:20 +0200
  • 75a417773f
    [VIM-547]: Turn off new undo for the next release as well Alex Plate 2024-07-05 12:14:10 +0300
  • b3b3ee4f21 Add Jake to contributors list IdeaVim Bot 2024-07-04 09:01:54 +0000
  • 07b1db4b28 Fix(VIM-3518): line numbers in :g/ not displayed Filipp Vakhitov 2024-07-04 01:50:33 +0600
  • dc775a0f22 Move number option to vim-engine Filipp Vakhitov 2024-07-04 00:11:36 +0600
  • 10228f953e Fix(VIM-3517): Add support for global find & replace Vim-ism — :g/pattern/s//replacement/g Filipp Vakhitov 2024-07-03 22:34:42 +0600
  • afceecadbe Disable the configuration cache for GitHub actions Matt Ellis 2024-07-03 17:34:45 +0100
  • b2a4e59571 Update gradle plugin to beta 8 Matt Ellis 2024-07-03 17:33:56 +0100
  • b0b944bbf3
    Temporally get rid of the configuration cache Alex Plate 2024-07-03 19:39:31 +0300
  • 89a3d74b93
    Try not to use the configuration cache in gradle automations at the moment Alex Plate 2024-07-03 19:32:03 +0300
  • f4eef04750
    Do not bundle kotlin-stdlib and kotlin-reflection to the plugin distribution Alex Plate 2024-07-03 19:29:14 +0300
  • e62c86b99f Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3 dependabot[bot] 2024-07-03 15:57:25 +0000
  • 82bd792da5 Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.3 dependabot[bot] 2024-07-03 15:40:15 +0000
  • a58c9065e6 Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 dependabot[bot] 2024-07-03 15:24:19 +0000
  • e8bf984b76 Bump org.junit.jupiter:junit-jupiter-params from 5.10.2 to 5.10.3 dependabot[bot] 2024-07-03 15:24:23 +0000
  • 23e1a3499f
    Do not update the YouTrack tickets in case of patch release Alex Plate 2024-07-03 11:49:14 +0300
  • 6b4e4bacd7 Fix null reference initialising output panel fonts Matt Ellis 2024-07-03 01:17:19 +0100
  • a84c04ca08
    Revert "Temporally comment out release branch reset" Alex Plate 2024-07-02 10:38:15 +0300
  • e67c71e440
    Temporally comment out release branch reset Alex Plate 2024-07-02 10:05:23 +0300
  • 5078ff9c7a
    Disable check size for releases Alex Plate 2024-07-02 10:04:49 +0300
  • 647510de5d
    Optimize imports for the project Alex Plate 2024-06-28 17:30:01 +0300
  • 84e11e4236
    Add useful .idea files to git Alex Plate 2024-06-28 17:25:56 +0300
  • 9538714af1
    Remove explicit API mode to enhance coding efficiency and maintain Kotlin's conciseness Alex Plate 2024-06-28 17:11:16 +0300
  • ffd832d990
    Get rid of RegExp class Alex Plate 2024-06-28 17:01:30 +0300
  • 8de2b8976b Avoid using deprecated RegExp in VimRegexService filipp 2024-06-28 16:58:04 +0300
  • a6aa26b5d9 Remove deprecated methods filipp 2024-06-28 15:40:41 +0300
  • 2505651c68 Deprecate methods in VimStateMachine that duplicate KeyHandler functionality filipp 2024-06-28 15:14:29 +0300
  • e67c7b23ff Remove deprecated code from VimStateMachine filipp 2024-06-28 15:11:47 +0300
  • 453cca3b0c Remove resetState() from editor filipp 2024-06-28 14:51:21 +0300
  • 6cee04a4be Remove old compatibility layers filipp 2024-06-28 14:35:16 +0300
  • ae8b9b4773 Mark isOperatorPending as deprecated filipp 2024-06-28 14:07:53 +0300
  • e748b7b265 Fix soft wrap inconsistency in run console Matt Ellis 2024-06-06 16:24:15 +0100
  • c2401ec013 Protect against recursion when opening editors Matt Ellis 2024-06-06 14:10:40 +0100
  • 8073d7ecd0 Fix copying 'fileencoding' during window opening Matt Ellis 2024-06-06 11:09:20 +0100
  • 64f7859ba7 Fix switching to insert for non-file backed diff Matt Ellis 2024-06-06 08:46:30 +0100
  • f1b94d7026 Fix regression ignoring case in global command Matt Ellis 2024-06-06 00:44:07 +0100
  • 79653b6048 Update ex output asserts to remove trailing newline Matt Ellis 2024-06-06 17:44:38 +0100
  • b0e6b72281 Fix regression missing newlines in :print output Matt Ellis 2024-06-06 00:29:32 +0100
  • e6220e5e53 Fix regression clearing output instead of closing Matt Ellis 2024-06-06 00:16:18 +0100
  • 3c064845b1 Fix ex text field handling of zoom and font size Matt Ellis 2024-06-05 23:45:42 +0100
  • 736cb219ca
    Remove the use of RegExp from ExEntryPanel Alex Plate 2024-06-28 16:47:32 +0300
  • fb30e4e387
    Adapt the code to the new search helper functions Alex Plate 2024-06-28 16:12:56 +0300
  • 74550ffa16
    Refactor countWords function Alex Plate 2024-06-28 16:05:28 +0300
  • d0a0672282
    Rename .java to .kt Alex Plate 2024-06-28 16:05:27 +0300
  • 16e92ddf60
    Move SearchHelper classes to kotlin file Alex Plate 2024-06-28 16:02:26 +0300
  • 4d8e68d800
    Get rid of many unused search functions Alex Plate 2024-06-28 15:56:19 +0300
  • bbebfaf32a
    Remove some obsolete and deprecated code Alex Plate 2024-06-28 15:37:30 +0300
  • 7e56331e47 Fix failing test filipp 2024-06-28 15:46:56 +0300