1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-07-02 05:38:52 +02:00

Commit Graph

  • 0f0a73c139
    Set plugin version to chylex-49 customized/main customized/49 chylex 2023-11-17 12:55:52 +0100
  • 9eccf626db
    Make g0/g^/g$ work with soft wraps chylex 2025-06-10 02:52:28 +0200
  • f53f980a01
    Make gj/gk jump over soft wraps chylex 2025-05-16 00:18:11 +0200
  • 54e3f7053c
    Make camelCase motions adjust based on direction of visual selection chylex 2025-03-27 11:29:51 +0100
  • c7a8f6b4aa
    Make search highlights temporary chylex 2025-03-25 09:21:35 +0100
  • f680f0b2cd
    Exit insert mode after refactoring chylex 2024-09-05 07:37:55 +0200
  • 10131a8d57
    Add action to run last macro in all opened files chylex 2024-08-11 17:47:07 +0200
  • f5b194002c
    Stop macro execution after a failed search chylex 2024-08-11 17:34:51 +0200
  • 41e4adbd6a
    Revert per-caret registers chylex 2024-07-08 02:53:01 +0200
  • 191bf9967e
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • ed84d20d4a
    Stay on same line after reindenting chylex 2024-08-10 14:26:46 +0200
  • 3e829b8949
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • 28b511131b
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • cc2a8d25e2
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • fb9f83821b
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • fcb9fd8169
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • 8793889f05
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • f294059e81
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • c7a9fbf374
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • 9b04739f15
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • f68c56b968
    Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +0200
  • 0282d99692
    Remove notifications about configuration options chylex 2025-01-15 03:45:34 +0100
  • 03be3e1be2
    Remove update checker chylex 2023-01-02 01:16:14 +0100
  • 7c233f5e1a
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • ef2d87ff6b Add Thomas Canava to contributors list IdeaVim Bot 2025-06-07 09:02:03 +0000
  • 75cd79312c
    Which-Key plugin don't use VimShortcutKeyAction anymore, so we can hide it Alex Plate 2025-05-30 19:49:57 +0300
  • b868e0cb81 test: Update tests to match new keys Thomas Canava 2025-06-05 20:54:03 +0200
  • 30c972ee1e fix: Vim macro not working with arrows Thomas Canava 2025-06-01 19:26:36 +0200
  • 761f6f5fb9 Implement pumvisible() function chylex 2025-05-16 17:00:01 +0200
  • 1e3738314a Add support for := to print line number Matt Ellis 2025-05-15 00:25:34 +0100
  • f47388175b Bump org.junit.jupiter:junit-jupiter-api from 5.12.2 to 5.13.0 dependabot[bot] 2025-06-04 16:24:48 +0000
  • 779de5e29c Bump org.junit.jupiter:junit-jupiter-params from 5.12.2 to 5.13.0 dependabot[bot] 2025-06-04 16:07:24 +0000
  • 1f0cca17cf Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.0 dependabot[bot] 2025-06-04 15:49:28 +0000
  • d09592824c Bump org.junit.jupiter:junit-jupiter-engine from 5.12.2 to 5.13.0 dependabot[bot] 2025-06-04 15:49:21 +0000
  • 725d60a56e Bump org.junit.vintage:junit-vintage-engine from 5.12.2 to 5.13.0 dependabot[bot] 2025-06-04 15:49:24 +0000
  • 77a106f9c6
    Throw ProcessCanceledException instead of silently ignoring it in VimTypedActionHandler Alex Plate 2025-05-30 19:41:41 +0300
  • 1f66bdf5ed
    Refactor tests in ChangeActionTest.kt for better readability by reformatting doTest calls and improving code style consistency. Alex Plate 2025-05-30 15:12:43 +0300
  • 7c4cfe44ae
    Remove unused MutableBoolean data class from KeyHandler Alex Plate 2025-05-30 14:20:25 +0300
  • b58c1a42d2
    Remove unused mappingCompleted parameter from handleKey methods Alex Plate 2025-05-30 14:16:40 +0300
  • 02fab15aa9
    Add tests that verify the behaviour with oldundo flag Alex Plate 2025-05-28 16:45:06 +0300
  • 6c9d85cce0
    Add a big number of undo tests for macros Alex Plate 2025-05-28 12:40:56 +0300
  • 360080e8c0
    Enable some disabled tests Alex Plate 2025-05-28 12:14:08 +0300
  • e41831798e
    Add a big number of undo tests for ex commands Alex Plate 2025-05-28 11:48:38 +0300
  • c93c9e539c
    Add a big number of undo tests Alex Plate 2025-05-28 09:46:05 +0300
  • 149e3f92ae
    Update .gitignore to exclude local Claude settings file Alex Plate 2025-05-28 09:40:53 +0300
  • 233bad0070
    Turn off TeamCity emulation when running tests locally Alex Plate 2025-05-28 09:38:54 +0300
  • b44308c9ef
    Remove skipping of command execution if it happens not on the EDT Alex Plate 2025-05-27 18:30:16 +0300
  • 8c612afed6
    VIM-3929: Re-enable IdeaVim in diff editors Alex Plate 2025-05-27 13:07:43 +0300
  • 2c057e937a
    Fix(VIM-3929): IdeaVim is disabled in non-file based editors of IDE Alex Plate 2025-05-23 19:34:17 +0300
  • 2548008116
    Add missing switches to EDT during test Alex Plate 2025-05-23 17:14:26 +0300
  • c43eb1212e
    Bring back CommandState to fix the compatibility with the external plugins Alex Plate 2025-05-23 16:53:01 +0300
  • 4c11399b43
    Bring the compatibility with the latest EAP version Alex Plate 2025-05-23 16:48:37 +0300
  • 18f3ba6fe1
    Rethrow ProcessCancelledException Alex Plate 2025-05-23 16:22:04 +0300
  • 2435136734
    Remove vimscript roadmap file Alex Plate 2025-05-23 16:00:37 +0300
  • 4d2a7df6b4
    Cleanup readme file Alex Plate 2025-05-22 18:51:48 +0300
  • b04e90e93c Bump org.jetbrains.intellij.platform from 2.5.0 to 2.6.0 dependabot[bot] 2025-05-21 15:46:43 +0000
  • 4c88359f46 Bump org.eclipse.jgit:org.eclipse.jgit.ssh.apache dependabot[bot] 2025-05-21 15:46:40 +0000
  • 8e136bf769
    Update list of supported IDEs Alex Plate 2025-05-21 12:31:29 +0300
  • be73e662bd
    Change wording to JetBrains IDEs on the readme Alex Plate 2025-05-21 12:30:39 +0300
  • 5d7732d0d5
    Implement pumvisible() function pumvisible chylex 2025-05-16 17:00:01 +0200
  • e096b803c5
    Set plugin version to chylex-48 customized/48 chylex 2023-11-17 12:55:52 +0100
  • ba9d89caed
    Implement pumvisible() function chylex 2025-05-16 17:00:01 +0200
  • 3cc9ce73b9
    Set plugin version to chylex-47 customized/47 chylex 2023-11-17 12:55:52 +0100
  • 9370fb7809
    Disable key bindings when completion popups are active chylex 2025-05-16 17:00:01 +0200
  • a593539d9d
    Set plugin version to chylex-46 customized/46 chylex 2023-11-17 12:55:52 +0100
  • a62a356dfb
    Make gj/gk jump over soft wraps chylex 2025-05-16 00:18:11 +0200
  • 5a25c53808
    Make camelCase motions adjust based on direction of visual selection chylex 2025-03-27 11:29:51 +0100
  • 19cd5bf53d
    Make search highlights temporary chylex 2025-03-25 09:21:35 +0100
  • 799a2271bd
    Exit insert mode after refactoring chylex 2024-09-05 07:37:55 +0200
  • 46314beaa7
    Add action to run last macro in all opened files chylex 2024-08-11 17:47:07 +0200
  • aa0b299d1a
    Stop macro execution after a failed search chylex 2024-08-11 17:34:51 +0200
  • b5ca0b57fe
    Revert per-caret registers chylex 2024-07-08 02:53:01 +0200
  • be69de15b4
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • d9bb4a581e
    Stay on same line after reindenting chylex 2024-08-10 14:26:46 +0200
  • 4f4ec08958
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • b4ed59b08f
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • c6174f4395
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • b5416da9a4
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • 9474364910
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • afb7d29871
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • 6afd363731
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • 0880a78bfe
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • e6c506811f
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • d3142f4574
    Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +0200
  • bf54c86622
    Remove notifications about configuration options chylex 2025-01-15 03:45:34 +0100
  • 9aed3c4eb6
    Remove update checker chylex 2023-01-02 01:16:14 +0100
  • cd3c40c855
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • ee70ecd92e Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2025-05-14 15:11:41 +0000
  • f3cf3f03b1 Bump org.jetbrains.kotlin:kotlin-stdlib from 2.1.20 to 2.1.21 dependabot[bot] 2025-05-14 15:12:30 +0000
  • 4c46d734cc Bump io.ktor:ktor-client-core from 3.1.2 to 3.1.3 dependabot[bot] 2025-05-14 15:11:33 +0000
  • e932fe2059
    Add com.ugarosa.idea.edgemotion as a dependant plugin Alex Plate 2025-05-14 12:02:06 +0300
  • d3f248d2f9
    Refactor reset to avoid service initialization during the dispose Alex Plate 2025-05-09 19:04:10 +0200
  • f623c1eef9
    Fix(VIM-3784): Integrate a notification that will warn new GoLand users that they use IdeaVim Alex Plate 2025-05-09 18:38:59 +0200
  • f03734e235
    Fix(VIM-3786): Disable IdeaVim in the AI assistant Alex Plate 2025-05-09 16:31:44 +0200
  • 85acdc2e24
    Fix(VIM-3881): Execute undo/redo directly for the remote dev scenarios Alex Plate 2025-05-09 16:20:27 +0200
  • afa70e20e1
    Correct the rider test Alex Plate 2025-05-09 15:27:43 +0200
  • 73f3d328c5
    Try to wait longer till Rider will start Alex Plate 2025-05-09 13:51:40 +0200
  • df3224b02d
    Start Rider with printing the logs to the output Alex Plate 2025-05-09 13:34:51 +0200
  • 0e56a4e86e
    Remove background Rider start to see the problem when loading Alex Plate 2025-05-09 13:32:22 +0200
  • 66ce949cc5
    Do not use installer for Rider tests Alex Plate 2025-05-09 13:00:50 +0200