H. Hirzel wrote:
This helps me to get at the information for a particular singular entry. I am looking for a list of all catalog entries in 6.0.
That said, if it has menu item (and catalog has), I use Finder to look in source code directly for that string, and that is a good starting point. I had the impression I found out where catalog is held / updated using that, but it was few weeks ago. Herby
On 8/21/17, Herby VojÄÃk<herby@mailbox.sk> wrote:
H. Hirzel wrote:
Hello
On 8/17/17, bdurin<bruno.durin@gmail.com> wrote:
Maybe something like having the list of all packages and their version included in a given image version on https://pharo.org could be useful. What is the code snippet to get a list of all packages with a '6.0' tag and their description?
The spotter brings up the Catalog Browser but how do I get 'behind the scenes'?
In Squeak I would just bring up the halo menu, then open an inspector on the Catalog Browser window and see what model is attached.
How do I do this in Pharo these days? Load configuration only, then look into ConfigurationOfXxx / BaselineOfXxx class.
Herby
Thank you for the answer in advance
--Hannes