The Trunk: Tools-tfel.578.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-tfel.578.mcz

commits-2
Tim Felgentreff uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-tfel.578.mcz

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

Name: Tools-tfel.578
Author: tfel
Time: 7 April 2015, 9:49:41.232 am
UUID: 53d2b12e-5f33-6543-bc50-9ecfb3ec6cd9
Ancestors: Tools-mt.577

add yellow-button menu entry to spy on selection. needs Morphic-tfel.830

=============== Diff against Tools-mt.577 ===============

Item was changed:
  ----- Method: StringHolder class>>yellowButtonMenuItems (in category '*Tools-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}.
+ {'spy on it' translated. #spyOnIt}.
  #-.
  {'accept (s)' translated. #accept}.
  {'cancel (l)' translated. #cancel}.
  #-.
  {'show bytecodes' translated. #showBytecodes}.
  #-.
  {'copy html' translated. #copyHtml}.
  #-.
  {'more...' translated. #shiftedTextPaneMenuRequest}.
  }!