changed: #helpSpec
authorClaus Gittinger <cg@exept.de>
Fri, 05 Mar 2010 00:41:53 +0100
changeset 2765 c74bcf69878b
parent 2764 30ba284f0818
child 2766 88fa6c4bf6d3
changed: #helpSpec
ImageEditor.st
--- a/ImageEditor.st	Fri Mar 05 00:32:11 2010 +0100
+++ b/ImageEditor.st	Fri Mar 05 00:41:53 2010 +0100
@@ -319,170 +319,171 @@
 
     <resource: #help>
 
-    ^super helpSpec addPairsFrom:#(
+    ^ super helpSpec addPairsFrom:#(
 
 #colorMap
-'ColorMap functions.'
+'ColorMap functions'
 
 #colorMap1
-'Convert to depth-1 image.'
+'Convert to depth-1 image'
 
 #colorMap1M
-'Convert to depth-1 image plus mask.'
+'Convert to depth-1 image plus mask'
 
 #colorMap2
-'Convert to depth-2 image.'
+'Convert to depth-2 image'
+
+#colorMap24
+'Convert to depth-24 image (rgb)'
 
 #colorMap2M
-'Convert to depth-2 image plus mask.'
+'Convert to depth-2 image plus mask'
+
+#colorMap32
+'Convert to depth-32 image (rgba)'
 
 #colorMap4
-'Convert to depth-4 image.'
+'Convert to depth-4 image'
 
 #colorMap4M
-'Convert to depth-4 image plus mask.'
+'Convert to depth-4 image plus mask'
 
 #colorMap8
-'Convert to depth-8 image.'
+'Convert to depth-8 image'
 
 #colorMap8M
-'Convert to depth-8 image plus mask.'
-
-#colorMap24
-'Convert to depth-24 image (rgb).'
-
-#colorMap32
-'Convert to depth-32 image (rgba).'
+'Convert to depth-8 image plus mask'
 
 #colorMapTable
-'Shows a list of used colors of the image.'
+'Shows a list of used colors of the image'
 
 #compressColormap
-'Remove unneeded entries from the colorMap.'
+'Remove unneeded entries from the colorMap'
 
 #cropAll
-'Find and remove all borders.'
+'Find and remove all borders'
 
 #cropBottom
-'Find and remove bottom border.'
+'Find and remove bottom border'
 
 #cropLeft
-'Find and remove left border.'
+'Find and remove left border'
 
 #cropManual
 'Specify border(s) to remove.'
 
 #cropRight
-'Find and remove right border.'
+'Find and remove right border'
 
 #cropTop
-'Find and remove top border.'
+'Find and remove top border'
 
 #drawModeBox
-'Rectangle Drawing Mode.'
+'Rectangle Drawing Mode'
 
 #drawModeCircle
-'Circle Drawing Mode.'
+'Circle Drawing Mode'
 
 #drawModeCopy
-'Area Copy Mode.'
+'Area Copy Mode'
 
 #drawModeFill
-'Flood Fill Mode.'
+'Flood Fill Mode'
 
 #drawModeFilledBox
-'Filled Rectangle Drawing Mode.'
+'Filled Rectangle Drawing Mode'
 
 #drawModePaste
-'Paste Mode.'
+'Paste Mode'
 
 #drawModePasteUnder
-'Paste-Under Mode.'
+'Paste-Under Mode'
 
 #drawModePasteWithMask
-'Paste-with-Mask Mode.'
+'Paste-with-Mask Mode'
 
 #drawModePoint
-'Point Drawing Mode.'
-
-#drawModeSpray
-'Spray Drawing Mode.'
+'Point Drawing Mode'
 
 #drawModeSpecial
 'Special Operations'
 
+#drawModeSpray
+'Spray Drawing Mode'
+
 #editFlipHorizontal
-'Flip the image horizontally.'
+'Flip the image horizontally'
 
 #editFlipVertical
-'Flip the image vertically.'
+'Flip the image vertically'
 
 #editMagnifyImage
-'Magnify the image.'
+'Magnify the image'
 
 #editNegate
-'Invert the images colors.'
+'Invert the images colors'
 
 #editResize
-'Resize the image (preserving the old image).'
+'Resize the image (preserving the old image)'
 
 #editRotate
-'Rotate the image.'
+'Rotate the image'
 
 #fileGrabImageFromScreen
-'Pick an image from the screen (specify area).'
+'Pick an image from the screen (specify area)'
 
 #fileGrabImageFromWindow
-'Pick an image from a window on the screen (click on window).'
+'Pick an image from a window on the screen (click on window)'
 
 #fileLoadFromClass
-'Select and load an image from a resource method.'
+'Select and load an image from a resource method'
 
 #fileLoadFromFile
-'Select and load an image from a file.'
+'Select and load an image from a file'
 
 #fileNewImage
 'Create a new image'
 
 #filePrint
-'Print the image on a postscript printer.'
+'Print the image on a postscript printer'
+
+#fileSave
+'Save the image'
 
 #fileSaveAs
-'Save the image to a file.'
+'Save the image to a file'
+
+#fileSaveButtonImageAs
+'Save an image of a button with the image to a file (for html use)'
 
 #fileSaveMaskAs
-'Save the mask of the image to a file.'
-
-#fileSaveButtonImageAs
-'Save an image of a button with the image to a file (for html use).'
+'Save the mask of the image to a file'
 
 #fileSaveMethod
-'Save the image as resource method in the current class and selector.'
+'Save the image as resource method in the current class and selector'
 
 #fileSaveMethodAs
-'Save the image as resource method in a class.'
+'Save the image as resource method in a class'
 
 #magnificationNumber
-'Shows the current magnification.'
+'Shows the current magnification'
 
 #magnifyImageDown
-'Decrease magnification.'
+'Decrease magnification'
 
 #magnifyImageUp
-'Increase magnification.'
+'Increase magnification'
 
 #mouseKeyColorMode
-'Toggle between left and right mouse button color.'
+'Toggle between left and right mouse button color'
 
 #previewView
-'Shows a preview of the image.'
+'Shows a preview of the image'
 
 #settingsGridMagnification
-'Change the grid magnification of the edit view.'
+'Change the grid magnification of the edit view'
 
 )
-
-    "Modified: / 7.9.1998 / 18:20:26 / cg"
 ! !
 
 !ImageEditor class methodsFor:'image specs'!