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

Commit Graph

  • ab635972cc
    Remove a lot of deprecated methods in IdeaVim Alex Plate 2025-05-09 12:58:47 +0200
  • 7fbf321cbd
    Do not use installer for Rider tests Alex Plate 2025-05-09 12:17:05 +0200
  • d4c24fcc7f
    Remove the outdated file with implemented vimscript functions Alex Plate 2025-05-09 11:16:22 +0200
  • fd5af31247 Report cannot track intention action Matt Ellis 2025-05-06 00:51:37 +0100
  • df74b75570 Stop switching fragment editors to Insert mode Matt Ellis 2025-04-30 11:23:17 +0100
  • c74163e917 Fix case settings in replacement string, VIM-3510 Vladimir Parfinenko 2025-04-23 14:37:49 +0200
  • d38b2885ba Fix missing backreferences in replacement string, VIM-3895 Vladimir Parfinenko 2025-04-23 14:37:38 +0200
  • 61666d1cfd Always print float numbers using period as a decimal separator, VIM-3894 Vladimir Parfinenko 2025-04-23 13:08:04 +0200
  • 35ddb21fe0
    Fix the deprecated method use Alex Plate 2025-05-09 11:09:11 +0200
  • ccdd708907
    Get rid of the old way of action execution Alex Plate 2025-05-08 18:22:40 +0200
  • 73e61e0955
    Get rid of hacks for Rider regarding esc and enter Alex Plate 2025-05-08 17:49:15 +0200
  • c3fa093d32
    Upgrade the code to use the 2025.1 functions Alex Plate 2025-05-08 17:47:35 +0200
  • a94d509441
    Remove other code deprecations Alex Plate 2025-05-08 17:33:41 +0200
  • 12fd5bc79a
    Remove deprecated functions Alex Plate 2025-05-08 17:20:58 +0200
  • 235368c449
    Remove old comments regarding vim-engine extraction Alex Plate 2025-05-08 17:20:00 +0200
  • 57ecd25640
    Refactor MacKeyRepeat.kt in order to remove the deprecated methods use Alex Plate 2025-05-08 17:18:17 +0200
  • 09d37ebd38
    Convert MacKeyRepeat to kotlin Alex Plate 2025-05-08 17:11:39 +0200
  • 81bc3f1f1b
    Rename .java to .kt Alex Plate 2025-05-08 17:11:39 +0200
  • 9e3058dace
    Code cleanup: remove some deprecations from the source code Alex Plate 2025-05-08 17:04:25 +0200
  • 6819d4f96c
    Add Mia Vucinic to the contributors list Alex Plate 2025-05-08 13:41:11 +0200
  • 222e1471b4 Add vumi19 to contributors list IdeaVim Bot 2025-05-08 09:01:43 +0000
  • 35b9eaae3e VIM-2263 Add a not-null assertion operator to getRegister function to since assertions won't be executed if register does not exist M. V 2025-05-07 16:42:33 +0200
  • 4eee1d3192 VIM-2263 Add additional tests that check the content of the registers M. V 2025-05-07 16:22:51 +0200
  • 3c2e2bfb68 VIM-3771 Add a smile command with python ascii art M. V 2025-05-07 17:46:08 +0200
  • 3f75b6db6d VIM-3771 Add a smile command with java ascii art M. V 2025-05-07 17:38:33 +0200
  • 5fd318bf88 VIM-3771 Add a smile command with kotlin and default ascii art M. V 2025-05-07 17:30:37 +0200
  • 6d34c70a9d VIM-3771 Rename VirtualFile.kt to VimVirtualFile.kt and add a new property extension M. V 2025-05-07 17:06:41 +0200
  • 3ffe8b68f7 Bump io.ktor:ktor-serialization-kotlinx-json from 3.1.2 to 3.1.3 dependabot[bot] 2025-05-07 16:14:17 +0000
  • d09fc538f7 Bump io.ktor:ktor-client-cio from 3.1.2 to 3.1.3 dependabot[bot] 2025-05-07 16:14:14 +0000
  • 8d4d6b0f27 Bump io.ktor:ktor-client-content-negotiation from 3.1.2 to 3.1.3 dependabot[bot] 2025-05-07 15:58:08 +0000
  • f9f5f039db Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2025-05-07 15:41:07 +0000
  • cacb63a525 Bump io.ktor:ktor-client-auth from 3.1.2 to 3.1.3 dependabot[bot] 2025-05-07 15:40:50 +0000
  • 518eac1476
    Fix the authors update script Alex Plate 2025-05-06 14:28:59 +0200
  • ad18667520 Add Ivan Yarkov to contributors list IdeaVim Bot 2025-05-06 09:01:46 +0000
  • 5bf2b51c5d
    Add a comment about the change Alex Plate 2025-05-05 17:00:33 +0200
  • 5959fc2824 RIDER-123506 don't insert line break on enter in insert mode for Rider Ivan.Yarkov 2025-05-05 13:25:25 +0300
  • a9f9ae3727
    Fix(VIM-3786): Make a workaround to fix shift-enter in AI chat Alex Plate 2025-04-29 19:36:05 +0300
  • 8bfcd13c33
    Fix(VIM-3882): Register the VimShortcutAction to the editor component instead of its wrapper Alex Plate 2025-04-28 17:55:18 +0300
  • 2cd5c9db72
    Add Lejia Chen to the Authors list Alex Plate 2025-04-28 11:45:02 +0300
  • 70d662fe28 Remove obsolete internal options Matt Ellis 2025-04-22 13:15:08 +0100
  • 2f33d41713
    Update the minimal version of IJ to 251 Alex Plate 2025-04-22 08:56:07 +0300
  • 8247392dc3
    Fix some compilation warnings Alex Plate 2025-04-16 22:12:36 +0300
  • c8504e1138
    Fix warning about synchronization on primitive Alex Plate 2025-04-16 21:35:01 +0300
  • 443e50b55f
    Add tests for case changing Alex Plate 2025-04-16 19:44:31 +0300
  • 1891216182
    Fix(VIM-3878): Support ROT13 command g? Alex Plate 2025-04-16 19:43:56 +0300
  • 515f0ca568 Bump org.junit.jupiter:junit-jupiter-params from 5.12.1 to 5.12.2 dependabot[bot] 2025-04-16 16:26:26 +0000
  • 2be0228c35 Bump org.junit.jupiter:junit-jupiter-api from 5.12.1 to 5.12.2 dependabot[bot] 2025-04-16 16:10:49 +0000
  • cf554e9ae2 Bump org.junit.vintage:junit-vintage-engine from 5.12.1 to 5.12.2 dependabot[bot] 2025-04-16 15:55:29 +0000
  • 251cc638db Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2 dependabot[bot] 2025-04-16 15:55:19 +0000
  • 5700738c61 Bump org.junit.jupiter:junit-jupiter-engine from 5.12.1 to 5.12.2 dependabot[bot] 2025-04-16 15:55:15 +0000
  • 916afd31b2
    Fix(VIM-3870): Add missing write actions Alex Plate 2025-04-16 18:54:22 +0300
  • 5d2852420a
    Remove the duplication method for existing the select mode Alex Plate 2025-04-11 20:31:01 +0300
  • a5efa5f9f2 Rename SAVE_VISUAL to SAVE_SELECTION Matt Ellis 2025-04-08 13:39:09 +0100
  • e86503798a Remove special case handling for Plug mapping Matt Ellis 2025-04-08 12:18:05 +0100
  • 0b6ac4a9f4 Rename variable and add comments Matt Ellis 2025-04-05 23:22:57 +0100
  • 2a6f7cc907 Remove unused mappingComplete parameter Matt Ellis 2025-04-04 16:15:20 +0100
  • 9b4f114d61 Refactor MappingProcessor Matt Ellis 2025-04-04 16:03:49 +0100
  • 3155556832 Reformat and update comments for MappingProcessor Matt Ellis 2025-04-03 23:13:20 +0100
  • 07190f38c9 Fix :normal command with multi-letter mapping Matt Ellis 2025-04-05 23:14:37 +0100
  • db116faa32 Fix handling of modes in NormalCommand Matt Ellis 2025-04-05 19:17:05 +0100
  • 58496fa1a1 Uncomment NormalCommandTest.kt Matt Ellis 2025-04-05 16:26:16 +0100
  • 0bd12af1f4 Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2025-04-09 15:28:33 +0000
  • 9f6d697e30 Bump io.ktor:ktor-client-cio from 3.1.1 to 3.1.2 dependabot[bot] 2025-04-09 15:28:29 +0000
  • 8ed283f7ae Add Max Siryk to contributors list IdeaVim Bot 2025-04-07 09:02:16 +0000
  • 5a3d35f216 fix: typo & consistency erotourtes 2025-04-04 23:23:26 +0300
  • 13850f059d
    Add a new plugin to the compatibility check Alex Plate 2025-04-04 18:43:03 +0300
  • 3ddc75f5f0
    Remove the call for the instrumentationTools as it's deprecated Alex Plate 2025-04-04 18:39:28 +0300
  • 6c71698aae
    Do not use the installer for some of the tests because currently it doesn't work on the installer with the new gradle plugin Alex Plate 2025-04-04 18:38:20 +0300
  • 664895941d Bump io.ktor:ktor-serialization-kotlinx-json from 3.1.1 to 3.1.2 dependabot[bot] 2025-04-02 15:31:57 +0000
  • c758ac16ec Bump io.ktor:ktor-client-core from 3.1.1 to 3.1.2 dependabot[bot] 2025-04-02 15:17:15 +0000
  • 4c2b3b8011 Bump io.ktor:ktor-client-auth from 3.1.1 to 3.1.2 dependabot[bot] 2025-04-02 15:17:11 +0000
  • ee1c4914d4 Bump io.ktor:ktor-client-content-negotiation from 3.1.1 to 3.1.2 dependabot[bot] 2025-04-02 15:02:07 +0000
  • a5f225394f Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2025-04-02 15:02:03 +0000
  • 8af848cef6
    Fix(VIM-3861): Fix the debug action execution Alex Plate 2025-03-31 12:32:42 +0300
  • 4c1d91cc37 Add Peter Hoburg to contributors list IdeaVim Bot 2025-03-29 09:01:47 +0000
  • deca256e1c
    Add clear conditions for property tests Alex Plate 2025-03-28 19:23:47 +0200
  • 6d3bde3ad5 Fix incorrect implementation of DoesNotMatchHandler Matt Ellis 2025-03-28 17:02:06 +0000
  • 3b2b863c88 Update truthy expressions Matt Ellis 2025-03-16 22:57:57 +0100
  • a7e1c08589 Simplify unary arithmetic operators Matt Ellis 2025-03-16 22:53:17 +0100
  • 5aa5e82d59 Rename some operator handlers Matt Ellis 2025-03-16 22:52:18 +0100
  • 0db9ad505b Remove unnecessary singleton classes Matt Ellis 2025-03-16 22:51:47 +0100
  • 147eb99745 Simplify case sensitive binary operators Matt Ellis 2025-03-16 22:50:35 +0100
  • bb73bdfb4a Simplify case sensitive comparisons Matt Ellis 2025-03-16 22:43:01 +0100
  • 9ab1044880 Migrate various string operators to toVimString Matt Ellis 2025-03-16 22:27:47 +0100
  • e2cc9c648f Introduce toVimString to match toVimNumber Matt Ellis 2025-03-16 22:26:08 +0100
  • a322525c2a Be more explicit with is and isnot implementation Matt Ellis 2025-03-16 22:07:03 +0100
  • 51ea947ccb Move comparison operator data rules to base class Matt Ellis 2025-03-16 22:04:24 +0100
  • f6810798ef Move binary operator conversion rules to base class Matt Ellis 2025-03-16 21:56:55 +0100
  • 2fee525998 Refactor logical operators Matt Ellis 2025-03-16 21:47:09 +0100
  • 9e3ab12451 Combine logical handlers into same file Matt Ellis 2025-03-16 21:45:49 +0100
  • 5f8d552e8a Extract error message Matt Ellis 2025-03-16 21:43:57 +0100
  • 4e847f8ef4 Merge arithmetic operators to same file Matt Ellis 2025-03-16 21:42:23 +0100
  • d5901fc2c9 Merge case-sensitive handlers to same file Matt Ellis 2025-03-16 21:39:39 +0100
  • 3621b91321 Make operator handlers internal Matt Ellis 2025-03-16 21:34:27 +0100
  • acbf1d7bd4
    Update gradle wrapper Alex Plate 2025-03-28 19:05:55 +0200
  • f079edfb25 Modify CommentaryTextObject test case CCCC-L 2025-03-01 17:52:26 +0800
  • 440cab1674 CommentaryTextObject no longer contains spaces to be consistent with neovim CCCC-L 2025-02-12 01:05:43 +0800
  • 9322e3b81b
    Update intellij gradle plugin Alex Plate 2025-03-28 18:40:26 +0200
  • 021db84a21 Expand ~ to home directory in XDG_CONFIG_HOME Matt Ellis 2025-03-25 23:40:44 +0000
  • e232cb3ceb Support 32-bit Unicode codepoints in digraphs Matt Ellis 2025-03-25 22:54:20 +0000