New SqueakMap Loader 1.02

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Wed Jun 22 09:37:07 UTC 2005


goran at krampe.se puso en su mail :

> Hi!
> 
> Ok, I managed to fix a few things and get a 1.02 out of SMLoader. I
> haven't marked it as "official" yet, but nothing much has changed. New
> stuff:
> 
> - Class comments added to some wrapper classes.
> - New windowColorSpecification, imitating TestRunner. This should make
> it look right in 3.8 at least. Haven't tested it yet in different
> versions.
> - Added to Tools flap registry, but you need to run "Flaps
> reinstateDefaultFlaps" to get it in.
> - Deselection of categories fixed (as fix posted by Samuel J. J.
> Bronson, marked as closed in Mantis)
> - Now SMLoader will ask to load updates (instead of always doing it) if:
> a) The map is older than 10 days (checking the file on disk)
> b) There is no map on disk.
> - Small fixes and alignment with TestRunner class side methods.
> (assuming it is an example of a good Squeak citizen)
> 
> regards, Göran
Good !
You add how use a existent sm directory without Internet connection ?
In case you don.t, here I attacht this , what I put on Mantis


-------------- next part --------------
'From Squeak3.8gamma of ''24 November 2004'' [latest update: #6662] on 23 April 2005 at 9:23:44 am'!
"Change Set:		SMLoaderWithoutNet
Date:			23 April 2005
Author:			Edgar J. De Cleene

For all poor people what must use dial-up or wih just use the last sm on disk.
Type SMLoader newWhitoutNet in a Workspace >"!


!SMLoader methodsFor: 'initialization' stamp: 'edc 4/23/2005 09:10'!
onPreviousOnDisk: aSqueakMap 
	| |
	squeakMap := aSqueakMap.
	filters := DefaultFilters copy.
	categoriesToFilterIds := DefaultCategoriesToFilterIds copy.
	squeakMap synchWithDisk! !


!SMLoader class methodsFor: 'instance creation' stamp: 'edc 4/23/2005 09:09'!
newWhitoutNet
	"SMLoader newWhitoutNet"

	^(super new onPreviousOnDisk: SMSqueakMap default; yourself) createWindow; openInWorld! !



More information about the Squeak-dev mailing list