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

Generalize 'layoutOptions' to a generic string-object map #26

Merged
merged 1 commit into from
Dec 12, 2019

Conversation

martin-fleck-at
Copy link
Contributor

In Sprotty layoutOptions can be AbstractLayoutOptions (pre-defined key-value pairs) or ModelLayoutOptions (a generic string to string/number/boolean map). To capture that behavior on the Java side we made the layout options generic but provide GLayoutOptions to capture the set of pre-defined key-value pairs.

Belongs to eclipse-glsp/glsp#8

In Sprotty layoutOptions can be AbstractLayoutOptions (pre-defined
key-value pairs) or ModelLayoutOptions (a generic string to
string/number/boolean map). To capture that behavior on the Java side we
made the layout options generic but provide GLayoutOptions to capture
the set of pre-defined key-value pairs.
@tortmayr tortmayr merged commit 0dcb184 into master Dec 12, 2019
@tortmayr tortmayr deleted the feature/issue-8 branch December 12, 2019 12:43
MatthiasHofstaetter pushed a commit to MatthiasHofstaetter/glsp-server that referenced this pull request Dec 21, 2024
…sp#26)

In Sprotty layoutOptions can be AbstractLayoutOptions (pre-defined
key-value pairs) or ModelLayoutOptions (a generic string to
string/number/boolean map). To capture that behavior on the Java side we
made the layout options generic but provide GLayoutOptions to capture
the set of pre-defined key-value pairs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants