Hernán Morales Durand
Hernán Morales Durand
Updated https://github.com/pharo-project/pharo/pull/16277/files Fixes #15507 Fixes #15169
**Bug description** - In Pharo we have two systems to setup shortcuts. An older one based in the `` pragma, and another one based in Calypso-based annotations (implementation based in...
**Describe the request** The method `ReDuplicateClassDriver>>#scopes:` gets the selected class using `model environment classes anyOne`, but since the `classes` answer both the class and the metaclass, if the order is...
**Describe the problem** NewTools packages like the Scopes-Editor use the Calypso scoped system environment. We should extract the packages into a model so the Scopes-Editor can use the scoped environment...
Enable override menu item to open the Terminal in the P13 File Browser
# Description The Playground page does not render the "Hello World" example using Firefox 100.0 (64-bit) in macOS Big Sur. Reproducible with all addons disabled. Does it work correctly in...
It would be nice to have an easy way to set up a list with categories, for example:
## Introduction This issue is a request to implement a dedicated chat presenter to ease the creation of conversational user interfaces. This presenter will enhance the Spec capabilities in building...
It would be nice to have notebook pages displayed vertically, like this:
Morphic can have buttons with their specific font configured, but it does not work in Spec. ```smalltalk SpDemoButtonsPresenter new open. ```