Results 112 issues of Didier Vojtisek

in order to fully enable #8 and #57 we need a registry in eclipse that can reference the languages declared in dsl files. Ie. similarly to Melange registry, it needs...

enhancement

In the Architecture, simulation and model debugging framework is supposed to be independent of Trace (as shown in the following figure) ![image](https://user-images.githubusercontent.com/661468/42929651-fb495646-8b3a-11e8-9318-c830d0af356a.png) However, the method [AbstractDSLDebuggerServices.currentInstructionChanged()](https://github.com/eclipse/gemoc-studio-modeldebugging/blob/master/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/src/org/eclipse/gemoc/dsl/debug/ide/sirius/ui/services/AbstractDSLDebuggerServices.java) does add a dependency...

refactoring

for better support of Java 9+, all our plugins should have _Automatic-Module-Name_ declaration in the manifest.mf command to detect which plugin don't have it: ``` find . -name "MANIFEST.MF" -not...

bump

The current web site is part of the global gemoc.org It needs to be better separated (initiative versus studio) may be we can consider Eclipse Hugo theme (as explained here...

documentation

_From @zzhang03 on November 29, 2017 4:0_ Hi gemoc team, Could you give a brief tutorial about the steps to create FSM example from scratch (with metamodel, edit and editor...

question
documentation

All issues from the following repositories should be checked on the current version in the official repositories, if the issue still exist, it should be moved to the new repositories...

refactoring
releng

For user who whish to install GEMOC in a prexisting Eclipse using our update site, it would be useful to use Eclipse jarsigner service in the CI. See https://wiki.eclipse.org/JAR_Signing and...

releng
prio - low

We currently use the information added by melange in the ecore file in order to drive the trace metamodel generation and the debug view content (variable view). This information is...

enhancement

In our test suite, we are currently mostly doing system tests (based on swtbot) however when some actions fails we do not have any relevant feedback in jenkins about the...

enhancement

In order to be independent of Melange when we don't need it and in connection with #8 we need a way to clone/convert the emf resource as Melange does with...

enhancement