-
Maybe commonalities between Roassal and Spy can be defined on some point.
-
We need to have branches...
-
Astares wrote on discord:
> Some more feedback: I think that "SpMorphicAdapter" is a too generic class name, this looks like a generic morphic adopter for Spec - that I can subclass for Spec in gen…
-
Trait names like TContainer and TPositionable are too generic. They need to be renamed to contain Roassal name prefix
-
Needless to say that `PLT` is not a very good class name. I can propose to rename it to `RSPlot`.
As for `PLTPlot` and `PLTScatter`, I would call them `RSLinePlot` and `RSScatterPlot` or `RSLine` and…
-
With [Roassal3 released](https://github.com/ObjectProfile/Roassal3) it could represent a great amount of duplication to have both versions loaded in the same image.
Most Roassal2 class dependencies…
-
This test should check all dependencies of Roassal3, and avoid odd dependencies
-
Martin has created a nice interaction with RSTreeLayout an RSRectanglePackLayout.
We need that in roassal as a basic interaction
-
``CormasModel`` define ``timeStep`` and ``timeStepValue`` that apparently return the same value. Can we just keep ``timeStep`` ?
-
```
#fix: aFixedElement
movableElement := aFixedElement
#movable: aMovableElement
fixedElement := aMovableElement
```
The behaviour appears to be correct using #fix: and #movable: as separat…