Delete text (psiElement.delete()) from another plugin and add to vim paste register #881
Unanswered
DasGandlaf
asked this question in
Q&A
Replies: 2 comments
-
Hi there. Sorry, we don't yet have a good API layout for IdeaVim. But it sounds like a good case for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah no worries. I think the API is fine actually if you use the source code in the repo as a reference. I accessed ideavim in my live-plugin with I do not use classes. I just call the putMapping functions. So for MappingOwner I used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, love this plugin :) 👍
I delete text of a file in my groovy
live-plugin
(https://github.com/dkandalov/live-plugin) withpsiElement.delete()
.How could I add the deleted text to the default vim
"
register?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions