eclipse-capella / capella

Open Source Solution for Model-Based Systems Engineering
https://mbse-capella.org
Eclipse Public License 2.0
236 stars 96 forks source link

CTRL+SHIFT+V paste also the clipboard text (not only the linked element made from CTRL+SHIFT+C) #2869

Closed scosta-obeo closed 3 months ago

scosta-obeo commented 4 months ago

Regression from capella 6.1

Steps:

  1. Open IFE example project
  2. Select an element, right click on it and use Copy as Hyperlink for Description option
  3. Open Description editor and write a text
  4. Copy text
  5. Use CTRL+SHIFT+V

Actual: Text and hyperlink are pasted Expected: Only the hyperlink to be pasted

scosta-obeo commented 4 months ago

This issue is linked to https://github.com/eclipse/kitalpha/issues/804