Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GUI/properties support for customising EMF load/save options #62

Open
agarciadom opened this issue Nov 23, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@agarciadom
Copy link
Contributor

We had a question today from a user on how to customise the EMF load and save options for their EmfModel. Our website says this cannot be done, but we do have methods for it in EmfModel since version 2.3.0.

The issue is that this functionality is not exposed from the developer tools, and it cannot be used via typical string properties as we do for other options. This would need to be exposed in some way, but we'd have to find some way to encode the map of options (which may have non-string values) into the StringProperties we normally use.

Once this is corrected, we should also update the Epsilon website, specifically these two articles:

https://eclipse.dev/epsilon/doc/articles/epsilon-emf/
https://eclipse.dev/epsilon/doc/articles/in-memory-emf-model/

@agarciadom agarciadom added the enhancement New feature or request label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant