[squeak-dev] The Trunk: Kernel-bf.603.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 30 22:02:10 UTC 2011


Bert Freudenberg uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-bf.603.mcz

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

Name: Kernel-bf.603
Author: bf
Time: 1 July 2011, 12:01:00.19 am
UUID: f3bbcccb-40c4-4d2c-a4f1-1bf957306c42
Ancestors: Kernel-nice.602, Kernel-yo.543

merge "Button for it" feature

=============== Diff against Kernel-nice.602 ===============

Item was changed:
  ----- Method: StringHolder class>>yellowButtonMenuItems (in category 'yellow button menu') -----
  yellowButtonMenuItems
  	"Returns the standard yellow button menu items"
  	^{
  			{'set font... (k)' translated.				#offerFontMenu}.
  			{'set style... (K)' translated.				#changeStyle}.
  			{'set alignment... (u)' translated.		#chooseAlignment}.
  			#-.
  			{'make project link (P)' translated.	#makeProjectLink}.
  			#-.
  			{'find...(f)' translated.					#find}.
  			{'find again (g)' translated.				#findAgain}.
  			{'set search string (h)' translated.		#setSearchString}.
  			#-.
  			{'do again (j)' translated.				#again}.
  			{'undo (z)' translated.					#undo}.
  			#-.
  			{'copy (c)' translated.					#copySelection}.
  			{'cut (x)' translated.						#cut}.
  			{'paste (v)' translated.					#paste}.
  			{'paste...' translated.					#pasteRecent}.
  			#-.
  			{'do it (d)' translated.		#doIt}.			     
  		{'print it (p)' translated.		#printIt}.		     
  		{'inspect it (i)' translated.		#inspectIt}.		     
  		{'explore it (I)' translated.		#exploreIt}.		     
  		{'debug it' translated.			#debugIt}.		     
+ 		{'button for it' translated.			#buttonForIt}.		     
  		{'tally it' translated.			#tallyIt}.
  			#-.
  			{'accept (s)' translated.					#accept}.
  			{'cancel (l)' translated.					#cancel}.
  			#-.
  			{'show bytecodes' translated.			#showBytecodes}.
  			#-.
  			{'copy html' translated.					#copyHtml}.
  			#-.
  			{'more...' translated.					#shiftedTextPaneMenuRequest}.
  		}!




More information about the Squeak-dev mailing list