Hernán Morales Durand
Hernán Morales Durand
The method from VW has this comment and implementation: ```smalltalk saveVisualStates "export the POVs of the model as EV file. The file name is equal to the version of the...
Create a new type of list which, after the user has selected for removal a superclass of entities, removes not only the selected class but also its subclasses. ```smalltalk SpcActionList...
To help in debugging simulations, implement a simulation logger which dumps into a file each of the agents step positions. All files should be located in a simulations directory, with...
To add to the README: ``` Version management This project use semantic versionning to define the releases. This mean that each stable release of the project will get associate a...
From #341 Probes visualization window should have more features (choosing the probes to be displayed. @SergeStinckwich may you detail which features?
UI bugs
From #341 UI to build simulations should be working (still bugs). Please detail the bugs so we can address them one at a time.
Cormas-UI-Project is not well coveraged by tests. Certificate this package category making all tests pass
When creating a new spatial entity, if the model hasn't defined already a spatial entity (or if it is the first spatial entity created) then the radio button group containing...
``RTGridLayout`` (from Roassal 2) seems to be replaced by ``RTLayoutBuilder`` in its latest version, however #lineItemsCount: (a previously available implementor) is not available anymore. Model examples such as ``CMConwayModel`` and...
Currently the Cormas Entities Browser opened with: `CormasEntitiesBrowser new buildBrowser` does not display the color codes from the VisualWorks version to visualize the type of entities (spatial green, social blue,...