[FIX] Explore

Stéphane Ducasse stephane.ducasse at univ-savoie.fr
Mon Nov 28 19:23:59 UTC 2005


Hi adrian

the fix for the broken explore: is:


explore: anObject
	"Open an explorer on the given object."

	self default ifNil:[^self inform: 'Cannot explore - no ToolSet  
present'].
	^default explore: anObject

I will publish it on the repository and update the script loader.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixExplore.1.cs
Type: application/octet-stream
Size: 449 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20051128/c48e5187/fixExplore.1.obj
-------------- next part --------------

Stef


More information about the Squeak-dev mailing list