[ANN] Namespace browser

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Fri Apr 13 10:09:09 UTC 2007




El 4/13/07 5:44 AM, "Michael van der Gulik" <squeakml at gulik.co.nz> escribió:

> My next project is modifying Monticello so that you can load and save
> Namespace trees.
> 
> Have fun.
> Michael.
Michael:

As you see , 3.10 could be a friendly home for your excellent work.
Only what I need is the attached, no more "Speech" in the base system.
Could consider made your work in Universe way for  one button load ?

Thanks for great Tool !

Edgar


-------------- next part --------------
A non-text attachment was scrubbed...
Name: Picture 1.png
Type: application/octet-stream
Size: 69862 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20070413/782c53e7/Picture1.obj
-------------- next part --------------
'From Squeak3.10alpha of 30 March 2007 [latest update: #7086] on 13 April 2007 at 7:03:29 am'!

!NamespaceUtils methodsFor: 'as yet unclassified' stamp: 'edc 4/13/2007 07:01'!
makeRootNamespace
	| root |
	root := Namespace new.
	root rootNamespace: root.
	root name: #root.
	self addFromCategoryWildcard: 'Morphic-*' to: root.
	^ root.! !


More information about the Squeak-dev mailing list