1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-25 02:46:01 +01:00
IntelliJ-IdeaVim/src/test/java/org/jetbrains/plugins/ideavim
2024-06-27 15:46:22 +05:00
..
action Make text deletion in change actions a part of insert sequence 2024-06-09 00:33:07 +03:00
annotations Better annotations 2023-08-11 15:57:09 +03:00
command Remove deprecated showmode status bar text update that does not work with the new UI and will be replaced with widget 2024-02-23 15:09:45 +02:00
common/editor Remove Offset and Pointer and switch to the regular Ints 2024-03-29 15:38:05 +02:00
config/migration Migration of tests to JUnit 5 2023-03-14 14:05:35 +02:00
ex Fix(VIM-3506): in command mode no longer change cursor to " 2024-06-27 15:46:22 +05:00
extension Fix clearing highlighted yank in modal dialogs 2024-05-24 18:05:51 +03:00
group Fix incsearch highlights with operator count 2024-06-03 11:54:48 +03:00
helper VIM-3376: Remove usages of the EditorDataContext 2024-04-26 14:52:47 +03:00
key Migration of tests to JUnit 5 2023-03-14 14:05:35 +02:00
listener Refactor listeners to avoid manual unregister 2023-12-19 01:44:57 +02:00
mock Proper tear down with tests with mock 2023-12-19 09:59:54 +02:00
option Stop mapping negative 'scrolljump' to IntelliJ setting 2024-06-21 17:22:36 +03:00
regex Remove Offset and Pointer and switch to the regular Ints 2024-03-29 15:38:05 +02:00
ui Cleanup tests 2024-02-20 14:51:13 +02:00
RegisterActionsTest.kt Remove deprecated xml-related code 2024-01-26 13:45:46 +02:00
TestHelper.kt Extract java tests for IdeaVim to a separate gradle subproject 2024-02-07 16:04:10 +02:00