Hernán Morales Durand

Results 144 issues of 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...

question
UI
porting
priority 3

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...

enhancement
UI
priority 2

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...

enhancement

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...

enhancement

From #341 Probes visualization window should have more features (choosing the probes to be displayed. @SergeStinckwich may you detail which features?

UI

From #341 UI to build simulations should be working (still bugs). Please detail the bugs so we can address them one at a time.

Bug
UI

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...

UI
porting

``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...

Bug

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,...