[etoys-dev] Etoys: Morphic-bf.41.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 24 09:17:51 EDT 2010


Bert Freudenberg uploaded a new version of Morphic to project Etoys:
http://source.squeak.org/etoys/Morphic-bf.41.mcz

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

Name: Morphic-bf.41
Author: bf
Time: 24 August 2010, 3:16:09 pm
UUID: cd44c722-de27-42b1-bf36-c64acdc83048
Ancestors: Morphic-Richo.40

- delete the 'add/remove objects' menu entry from SelectionMorph's halo menu. It was broken because the selection is deleted when the menu is shown. It is available on the extra blue halo handle instead.

=============== Diff against Morphic-Richo.40 ===============

Item was changed:
  ----- Method: SelectionMorph>>addCustomMenuItems:hand: (in category 'halo commands') -----
  addCustomMenuItems: aMenu hand: aHandMorph
  	"Add custom menu items to the menu"
  
  	super addCustomMenuItems: aMenu hand: aHandMorph.
- 	aMenu addLine.
- 	aMenu add: 'add or remove items' translated target: self selector: #addOrRemoveItems: argument: aHandMorph.
  	aMenu addList: {
  		#-.
  		{'place into a row' translated. #organizeIntoRow}.
  		{'place into a column' translated. #organizeIntoColumn}.
  		#-.
  		{'align left edges' translated. #alignLeftEdges}.
  		{'align top edges' translated. #alignTopEdges}.
  		{'align right edges' translated. #alignRightEdges}.
  		{'align bottom edges' translated. #alignBottomEdges}.
  		#-.
  		{'align centers vertically' translated. #alignCentersVertically}.
  		{'align centers horizontally' translated. #alignCentersHorizontally}.
  		#-.
  		{'distribute vertically' translated. #distributeVertically}.
  		{'distribute horizontally' translated. #distributeHorizontally}.
  		}
  
  
  !



More information about the etoys-dev mailing list