GMF

  1. GMF Troubleshooting
  2. GMF Troubleshooting 2
  3. GMF Troubleshooting 3
  4. GMF Troubleshooting 4
  5. GMF Troubleshooting 5
  6. GMF Troubleshooting 6
  7. GMF Troubleshooting 7
  8. GMF Troubleshooting 8
  9. GMF Troubleshooting 9
  10. GMF Troubleshooting 10

When I select a model element, the Properties view is empty and has no properties for me to edit.

This can occur if your edit plugin does not specify an org.eclipse.emf.edit.itemProviderAdapterFactories extension point for the package that the model element is within.

For example, this change was necessary to allow elements within the messaging subpackage of my Ecore metamodel to be edited through the properties view. The diagram editors don’t need to be regenerated, because it is EMF-side functionality.

Also see issue 272 in IAML.