# HG changeset patch # User Claus Gittinger # Date 1052318262 -7200 # Node ID 9eebdb3802aadafb5d59b1f7b979969a2598664d # Parent f57812a56d17e67422b6026965b9fe8824bf113d method category rename diff -r f57812a56d17 -r 9eebdb3802aa ImageEditor.st --- a/ImageEditor.st Wed May 07 16:13:09 2003 +0200 +++ b/ImageEditor.st Wed May 07 16:37:42 2003 +0200 @@ -3219,7 +3219,7 @@ "Modified: / 10.2.2000 / 23:17:43 / cg" ! ! -!ImageEditor methodsFor:'user actions - colormap'! +!ImageEditor methodsFor:'user actions-colormap'! addColorToColormap self addColorToColormap:(Color black) @@ -4020,7 +4020,7 @@ "Created: / 30.9.1998 / 23:51:23 / cg" ! ! -!ImageEditor methodsFor:'user actions - editing'! +!ImageEditor methodsFor:'user actions-editing'! doBrowseClass "opens a System Browser on the resourceClass and the resourceSelector" @@ -4378,7 +4378,7 @@ imageEditView undo. ! ! -!ImageEditor methodsFor:'user actions - loading'! +!ImageEditor methodsFor:'user actions-loading'! doLoadFromClass "opens a dialog for loading an image from class and a (resource-) selector" @@ -4558,7 +4558,7 @@ ! ! -!ImageEditor methodsFor:'user actions - saving'! +!ImageEditor methodsFor:'user actions-saving'! doPrint "prints current image on the current printer" @@ -4622,7 +4622,7 @@ TextBox openOn:img storeString ! ! -!ImageEditor methodsFor:'user actions - settings'! +!ImageEditor methodsFor:'user actions-settings'! doChangeGridMagnification "change grid magnification" diff -r f57812a56d17 -r 9eebdb3802aa MenuEditor.st --- a/MenuEditor.st Wed May 07 16:13:09 2003 +0200 +++ b/MenuEditor.st Wed May 07 16:37:42 2003 +0200 @@ -2317,7 +2317,7 @@ selectionHolder value:selection. ! ! -!MenuEditor methodsFor:'user actions - aspects'! +!MenuEditor methodsFor:'user actions-aspects'! collectActionSelectors |selectors| @@ -2373,7 +2373,7 @@ ]. ! ! -!MenuEditor methodsFor:'user actions - building'! +!MenuEditor methodsFor:'user actions-building'! doNew "clear editing menu; start from scratch @@ -2473,7 +2473,7 @@ ]. ! ! -!MenuEditor methodsFor:'user actions - creation'! +!MenuEditor methodsFor:'user actions-creation'! doCreateDelayedMenu:what |selectedItem delayedItem| @@ -2552,7 +2552,7 @@ ]. ! ! -!MenuEditor methodsFor:'user actions - editing'! +!MenuEditor methodsFor:'user actions-editing'! doCopy "copy selected menuItems to the clipboard @@ -2643,7 +2643,7 @@ ]. ! ! -!MenuEditor methodsFor:'user actions - hierarchy'! +!MenuEditor methodsFor:'user actions-hierarchy'! doMoveIn:aDirection "move selected item into the next (#inNext) or previous (#inPrev) item diff -r f57812a56d17 -r 9eebdb3802aa UIObjectView.st --- a/UIObjectView.st Wed May 07 16:13:09 2003 +0200 +++ b/UIObjectView.st Wed May 07 16:37:42 2003 +0200 @@ -1520,7 +1520,7 @@ ! ! -!UIObjectView methodsFor:'user actions - dimension'! +!UIObjectView methodsFor:'user actions-dimension'! copyExtent "copy the extent from the selected object @@ -1705,7 +1705,7 @@ ! ! -!UIObjectView methodsFor:'user actions - move'! +!UIObjectView methodsFor:'user actions-move'! moveDo:aOneArgBlock "perform a move operation @@ -1856,7 +1856,7 @@ ! ! -!UIObjectView methodsFor:'user actions - position'! +!UIObjectView methodsFor:'user actions-position'! alignSelectionBottom "align selection to the bottom of the first object in the selection; in case @@ -2288,7 +2288,7 @@ self layoutChanged ! ! -!UIObjectView methodsFor:'user actions - undo history'! +!UIObjectView methodsFor:'user actions-undo history'! enableUndoHistory:aState "enable or disable undo history