Eliot Miranda uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-eem.717.mcz ==================== Summary ==================== Name: Monticello-eem.717 Author: eem Time: 10 March 2020, 4:08:29.610546 pm UUID: b9e3f028-0530-472b-8122-a356375f2d4a Ancestors: Monticello-nice.716 Sort repositories in the Monticello browser, useful if, as in a VMMaker image with Squeak trunk github support included, one has nearly 40 repositories. =============== Diff against Monticello-nice.716 =============== Item was changed: ----- Method: MCWorkingCopyBrowser>>repositories (in category 'morphic ui') ----- repositories + | repositories | + repositories := self repositoryGroup repositories. + ^{repositories first}, (repositories allButFirst sort: [:r1 :r2| r1 description < r2 description])! - ^ self repositoryGroup repositories! |
Hi Eliot,
What do you mean with "Squeak trunk github support"? AFAIK all GitHub support comes from Metacello or the Git Browser, both of which are not in Trunk. Kind regards, Jakob Am Fr., 1. Mai 2020 um 19:20 Uhr schrieb <[hidden email]>: > > Eliot Miranda uploaded a new version of Monticello to project The Trunk: > http://source.squeak.org/trunk/Monticello-eem.717.mcz > > ==================== Summary ==================== > > Name: Monticello-eem.717 > Author: eem > Time: 10 March 2020, 4:08:29.610546 pm > UUID: b9e3f028-0530-472b-8122-a356375f2d4a > Ancestors: Monticello-nice.716 > > Sort repositories in the Monticello browser, useful if, as in a VMMaker image with Squeak trunk github support included, one has nearly 40 repositories. > > =============== Diff against Monticello-nice.716 =============== > > Item was changed: > ----- Method: MCWorkingCopyBrowser>>repositories (in category 'morphic ui') ----- > repositories > + | repositories | > + repositories := self repositoryGroup repositories. > + ^{repositories first}, (repositories allButFirst sort: [:r1 :r2| r1 description < r2 description])! > - ^ self repositoryGroup repositories! > > |
Hi Jakob, On Fri, May 1, 2020 at 10:30 AM Jakob Reschke <[hidden email]> wrote: Hi Eliot, Forgive me, I misspoke. But in my trunk-derived VMMaker image, which contains Squeak tones support, etc, I have over forty repositories, and dealing with an unsorted list gives me a headache.
_,,,^..^,,,_ best, Eliot |
In reply to this post by commits-2
+1 !! :-) Best, Marcel
|
Free forum by Nabble | Edit this page |