Tom Vandenbussche

Results 6 issues of Tom Vandenbussche

When adding a label to a port, the size of that port is changed depending on the label: ![port-size](https://user-images.githubusercontent.com/5674397/65335169-332a6480-dbc4-11e9-8206-e79b1f40b989.png) with `PortLabelPlacement.INSIDE`: ![port-size-inside](https://user-images.githubusercontent.com/5674397/65335179-3887af00-dbc4-11e9-824c-ba5dac13e2e1.png) I'm not sure if this is a problem...

When setting the model (rather than updating) I usually fit it to the screen immediately afterwards. I don't want any animations in this case so I disable animation for the...

When excluding modules `edgeEditModule, labelEditModule, labelEditUiModule` I receive the following error in the console when selecting an `SEdge` element: > Uncaught (in promise) Missing handler for action 'switchEditMode'

It could be interesting to still allow de-selection when the select feature is disabled for a certain component. For example I have a node with some inner nodes where the...

discussion

Whenever the model is updated I want to execute the `FitToScreenAction`. Currently I do this on the server side by implementing `IModelUpdateListener` and dispatching a `FitToScreenAction` (like in the flow...

There should be an easier way to register custom actions with GSON. Right now this happens in a static method within `ActionTypeAdapter` so the only possibility I have is to...