Oleksandr Zaitsev
Oleksandr Zaitsev
We expect to see all selectors in pov protocol that do not have arguments (and in all superclasses) as options for POV
When we right-click on the agent or cell, there are "inspect" and "Kill" buttons It would be nice to also add the "Browse" button that would open a System Browser
Model configurations are the parameters that must be initialized before the model can be executed. For example, grid size, initial number of agents, etc. Storing configurations in a separate object...
It still depends on the hierarchy of superclasses ```st entitySuperclass self cbComm state not & self cbLocation state not & self cbGroup state not ifTrue: [ ^ CMAgent ]. self...
I have the impression that `CMModelOpener` is not used and therefore we can remove it
Spec1 was removed in Pharo 10. Because of that, multiple classes of Cormas-UI can not be loaded (including `CMSpecEntitiesBrowser`, `CMSpecPovSetter_*`, etc.) 
~~This badge seems to be static, which means that it will often get outdated and will be hard to maintain. Besides, the number of contributors can be seen on the...
It is more maintained and may become part of the official Pharo distribution: https://github.com/juliendelplanque/PharoCodeGenerator
In VisualWorks, there are namespaces, which allows one to create classes with generic names such as `Agent`, `Model`, etc. In Pharo, we need to prefix classes to avoid collision: `CMAgent`,...