-
in GEMOC we use Ale Sirius service in order to create layers dedicated to animation and debug (using `ale:` as expression language in fields accepting expression see left part of the following screens…
-
when installing the GEMOC ALE official example I was expecting it to be configured as a nominal configuration and to be able to raise typechecking errors
but introducing errors in the ALE code does…
-
There's a dark theme for ale editor since https://github.com/gemoc/ale-lang/issues/94
However, I'm not sure it is correctly deployed
the name in the manifest https://github.com/gemoc/ale-lang/bl…
-
the ale documentation has a list of services on collections
http://gemoc.org/ale-lang/reference.html#services-for-collections
this is very useful as an overview of these services :smiley:
howe…
-
Apparently, the naming scheme of Eclipse IDE has changed
(see https://eclipsehowl.wordpress.com/2018/09/23/eclipse-ide-improvements-photon-is-followed-by-2018-09/ and https://bugs.eclipse.org/bugs/sh…
-
The current .dsl file doesn't provide any help while writting it.
the difficult point is that the value of each key is most of the time engine dependent (Ale, K3, etc)
The best solution would be t…
-
The feature allowing to add a "behavior" layer on top of an ecore when both the ecore and ale files are in the same project is currently broken (cf.https://github.com/gemoc/ale-lang/issues/147)
sh…
-
in a simple ALE program (called as a GEMOC language)
if I have some incorrect instructions such as
```
self.whatever.foo();
self.foo();
```
(neither whatever, nor foo() exist)
The interpret…
-
## Motivation
Currently, each EClass from *every* EPackage ~installed in the IDE~ in project's dependencies is made available to the interpreter and to the validators through AQL's `IQueryEnvironme…
-
In https://github.com/eclipse/gemoc-studio-modeldebugging/blob/61c50ab28aeb602d5e87b456e7620166effe3b67/commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/src/org/eclipse/gemoc/commons/eclipse/ui/Tr…