[etoys-dev] Etoys: DrGeoII-Core-HilaireFernandes.16.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 15 17:59:29 EDT 2010


Bert Freudenberg uploaded a new version of DrGeoII-Core to project Etoys:
http://source.squeak.org/etoys/DrGeoII-Core-HilaireFernandes.16.mcz

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

Name: DrGeoII-Core-HilaireFernandes.16
Author: HilaireFernandes
Time: 15 June 2010, 10:40:51.881 pm
UUID: a6dc1f0e-5d02-4105-afde-5de204b9b665
Ancestors: DrGeoII-Core-HilaireFernandes.15

Fix in the create multiple mode
Fix in the parallel and perpendicular creation mode.

=============== Diff against DrGeoII-Core-HilaireFernandes.15 ===============

Item was changed:
  ----- Method: DrGBuildTool>>reset (in category 'updating') -----
  reset
  	super reset.
  	self stopBlinking.
+ 	self builder reset.
+ 	selectedCostumes := OrderedCollection new!
- 	self builder reset!

Item was changed:
  ----- Method: DrGParallelBuilder>>isWanted: (in category 'testing') -----
  isWanted: aMathItemCollection
  	aMathItemCollection ifEmpty: [^false].
+ 	^ (aMathItemCollection first isPointItem and: [pointA isNil])
+ 		or: [aMathItemCollection first isDirectionItem and: [direction isNil]] 
- 	^ (aMathItemCollection first isPointItem 
- 			and: [aMathItemCollection first  ~= pointA])
- 		or: [aMathItemCollection first isDirectionItem
- 				and: [aMathItemCollection first ~= direction]] 
  !

Item was changed:
  ----- Method: DrGeoDomain>>addModelItemsToWindowMenu: (in category 'user interface') -----
  addModelItemsToWindowMenu: aMenu 
  	aMenu addLine.
  	aMenu
  		add: 'About Dr. Geo II...'
  		target: self
  		selector: #inform:
+ 		argument: 'Copyright 1996-2010 Hilaire Fernandes'!
- 		argument: 'Copyright 1996-2009 Hilaire Fernandes'!

Item was removed:
- ----- Method: DrGeoDomain>>updateDirtyMathItems (in category 'deprecated') -----
- updateDirtyMathItems
- 	factory updateDirtyMathItems.
- 	self triggerEvent: #updatedDirtyItems!



More information about the etoys-dev mailing list