eclipse-pde / eclipse.pde

Eclipse Public License 2.0
24 stars 58 forks source link

E4 Editor is not able to discover references from dynamic model contributions #1307

Open laeubi opened 1 week ago

laeubi commented 1 week ago

I really like using the dynamic model registration but found one problem today, the E4 editor seem not be able to discover such contributions (FYI @fipro78)

  1. have one model extension that defines a part and uses plugin.xml
  2. have one model extension that defines a part and uses MANIFEST.MF
  3. Now create a new model extension and go to the imports, add a new part
  4. In the search dialog now the part from the plugin.xml defining one is found, the one from MANIFEST.MF is not