diff -r e605f0af928a -r 7e9ce7f9d6b8 UIPainter.st --- a/UIPainter.st Tue Feb 24 15:21:25 2004 +0100 +++ b/UIPainter.st Wed Mar 03 19:11:42 2004 +0100 @@ -105,145 +105,145 @@ ^super flyByHelpSpec addPairsFrom:#( #alignSelectionBottom -'Align bottom edges' +'Align Bottom Edges' #alignSelectionCenterHor -'Align centers vertically' +'Align Centers Vertically' #alignSelectionCenterVer -'Align centers horizontally' +'Align Centers Horizontally' #alignSelectionLeft -'Align left edges' +'Align Left Edges' #alignSelectionLeftAndRight -'Align horizontal edges' +'Align Horizontal Edges' #alignSelectionRight -'Align right edges' +'Align Right Edges' #alignSelectionTop -'Align top edges' +'Align Top Edges' #alignSelectionTopAndBottom -'Align vertical edges' +'Align Vertical Edges' #centerSelectionHor -'Center horizontally' +'Center Horizontally' #centerSelectionVer -'Center vertically' +'Center Vertically' #changePositionDown -'Move towards bottom.' +'Move Towards Bottom.' #changePositionLeft -'Move towards left.' +'Move Towards Left.' #changePositionRight -'Move towards right.' +'Move Towards Right.' #changePositionUp -'Move towards top.' +'Move Towards Top.' #editDimensionCopyExtent -'Copy extent' +'Copy Extent' #editDimensionCopyLayout -'Copy layout' +'Copy Layout' #editDimensionPasteExtent -'Paste extent' +'Paste Extent' #editDimensionPasteHeight -'Paste height' +'Paste Height' #editDimensionPasteLayout -'Paste layout' +'Paste Layout' #editDimensionPasteWidth -'Paste width' +'Paste Width' #editInspectSpec -'Inspect spec' +'Inspect Spec' #editBrowseViewClass -'Browse widgets class' +'Browse Widgets Class' #editInspectView -'Inspect widget' +'Inspect Widget' #editOpenSpecDocumentation 'WidgetDocumentation' #fileBrowseClass -'Browse applications class' +'Browse Applications Class' #fileBrowseAspectMethods -'Browse applications aspect methods' +'Browse Applications Aspect Methods' #fileLoad -'Load spec' +'Load Spec' #fileLoadSubspec -'Load subSpec' +'Load SubSpec' #fileNew -'New spec' +'New Spec' #filePickAnInterface -'Pick spec' +'Pick Spec' #fileSave -'Save spec' +'Save Spec' #fileSaveAs -'Save spec' +'Save Spec' #fileShowWindowSpec -'View spec.' +'View Spec.' #generateAspectMethods -'Generate aspects' +'Generate Aspect Methods' #generateHookMethods -'Generate hooks' +'Generate Hook Methods' #moveWidgetDown -'Move down' +'Move Down' #moveWidgetInto -'Move into' +'Move Into' #moveWidgetOut -'Move out' +'Move Out' #moveWidgetUp -'Move up' +'Move Up' #pasteBuffer 'Paste' #pasteWithLayout -'Paste with layout' +'Paste With Layout' #settingsCanvas -'Toggle canvas.' +'Toggle Canvas.' #settingsGallery -'Toggle gallery' +'Toggle Gallery' #spreadSelectionHor -'Spread horizontally' +'Spread Horizontally' #spreadSelectionVer -'Spread vertically' +'Spread Vertically' #testGeometryTestMode -'Toggle test mode' +'Toggle Test Mode' #testStartApplication -'Start application' +'Start Application' ) !