Kris
Kris
The speed of browsing larger repositories, such as the [‘pharo’ repository](https://github.com/pharo-project/pharo) itself, needs some improvement for this feature to be (more) useful though.
I didn’t investigate beyond determining that the failing checks are probably not related to the changes in this pull request: for the [run of ‘Iceberg-Pharo-Integration’](https://github.com/pharo-vcs/iceberg/actions/runs/11086865761), the test that failed also...
That test is the one that also failed in the [corresponding run for commit bd041b9](https://github.com/pharo-vcs/iceberg/actions/runs/11071485205) so I don’t think that’s related to the changes in this pull request.
Brick has some multi-cursor support. Using Command-click to add cursors would conflict with existing functionality. See: [GToolkit issue #3937](https://github.com/feenkcom/gtoolkit/issues/3937).
As a side note, the title of the section is a bit odd as it inverts the idiomatic order [‘nuts and bolts’](https://en.wiktionary.org/wiki/nuts_and_bolts).
For comparison: in Pharo 9 through 11, only the non-progressing progress bar ‘Cloning repository […]’ is shown (see issue #13719) and cloning takes about 60 seconds; in Pharo 12, no...
I traced the timing difference between Pharo 11 and 12 to a specific build: in Pharo 12 build 1395, cloning the ‘pharo’ repository takes around 100 seconds while in build...
@jecisc Could you maybe extend the changes of pull request #16777 to correctly set the theme as the default then?
Thanks! Saving ‘Pharo Light’ for ‘User interface theme’ to disk works now.
In Pharo 13 build 262, there are some broken examples in the Spec Example Browser (SpExampleBrowser) as well: `#examplePackages` for SpChooserPresenter and `#exampleIndeterminate` for SpProgressBarPresenter. I didn’t check all of...