[squeak-dev] The Inbox: Kernel-yo.543.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 30 21:46:23 UTC 2011


A new version of Kernel was added to project The Inbox:
http://source.squeak.org/inbox/Kernel-yo.543.mcz

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

Name: Kernel-yo.543
Author: yo
Time: 30 June 2011, 2:45:30.432 pm
UUID: 3b429e66-fae8-4923-8ea9-6dc0c41c1e16
Ancestors: Kernel-nice.542

Implements "Button for it" feature.

=============== Diff against Kernel-nice.542 ===============

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