[etoys-dev] Etoys: Etoys-kfr.113.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Mar 4 09:31:27 EST 2012


Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.113.mcz

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

Name: Etoys-kfr.113
Author: kfr
Time: 4 March 2012, 3:30:12 pm
UUID: 9d5f8159-680c-0c41-9e50-f8f3b4fc342f
Ancestors: Etoys-kfr.112

Notice moved method

=============== Diff against Etoys-kfr.112 ===============

Item was removed:
- ----- Method: EToyVocabulary>>masterOrderingOfPhraseSymbols (in category 'method list') -----
- masterOrderingOfPhraseSymbols
- 	"Answer a dictatorially-imposed presentation list of phrase-symbols.  This governs the order in which suitable phrases are presented in etoy viewers using the etoy vocabulary.  For any given category, the default implementation is that any items that are in this list will occur first, in the order specified here; after that, all other items will come, in alphabetic order by formal selector."
- 
- 	^ #(beep: forward: turn: getX getY getLocationRounded getHeading getScaleFactor
- 
- 		getLeft getRight getTop getBottom  
- 		getLength getWidth 
- 		getTheta getDistance getHeadingTheta getUnitVector
- 
- 		startScript: pauseScript: stopScript: startAll: pauseAll: stopAll: tellAllSiblings: doScript:
- 
- 		getColor getUseGradientFill getSecondColor  getRadialGradientFill  getBorderWidth getBorderColor getBorderStyle getRoundedCorners getDropShadow getShadowColor 
- 
- 		getVolume play playUntilPosition: stop rewind getIsRunning getRepeat getPosition getTotalFrames getTotalSeconds getFrameGraphic getVideoFileName getSubtitlesFileName
- 
- 		getGraphic getBaseGraphic
- 
- 		getAllowEtoyUserCustomEvents 
- 
- 		#getAutoExpansion #getAutoLineLayout #getBatchPenTrails getDropProducesWatcher #getFenceEnabled #getIndicateCursor #getIsOpenForDragNDrop #getIsPartsBin #getMouseOverHalos #getOriginAtCenter #getShowThumbnail
- 
- 	 getFenceEnabled getKeepTickingWhilePainting getOliveHandleForScriptedObjects  getUseVectorVocabulary
- 
- 		#getRed #getGreen #getBlue #getAlpha #getHue #getBrightness #getSaturation
- 
- 		getLeftEdgeMode getRightEdgeMode getTopEdgeMode getBottomEdgeMode getPixelsPerPatch addToPatchDisplayList: addToTurtleDisplayList: removeAllFromPatchDisplayList removeAllFromTurtleDisplayList
- 
- 		clear diffusePatchVariable decayPatchVariable getDiffusionRate getEvaporationRate getSniffRange getDisplayType getDisplayScaleMax getDisplayShiftAmount
- 
- 		getPatchValueIn: die getUphillIn: getTurtleVisible getReplicated getTurtleOf: getAngleTo: getDistanceTo: bounceOn: bounceOnColor:
- 
- 		getVertexCursor getVerticesCount getXAtCursor getYAtCursor prependVertex insertVertexAtCursor appendVertex removeAllButCursor removeVertexAtCursor shuffleVertices getLineCurved getLineOpened getShowingHandles
- 
- 		getDate getDay getMonth getYear getDayName getMonthName getDateFormat goToToday getJulianDay
- 
- 
- )!



More information about the etoys-dev mailing list