edgafner / dorkag

Issue Tracker repository for all Dorkag plugins
Other
5 stars 0 forks source link

[BUG]: [AZD] Incompatibility with IdeaVim, backspace in comment removes characters in editor #55

Closed MarcelBaxIITS closed 3 weeks ago

MarcelBaxIITS commented 5 months ago

Describe the bug When commenting in the editor (not the diff view) the using backspace does not remove chars from comment but from the code.

To Reproduce Steps to reproduce the behavior:

  1. Go to a file
  2. Click on +
  3. Start writing a comment
  4. Use Backspace to remove a char

Expected behavior When focus is in the comment it should remove chars from comment.

Desktop (please complete the following information):

JetBrains IDE (please complete the following information):

Plugin version

Jonatha1983 commented 5 months ago

@MarcelBaxIITS Thank you for reporting I ll try to reproduce it

Jonatha1983 commented 5 months ago

Hi, @MarcelBaxIITS, Is there any chance you can upload a short video of this bug? I couldn't reproduce it and wondered what I was missing and what you meant.

MarcelBaxIITS commented 5 months ago

sure, I found out this is an incompatibility with ideaVim. I hope you can do something about it.

https://github.com/edgafner/dorkag/assets/137763736/a6aa2357-7a73-4daa-acc3-844234e244ed

The problem only appears in the editor, not in diff view.

Jonatha1983 commented 3 weeks ago

@MarcelBaxIITS Can you confirm this issue with ideaVim is still happening?

MarcelBaxIITS commented 3 weeks ago

@Jonatha1983 I cannot reproduce the issue anymore.