-
|
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. |
Beta Was this translation helpful? Give feedback.
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) |
Beta Was this translation helpful? Give feedback.
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)