Sample reflective Editor with custom labels and filter for types from EPackage removed #75
juergen-albert
started this conversation in
General
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
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


Uh oh!
There was an error while loading. Please reload this page.
-
Hi Ed,
I have my own smaple reflective editor that inherits from EcoreEditor. What I want is:
org.eclipse.fennec.emf.editor.reflective.xmi.zip
Some context for the second request: We often create Metamodels, and dynamic EObjects in the IDE without generated code. to set e.g. EStructuralFeature as type of a EReference, wer have to load the Ecore.ecore to have them at hand. When I create a DynamicEObject in the IDE from such an Ecore, I can not set such a Ref to another Feature, as the types are of different instances.
I have a rough Idea what I would need todo, but every time I look at it, I get confused by all the different Adapters, Facotries, Adapterfactcories and descriptors with registries, that I don't know what I have to override where in my editor, to give my own Stuff.
Beta Was this translation helpful? Give feedback.
All reactions