Community
Participate
Working Groups
Here is an entry for planned Indigo feature : providing some extension point which allows the user to register some editor/browser. Such an information will be used in some specific modeling feature (such as EPackage view, or MoDisco discovery feature). Such editor is dedicated either to EPackage, EObject, or Resource input.
This enhancement has been commited into SVN in org.eclipse.emf.facet.util.emf.ui (rev 252). There are still improvments to do : - try to move the extension point to org.eclipse.emf.facet.util.emf.core - complete the preferences page
Did not success in moving the extension point from org.eclipse.emf.facet.util.emf.ui to org.eclipse.emf.facet.util.emf.core since the registry class uses JFace IPreferenceStore interface. To go further registry class should also be registered through some additional extension point.
Memo : On the aspect "try to move the extension point to org.eclipse.emf.facet.util.emf.core" we should try to use the API String text = Platform.getPreferencesService()
Fixed in revision 3804. To manipulate preferences, it uses InstanceScope, DefaultScope and ScopedPreferenceStore to adapt the InstanceScope to the FieldEditorPreferencePage.
Hi Nicolas, Please, can you: - precise where to find the documentation, - precise where to find the unit tests, - add one line in the contributors list of each file you’ve modified, - add a readme file to explain why you expose an internal package (when this is the case). Regards, Gregoire
I put the documentation in: https://dev.eclipse.org/svnroot/modeling/org.eclipse.emft.facet/trunk/doc/org.eclipse.emf.facet.emf.util.doc Committed in revision 263.
Created attachment 187820 [details] org.eclipse.emf.facet.emf.util.doc attaching new doc plug-in (for IP log)
Created attachment 187824 [details] org.eclipse.emf.facet.util.emf.core.tests I added a new test plug-in : org.eclipse.emf.facet.util.emf.core.tests. Committed in revision 266.
Marking as fixed.
Hello, The plug-in org.eclipse.emf.facet.emf.util.doc is not correctly named: it should be named org.eclipse.emf.facet.util.emf.doc. Regards, Gregoire Dupe
> The plug-in org.eclipse.emf.facet.emf.util.doc is not correctly named: it > should be named org.eclipse.emf.facet.util.emf.doc. Fixed in revision 272.
This bug can be closed.