[squeak-dev] Releasing 4.1

Edgar J. De Cleene edgardec2005 at gmail.com
Thu Apr 15 11:07:58 UTC 2010


Still the new FileList window do not do the same as FileList2
openMorphicViewInWorld.

The added server could see with his name , but when you hit it , raise the
attached walkback.

Again I ask if FileDirectoryWrapper is deprecated and if not why do not use
it.

Edgar



-------------- next part --------------
MessageNotUnderstood: ServerDirectory>>fullName
15 April 2010 7:41:56.181 am

VM: Mac OS - Smalltalk
Image: Squeak4.1.1 [latest update: #9948]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /Users/edgar/imagesZip/Squeak4.1.1
Trusted Dir /foobar/tooBar/forSqueak/bogus
Untrusted Dir /Users/edgar/Library/Preferences/Squeak/Internet/My Squeak

ServerDirectory(Object)>>doesNotUnderstand: #fullName
	Receiver: ServerDirectory<squeakros.atspace.com>
	Arguments and temporary variables: 
		aMessage: 	fullName
		exception: 	MessageNotUnderstood: ServerDirectory>>fullName
		resumeValue: 	nil
	Receiver's instance variables: 
		server: 	'squeakros.atspace.com'
		directory: 	'/'
		type: 	#ftp
		user: 	'edgardec'
		passwordHolder: 	a Password
		group: 	nil
		moniker: 	nil
		altURL: 	''
		urlObject: 	nil
		client: 	nil
		loaderUrl: 	nil
		eToyUserListUrl: 	nil
		eToyUserList: 	nil
		keepAlive: 	false
		encodingName: 	nil

FileList>>pathAndPattern
	Receiver: a FileList
	Arguments and temporary variables: 

	Receiver's instance variables: 
		dependents: 	a DependentsArray(a PluggableSystemWindow(3544) a PluggableTextMorp...etc...
		contents: 	'NO FILE SELECTED
'
		fileName: 	nil
		directory: 	ServerDirectory<squeakros.atspace.com>
		volList: 	#('[]' ' squeakros.atspace.com')
		volListIndex: 	2
		list: 	#()
		listIndex: 	0
		pattern: 	'*'
		sortMode: 	#date
		brevityState: 	#FileList
		directoryCache: 	a WeakIdentityKeyDictionary(UnixFileDirectory on '/Users'->true...etc...

PluggableTextMorphPlus(PluggableTextMorph)>>getText
	Receiver: a PluggableTextMorphPlus(883)
	Arguments and temporary variables: 
		newText: 	nil
	Receiver's instance variables: 
		bounds: 	106 at 59 corner: 696 at 82
		owner: 	a PluggableSystemWindow(3544)
		submorphs: 	{a TransformMorph(3919)}
		fullBounds: 	106 at 59 corner: 696 at 82
		color: 	Color white
		extension: 	a MorphExtension (3387) [locked]  [other:  (layoutFrame -> a LayoutF...etc...
		borderWidth: 	1
		borderColor: 	Color lightGray
		model: 	a FileList
		slotName: 	nil
		open: 	false
		scrollBar: 	a ScrollBar(3939)
		scroller: 	a TransformMorph(3919)
		retractableScrollBar: 	false
		scrollBarOnLeft: 	false
		getMenuSelector: 	nil
		getMenuTitleSelector: 	nil
		scrollBarHidden: 	nil
		hasFocus: 	false
		hScrollBar: 	a ScrollBar(1195)
		textMorph: 	a TextMorphForEditView(3595)
		getTextSelector: 	#pathAndPattern
		setTextSelector: 	#pathAndPattern:
		getSelectionSelector: 	nil
		hasUnacceptedEdits: 	false
		askBeforeDiscardingEdits: 	true
		selectionInterval: 	(1 to: 0)
		hasEditingConflicts: 	false
		getColorSelector: 	nil
		acceptAction: 	nil
		unstyledAcceptText: 	nil
		styler: 	nil

PluggableTextMorphPlus(PluggableTextMorph)>>update:
	Receiver: a PluggableTextMorphPlus(883)
	Arguments and temporary variables: 
		aSymbol: 	#pathAndPattern
	Receiver's instance variables: 
		bounds: 	106 at 59 corner: 696 at 82
		owner: 	a PluggableSystemWindow(3544)
		submorphs: 	{a TransformMorph(3919)}
		fullBounds: 	106 at 59 corner: 696 at 82
		color: 	Color white
		extension: 	a MorphExtension (3387) [locked]  [other:  (layoutFrame -> a LayoutF...etc...
		borderWidth: 	1
		borderColor: 	Color lightGray
		model: 	a FileList
		slotName: 	nil
		open: 	false
		scrollBar: 	a ScrollBar(3939)
		scroller: 	a TransformMorph(3919)
		retractableScrollBar: 	false
		scrollBarOnLeft: 	false
		getMenuSelector: 	nil
		getMenuTitleSelector: 	nil
		scrollBarHidden: 	nil
		hasFocus: 	false
		hScrollBar: 	a ScrollBar(1195)
		textMorph: 	a TextMorphForEditView(3595)
		getTextSelector: 	#pathAndPattern
		setTextSelector: 	#pathAndPattern:
		getSelectionSelector: 	nil
		hasUnacceptedEdits: 	false
		askBeforeDiscardingEdits: 	true
		selectionInterval: 	(1 to: 0)
		hasEditingConflicts: 	false
		getColorSelector: 	nil
		acceptAction: 	nil
		unstyledAcceptText: 	nil
		styler: 	nil


--- The full stack ---
ServerDirectory(Object)>>doesNotUnderstand: #fullName
FileList>>pathAndPattern
PluggableTextMorphPlus(PluggableTextMorph)>>getText
PluggableTextMorphPlus(PluggableTextMorph)>>update:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PluggableTextMorphPlus>>update:
[] in FileList(Object)>>changed:
DependentsArray>>do:
FileList(Object)>>changed:
FileList>>setDirectoryTo:
PluggableTreeMorph>>setSelectedMorph:
PluggableTreeMorph(SimpleHierarchicalListMorph)>>mouseUp:
PluggableTreeMorph(Morph)>>handleMouseUp:
...etc...


More information about the Squeak-dev mailing list