Hernán Morales Durand
Hernán Morales Durand
These classes does not have functionality related to LaTeXExporter or LaTeX, and they are also used by HTML exporter: MicDocumentWriter MicExportBrush MicExportCanvas
Multiple visitor classes have different naming conventions. For example inspecting: ```smalltalk #visitBold: implementors ``` It would be nice to avoid confusion to have a single naming conventions for Visitors. Something...
Add SpMorphicScrollableAdapter>>scrollTo: Add example in class documentation.
Just noticed there is a `unselectAll` method but no `selectAll` which could be very handy for lists where items are not using a checkbox.
The documentation does not mention if the font size should be mandatory (https://github.com/pharo-spec/Spec/blob/Pharo10/spec2.md#font-property-spstylefont). Not providing a fontSize for a defined Font property raises a MNU exception because required font has...
While loading PillarApp in Pharo 12 using: ```smalltalk Metacello new baseline: 'PillarApp'; repository: 'github://pillar-markup/pillar:dev-8/src'; load. ``` 
Method selectors in FFI were updated, so we should update the senders to this method for Pharo 12.
WeakRegistry is not available anymore in Pharo 12. It seems the most suitable replacement is FinalizationRegistry, which applies to OldFileStream registry method.
As reported in [this pharo issue](https://github.com/pharo-project/pharo/issues/16123), this PR should be applied along with the [PR in pharo repository](https://github.com/pharo-project/pharo/pull/16169). It is a small PR to clean dependencies which could bring problems...
Currently opening File Browser presenters does not auto-scroll the "Directories" presenter to the current working directory. Actually, the directory which is shown in the file system navigation presenter is not...