cannot Copy content from one editor to another. #823
Replies: 1 comment
-
Hi, alas we only have a default implementation to copy&paste within one diagram. However, this can be extended to also work across diagrams or even applications. An implementation will likely depend on your specific diagram use case, as you'll have to specify the text that is put into the clipboard and be able to identify what needs to be done when a certain text from the clipboard is pasted into your diagram. Parts of the copy&paste implementation also depend on the platform integration (Theia, VS Code, Standalone, Eclipse), as those handle interaction with the clipboard differently. So it would be helpful to know which integration you are targeting and which server you are using. At the moment clipboard handling is only supported on the Java GLSP server framework and in Theia, Eclipse and VS Code. I'll give some pointers for Java and Theia:
On paste:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to copy content from one open editor to another.
Is there any implementation or reference regarding this?
Beta Was this translation helpful? Give feedback.
All reactions