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

Commit Graph

  • 5ec817776c Use "vim" prefix for option keys Matt Ellis 2023-12-29 16:40:39 +0000
  • 3ad0519add Extract initialisation strategies to new class Matt Ellis 2023-12-21 11:18:33 +0000
  • 9868522341 Only calculate stack trace if logging is enabled Matt Ellis 2023-12-20 12:36:36 +0000
  • 5b8d8c617f Improve type handling Matt Ellis 2023-12-29 16:19:10 +0000
  • a1f66061e3 Extract option storage to separate class Matt Ellis 2023-12-28 11:51:58 +0000
  • d8811933c9 Simplify resetting options for testing Matt Ellis 2023-12-22 00:42:11 +0000
  • c9864dde8d Extract parsed values cache Matt Ellis 2023-12-18 23:44:39 +0000
  • ca849d6649 Simplify API of OptionListenersImpl Matt Ellis 2023-12-18 15:54:16 +0000
  • 95a2354a86 Fix issue where global value wasn't properly set Matt Ellis 2023-12-18 16:17:00 +0000
  • 538e0ac48c Extract listener notification Matt Ellis 2023-12-15 20:38:26 +0000
  • 1c17411f04 Add test for changing number global-local options Matt Ellis 2023-12-29 12:30:33 +0000
  • cbe0f89548 Extract listener registration to separate class Matt Ellis 2023-12-15 19:20:03 +0000
  • 615b071dcb Rename methods for clarity Matt Ellis 2023-12-15 16:50:21 +0000
  • 2d74f121aa Set min width for widget Filipp Vakhitov 2024-01-04 10:45:59 +0200
  • f65c180b8f Bump io.ktor:ktor-serialization-kotlinx-json from 2.3.6 to 2.3.7 dependabot[bot] 2024-01-03 15:29:09 +0000
  • eb389c472d Bump io.ktor:ktor-client-cio from 2.3.6 to 2.3.7 dependabot[bot] 2024-01-03 15:29:04 +0000
  • befdf08035 Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2024-01-03 15:15:26 +0000
  • 7a43ac865e Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.21 to 1.9.22 dependabot[bot] 2024-01-03 15:15:22 +0000
  • c43fcf9fbf Bump io.ktor:ktor-client-auth from 2.3.6 to 2.3.7 dependabot[bot] 2024-01-03 15:14:23 +0000
  • 472a633010 Update changelog after merging PR IdeaVim Bot 2024-01-03 10:17:35 +0000
  • fc46acb2e4 Move to concurrent list Filipp Vakhitov 2024-01-02 20:11:51 +0200
  • 7fde66eb40 Better color Filipp Vakhitov 2023-12-28 16:12:33 +0200
  • b3cea3997d Safer changes to VimPlugin (avoid changes to old code that worked) Filipp Vakhitov 2023-12-28 16:05:04 +0200
  • 2f20193086 Post-review improvements Filipp Vakhitov 2023-12-28 15:58:01 +0200
  • 601e207f04 Remove comment filipp 2023-12-27 14:43:10 +0200
  • f0d3d8b276 Add colors to showmode widget filipp 2023-12-27 14:42:02 +0200
  • e02d34f023 Better ShowMode widget & Macro recording widget Filipp Vakhitov 2023-12-11 03:55:46 +0200
  • 0504be84b6 Add base implementation of showmode widget Filipp Vakhitov 2023-12-04 02:17:35 +0200
  • 216f020b70 Add new listeners filipp 2023-12-02 03:31:17 +0200
  • 66505eedfa Add Leonid Danilov to contributors list IdeaVim Bot 2024-01-03 09:02:40 +0000
  • b307c7d88b
    [VIM-2929]: Reset the key stack in case of exception during the execution Alex Plate 2024-01-02 13:50:08 +0200
  • 47d4445fa8
    Check the key stack at the end of every test Alex Plate 2024-01-02 13:25:51 +0200
  • 7098d2633a
    Add a helper function to key keystokes from string Alex Plate 2024-01-02 13:25:26 +0200
  • 61b5393b54 Update changelog after merging PR IdeaVim Bot 2024-01-02 10:14:39 +0000
  • 6fe2cf13b6 Added "Which-Key" to Plugins Leonid Danilov 2023-12-29 11:08:09 +0200
  • cc971eb2df Bump org.jetbrains.intellij from 1.16.0 to 1.16.1 dependabot[bot] 2023-12-28 09:54:14 +0000
  • a260987f5c Bump org.eclipse.jgit:org.eclipse.jgit.ssh.apache dependabot[bot] 2023-12-28 09:55:00 +0000
  • 5eb8f44dfc Bump org.mockito.kotlin:mockito-kotlin from 5.1.0 to 5.2.1 dependabot[bot] 2023-12-28 09:54:35 +0000
  • e36131b38b
    [VIM-2929]: Adding logging for tracing the keyStack Alex Plate 2023-12-28 11:24:13 +0200
  • b67868afde
    Extract the companion object into the top level Alex Plate 2023-12-28 10:03:50 +0200
  • 328fdee281
    Add comment about autocompletion in macros Alex Plate 2023-12-22 09:33:18 +0200
  • 8ab43e98fe Remove unnecessary keeping visual mode flag Matt Ellis 2023-12-11 23:28:38 +0000
  • 4f407ccc03 Remove unused multikey-undo flag Matt Ellis 2023-12-11 22:55:03 +0000
  • 5f3fddd3e4 Remove unnecessary post process method Matt Ellis 2023-12-11 20:21:42 +0000
  • 392f3b536d Remove unnecessary mode reset Matt Ellis 2023-12-11 20:19:53 +0000
  • 155de2b396 Remove always true check and always exit visual Matt Ellis 2023-12-11 18:05:02 +0000
  • 6c9930ac2a Removes unnecessary 'exit visual' command flag Matt Ellis 2023-12-11 17:56:49 +0000
  • 9dddf4f4bc Minor cleanup Matt Ellis 2023-12-11 17:34:17 +0000
  • 314506c15c Update changelog after merging PR IdeaVim Bot 2023-12-22 07:34:37 +0000
  • 673222da6c Prevent code completion popup from appearing after running a macro chylex 2023-12-03 06:51:03 +0100
  • 58b97e6361
    Get back to regular agents Alex Plate 2023-12-19 10:45:40 +0200
  • 8bc2032b07
    Do not override all artifact rules Alex Plate 2023-12-19 10:44:49 +0200
  • 40d4354dfc
    Avoid issue with blocked execution due to starting a coroutine in ProjectActivity Alex Plate 2023-12-19 10:30:14 +0200
  • 27f2f5bb2b
    Migrate KeymapChecker to ProjectActivity Alex Plate 2023-12-19 10:08:01 +0200
  • 490b934269
    Turn on leaks check on local development Alex Plate 2023-12-19 10:00:10 +0200
  • e2e2b4d176
    Proper tear down with tests with mock Alex Plate 2023-12-19 09:59:54 +0200
  • 7a1763bbee
    Dispose carets of custom editor in test Alex Plate 2023-12-19 02:21:34 +0200
  • ca8904b6bb
    Refactor common extension tests in order to avoid double remove of extension. Alex Plate 2023-12-19 02:21:18 +0200
  • 6384b28689
    Refactor listeners to avoid manual unregister Alex Plate 2023-12-19 01:44:57 +0200
  • e661466558
    Small refactorings on IdeaSelectionControl Alex Plate 2023-12-18 10:46:54 +0200
  • 8faf2beba4
    Refactor IdeaRefactorModeHelper for splitting logic into change calculation and change apply Alex Plate 2023-12-18 10:36:41 +0200
  • fb29319ec6
    Add VimPlugin.isNotEnabled function to simplify a lot of checks for !isEnabled() Alex Plate 2023-12-18 09:18:04 +0200
  • 7779d7d193
    This Easter egg caused a bug that a disposable balloon was leaked. Alex Plate 2023-12-15 23:04:25 +0200
  • 2c5246b62f
    Avoid project leak via KeyEvent Alex Plate 2023-12-15 22:38:15 +0200
  • e43a3f4518
    Avoid disposable leak because of widget Alex Plate 2023-12-15 22:22:52 +0200
  • b5716f7a6d
    Fix incorrect error handling Alex Plate 2023-12-15 22:20:49 +0200
  • fac5a3cc6f
    Remove XYZ testing configuration Alex Plate 2023-12-15 19:56:47 +0200
  • 671793078a
    Revert "Downgrade version of IJ plugin" Alex Plate 2023-12-15 19:07:55 +0200
  • 4f5ea1696f
    Revert "Add back-to-232 branch" Alex Plate 2023-12-15 19:07:44 +0200
  • b3e47e3bac
    Revert "Disable some tests" Alex Plate 2023-12-15 19:07:30 +0200
  • d67e990065 Update changelog. Action id - 7231244078 IdeaVim Bot 2023-12-16 10:06:23 +0000
  • 7fb6f4b47f
    Revert "Refactor key cache" Alex Plate 2023-12-15 18:49:18 +0200
  • df3b435a1f
    Revert "Clean swing timer" Alex Plate 2023-12-15 18:49:18 +0200
  • 5b65f1b544
    Clean swing timer Alex Plate 2023-12-15 18:43:49 +0200
  • e159866d3b
    Refactor key cache Alex Plate 2023-12-15 18:40:04 +0200
  • aa0ce71612
    Temporally switch to larger agents Alex Plate 2023-12-15 18:24:31 +0200
  • 522e547f99
    Clean up patch Alex Plate 2023-12-15 17:45:01 +0200
  • 9430341d4e
    Add artifact rules for all builds Alex Plate 2023-12-15 17:42:08 +0200
  • 95838d045d
    Disable some tests Alex Plate 2023-12-15 17:17:01 +0200
  • 20832f11b6
    Add back-to-232 branch Alex Plate 2023-12-15 17:01:08 +0200
  • 258203f400
    Downgrade version of IJ plugin Alex Plate 2023-12-15 16:52:59 +0200
  • 3b1768fa4e
    Update new build configuration name Alex Plate 2023-12-15 16:41:48 +0200
  • 23a3085bad
    Add xyz branch for testing Alex Plate 2023-12-15 16:34:15 +0200
  • 78c12e0ea6
    Switch to stable version of IDEA Alex Plate 2023-12-15 16:32:51 +0200
  • 997cb85663
    Do not log LOG.error during test execution Alex Plate 2023-12-15 16:30:47 +0200
  • 968d5eabfa TeamCity change in 'Ideavim' project: general settings of 'Tests for IntelliJ Latest EAP' build configuration were updated aleksei.plate@jetbrains.com 2023-12-15 14:26:47 +0000
  • 590ce1f7ed TeamCity change in 'Ideavim' project: runners of 'Tests for IntelliJ Latest EAP' build configuration were updated aleksei.plate@jetbrains.com 2023-12-15 14:19:03 +0000
  • 416a8838e4 TeamCity change in 'Ideavim' project: runners of 'Tests for IntelliJ Latest EAP' build configuration were updated aleksei.plate@jetbrains.com 2023-12-15 14:16:39 +0000
  • f6c349ac31 TeamCity change in 'Ideavim' project: runners of 'Tests for IntelliJ Latest EAP' build configuration were updated aleksei.plate@jetbrains.com 2023-12-15 14:15:47 +0000
  • 517c6b40b5
    Fix issue with disposed editor Alex Plate 2023-12-15 14:51:27 +0200
  • 1fa78935a6
    Factor disposable objects on editor opening Alex Plate 2023-12-15 14:28:18 +0200
  • 4ddcd56740
    Fix(VIM-3085): Open access to VimTypedActionHandler and VimShortcutKeyAction Alex Plate 2023-12-15 12:46:35 +0200
  • e5a2f33584 TeamCity change in 'Ideavim' project: general settings of 'Tests for IntelliJ Latest EAP' build configuration were updated aleksei.plate@jetbrains.com 2023-12-08 16:58:34 +0000
  • c17cf3256a TeamCity change in 'Ideavim' project: project settings were updated aleksei.plate@jetbrains.com 2023-12-08 16:50:30 +0000
  • 5415bda02d TeamCity change in 'Ideavim' project: general settings of 'Tests for IntelliJ Latest EAP' build configuration were updated aleksei.plate@jetbrains.com 2023-12-08 16:45:24 +0000
  • 07cbaeb7aa
    Add 2023.3 test on TeamCity dashboard Alex Plate 2023-12-08 18:23:23 +0200
  • fd1a706e4a
    Set plugin version to chylex-22 customized/22 chylex 2023-11-17 12:55:52 +0100
  • 5b2f3e1f12
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • ec704fc9f9
    Prevent code completion popup from appearing after running a macro chylex 2023-12-03 06:51:03 +0100
  • ef8955e9d1
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100