The Trunk: Tools-topa.641.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-topa.641.mcz

commits-2
Tobias Pape uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-topa.641.mcz

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

Name: Tools-topa.641
Author: topa
Time: 19 October 2015, 8:07:23.224 pm
UUID: 814fa3cb-c5f1-4b07-bf05-16154c316de6
Ancestors: Tools-cmm.640

Exchange #duplicate for #debugIt on CMD-D
(menu)

=============== Diff against Tools-cmm.640 ===============

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}.    
+ {'debug it (D)' translated. #debugIt}.    
  {'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}.
  }!