Dimitris Kolovos

Results 13 issues of Dimitris Kolovos
trafficstars

`\setbeameroption{show notes on second screen}` appears to be turning frame titles into hyperlinks - which is somewhat unexpected. Is this perhaps an unintended side-effect? (I've tried with both Skim and...

bug

After the following ANT build file ```xml M1!EClass.all.first().eSuperTypes.println(); M2!EClass.all.first().eSuperTypes.println(); ``` is executed against the following models `m1.ecore` and `m2.ecore` that reference each other, the models are not disposed properly. As...

bug
workaround

Running [this code](https://www.eclipse.org/epsilon/playground/?a10deb23) with `EplModule` produces a complete stack trace as shown below: ``` Type 'Person1' not found at (unknown@4:10-4:17) at (unknown@3:0-8:1) at (unknown@4:10-4:17) at (unknown@3:0-8:1) ``` Running the same...

bug

In [this example](https://www.eclipse.org/epsilon/playground/?911e91b8), referring to `p1` in the `TaskLeader` pattern should throw an exception but it doesn't because presumable the variable leaks from the `Collaborators` pattern. ``` // Find pairs...

bug

Similar to `%!TEX root` in LaTeX.

enhancement

When an Epsilon program is executed in "run" mode through a launch configuration, after the execution has finished, an entry for the launch configuration remains in the Debug view and...

bug

[Structurizr](https://docs.structurizr.com/) is a textual DSL for software architecture diagrams that appears to be gaining momentum. It would be nice to develop [an EMC driver](https://eclipse.dev/epsilon/doc/articles/developing-a-new-emc-driver/) for it on top of its...

enhancement

String literals in EOL can be multi-line as shown below. ![Image](https://github.com/user-attachments/assets/b42c9bce-d1b5-4d7f-9455-460c7788484c) This "feature" is unintentional and undocumented. Before https://github.com/eclipse-epsilon/epsilon/commit/da117386b18430d8a4e8c081e6a6528f0660be4f we used `SingleLineRule`s to syntax-highlight string literals in Epsilon Eclipse's editors,...

As the Simulink driver doesn't provide dedicated support for System Composer, one would need to use its fallback [statement and statementWithResult](https://download.eclipse.org/epsilon/stable-javadoc/org/eclipse/epsilon/emc/simulink/model/AbstractSimulinkModel.html#statement(java.lang.String)) methods. For instance, to create a small system composer...

EGL's recently-introduced [outdentation feature](https://eclipse.dev/epsilon/doc/egl/#outdentation), breaks traceability links. For example, if the template from the [EGX playground example](https://eclipse.dev/epsilon/playground/?egx) is modified as follows (outdentation added in line 6) ``` [*Generate a with...

bug