|
The java implementation of GLayoutOptions does not provide the hGrab and vGrap options listed in the documentation page and used in some of the Node GLSP examples. |
Answered by
tortmayr
Oct 15, 2025
Replies: 1 comment
|
Hi @Mc-Hoyos, thanks for raising this. You are right the constants for these options are missing. In the meantime, you can always just specify the options manually e.g. (https://github.com/eclipse-glsp/glsp-server/blob/0d79e4f7f5bea13d4c55426bd3e83cd7930a5302/examples/org.eclipse.glsp.example.workflow/src/org/eclipse/glsp/example/workflow/utils/WorkflowBuilder.java#L190) |
0 replies
Answer selected by
Mc-Hoyos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Mc-Hoyos,
thanks for raising this. You are right the constants for these options are missing.
I will create an issue for that.
In the meantime, you can always just specify the options manually e.g. (https://github.com/eclipse-glsp/glsp-server/blob/0d79e4f7f5bea13d4c55426bd3e83cd7930a5302/examples/org.eclipse.glsp.example.workflow/src/org/eclipse/glsp/example/workflow/utils/WorkflowBuilder.java#L190)