Alexander SR

Results 16 comments of Alexander SR

I also tried setting HIERARCHY_HANDLING to INCLUDE_CHILDREN, which should activate HALS if I remember correctly, but it made it even worse. ![expanded_include_children_bad](https://user-images.githubusercontent.com/25612037/102999984-63c91e80-452a-11eb-90b3-04da6c5c64ef.png)

While PR #1270 solves most of the cases, the cycle detection still reports ports as part of a cycle if they are downstream of a reaction on the cycle, even...

> Tagging @a-sr in case he as any insights regarding building Epoch for ARM. I also found this: https://resheim.net/2013/05/running-eclipse-rcp-applications-on.html, but that's rather old documentation. No, I don't have any experience...

I have never altered the default highlighting, I only added new highlighting but this is a different mechanism (semantic). The [Xtext docmumentation for code highlighting](https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#highlighting) describes two types of highlighting:...

@Soroosh129 Could you help me here? I created test models for federates with modes in C and Python but I wasn't able to test them in a distributed way on...

Yes, it should be possible, somehow, but I have no experience with that. I found two tutorials (https://www.vogella.com/tutorials/EclipseLauncherFramework/article.html and http://codeandme.blogspot.com/2013/11/debugger-2-launch-framework-not-only.html) and it looks like a lot of work, especially getting...

@soerendomroes If the `PortLabelPlacement.NEXT_TO_PORT_IF_POSSIBLE` option is active, it produces this result for labels on ports that form a direct self loop. It looks like the layout either treats the ports...

I was aware that the Kotlin plugin ships an outdated version but I hoped it would not cause any severe problems. Since this is starting to cause more and more...

Yes, looks like a hiccup in the incremental update of the diagram, especially if it is disappears upon refreshing the diagram.

While `north` and `south` works with the layout, I did not implement the orientation for the port figure in those cases because I did not expect that it will be...