UIPainter.st
changeset 2901 4c010c4a4166
parent 2883 bee1a24df6e4
child 2920 a7ddf89e20e3
--- a/UIPainter.st	Mon Aug 06 16:58:29 2012 +0200
+++ b/UIPainter.st	Thu Aug 09 10:59:34 2012 +0200
@@ -202,133 +202,133 @@
     ^ super helpSpec addPairsFrom:#(
 
 #align
-'Widget alignment functions.'
+'Widget alignment functions'
 
 #alignSelectionBottom
-'Aligns the selected widgets'' bottom edges with the bottom of the dominant widget.'
+'Aligns the selected widgets'' bottom edges with the bottom of the dominant widget'
 
 #alignResizeSelectionBottom
-'Resize the selected widgets'' bottom edges to align them with the bottom of the dominant widget.'
+'Resize the selected widgets'' bottom edges to align them with the bottom of the dominant widget'
 
 #alignSelectionCenterHor
-'Aligns the selected widgets'' centers vertically with the center of the dominant widget.'
+'Aligns the selected widgets'' centers vertically with the center of the dominant widget'
 
 #alignSelectionCenterVer
-'Aligns the selected widgets'' centers horizontally with the center of the dominant widget.'
+'Aligns the selected widgets'' centers horizontally with the center of the dominant widget'
 
 #alignSelectionLeft
-'Aligns the selected widgets'' left edges with the left edge of the dominant widget.'
+'Aligns the selected widgets'' left edges with the left edge of the dominant widget'
 
 #alignResizeSelectionLeft
-'Resize the selected widgets'' left edges to align them with the left edge of the dominant widget.'
+'Resize the selected widgets'' left edges to align them with the left edge of the dominant widget'
 
 #alignSelectionLeftAndRight
-'Aligns the selected widgets'' left & right edges with the dominant widget.'
+'Aligns the selected widgets'' left & right edges with the dominant widget'
 
 #alignSelectionRight
-'Aligns the selected widgets'' right edges with the right edge of the dominant widget.'
+'Aligns the selected widgets'' right edges with the right edge of the dominant widget'
 
 #alignResizeSelectionRight
-'Resize the selected widgets'' right edges to align them with the right edge of the dominant widget.'
+'Resize the selected widgets'' right edges to align them with the right edge of the dominant widget'
 
 #alignSelectionTop
-'Aligns the selected widgets'' top edges with the top edge of the dominant widget.'
+'Aligns the selected widgets'' top edges with the top edge of the dominant widget'
 
 #alignResizeSelectionTop
-'Resize the selected widgets'' top edges to align them with the top edge of the dominant widget.'
+'Resize the selected widgets'' top edges to align them with the top edge of the dominant widget'
 
 #alignSelectionTopAndBottom
-'Aligns the selected widgets'' top and bottom edges with the dominant widget.'
+'Aligns the selected widgets'' top and bottom edges with the dominant widget'
 
 #centerSelectionHor
-'Centers the selected widgets horizontally within their containing widget.'
+'Centers the selected widgets horizontally within their containing widget'
 
 #centerSelectionVer
-'Centers the selected widgets vertically within their containing widget.'
+'Centers the selected widgets vertically within their containing widget'
 
 #changePositionDown
-'Moves the selected widget(s) towards the bottom.'
+'Moves the selected widget(s) towards the bottom'
 
 #changePositionLeft
-'Moves the selected widget(s) towards the left.'
+'Moves the selected widget(s) towards the left'
 
 #changePositionRight
-'Moves the selected widget(s) towards the right.'
+'Moves the selected widget(s) towards the right'
 
 #changePositionUp
-'Moves the selected widget(s) towards the top.'
+'Moves the selected widget(s) towards the top'
 
 #drawEdit
 ''
 
 #editBrowseViewClass
-'Opens a browser on the class of the selected widget.'
+'Opens a browser on the class of the selected widget'
 
 #editDimensionCopyExtent
-'Copies the extent of the selected widget.'
+'Copies the extent of the selected widget'
 
 #editDimensionCopyLayout
-'Copies the layout of the selected widget.'
+'Copies the layout of the selected widget'
 
 #editDimensionDefaultExtent
-'Sets the selected widget(s) extent to their default.'
+'Sets the selected widget(s) extent to their default'
 
 #editDimensionDefaultHeight
-'Sets the selected widget(s) height to their default.'
+'Sets the selected widget(s) height to their default'
 
 #editDimensionDefaultWidth
-'Sets the selected widget(s) width to their default.'
+'Sets the selected widget(s) width to their default'
 
 #editDimensionPasteExtent
-'Sets the extent of the selected widget(s) to the last copied extent.'
+'Sets the extent of the selected widget(s) to the last copied extent'
 
 #editDimensionPasteHeight
-'Sets the height of the selected widget(s) to the height of the last copied layout/extent.'
+'Sets the height of the selected widget(s) to the height of the last copied layout/extent'
 
 #editDimensionPasteLayout
-'Sets the layout of the selected widget(s) to the last copied layout.'
+'Sets the layout of the selected widget(s) to the last copied layout'
 
 #editDimensionPasteWidth
-'Sets the width of the selected widget(s) to the width of the last copied layout/extent.'
+'Sets the width of the selected widget(s) to the width of the last copied layout/extent'
 
 #editInspectSpec
-'Opens an inspector on the spec of the selected widget.'
+'Opens an inspector on the spec of the selected widget'
 
 #editInspectView
-'Opens an inspector on the selected widget.'
+'Opens an inspector on the selected widget'
 
 #editOpenSpecDocumentation
-'Opens the documentation of the selected widget.'
+'Opens the documentation of the selected widget'
 
 #fileBrowseAspectMethods
-'Opens a System Browser on the application''s aspect methods.'
+'Opens a System Browser on the application''s aspect methods'
 
 #fileBrowseClass
-'Open a System Browser on the application''s class.'
+'Open a System Browser on the application''s class'
 
 #fileLoad
-'Opens a dialog to load a window specification from a classes spec method.'
+'Opens a dialog to load a window specification from a classes spec method'
 
 #fileLoadSubspec
-'Opens a dialog to load a sub specification from a classes windowSpec method.'
+'Opens a dialog to load a sub specification from a classes windowSpec method'
 
 #fileNew
-'Creates a new window spec.'
+'Creates a new window spec'
 
 #filePickAnInterface
-'Select a view on the screen, generate a window spec for it and edit this spec.'
+'Select a view on the screen, generate a window spec for it and edit this spec'
 
 #fileSave
-'Saves the window spec in the current class (as spec method).'
+'Saves the window spec in the current class (as spec method)'
 
 #fileSaveAs
-'Opens a dialog to select class and selector for saving the window spec.'
+'Opens a dialog to select class and selector for saving the window spec'
 
 #fileShowWindowSpec
-'Opens a Workspace showing the current window spec.'
+'Opens a Workspace showing the current window spec'
 
 #generateAspectMethods
-'Generates aspect methods for defined aspect selectors of the widgets.'
+'Generates aspect methods for defined aspect selectors of the widgets'
 
 #generateHookMethods
 'Generates startup/release methods. (#closeRequest, #postBuildWith:, #postOpenWith:)'
@@ -337,67 +337,67 @@
 ''
 
 #helpExamples
-'Show some examples uses of the GUI Painter.'
+'Show some examples uses of the GUI Painter'
 
 #helpFunctions
-'Show the documentation on the GUI Painters menu and button functions.'
+'Show the documentation on the GUI Painters menu and button functions'
 
 #helpLayoutTool
-'Show the Layout Tools documentation.'
+'Show the Layout Tools documentation'
 
 #helpSelectedWidget
-'Show the documentation of the selected widget.'
+'Show the documentation of the selected widget'
 
 #helpTutorial
-'Show the GUI Painters documentation.'
+'Show the GUI Painters documentation'
 
 #historyMenuItem
-'Edit this windowSpec.'
+'Edit this windowSpec'
 
 #moveWidgetDown
-'Moves the selected widget down in the list (brings it to the front).'
+'Moves the selected widget down in the list (brings it to the front)'
 
 #moveWidgetInto
-'Moves the selected widget into next widget as child widget.'
+'Moves the selected widget into next widget as child widget'
 
 #moveWidgetOut
-'Moves the selected widget out of its parent widget.'
+'Moves the selected widget out of its parent widget'
 
 #moveWidgetUp
-'Moves the selected widget up in the list (brings it to the back).'
+'Moves the selected widget up in the list (brings it to the back)'
 
 #pasteBuffer
-'Pastes the widgets of the clipboard at the current mouse position.'
+'Pastes the widgets of the clipboard at the current mouse position'
 
 #pasteWithLayout
-'Pastes the widgets of the clipboard without changing their layouts.'
+'Pastes the widgets of the clipboard without changing their layouts'
 
 #referToCOnfigDatabase
 ''
 
 #settingsAspectsAsInstances
-'Generate aspects as instance variables (or bindings, if off).'
+'Generate aspects as instance variables (or bindings, if off)'
 
 #settingsCanvas
-'Shows or hides the canvas window.'
+'Shows or hides the canvas window'
 
 #settingsGallery
-'Shows or hides the gallery window.'
+'Shows or hides the gallery window'
 
 #settingsGenerateCommentedCode
 ''
 
 #settingsGridManager
-'Opens a dialog to toggle grid display or to change the grids spacing.'
+'Opens a dialog to toggle grid display or to change the grids spacing'
 
 #settingsRedefineAspectMethods
-'Toggles the permission to overwrite existing aspect methods.'
+'Toggles the permission to overwrite existing aspect methods'
 
 #settingsTranscriptHelp
-'Toggles display of help texts (after opening a new GUI Painter).'
+'Toggles display of help texts (after opening a new GUI Painter)'
 
 #settingsUndoManager
-'Opens a dialog to undo modifications.'
+'Opens a dialog to undo modifications'
 
 #showGrid
 'Raster zeigen'
@@ -409,16 +409,16 @@
 'Sort the selected items by position (left to right, top to bottom)'
 
 #spreadSelectionHor
-'Sets the horizontal spaces between the selected widgets to the same value.'
+'Sets the horizontal spaces between the selected widgets to the same value'
 
 #spreadSelectionVer
-'Sets the vertical spaces between the selected widgets to the same value.'
+'Sets the vertical spaces between the selected widgets to the same value'
 
 #testGeometryTestMode
-'Toggles geometry test mode (to define ratios of variable panels and top-window dimension).'
+'Toggles geometry test mode (to define ratios of variable panels and top-window dimension)'
 
 #testStartApplication
-'Starts the application with the current window spec.'
+'Starts the application with the current window spec'
 
 shadesOfRed
 'Red color tones'
@@ -455,7 +455,7 @@
 
 )
 
-    "Modified: / 28-07-2010 / 10:02:50 / cg"
+    "Modified: / 09-08-2012 / 09:40:53 / cg"
 ! !
 
 !UIPainter class methodsFor:'helpers'!