1
0
Fork 0
IntelliJ-IdeaVim/src/testFixtures/kotlin/org/jetbrains/plugins/ideavim
Alex Plate b66da76880
VIM-3376: Remove usages of the EditorDataContext
EditorDataContext cannot be used because the platform cannot convert it to the async data context. Taking the fact that it's not clear why this custom context exists, I decided to get rid of it at all.

```
Cannot convert to AsyncDataContext at 'keyboard shortcut' DataContextWrapper(CaretSpecificDataContext(com.maddyhome.idea.vim.helper.EditorDataContext)). Please use CustomizedDataContext or its inheritors like SimpleDataContext
```

Class EditorDataContext cannot be removed because it's used in github.zgqq.intellij-enhance plugin
2024-04-26 14:52:47 +03:00
..
impl Extract java tests for IdeaVim to a separate gradle subproject 2024-02-07 16:04:10 +02:00
EmptyTransferable.kt Create a testFixtures for the project 2024-02-07 10:05:56 +02:00
NeovimTesting.kt Revert "Revert changes to SearchGroup" 2024-03-29 14:52:52 +02:00
OnlyThrowLoggedErrorProcessor.kt Extract java tests for IdeaVim to a separate gradle subproject 2024-02-07 16:04:10 +02:00
TestOptionConstants.kt Extract java tests for IdeaVim to a separate gradle subproject 2024-02-07 16:04:10 +02:00
VimTestCase.kt VIM-3376: Remove usages of the EditorDataContext 2024-04-26 14:52:47 +03:00
util.kt Extract java tests for IdeaVim to a separate gradle subproject 2024-02-07 16:04:10 +02:00