El mié, 04-08-2010 a las 11:46 +0200, Torsten Bergmann escribió: > Hi Miguel, > > hey, nice! If we follow this convention then it is easy to implement > a universe browser that selects the correct universe repo and > displays all loadable versions. Loading stuff should just be > a few clicks away - I personally hate all this MC/Gofer typing ... > > Attached is a quick/simple implementation of such a browser: >
Mann, Sie sind über schnell! I tested it in PharoCore 1.0 and worked after a few changes, but the interface is cool. +1 to aim it be the default universe browser in 1.2. Simple, to the point. In Pharo 1.0 I had: - Open it with Universe open (doesn't register on menu because of the lacking pragmas) - UniverseBrowser pharoUniverse returns PharoCore1.0 instead of Pharo10 to build the universe name. This could be changed in two ways: - Add a system property that states the image repository: SystemVersion current universeName "Returns Pharo10 for image releases 1.0, 1.0.1, 1.0.5, etc) - Use the equivalent method in the gofer package I uploaded to PharoInbox (if it is approved, so there is only a unique source for converting image version string to universe names) Other than that, I like the browser. > - file in the attached changeset (I tried in Pharo 1.2) > - open via World menu -> "Universe Browser" > - select the configuration you want and from the context menu choose > -- "Load configuration" -> only the config is loaded > -- "Load configuration and latest version" -> the config and lates version > is loaded > > Have fun! I used Pharo 1.2 - should work in Pharo 1.0 and 1.1 too > (havent tested). > > Bye > T. > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project Cheers -- Miguel Cobá http://miguel.leugim.com.mx _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
