Spawn this file missing in 2.0

Mark Guzdial guzdial at cc.gatech.edu
Fri May 29 17:15:44 UTC 1998


I just noticed that "spawn this file" is missing from the FileList menu of
2.0.  The below change seems to bring it back:

'From Squeak 2.0 of May 22, 1998 on 29 May 1998 at 1:14:37 pm'!

!FileList methodsFor: 'file list menu' stamp: 'mjg 5/29/1998 13:14'!
fileSelectedMenu: aMenu

	^ aMenu
		labels:
'fileIn
file into new change set
browse changes
spawn this file
copy name to clipboard
open image in a window
read image into GIFImports
play midi file
sort by name
sort by size
sort by date
rename
delete
add new file
broadcast as update'
		lines: # (5 7 8 11)
		selections: #(fileInSelection fileIntoNewChangeSet
browseChanges editFile copyName
openImageInWindow importImage playMidiFile sortByName sortBySize sortByDate
renameFile deleteFile addNewFile putUpdate)
! !

--------------------------
Mark Guzdial : Georgia Tech : College of Computing : Atlanta, GA 30332-0280
(404) 894-5618 : Fax (404) 894-0673 : guzdial at cc.gatech.edu
http://www.cc.gatech.edu/gvu/people/Faculty/Mark.Guzdial.html





More information about the Squeak-dev mailing list