[squeak-dev] The Inbox: Morphic-cmm.728.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jun 30 17:24:05 UTC 2014


Chris Muller uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-cmm.728.mcz

==================== Summary ====================

Name: Morphic-cmm.728
Author: cmm
Time: 30 June 2014, 12:23:11.962 pm
UUID: 09c9997d-d2e2-4e71-9077-c768f21a0071
Ancestors: Morphic-dtl.727

- If the Reuse Windows preference is set, and an existing window on the desktop qualifies as reusable for a request, #flash it after activating it to ensure the user's attention will be guided to its on-screen location.

=============== Diff against Morphic-dtl.727 ===============

Item was changed:
  ----- Method: SystemWindow>>openInWorld:extent: (in category 'open/close') -----
  openInWorld: aWorld extent: extent
  	"This msg and its callees result in the window being activeOnlyOnTop"
  	^ self anyOpenWindowLikeMe
  		ifEmpty:
  			[ self 
  				position: (RealEstateAgent initialFrameFor: self initialExtent: extent world: aWorld) topLeft ;
  				extent: extent.
  			self openAsIsIn: aWorld ]
  		ifNotEmptyDo:
  			[ : windows | 
  			windows anyOne
  				expand ;
  				activate ; 
+ 				postAcceptBrowseFor: self ;
+ 				flash ]!
- 				postAcceptBrowseFor: self ]!



More information about the Squeak-dev mailing list