Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
EToyProjectHistoryMorph
Last updated at 7:38 pm UTC on 2 May 2018
 EToyProjectHistoryMorph new openInWorld

EToyProjectHistoryMorph provides a quick reference of the most recent projects. Click on one to go there.


EToyCommunicatorMorph subclass: #EToyProjectHistoryMorph
	instanceVariableNames: 'changeCounter'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Etoys-Experimental'


It implements #jumpToProject


 jumpToProject
 
 	| selection |
 	selection := (Project current buildJumpToMenu: MenuMorph new) startUp.
 	self closeMyFlapIfAny.
 	Project current jumpToSelection: selection

With EToyProjectHistoryMorph you can drag out the project view of any project and drop your morph on that.

Note that EToySenderMorph can send a morph to another computer.