Merged 01f0fea53f9b and 06e5b79c3f3f (branch default) text-view-selection-refactoring
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 10 Dec 2014 23:42:26 +0000
branchtext-view-selection-refactoring
changeset 5220 5251ecf0c9bb
parent 5014 01f0fea53f9b (current diff)
parent 5218 06e5b79c3f3f (diff)
child 5221 d036f1df0408
child 5293 bb7a5aa59ddb
Merged 01f0fea53f9b and 06e5b79c3f3f (branch default)
EditTextView.st
GenericToolbarIconLibrary.st
SelectionInListView.st
TextView.st
WorkspaceCompletionSupport.st
libInit.cc
libwidg.rc
mingwmake.bat
vcmake.bat
--- a/.hgtags	Thu May 01 10:47:38 2014 +0100
+++ b/.hgtags	Wed Dec 10 23:42:26 2014 +0000
@@ -5,6 +5,7 @@
 188f2e0613bccfb990c7d753de68eba3ed0f72c8 expecco_2_6_0
 19af20c4f04f49e24c5a4af916cc04a5225f8fc8 rel5_2_1
 27c8f14cfd04540bb85529e8381b49ff118bafe7 accessability
+2865b2faecc288d0ed497f7c1d705dba85f5ebac expecco_2_7_0
 2d10ecc7efb00e010206a0f1e435845c12d46c5d expecco_2_1_0
 2df69a526f068f2603fe4edb7ad6300fb9080c65 stable_expecco_sel
 31726ebce2a4e533336ff29706a6528e4366508e rel5_2_2
@@ -37,7 +38,6 @@
 9f306f7859b9c09782888c7a3515f57b88253e55 expecco_2_4_0
 9f306f7859b9c09782888c7a3515f57b88253e55 expecco_2_4_1
 a75287739271620704d5452641fb06c9bce5b563 rel3-1-2
-a8c0c89fadca5718ec2a839ab6b597dd4d6f45ab expecco_2_7_0
 af086dc8b816fd77e2b90e7855dbb9e7a884757e expeccoNET_1_5_1rc1
 b3920857d44806f4b7678a43e3842fe40563eec3 rel2_10_8_6_last_before_vmData_change
 b96bee8dc658f8bfdc3777841445595d744cc24e expeccoNET_1_8_0_0
--- a/Button.st	Thu May 01 10:47:38 2014 +0100
+++ b/Button.st	Wed Dec 10 23:42:26 2014 +0000
@@ -1767,6 +1767,10 @@
     "Modified: 15.2.1997 / 17:14:16 / cg"
 !
 
+initBorderStyle
+    DefaultBorderWidth notNil ifTrue:[ self borderWidth: DefaultBorderWidth].
+!
+
 initCursor
     "set up a hand cursor"
 
@@ -1788,7 +1792,7 @@
     super initStyle.
     graphicsDevice := self graphicsDevice.
 
-    DefaultBorderWidth notNil ifTrue:[self borderWidth: DefaultBorderWidth].
+    DefaultBorderWidth notNil ifTrue:[ self borderWidth: DefaultBorderWidth].
     DefaultForegroundColor notNil ifTrue:[fgColor := DefaultForegroundColor].
     DefaultBackgroundColor notNil ifTrue:[bgColor := DefaultBackgroundColor].
 
@@ -1935,9 +1939,9 @@
     "return a symbol describing my native window type 
      (may be used internally by the device as a native window creation hint)"
 
-"/    self class == Button ifTrue:[
-"/        ^ #Button
-"/    ].
+    self class == Button ifTrue:[
+        ^ #Button
+    ].
     ^ nil
 !
 
@@ -2182,21 +2186,14 @@
         self paint:fg.
     ].
 
-    "/ DefaultFocusHighlightStyle == #win95 ifTrue:[
-    (styleSheet at:#focusHighlightStyle) == #win95 ifTrue:[
-        self hasFocus ifTrue:[
-            self windowGroup focusCameByTab ifTrue:[
-                self drawWin95FocusFrame
-            ]
-        ].
-    ]
+    self hasFocus ifTrue:[ self drawFocusFrame ].
 
     "Modified: / 22-10-2010 / 15:55:03 / cg"
 !
 
 redraw
     "redraw the button. 
-     Thats like redrawing a label, but use different colors when pressed
+     That's like redrawing a label, but uses different colors when pressed
      or entered."
 
     |fg bg entered noFrame lvl isEnabled|
@@ -2323,10 +2320,10 @@
 !Button class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Button.st,v 1.157 2014-02-18 16:05:42 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Button.st,v 1.161 2014-12-02 18:35:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Button.st,v 1.157 2014-02-18 16:05:42 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Button.st,v 1.161 2014-12-02 18:35:49 cg Exp $'
 ! !
 
--- a/ButtonController.st	Thu May 01 10:47:38 2014 +0100
+++ b/ButtonController.st	Wed Dec 10 23:42:26 2014 +0000
@@ -439,15 +439,14 @@
 buttonPress:button x:x y:y
     |wg|
 
-    (button == 1) ifFalse:[
-        ^ super buttonPress:button x:x y:y
+    "/ simulate momentary loss of focus to force accept into models in other components
+    wg := view windowGroup.
+    wg notNil ifTrue:[
+        wg focusMomentaryRelease.
     ].
 
-    (view styleSheet at:#'button.takeFocusOnClick' default:false) ifTrue:[
-        "/ mhmh - how can this ever be nil ?
-        (wg := view windowGroup) notNil ifTrue:[
-            wg focusToView:view
-        ]
+    (button == 1) ifFalse:[
+        ^ super buttonPress:button x:x y:y
     ].
 
     buttonDown := true.
@@ -730,11 +729,12 @@
 !
 
 requestAutoAccept
-    "request autoAccept from a keyboardProcessor.
-     AutoAccept is allowed, if I am enabled and a default buttons controller"
+    "request to autoAccept from a keyboardProcessor.
+     AutoAccept is always allowed"
 
     ^ true.
-"/    ^ self enabled and:[view isDefault]
+    "/ used to be:
+    "/    ^ self enabled and:[view isDefault]
 ! !
 
 !ButtonController methodsFor:'initialization'!
@@ -788,6 +788,6 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.77 2013-01-17 10:42:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.80 2014-06-24 10:39:21 stefan Exp $'
 ! !
 
--- a/CheckLabel.st	Thu May 01 10:47:38 2014 +0100
+++ b/CheckLabel.st	Wed Dec 10 23:42:26 2014 +0000
@@ -68,13 +68,7 @@
 
 drawWith:fg and:bg
     super drawWith:fg and:bg.
-    hasFocus == true ifTrue:[
-        (styleSheet at:#focusHighlightStyle) == #win95 ifTrue:[
-            self windowGroup focusCameByTab ifTrue:[
-                self drawWin95FocusFrame
-            ]
-        ]
-    ].
+    hasFocus == true ifTrue:[ self drawFocusFrame ].
 
     "Created: / 17.9.1998 / 14:16:07 / cg"
     "Modified: / 17.9.1998 / 14:17:40 / cg"
@@ -83,5 +77,6 @@
 !CheckLabel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CheckLabel.st,v 1.4 2008-07-22 20:50:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CheckLabel.st,v 1.5 2014-12-02 18:19:38 cg Exp $'
 ! !
+
--- a/CheckToggle.st	Thu May 01 10:47:38 2014 +0100
+++ b/CheckToggle.st	Wed Dec 10 23:42:26 2014 +0000
@@ -537,9 +537,9 @@
                        #'checkToggle.backgroundColor' #'checkToggle.foregroundColor'
                        #'checkToggle.activeBackgroundColor' #'checkToggle.activeForegroundColor'
                        #'checkToggle.activeLevel' #'checkToggle.passiveLevel'
-                       #'checkToggle.activeImage' 
-                       #'checkToggle.passiveImage'
-                       #'checkToggle.disabledImage'
+                       #'checkToggle.activeImage' #'checkToggle.passiveImage'
+                       #'checkToggle.disabledActiveImage' #'checkToggle.disabledPassiveImage'
+                       #'checkToggle.enteredActiveImage' #'checkToggle.enteredPassiveImage'
                        #'checkToggle.borderWidth' 
                        #'checkToggle.bitmapFile'
                        #'checkToggle.labelOverMargin' 
@@ -834,10 +834,10 @@
 !CheckToggle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CheckToggle.st,v 1.72 2014-02-18 14:27:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CheckToggle.st,v 1.73 2014-11-26 20:15:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/CheckToggle.st,v 1.72 2014-02-18 14:27:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CheckToggle.st,v 1.73 2014-11-26 20:15:34 cg Exp $'
 ! !
 
--- a/DialogBox.st	Thu May 01 10:47:38 2014 +0100
+++ b/DialogBox.st	Wed Dec 10 23:42:26 2014 +0000
@@ -1324,6 +1324,29 @@
 
     "Modified: / 29-05-1996 / 15:23:14 / cg"
     "Created: / 20-01-2012 / 15:54:26 / cg"
+!
+
+withOptoutOption:optOutAction labelled:labelString warn:warnString
+    "launch a Dialog to warn user. Add a 'do not show this dialog again'-like checkbox,
+     and call optOutAction after the warning if checked."
+
+    |holder|
+
+    holder := false asValue.
+    Dialog aboutToOpenBoxNotificationSignal handle:[:ex |
+        |box|
+
+        box := ex box.
+        box verticalPanel
+            add:((CheckBox label:labelString) model:holder).
+    ] do:[
+        self warn:warnString
+    ].
+    holder value ifTrue: optOutAction
+
+    "
+     Dialog withOptoutOption:[Transcript flash] labelled:'opt out' warn:'some warning'.
+    "
 ! !
 
 !DialogBox class methodsFor:'confirmation dialogs'!
@@ -1582,7 +1605,7 @@
 
 confirm:msg withCancel:aBoolean
     "launch a Dialog, which allows user to enter yes, no and optionally: cancel.
-     return true for 'yes', false for 'no', nil for 'cancel'"
+     Return true for 'yes', false for 'no', nil for 'cancel'"
 
     aBoolean ifTrue:[
         ^ Dialog confirmWithCancel:msg.
@@ -1598,7 +1621,7 @@
 
 confirm:msg withCancel:aBoolean default:default
     "launch a Dialog, which allows user to enter yes, no and optionally: cancel.
-     return true for 'yes', false for 'no', nil for 'cancel'"
+     Return true for 'yes', false for 'no', nil for 'cancel'"
 
     aBoolean ifTrue:[
         ^ Dialog confirmWithCancel:msg default:default.
@@ -1614,7 +1637,7 @@
 
 confirm:aString yesLabel:yesText
     "launch a Dialog, which allows user to enter yes or no.
-     return true for yes, false for no.
+     Return true for yes, false for no.
      The yes button's label is defined by yesText."
 
     ^ self confirm:aString title:nil yesLabel:yesText noLabel:nil
@@ -1628,9 +1651,27 @@
     "Created: / 04-09-2006 / 11:18:50 / cg"
 !
 
+confirm:aString yesLabel:yesText initialAnswer:what
+    "launch a Dialog, which allows user to enter yes or no.
+     Return true for yes, false for no.
+     The yes button's label is defined by yesText."
+
+    ^ self confirm:aString title:nil yesLabel:yesText noLabel:nil initialAnswer:what
+
+    " 
+     Dialog 
+        confirm:'really ?' 
+        yesLabel:'Oh well' 
+        initialAnswer:false
+    "
+
+    "Created: 21.2.1996 / 01:10:14 / cg"
+    "Modified: 8.3.1996 / 21:15:06 / cg"
+!
+
 confirm:aString yesLabel:yesText noLabel:noText
     "launch a Dialog, which allows user to enter yes or no.
-     return true for yes, false for no.
+     Return true for yes, false for no.
      The yes/no buttons' labels are defined by yesText/noText."
 
     ^ self confirm:aString title:nil yesLabel:yesText noLabel:noText
@@ -1648,7 +1689,7 @@
 
 confirm:aString yesLabel:yesText noLabel:noText initialAnswer:what
     "launch a Dialog, which allows user to enter yes or no.
-     return true for yes, false for no.
+     Return true for yes, false for no.
      The yes/no buttons labels are defined by yesText/noText."
 
     ^ self confirm:aString title:nil yesLabel:yesText noLabel:noText initialAnswer:what
@@ -4691,6 +4732,77 @@
     "Modified: 29.5.1996 / 14:28:59 / cg"
 !
 
+request:aString title:windowTitle
+    "launch a Dialog, which allows user to enter a string."
+
+    ^ self
+        request:aString 
+        displayAt:nil 
+        centered:(ForceModalBoxesToOpenAtCenter ? false) 
+        action:nil 
+        initialAnswer:nil 
+        okLabel:nil 
+        cancelLabel:nil 
+        title:windowTitle 
+        onCancel:''
+        list:nil
+        initialSelection:nil
+
+    "
+     at topLeft (centering is suppressed, to make the box fully visible)    
+         Dialog 
+            request:'enter a string:'
+            displayAt:0@0
+            centered:true
+            action:[:result | result printNewline]
+            initialAnswer:'the default'
+            onCancel:#foo
+
+     centered around 200@200:
+
+         Dialog 
+            request:'enter a string:'
+            displayAt:200@200
+            centered:true
+            action:[:result | result printNewline]
+            initialAnswer:'the default'
+            onCancel:#foo
+
+     topLeft of box at 200@200:
+
+         Dialog 
+            request:'enter a string:'
+            displayAt:200@200
+            centered:false 
+            action:[:result | result printNewline]
+            initialAnswer:'the default'
+            onCancel:#foo
+
+     under mouse pointer:
+
+         Dialog 
+            request:'enter a string:'
+            displayAt:nil
+            centered:false 
+            action:[:result | result printNewline]
+            initialAnswer:'the default'
+            onCancel:#foo
+
+     centered on the screen:
+
+         Dialog 
+            request:'enter a string:'
+            displayAt:nil
+            centered:true 
+            action:[:result | result printNewline]
+            initialAnswer:'the default'
+            onCancel:#foo
+    "
+
+    "Created: 7.12.1995 / 23:14:10 / cg"
+    "Modified: 29.5.1996 / 14:24:39 / cg"
+!
+
 request:aString title:titleString initialAnswer:initial
     "launch a Dialog, which allows user to enter something.
      Return the entered string (may be empty string) or nil (if cancel was pressed)"
@@ -6149,6 +6261,7 @@
     "
      Dialog 
          requestClass:'Enter a class:'
+         list:(View withAllSubclasses copy sortBySelector:#name)
          okLabel:'OK'
          initialAnswer:'Arr'        
     "
@@ -6157,7 +6270,7 @@
 !
 
 requestClass:aString okLabel:okLabel initialAnswer:initial
-    "launch a Dialog, which allows user to enter an existing classes name.
+    "launch a Dialog, which allows user to enter an existing class's name.
      Return the entered class or nil (if cancel was pressed).
      The entryField does classNameCompletion on TAB."
 
@@ -9774,6 +9887,19 @@
 
 !DialogBox methodsFor:'private'!
 
+assignKeyboardFocusToFirstInputField
+    |field|
+
+    (inputFieldGroup notNil 
+      and:[(field := inputFieldGroup currentField) notNil
+      and:[field shown]]) ifTrue:[
+        self assignKeyboardFocusTo:field.
+        ^ self  "/ disabled - the focus might have already been changed
+                "/ explicitly to another field
+    ].
+    ^ super assignKeyboardFocusToFirstInputField
+!
+
 basicAddComponent:aComponent 
     "add a component, dont change its size"
 
@@ -10124,11 +10250,11 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.353 2014-04-30 22:36:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.360 2014-11-28 12:35:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.353 2014-04-30 22:36:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.360 2014-11-28 12:35:28 cg Exp $'
 ! !
 
 
--- a/EditField.st	Thu May 01 10:47:38 2014 +0100
+++ b/EditField.st	Wed Dec 10 23:42:26 2014 +0000
@@ -1385,7 +1385,7 @@
 
 font:aFont
     super font:aFont.
-    self computeTopMargin.
+    realized ifTrue:[ self computeTopMargin ].
 !
 
 maxChars
@@ -1475,6 +1475,12 @@
     super cursorLine:1 col:col
 !
 
+cursorLine:line col:col makeVisible:aBoolean
+    "catch cursor movement"
+
+    super cursorLine:1 col:col makeVisible:aBoolean
+!
+
 validateCursorCol:col inLine:line
     "check of col is a valid cursor position;
      return a fixed value if not."
@@ -1894,12 +1900,22 @@
 !EditField methodsFor:'initialization & release'!
 
 computeTopMargin
-    |innerHeight rest|
+    |innerHeight rest font fontHeight fontDescent|
 
     innerHeight := self innerHeight.
-    rest := innerHeight - (gc font height + (gc font descent // 2)).
+    innerHeight <= 0 ifTrue:[ textStartTop := 0. ^ self ].
+
+    font := gc font.
+    fontHeight := font height.
+    fontDescent := font descent.
+    rest := innerHeight - (fontHeight + (fontDescent // 2)).
     rest > 1 ifTrue:[
         textStartTop := (rest // 2) + margin + topMargin
+    ] ifFalse:[
+        "/ care if font is too high for my height: 
+        "/ shift baseline towards the top, so that the same is cut off at both ends.
+        "/ (the heuristic fontDescent//3) gives a few pixels more at the top)
+        textStartTop := 1 "(fontDescent//3)" - ((font ascent + fontDescent - innerHeight) // 2).
     ].
 !
 
@@ -2037,6 +2053,15 @@
     "Modified: / 17-01-2011 / 11:24:22 / cg"
 ! !
 
+!EditField methodsFor:'native widget support'!
+
+nativeWindowType
+    "return a symbol describing my native window type 
+     (may be used internally by the device as a native window creation hint)"
+
+    ^ #EditField
+! !
+
 !EditField methodsFor:'private'!
 
 argForChangeMessage
@@ -2086,13 +2111,13 @@
 startAutoScrollDown:y
     "no vertical scrolling in editfields"
 
-    ^ self
+    ^ false
 !
 
 startAutoScrollUp:y
     "no vertical scrolling in editfields"
 
-    ^ self
+    ^ false
 !
 
 textChanged
@@ -2170,7 +2195,7 @@
     and:[ self hasFocus not 
     and:[ visLineNr == 1 ]]])
     ifTrue:[
-        ^ emptyText allItalic colorizeAllWith:Color lightGrey.
+        ^ emptyText allItalic colorizeAllWith:Color lightGray.
     ].
 
     ^ s
@@ -2352,6 +2377,25 @@
     ]
 !
 
+setClipboardText:something
+    "redefined to refuse to copy the password to the clipboard"
+
+    passwordCharacter notNil ifTrue:[
+        self beep.
+        ^ self
+    ].
+    ^ super setClipboardText:something
+!
+
+setLastStringToReplace: sel
+    "redefined to refuse to remember the password"
+
+    passwordCharacter notNil ifTrue:[
+        ^ self
+    ].
+    ^ super setLastStringToReplace: sel
+!
+
 validateNewSelection
     "make certain that only one line is ever selected"
 
@@ -2365,10 +2409,10 @@
 !EditField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.235 2014-04-13 21:00:32 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.243 2014-08-03 12:27:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.235 2014-04-13 21:00:32 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.243 2014-08-03 12:27:52 cg Exp $'
 ! !
 
--- a/EditTextView.st	Thu May 01 10:47:38 2014 +0100
+++ b/EditTextView.st	Wed Dec 10 23:42:26 2014 +0000
@@ -1179,6 +1179,12 @@
     ^ editMode value isInsertMode
 !
 
+isNotReadOnly
+    "return true, if the text is not readonly."
+
+    ^ self isReadOnly not
+!
+
 isReadOnly
     "return true, if the text is readonly."
 
@@ -1327,7 +1333,7 @@
 characterBeforeCursor
     "return the character to the left of cursor - space if beyond line, nil if at the beginning."
 
-    cursorCol == 1 ifTrue:[^ nil].
+    cursorCol <= 1 ifTrue:[^ nil].
 
     ^ self characterAtLine:cursorLine col:cursorCol-1
 
@@ -1373,6 +1379,20 @@
                     ]) asStringWithCRs
 !
 
+contentsAsStringWithTabs
+    "return the contents as a String (i.e. without emphasis)
+     and with leading spaces replaced by tab characters
+     (i.e. as would be written to a file)"
+
+    list isNil ifTrue:[^ ''].
+    self removeTrailingBlankLines.
+    ^ (list collect:[:each | 
+        each isNil 
+            ifTrue:['']
+            ifFalse:[each string withTabs]
+       ]) asStringWithCRs
+!
+
 cursorCol
     "return the cursors col (1..).
      This is the absolute col; NOT the visible col"
@@ -1777,6 +1797,12 @@
 cursorLine:line col:col
     "this positions onto physical - not visible - line"
 
+    self cursorLine:line col:col makeVisible:true
+!
+
+cursorLine:line col:col makeVisible:makeVisibleBoolean
+    "this positions onto physical - not visible - line"
+
     |wasOn newCol|
 
     ((line == cursorLine) and:[col == cursorCol]) ifTrue:[^ self].
@@ -1796,7 +1822,11 @@
         ]
     ].
     self setValidatedCursorCol:newCol.
-    self makeCursorVisibleAndShowCursor:wasOn.
+    makeVisibleBoolean ifTrue:[
+        self makeCursorVisibleAndShowCursor:wasOn.
+    ] ifFalse:[
+        wasOn ifTrue:[self showCursor]
+    ].
 
     "Modified: / 20.6.1998 / 18:19:06 / cg"
 !
@@ -2706,7 +2736,7 @@
         text := fn pathName
     ] ifFalse:[
         self withWaitCursorDo:[
-            text := fn contentsOfEntireFile
+            text := fn contentsAsString
         ].
         (app := self application) notNil ifTrue:[
             app droppedFile:fn in:self
@@ -3412,6 +3442,14 @@
 
     line := self lineOfCharacterPosition:charPos.
     col := charPos - (self characterPositionOfLine:line col:1) + 1.
+    col == 0 ifTrue:[
+        line > 1 ifTrue:[
+            line := line - 1. 
+            col := (self listAt:line) size + 1. 
+        ] ifFalse:[
+            col := 1.
+        ]
+    ].
     self insertString:aString atLine:line col:col
 !
 
@@ -3602,30 +3640,34 @@
     |lastLine "{ Class: SmallInteger }"
      line finished|
 
-    lastLine := list size.
-    finished := false.
-    [finished] whileFalse:[
-        (lastLine <= 1) ifTrue:[
-            finished := true
-        ] ifFalse:[
-            line := list at:lastLine.
-            line notNil ifTrue:[
-                line isBlank ifTrue:[
-                    self basicListAt:lastLine put:nil.
-                    line := nil
-                ]
-            ].
-            line notNil ifTrue:[
+    NoModificationError handle:[:ex |
+        ^ self
+    ] do:[
+        lastLine := list size.
+        finished := false.
+        [finished] whileFalse:[
+            (lastLine <= 1) ifTrue:[
                 finished := true
             ] ifFalse:[
-                lastLine := lastLine - 1
+                line := list at:lastLine.
+                line notNil ifTrue:[
+                    line isBlank ifTrue:[
+                        self basicListAt:lastLine put:nil.
+                        line := nil
+                    ]
+                ].
+                line notNil ifTrue:[
+                    finished := true
+                ] ifFalse:[
+                    lastLine := lastLine - 1
+                ]
             ]
+        ].
+        (lastLine ~~ list size) ifTrue:[
+            list grow:lastLine.
+            "/ self textChanged
         ]
     ].
-    (lastLine ~~ list size) ifTrue:[
-        list grow:lastLine.
-"/        self textChanged
-    ]
 !
 
 replace:aCharacter atLine:lineNr col:colNr
@@ -3702,7 +3744,7 @@
 replaceFromCharacterPosition:charPos1 to:charPos2 with:newString
     "replace a substring at a character position"
 
-    "/ sigh - insert first, to avoid troible due to shifing-in virtual line ends
+    "/ sigh - insert first, to avoid trouble due to shifing-in virtual line ends
     self insertString:newString atCharacterPosition:charPos1.
     self deleteFromCharacterPosition:charPos1+newString size to:charPos2+newString size.
 !
@@ -3946,6 +3988,14 @@
     self addUndo:(DeleteRange line1:lineNr col1:colNr line2:lineNr+1 col2:0 info:'split').
 !
 
+withAutoIndent:aBoolean do:aBlock
+    |sav|
+
+    sav := autoIndent.
+    autoIndent := aBoolean.
+    aBlock ensure:[ autoIndent := sav ].
+!
+
 withoutRedrawAt:lineNr put:aString
     "replace a line at lineNr"
 
@@ -4337,7 +4387,7 @@
 basicReplace:aCharacter atLine:lineNr col:colNr
     "replace a single character at lineNr/colNr"
 
-    |line lineSize newLine drawCharacterOnly|
+    |line lineSize newLineSpecies newLine drawCharacterOnly|
 
     self checkModificationsAllowed ifFalse:[ ^ self].
 
@@ -4359,12 +4409,13 @@
     (lineSize == 0) ifTrue:[
         newLine := aCharacter asString species new:colNr.
     ] ifFalse: [
-        (colNr > lineSize) ifTrue: [
-            newLine := line species new:colNr.
-            newLine replaceFrom:1 to:lineSize with:line startingAt:1.
-        ] ifFalse: [
-            newLine := line copy.
-        ]
+        (aCharacter bitsPerCharacter > line bitsPerCharacter) ifTrue:[ 
+            newLineSpecies := aCharacter stringSpecies
+        ] ifFalse:[
+            newLineSpecies := line species
+        ].
+        newLine := newLineSpecies new:(colNr max:lineSize).
+        newLine replaceFrom:1 to:lineSize with:line startingAt:1.
     ].
     newLine at:colNr put:aCharacter.
     aCharacter == (Character tab) ifTrue:[
@@ -4397,7 +4448,7 @@
      This is not prepared to encounter special chars (except TAB)
      in the string."
 
-    |line lineSize newLine endCol|
+    |line lineSize newLine newLineSpecies endCol|
 
     self checkModificationsAllowed ifFalse:[ ^ self].
 
@@ -4409,21 +4460,14 @@
     (lineSize == 0) ifTrue:[
         newLine := aString species new:endCol.
     ] ifFalse: [
-        (endCol > lineSize) ifTrue: [
-            aString isText ifTrue:[
-                newLine := aString species new:endCol.
-            ] ifFalse:[
-                newLine := line species new:endCol.
-            ].
-            newLine replaceFrom:1 to:lineSize with:line startingAt:1.
-        ] ifFalse: [
-            aString isText ifTrue:[
-                newLine := aString species new:line size.
-                newLine replaceFrom:1 to:lineSize with:line startingAt:1.
-            ] ifFalse:[
-                newLine := line copy.
-            ]
-        ]
+        (aString isText or:[aString bitsPerCharacter > line bitsPerCharacter]) ifTrue:[ 
+            newLineSpecies := aString stringSpecies
+        ] ifFalse:[
+            newLineSpecies := line species
+        ].
+
+        newLine := newLineSpecies new:(endCol max:lineSize).
+        newLine replaceFrom:1 to:lineSize with:line startingAt:1.
     ].
     newLine replaceFrom:colNr with:aString.
     (aString includes:(Character tab)) ifTrue:[
@@ -4634,7 +4678,7 @@
 buttonPress:button x:x y:y
     "hide the cursor when button is activated"
 
-    hasKeyboardFocus := true.
+    hasKeyboardFocus := true.   "/ cg: why is this needed?
     dragIsActive := false.
 
     completionSupport notNil ifTrue:[ 
@@ -4698,7 +4742,21 @@
                             (clickPos x >= x2_3) ifTrue:[ newCursorCol := clickCol+1 ].
                         ].
                     ].
-                    self cursorLine:clickLine col:newCursorCol.
+                    "/ the following fixes the ugly select behavior when double clicking on
+                    "/ a partially visible last line (where the first click used to
+                    "/ scroll the text so that the second click was handled on another
+                    "/ line. An alternative (possibly better) solution would be to
+                    "/ remember the last click posision and adjust in the double click
+                    "/ event handling (i.e. subtract the number of scrolled lines in between)
+                    "/ Time will show, if this hack works.
+                    clickLine >= (self lastLineShown -1 ) ifTrue:[
+                        self cursorLine:clickLine col:newCursorCol makeVisible:false.
+                        Processor 
+                            addTimedBlock:[self sensor pushUserEvent:#makeCursorVisible for:self]
+                            afterSeconds:0.3.
+                    ] ifFalse:[
+                        self cursorLine:clickLine col:newCursorCol.
+                    ].
                 ].
                 true "self hadSelectionBeforeClick not" ifTrue:[
                     list notEmptyOrNil ifTrue:[
@@ -4942,11 +5000,11 @@
                           #InsertLine #DeleteLine
                           #SelectLineFromBeginning
                           #LearnKeyboardMacro #ExecuteKeyboardMacro #ToggleInsertMode
-                          #OpenSpecialCharacterWindow
+                          #OpenSpecialCharacterWindow #InsertUUID
                           #'F*' #'f*')>
 
     |fKeyMacros shiftPressed ctrlPressed i event macroName
-     immediateCompletion currentUserPrefs|
+     immediateCompletion currentUserPrefs rawKey|
 
     currentUserPrefs := UserPreferences current.
 
@@ -5006,13 +5064,19 @@
     ].
     shiftPressed := event hasShift.
     ctrlPressed := event hasCtrl and:[(event rawKey asString startsWith:'Ctrl') not].
+    rawKey := event rawKey.
+
+    key == #InsertUUID ifTrue:[
+        self insertUUID.
+        ^ self.
+    ].
 
     (key == #DeleteWordBeforeCursor) ifTrue:[
         self deleteWordBeforeCursor.
         ^ self.
     ].
 
-    (key == #BackSpace or:[key == #BasicBackspace]) ifTrue:[
+    (rawKey == #BackSpace or:[key == #BasicBackspace]) ifTrue:[
         selectionStartLine notNil ifTrue:[
             ((key == #BasicBackspace)
             or:[ currentUserPrefs deleteSetsClipboardText not ])
@@ -5189,15 +5253,15 @@
     ].
     (key == #GotoLine) ifTrue:[self gotoLine. ^self].
 
-    (key == #CursorRight
-    or:[key == #CursorDown
-    or:[key == #CursorLeft
-    or:[key == #CursorUp]]]) ifTrue:[
-        self cursorKeyPress:key shifted:shiftPressed.
+    (rawKey == #CursorRight
+    or:[rawKey == #CursorDown
+    or:[rawKey == #CursorLeft
+    or:[rawKey == #CursorUp]]]) ifTrue:[
+        self cursorKeyPress:rawKey shifted:shiftPressed.
         ^ self.
     ].
 
-    (key == #NonInsertingReturn) ifTrue:[
+    (key == #ShiftReturn or:[key == #NonInsertingReturn]) ifTrue:[
         self unselect. self cursorReturn.
         ^ self
     ].
@@ -5235,12 +5299,13 @@
                 left := (self listAt:cursorLine to:cursorCol-1) ? ''.
                 right := (self listAt:cursorLine from:cursorCol) ? ''.
                 self insertCharAtCursor:(Character cr).
+
                 autoIndent == true ifTrue:[
                     (right isEmpty and:[cursorCol ~~ 1]) ifTrue:[
                         "/ nothing to do.
                     ] ifFalse:[
                         ((self listAt:cursorLine) isEmptyOrNil 
-                        or:[ cursorCol == 1 ]) ifTrue:[
+                        or:[ false "cursorCol == 1" ]) ifTrue:[
                             i := (self leftIndentForLine:cursorLine).
                             left := left withoutSeparators.
                             right := right withoutSeparators.
@@ -5301,7 +5366,7 @@
     ].
 
     "/ key == #DeleteSpaces ifTrue:[
-    (key == #Delete) ifTrue:[
+    (rawKey == #Delete) ifTrue:[
         shiftPressed ifTrue:[
             [(cursorCol <= (self listAt:cursorLine) size)
              and:[self characterUnderCursor isSeparator]] whileTrue:[
@@ -5312,7 +5377,7 @@
         ]
     ].
 
-    (key == #Delete
+    (rawKey == #Delete
      or:[key == #BasicDelete]) ifTrue:[
         selectionStartLine notNil ifTrue:[  
 "/          Again function is not supporting Delete action (on purpose, to avoid replacing the next search string)
@@ -5603,8 +5668,9 @@
 !
 
 requestAutoAccept
-    "this is invoked when a dialog closes via accept or cancel.
-     This forces my value to be accepted into my model"
+    "request to accept: this is invoked when a dialog closes via accept or cancel.
+     This forces my value to be accepted into my model.
+     Any widget may suppress the ok/cancel, by returning false."
 
     acceptEnabled == false ifTrue:[
         "/ nope -
@@ -5664,7 +5730,7 @@
             "/ this is done BEFORE the buttonPress event is delivered.
             "/ therefore, allow for the activate of the completionMenu and it's button event to be processed.
             "/ before forcing it to be closed...
-            Processor addTimedBlock:[completionSupport "release" editViewLostFocus] afterMilliseconds:200.
+            Processor addTimedBlock:[completionSupport editViewLostFocus] afterMilliseconds:200.
         ].
     ].
 
@@ -5688,8 +5754,15 @@
       - change any display attributes as req'd."
 
     super showNoFocus:explicit.
-    completionSupport notNil ifTrue:[
-        completionSupport release.
+
+    "/ cg: only do this for an explicit change (i.e. by tabbing),
+    "/ not when the focus is lost normally (because this also happens when
+    "/ the completion-menu is clicked on), and we don't want to kill the
+    "/ completer. Otherwise, completion does not work when clocking into the list.
+    explicit ifTrue:[
+        completionSupport notNil ifTrue:[
+            completionSupport release.
+        ].
     ].
 !
 
@@ -5757,11 +5830,37 @@
 !
 
 indentBy4
-    self executekeyboardMacroNamed:#IndentBy4.
+    self indentBy:4. "/ self executekeyboardMacroNamed:#IndentBy4.
+
+    "Modified: / 06-04-2011 / 18:52:40 / cg"
+!
+
+indentBy8
+    self indentBy:8. "/ self executekeyboardMacroNamed:#IndentBy4.
 
     "Modified: / 06-04-2011 / 18:52:40 / cg"
 !
 
+indentBy:n
+    |line1 line2|
+
+    line1 := self selectionStartLine.
+    line2 := self selectionEndLine.
+    line1 isNil ifTrue:[
+        line1 := self cursorLine.
+        line1 notNil ifTrue:[
+            line2 := line1+1
+        ]
+    ].
+    line1 notNil ifTrue:[
+        self indentFromLine:line1 toLine:line2 by:n.
+    ]
+!
+
+indentByTab
+    self indentBy:((tabPositions == self class tab4Positions) ifTrue:4 ifFalse:8)
+!
+
 indentFromLine:start toLine:end
     "indent a line-range - this is done by searching for the
      last non-empty line before start, and change the indent
@@ -5858,9 +5957,23 @@
 !
 
 undentBy4
-    self executekeyboardMacroNamed:#UndentBy4.
+    self undentBy:4. "/ self executekeyboardMacroNamed:#UndentBy4.
+
+    "Modified: / 06-04-2011 / 18:52:49 / cg"
+!
+
+undentBy8
+    self undentBy:8. "/ self executekeyboardMacroNamed:#UndentBy4.
 
     "Modified: / 06-04-2011 / 18:52:49 / cg"
+!
+
+undentBy:n
+    self indentBy:(n negated)
+!
+
+undentByTab
+    self undentBy:((tabPositions == self class tab4Positions) ifTrue:4 ifFalse:8).
 ! !
 
 !EditTextView methodsFor:'initialization'!
@@ -5937,6 +6050,7 @@
     showMatchingParenthesis := false.
     hasKeyboardFocus := false.
     tabMeansNextField := false.
+    "/ autoIndent := UserPreferences current autoIndentInCodeView.
     autoIndent := false.
     editMode := EditMode insertMode asValue.
     learnMode := false asValue.
@@ -5992,7 +6106,7 @@
                 ]
             ].
     ] ifFalse:[
-        self flash.
+        self flash:'no macro'.
     ].
 !
 
@@ -6391,7 +6505,7 @@
             sub labelAt:redoIdx put:(resources string:'Redo (%1)' with:what).
         ]
     ].
-    acceptEnabled == false ifTrue:[
+    self canAccept ifFalse:[
         m disable:#accept
     ].
     ^ m.
@@ -6545,7 +6659,7 @@
         ].
     ] doUntil:[ok].
 
-    text := file contentsOfEntireFile.
+    text := file contentsAsString.
     self
         undoableDo:[ self paste:(asStringLiteral ifTrue:[text storeString] ifFalse:[text]) ]
         info:'Paste File'
@@ -6658,7 +6772,10 @@
     fn exists ifFalse:[
         fn := fileNameString withoutSeparators withoutQuotes asFilename.
         fn exists ifFalse:[
-            ^ self warn:'Oops - file is gone'.
+            ^ self warn:(resources 
+                            string:'Sorry - file "%1" was not found in directory "%2"' 
+                            with:fn baseName allBold
+                            with:fn directory baseName allBold).
         ].
     ].
     UserPreferences fileBrowserClass openOn:fn
@@ -6763,11 +6880,16 @@
     startLine := l1 := cursorLine.
     startCol := c1 := cursorCol.
 
-    "do not expand tabs into spaces here -
-     they get expanded in basicWithoutRedrawInsertStringWithoutCRs:aString atLine:lineNr col:colNr.
-     Some Subviews want to paste with unexpanded tabs!!"
-
-    self insertLines:s withCR:withCR.
+    "do not autoindent here. 
+     It does make things very ugly, in the inspector 
+     (try inspecting a multiline string)..."
+    self withAutoIndent:false do:[
+        "do not expand tabs into spaces here -
+         they get expanded in basicWithoutRedrawInsertStringWithoutCRs:aString atLine:lineNr col:colNr.
+         Some Subviews want to paste with unexpanded tabs!!"
+
+        self insertLines:s withCR:withCR.
+    ].
     l2 := cursorLine.
     c2 := (cursorCol - 1).
     self selectFromLine:l1 col:c1 toLine:l2 col:c2.
@@ -6790,7 +6912,7 @@
 
     typeOfSelection := nil.
     self
-        undoableDo:[ self pasteOrReplace:(self getClipboardText storeString) ]
+        undoableDo:[ self pasteOrReplace:(self getClipboardText asString string storeString) ]
         info:'Paste as String Literal'
 !
 
@@ -7269,6 +7391,7 @@
     typeOfSelection == #paste ifTrue:[
         ^ DefaultAlternativeSelectionBackgroundColor ? selectionBgColor
     ].
+    "/ hasKeyboardFocus ifFalse:[^ Color lightGrey]. 
     ^ super currentSelectionBgColor
 
     "
@@ -7354,6 +7477,32 @@
 
 !EditTextView methodsFor:'queries'!
 
+canAccept
+    "true if text can be accepts.
+     Used to disable the menu if there is nothing selector or the text is readonly"
+
+    ^ acceptEnabled ~~ false
+!
+
+canCut
+    "true if there is a selection possibly to be cut.
+     Used to disable the menu if there is nothing selector or the text is readonly"
+
+    self isReadOnly ifTrue:[ ^ false ].
+    ^ self hasSelection
+!
+
+canDoAgain
+    "true if there is a possible repeat last edit operation.
+     Used to disable the menu if there is nothing"
+
+    |lastStringToReplace|
+
+    self isReadOnly ifTrue:[ ^ false ].
+    lastStringToReplace := lastReplacementInfo lastStringToReplace.
+    ^ lastStringToReplace notNil
+!
+
 currentLine
     "the current line (for relative gotos)"
 
@@ -8044,6 +8193,8 @@
 !
 
 selectFromLine:startLine col:startCol toLine:endLine col:endCol
+    "when a range is selected, position the cursor behind the selection
+     for easier editing. Also typeOfSelection is nilled here."
 
     super selectFromLine:startLine col:startCol toLine:endLine col:endCol.
     "JV: That's atctuall rubbish as then you loose the original positon
@@ -8833,11 +8984,11 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.604 2014-04-12 11:36:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.628 2014-12-05 13:39:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.604 2014-04-12 11:36:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.628 2014-12-05 13:39:25 cg Exp $'
 !
 
 version_HG
--- a/EditTextViewCompletionSupport.st	Thu May 01 10:47:38 2014 +0100
+++ b/EditTextViewCompletionSupport.st	Wed Dec 10 23:42:26 2014 +0000
@@ -74,7 +74,7 @@
 handleKeyPress:key x:x y:y
     "return true, if I have eaten this keypress"
 
-    |ch completeImmediate eatCursorLeftOrRight|
+    |ch completeImmediate eatCursorLeftOrRight eatCursorUpDown|
 
     completeImmediate := UserPreferences current immediateCodeCompletion.
 
@@ -105,29 +105,33 @@
     key isCharacter ifFalse:[
         "/ forward to menu
         (completionView notNil) ifTrue:[
+            "/never
             eatCursorLeftOrRight := false.
 "/                                    completeImmediate not
 "/                                    or:[ editView sensor shiftDown 
 "/                                    or:[ editView sensor ctrlDown ]].
-            (key == #CursorDown 
-                or:[ (key == #CursorUp)
+            "/ only with shift or ctrl
+            eatCursorUpDown := 
+                    (UserPreferences current codeCompletionViewKeyboardNavigationNeedsModifier not)
+                    or:[ editView sensor shiftDown 
+                    or:[editView sensor ctrlDown]].
+
+            ((key == #CursorDown and:[eatCursorUpDown])
+                or:[ (key == #CursorUp and:[eatCursorUpDown])
                 or:[ ((key == #CursorLeft) and:[eatCursorLeftOrRight])
                 or:[ ((key == #CursorRight) and:[eatCursorLeftOrRight])
                 or:[ ((key == #Return) and:[ completionView hasSelection ])
             ]]]]) ifTrue:[
-                "/ only with shift - normal user typing should not interfere with completion
-                true "editView sensor shiftDown" ifTrue:[
-                    "/ forward to completion view
-                    completionView sensor pushUserEvent:#value for:[ completionView keyPress:key x:0 y:0 ].
-                    ^ true.
-                ].
+                "/ forward to completion view
+                completionView sensor pushUserEvent:#value for:[ completionView keyPress:key x:0 y:0 ].
+                ^ true.
             ].
 
             (key == #Control_L or:[ key == #Control_R or:[ key == #Control or:[ key == #Ctrl ]]]) ifTrue:[
                 "/ CTRL is a toggle
-                self closeCompletionView.   
-                ^ true.
-                "/ ^ false
+"/                self closeCompletionView.   
+"/                ^ true.
+                ^ false "/ don't eat
             ].
             (key == #Escape) ifTrue:[
                 self closeCompletionView.
@@ -268,13 +272,13 @@
 openCompletionView: list
     "Makes sure the completion view is opened and with given `list`."
     
-    | movePos topView |
+    | cursorPos movePos topView limit |
 
     "/ move the window
-    movePos := editView device translatePoint:(editView xOfCursor @ editView yOfCursor) fromView:editView toView:nil.
-    movePos := movePos - (editView viewOrigin x @ 0).
+    cursorPos := editView device translatePoint:(editView xOfCursor @ editView yOfCursor) fromView:editView toView:nil.
+    cursorPos := cursorPos - (editView viewOrigin x @ 0).
     "/ currently, we have to stay away a bit, to avoid getting the focus
-    movePos := movePos + (60 @ (editView font height)).
+    movePos := cursorPos + (60 @ (editView font height)).
 
     completionView isNil ifTrue:[
         completionView := CodeCompletionHelpMenuView new.
@@ -295,6 +299,14 @@
 "/        movePos := editView device 
 "/                        translatePoint:((editView right - topView width) @ (editView top)) 
 "/                        fromView:editView toView:nil.
+        "/ make sure, the window is visible
+        limit := topView device monitorBoundsAt:topView origin.
+        movePos x + topView extent x > limit corner x ifTrue:[
+            movePos := (cursorPos x - 60 - (topView extent x)) @ movePos y.
+        ].
+        movePos y + topView extent y > limit corner y ifTrue:[
+            movePos := movePos x @ (cursorPos y - (topView extent y)).
+        ].
         topView origin:movePos.
     ].
 
@@ -304,10 +316,10 @@
 !EditTextViewCompletionSupport class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextViewCompletionSupport.st,v 1.7 2014-03-24 09:01:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextViewCompletionSupport.st,v 1.10 2014-06-14 11:18:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextViewCompletionSupport.st,v 1.7 2014-03-24 09:01:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextViewCompletionSupport.st,v 1.10 2014-06-14 11:18:07 cg Exp $'
 ! !
 
--- a/EnterFieldGroup.st	Thu May 01 10:47:38 2014 +0100
+++ b/EnterFieldGroup.st	Wed Dec 10 23:42:26 2014 +0000
@@ -419,6 +419,12 @@
 
 !EnterFieldGroup methodsFor:'accessing'!
 
+currentField
+    "return the field which currently has the focus"
+
+     ^ currentField
+!
+
 fields
     "return a collection of the inputFields contained in the group."
 
@@ -680,13 +686,15 @@
             ]
         ].
 
-        (wg := currentField windowGroup) notNil ifTrue:[
-            next isNil ifTrue:[
+        next isNil ifTrue:[
+            (wg := currentField windowGroup) notNil ifTrue:[
                 delta < 0 ifTrue:[
-                    ^ wg focusPreviousFrom:aField
+                    wg focusPreviousFrom:aField
+                ] ifFalse:[
+                    wg focusNextFrom:aField.
                 ].
-                ^ wg focusNextFrom:aField.
             ].
+            ^ self.
         ].
 
         nextField := fields at:next.
@@ -711,7 +719,7 @@
 !EnterFieldGroup methodsFor:'misc'!
 
 activateFirst
-    "pass controll to my first field"
+    "pass control to my first field"
 
     fields notNil ifTrue:[
         self makeActive:fields first
@@ -721,7 +729,7 @@
 !
 
 activateFirstIfNoCurrent
-    "pass controll to my first field, if there is no current field"
+    "pass control to my first field, if there is no current field"
 
     currentField isNil ifTrue:[
         self activateFirst
@@ -734,7 +742,7 @@
 !
 
 activateLast
-    "pass controll to my last field"
+    "pass control to my last field"
 
     fields notNil ifTrue:[
         self makeActive:fields last
@@ -751,17 +759,6 @@
     "Modified: / 18.9.1998 / 19:58:23 / cg"
 !
 
-makeInactive
-    "make the current field inActive (take its focus)"
-
-    self makeInactive:currentField
-
-    "Created: 22.5.1996 / 18:58:56 / cg"
-    "Modified: 22.5.1996 / 19:03:44 / cg"
-! !
-
-!EnterFieldGroup methodsFor:'private'!
-
 makeActive:aField
     "make a specific field the active one"
 
@@ -778,6 +775,15 @@
     "Modified: 21.5.1996 / 21:21:07 / cg"
 !
 
+makeInactive
+    "make the current field inActive (take its focus)"
+
+    self makeInactive:currentField
+
+    "Created: 22.5.1996 / 18:58:56 / cg"
+    "Modified: 22.5.1996 / 19:03:44 / cg"
+!
+
 makeInactive:aField
     "make a specific field inActive"
 
@@ -794,9 +800,10 @@
 !EnterFieldGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.41 2010-08-24 14:13:15 az Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.43 2014-06-13 21:06:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.41 2010-08-24 14:13:15 az Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.43 2014-06-13 21:06:48 cg Exp $'
 ! !
+
--- a/FontPanel.st	Thu May 01 10:47:38 2014 +0100
+++ b/FontPanel.st	Wed Dec 10 23:42:26 2014 +0000
@@ -12,12 +12,12 @@
 "{ Package: 'stx:libwidg' }"
 
 DialogBox subclass:#FontPanel
-	instanceVariableNames:'previewField listOfEncodings familyList faceList sizeList
-		revertButton currentFamily currentFace currentStyle
-		currentFaceAndStyle currentSize sizeUnit currentEncoding
-		selectedFont nameLabel encodingFilter encodingLabel filter
-		combinedFilter encoding sizeLabelHolder pixelPointSwitch
-		xftFontsOnlyHolder'
+	instanceVariableNames:'previewField listOfEncodings allFonts fontsPerFamily familyList
+		faceList sizeList revertButton currentFamily currentFace
+		currentStyle currentFaceAndStyle currentSize sizeUnit
+		currentEncoding selectedFont nameLabel encodingFilter
+		encodingLabel filter combinedFilter encoding sizeLabelHolder
+		pixelPointSwitch xftFontsOnlyHolder'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'Views-DialogBoxes'
@@ -481,22 +481,26 @@
 initialFont:aFont
     "set the font to be selected initially"
 
-    |encoding|
+    |fontEncoding|
 
     selectedFont := aFont.
     currentFamily := aFont family.
     currentFace := aFont face.
     currentStyle := aFont style.
-    currentSize := aFont size.
     currentFaceAndStyle := currentFace,'-',currentStyle.
 
     self xftFontsOnlyHolder value:(aFont isXftFont).
-    encoding := aFont encoding.    
+    fontEncoding := aFont encoding.    
     sizeUnit := aFont sizeUnit.
+    sizeUnit = #px ifTrue:[
+        currentSize := aFont pixelSize asString , 'px'.
+    ] ifFalse:[
+        currentSize := aFont size asString.
+    ].
 
 "/ self halt.
-    encodingFilter contents:encoding.
-    self encodingFilterSelected:encoding.
+    encodingFilter contents:fontEncoding.
+    self encodingFilterSelected:fontEncoding.
     self showSelectedFont.
 
     "Modified: 23.2.1996 / 00:51:32 / cg"
@@ -588,7 +592,7 @@
         encodingLabel beInvisible
     ].
 
-    XftFontDescription notNil ifTrue:[
+    Screen current supportsXFTFonts ifTrue:[
         UserPreferences current useXftFontsOnly ifTrue:[
             self xftFontsOnlyHolder value: true.
         ] ifFalse:[
@@ -661,8 +665,7 @@
     familyList := familyList scrolledView.
     self makeTabable:familyList.
 
-    v2 := View origin:0.4@0.0 corner:0.8@1.0
-                   in:fontBrowserView.
+    v2 := View origin:0.4@0.0 corner:0.8@1.0 in:fontBrowserView.
 
     faceLabel := Label label:(resources string:'Typeface') in:v2.
     faceLabel borderWidth:0.
@@ -814,87 +817,217 @@
 fontForPreview
     "get the preview font"
 
-    |font allFonts fonts|
+    |fontShown familyFonts fonts sz szUnitUsed|
 
     currentSize isNil ifTrue:[
         ^ nil.
     ].
+    sz := Number readFrom:currentSize.
+    szUnitUsed := sizeUnit.
+    (currentSize endsWith:'px') ifTrue:[
+        szUnitUsed := #px.
+    ].
 
-    font := (self xftFontsOnlyHolder value
-                ifTrue:[XftFontDescription]
-                ifFalse:[Font])
-              family:currentFamily 
-              face:currentFace 
-              style:currentStyle
-              size:currentSize      
-              sizeUnit:sizeUnit
-              encoding:encoding.
-    
-    font notNil ifTrue:[^ font].
+    familyFonts := fontsPerFamily at:currentFamily ifAbsent:nil.
+    familyFonts isNil ifTrue:[
+        familyFonts := fontsPerFamily at:currentFamily asUppercaseFirst ifAbsent:nil.
+        familyFonts isNil ifTrue:[
+            ^ nil
+        ].
+    ].
+    fonts := familyFonts
+                select:[:fntDescr |
+                    fntDescr face = currentFace
+                    and:[ fntDescr style = currentStyle
+                    and:[ (szUnitUsed == #px)
+                            ifTrue:[ (fntDescr pixelSize = sz) or:[ fntDescr isScaledFont] ]
+                            ifFalse:[ (fntDescr size = sz) or:[ fntDescr isScaledFont] ]]]
+                ].
 
-    allFonts := self graphicsDevice 
-                    fontsInFamily:(currentFamily ? '*')
-                    face:(currentFace ? '*')
-                    style:(currentStyle ? '*')
-                    filtering:combinedFilter.
+    fonts isEmpty ifTrue:[
+        ^ nil
+    ].
+
+    fonts size > 1 ifTrue:[
+        'FontPanel [info]: huh - multiple entries: ' infoPrint. fonts infoPrintCR.
+    ].
+    fontShown := fonts first.
+    fontShown isScaledFont ifTrue:[
+        szUnitUsed == #px ifTrue:[
+            fontShown := fontShown asPixelSize:sz
+        ] ifFalse:[
+            fontShown := fontShown asSize:sz
+        ].
+    ].
+    ^ fontShown onDevice:self graphicsDevice
 
-    sizeUnit == #px ifTrue:[
-        fonts := allFonts select:[:f | f pixelSize = currentSize].
-    ] ifFalse:[
-        fonts := allFonts select:[:f | f size = currentSize].
-    ].
-    fonts notEmpty ifTrue:[
-        font := fonts anElement.
-    ] ifFalse:[
-        "/ mhmh:
-        "/   size=0 is returned for scalable fonts. 
-        "/   Any size is possible.
-        "/
-        fonts := allFonts select:[:f | f size = 0].
-        fonts notEmpty ifTrue:[
-            font := Font family:currentFamily 
-                      face:currentFace 
-                      style:currentStyle
-                      size:currentSize      
-                      sizeUnit:sizeUnit
-                      encoding:(fonts anElement encoding).
-        ]    
-    ].
-    ^ font
+"/    fontShown :=
+"/        ((Screen current supportsXFTFonts and:[selectedFont isXftFont "self xftFontsOnlyHolder value" ])
+"/            ifTrue:[XftFontDescription]
+"/            ifFalse:[Font])
+"/              family:currentFamily 
+"/              face:currentFace 
+"/              style:currentStyle
+"/              size:currentSize      
+"/              sizeUnit:sizeUnit
+"/              encoding:encoding.
+"/    
+"/    fontShown notNil ifTrue:[^ fontShown].
+"/
+"/    allFonts := self graphicsDevice 
+"/                    fontsInFamily:(currentFamily ? '*')
+"/                    face:(currentFace ? '*')
+"/                    style:(currentStyle ? '*')
+"/                    filtering:combinedFilter.
+"/
+"/    sizeUnit == #px ifTrue:[
+"/        fonts := allFonts select:[:f | f pixelSize = currentSize].
+"/    ] ifFalse:[
+"/        fonts := allFonts select:[:f | f size = currentSize].
+"/    ].
+"/    fonts notEmpty ifTrue:[
+"/        fontShown := fonts anElement.
+"/    ] ifFalse:[
+"/        "/ mhmh:
+"/        "/   size=0 is returned for scalable fonts. 
+"/        "/   Any size is possible.
+"/        "/
+"/        fonts := allFonts select:[:f | f size = 0].
+"/        fonts notEmpty ifTrue:[
+"/            fontShown := Font family:currentFamily 
+"/                      face:currentFace 
+"/                      style:currentStyle
+"/                      size:currentSize      
+"/                      sizeUnit:sizeUnit
+"/                      encoding:(fonts anElement encoding).
+"/        ]    
+"/    ].
+"/    ^ fontShown
 !
 
 getFacesForFamily:aFamilyName filtering:filter
     "the list of font faces for a given family"
 
-    ^ self graphicsDevice facesInFamily:aFamilyName filtering:filter.
+    |familyFonts|
+
+    familyFonts := fontsPerFamily at:aFamilyName ifAbsent:nil.
+    familyFonts isEmptyOrNil ifTrue:[^ nil].
+
+    ^ familyFonts 
+        select:[:fntDescr |
+            (filter isNil or:[filter value:fntDescr])
+        ]
+        thenCollect:[:fntDescr |
+            fntDescr face.
+        ]
+
+"/    ^ self graphicsDevice facesInFamily:aFamilyName filtering:filter.
 !
 
 getFamilyList 
     "the list of font families"
 
-    ^ self graphicsDevice fontFamiliesFiltering:combinedFilter.
+    |d|
+
+    allFonts := self graphicsDevice listOfAvailableFonts.
+    allFonts isNil ifTrue:[^ nil].
+
+    d := Dictionary new.
+    allFonts do:[:fntDescr |
+        |family|
+
+        (combinedFilter isNil or:[combinedFilter value:fntDescr]) ifTrue:[
+            family := fntDescr family.
+            family isNil ifTrue:[
+                family := fntDescr name ? 'unnamed'
+            ].
+            (d at:family ifAbsentPut:[Set new]) add:fntDescr
+        ]
+    ].
+    fontsPerFamily := d.
+    ^ d keys asOrderedCollection sort
+"/
+"/    ^ self graphicsDevice fontFamiliesFiltering:combinedFilter.
 !
 
 getSizesInFamily:aFamilyName face:face style:style filtering:filter
-    sizeUnit == #px ifTrue:[
-        ^ self graphicsDevice 
-             pixelSizesInFamily:(currentFamily ? '*')
-             face:(currentFace ? '*')
-             style:(currentStyle ? '*')
-             filtering:filter.
-    ] ifFalse:[
-        ^ self graphicsDevice 
-             sizesInFamily:(currentFamily ? '*')
-             face:(currentFace ? '*')
-             style:(currentStyle ? '*')
-             filtering:filter.
+    |familyFonts faceAndStyleFonts sizes hasScalableFont|
+
+    familyFonts := fontsPerFamily at:aFamilyName ifAbsent:nil.
+    familyFonts isEmptyOrNil ifTrue:[^ nil].
+
+    hasScalableFont := false.
+
+    faceAndStyleFonts := 
+        familyFonts 
+            select:[:fntDescr |
+                (filter isNil or:[filter value:fntDescr])
+                and:[ fntDescr face = face 
+                and:[ fntDescr style = style ]]
+            ].
+
+    sizes := 
+        faceAndStyleFonts
+            collect:[:fntDescr |
+                fntDescr isScaledFont ifTrue:[
+                    hasScalableFont := true.
+                ].
+                sizeUnit == #px 
+                    ifTrue:[ fntDescr pixelSize ]
+                    ifFalse:[ fntDescr size ]
+            ].
+
+    hasScalableFont ifTrue:[
+        sizeUnit == #px ifTrue:[
+            ^ #(10 16 20 24 28 32 48 56 64 72 80 92 128)
+        ].
+        ^ #(4 5 6 7 8 9 10 11 12 14 16 18 20 22 24 28 32 48 64 72 96 144 192 288)
     ].
+    (sizes size == 1 and:[sizes first == 0]) ifTrue:[
+        "/ some font may only be available in certain pixel sizes...
+        sizeUnit == #pt ifTrue:[
+            ^ (faceAndStyleFonts collect:[:fontDescr | fontDescr pixelSize]) asOrderedCollection
+                sort collect:[:sz | sz asString , 'px' ].
+        ].
+        ^ (faceAndStyleFonts collect:[:fontDescr | fontDescr size]) asOrderedCollection
+                sort collect:[:sz | sz asString , 'pt' ].
+    ].
+
+    ^ sizes asOrderedCollection sort.
+
+"/    sizeUnit == #px ifTrue:[
+"/        ^ self graphicsDevice 
+"/             pixelSizesInFamily:(currentFamily ? '*')
+"/             face:(currentFace ? '*')
+"/             style:(currentStyle ? '*')
+"/             filtering:filter.
+"/    ] ifFalse:[
+"/        ^ self graphicsDevice 
+"/             sizesInFamily:(currentFamily ? '*')
+"/             face:(currentFace ? '*')
+"/             style:(currentStyle ? '*')
+"/             filtering:filter.
+"/    ].
 !
 
 getStylesInFamily:aFamilyName face:aFace filtering:filter
     "the list of font styles for a given family-face"
 
-    ^ self graphicsDevice stylesInFamily:aFamilyName face:aFace filtering:filter.
+    |familyFonts|
+
+    familyFonts := fontsPerFamily at:aFamilyName ifAbsent:nil.
+    familyFonts isEmptyOrNil ifTrue:[^ nil].
+
+    ^ familyFonts 
+        select:[:fntDescr |
+            (filter isNil or:[filter value:fntDescr])
+            and:[fntDescr face = aFace]
+        ]
+        thenCollect:[:fntDescr |
+            fntDescr style.
+        ]
+
+"/    ^ self graphicsDevice stylesInFamily:aFamilyName face:aFace filtering:filter.
 !
 
 showPreview
@@ -941,6 +1074,10 @@
     fam := selectedFont family.
     currentEncoding := selectedFont encoding.
 
+    fontsPerFamily isNil ifTrue:[
+        self getFamilyList
+    ].
+
     self familySelected:fam showPreview:false.
     fam notNil ifTrue:[
         face := selectedFont face.
@@ -949,7 +1086,7 @@
         ].
         self faceSelected:faceAndStyle showPreview:false.
         faceAndStyle notNil ifTrue:[
-            sz := sizeUnit == #px ifTrue:[selectedFont pixelSize] ifFalse:[selectedFont size].
+            sz := sizeUnit == #px ifTrue:[selectedFont pixelSize asString,'px'] ifFalse:[selectedFont size asString].
             pixelPointSwitch contents:sizeUnit.
             self sizeSelected:sz showPreview:false. 
         ]
@@ -979,7 +1116,7 @@
 !
 
 updateSizeList
-    |sizes sizeStrings oldSize|
+    |sizes sizeStrings oldSize newSize|
 
     sizes := self 
             getSizesInFamily:(currentFamily ? '*')
@@ -997,27 +1134,39 @@
     sizes := sizes asOrderedCollection.
     selectedFont notNil ifTrue:[
         oldSize := currentSize.
-        currentSize := (selectedFont sizeUnit == #px)
+        newSize := (selectedFont sizeUnit == #px)
                          ifTrue:[ selectedFont pixelSize ]
                          ifFalse:[ selectedFont size ].
-        currentSize == 0 ifTrue:[
+        newSize == 0 ifTrue:[
             currentSize := oldSize 
+        ] ifFalse:[
+            currentSize := newSize asString.
+            (selectedFont sizeUnit == #px) ifTrue:[
+                currentSize := currentSize , 'px'
+            ]
         ].
-        currentSize notNil ifTrue:[
-            (sizes includes:currentSize) ifFalse:[
-                sizes add:currentSize
+"/        currentSize notNil ifTrue:[
+"/            (sizes includes:currentSize) ifFalse:[
+"/                sizes add:currentSize
+"/            ].
+"/        ].
+    ].
+    "/ sizes sort.
+
+    sizeStrings := sizes collect:[:entry | entry asString].
+    sizeList list:sizeStrings.
+    currentSize notNil ifTrue:[
+        (sizeStrings includes:(currentSize asString)) ifTrue:[
+            sizeList setSelectElement:currentSize asString.
+        ] ifFalse:[
+            sizeStrings notEmpty ifTrue:[
+                sizeList setSelectElement:sizeStrings first.
+                currentSize := sizeStrings first.
+            ] ifFalse:[
+                currentSize := nil
             ].
         ].
     ].
-    sizes sort.
-
-    sizeStrings := sizes collect:[:entry | entry printString].
-    sizeList list:sizeStrings.
-    currentSize notNil ifTrue:[
-        (sizeStrings includes:(currentSize printString)) ifTrue:[
-            sizeList setSelectElement:currentSize printString.
-        ]
-    ].
 !
 
 xftFontsOnlyChanged
@@ -1249,18 +1398,26 @@
     "ok was pressed; hide myself and evaluate the okAction, passing
      family, face, style and size as arguments"
 
+    |sz szUnitUsed|
+
+    szUnitUsed := (sizeUnit ? #pt).
+    sz := Number readFrom:currentSize.
+    (currentSize endsWith:'px') ifTrue:[
+        szUnitUsed := #px
+    ].
+
     self hide.
     okAction notNil ifTrue:[
         currentFamily notNil ifTrue:[
             okAction value:
-                ((self xftFontsOnlyHolder value
+                (((Screen current supportsXFTFonts and:[ self xftFontsOnlyHolder value ])
                         ifTrue:[XftFontDescription]
                         ifFalse:[FontDescription])
                       family:currentFamily 
                       face:currentFace 
                       style:currentStyle
-                      size:currentSize      
-                      sizeUnit:(sizeUnit ? #pt)
+                      size:sz      
+                      sizeUnit:szUnitUsed
                       encoding:(currentEncoding ? encoding)).
         ]
     ]
@@ -1295,11 +1452,10 @@
 sizeSelected:aNumberOrString showPreview:showPreview
     "a size was selected; update preview"
 
-    aNumberOrString isNumber ifTrue:[
-        currentSize := aNumberOrString
-    ] ifFalse:[
-        currentSize := Number readFromString:aNumberOrString onError:nil
-    ].
+    currentSize := aNumberOrString.
+"/    aNumberOrString isNumber ifFalse:[
+"/        currentSize := Number readFromString:aNumberOrString onError:nil
+"/    ].
     showPreview ifTrue:[self showPreview]
 
     "Modified: 29.4.1996 / 09:43:23 / cg"
@@ -1318,10 +1474,10 @@
 !FontPanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.126 2014-04-27 21:57:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.133 2014-11-28 10:00:17 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.126 2014-04-27 21:57:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.133 2014-11-28 10:00:17 stefan Exp $'
 ! !
 
--- a/FramedBox.st	Thu May 01 10:47:38 2014 +0100
+++ b/FramedBox.st	Wed Dec 10 23:42:26 2014 +0000
@@ -710,7 +710,7 @@
     ].
 
     sep := gc font heightOn:self graphicsDevice.
-    sep2 := sep "+ sep".
+    sep2 := sep + sep.
 
     true "showFrame" ifFalse:[
         ^ super preferredExtent + (0 @ sep2)
@@ -764,10 +764,10 @@
 !FramedBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.58 2014-04-13 01:36:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.59 2014-05-07 15:44:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.58 2014-04-13 01:36:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.59 2014-05-07 15:44:16 cg Exp $'
 ! !
 
--- a/GenericToolbarIconLibrary.st	Thu May 01 10:47:38 2014 +0100
+++ b/GenericToolbarIconLibrary.st	Wed Dec 10 23:42:26 2014 +0000
@@ -79,316 +79,619 @@
 !GenericToolbarIconLibrary class methodsFor:'image specs'!
 
 barResizeHorizontalIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self barResizeHorizontalIcon inspect
      ImageEditor openOnClass:self andSelector:#barResizeHorizontalIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class barResizeHorizontalIcon'
-	ifAbsentPut:[(Depth2Image new) width: 11; height: 19; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@B@A@@@A@B@A@@@A@@@A@@@A@@@!!H@B!!J@J!!J B!!JC@!!H@@A@@@A@@@A@@@A@@@A@@@A@@@@@A') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((Depth1Image new) width: 11; height: 19; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A<DG0P_AA<DG0P_AA<UG3V_]]<5''1T_AA<DG0P_AA<DG0P_@A<b') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class barResizeHorizontalIcon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:11;
+                height:19;
+                photometric:(#palette);
+                bitsPerSample:(#[ 2 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@B@A@@@A@B@A@@@A@@@A@@@A@@@!!H@B!!J@J!!J B!!JC@!!H@@A@@@A@@@A@@@A@@@A@@@A@@@@@A');
+                colorMapFromArray:#[ 0 0 0 84 84 84 170 170 170 255 255 255 ];
+                mask:((ImageMask new)
+                            width:11;
+                            height:19;
+                            bits:(ByteArray 
+                                        fromPackedString:'@A<DG0P_AA<DG0P_AA<UG3V_]]<5''1T_AA<DG0P_AA<DG0P_@A<b');
+                            yourself);
+                yourself
+        ]
 !
 
 barResizeVerticalIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self barResizeVerticalIcon inspect
      ImageEditor openOnClass:self andSelector:#barResizeVerticalIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class barResizeVerticalIcon'
-	ifAbsentPut:[(Depth2Image new) width: 19; height: 11; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@B@@@@@@*@@@@@J*@@@@@@@@@AUUUUUP@@@@@@@@@*(@@@@@*@@@@@@ @@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((Depth1Image new) width: 19; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@S@D@@@N@@@_@@@@@A_??@@@@@@_@@@N@@@D@D@@@H') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class barResizeVerticalIcon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:19;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 2 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@B@@@@@@*@@@@@J*@@@@@@@@@AUUUUUP@@@@@@@@@*(@@@@@*@@@@@@ @@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 84 84 84 170 170 170 255 255 255 ];
+                mask:((ImageMask new)
+                            width:19;
+                            height:11;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@S@D@@@N@@@_@@@@@A_??@@@@@@_@@@N@@@D@D@@@H');
+                            yourself);
+                yourself
+        ]
 !
 
 bookmarks17x18
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self bookmarks17x18 inspect
      ImageEditor openOnClass:self andSelector:#bookmarks17x18
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class bookmarks17x18'
-        ifAbsentPut:[(Depth8Image new) width: 17; height: 18; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class bookmarks17x18'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:17;
+                height:18;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@D@@P@@@@@@@@@@@@@@@@@@@PBA@@@@@@@@@@@@@@@@@@D@ DBA@@@@@@@@@@@@@@@
 @@PB@PHD@@@@@@@@@@@DA@PD@ DA@PHDA@P@@@@@A@HB@ HA@PDA@PHB@ PA@@@@A@DA@PDA@PDA@PDAA@@@@@@@A@D@@@@@@@@@@PP@@@@@@@@@A@D@@@@@
 @@DD@@@@@@@@@@@D@P@@@@@@@PP@@@@@@@@@@@PA@@@A@@@AA@@@@@@@@@@D@ @A@PPA@P@BA@@@@@@@@@PA@PPD@@PD@PDD@@@@@@@A@@PD@@@@@@@DA@@A
-@@@@@@@A@@@@@@@@@@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[240 151 26 255 213 5 245 234 120 240 243 250 240 76 0]; mask:((Depth1Image new) width: 17; height: 18; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@H@@@\@@@\@@@>@@@>@@_?<@_?<@O?8@G?0@C? @C? @C? @G?0@G70@OA8@D@P@@@@@') ; yourself); yourself]
+@@@@@@@A@@@@@@@@@@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 240 151 26 255 213 5 245 234 120 240 243 250 240 76 0 ];
+                mask:((ImageMask new)
+                            width:17;
+                            height:18;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@H@@@\@@@\@@@>@@@>@@_?<@_?<@O?8@G?0@C? @C? @C? @G?0@G70@OA8@D@P@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 breakpointRedEnabled9x9
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self breakpointRedEnabled9x9 inspect
      ImageEditor openOnClass:self andSelector:#breakpointRedEnabled9x9
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary breakpointRedEnabled9x9'
-        ifAbsentPut:[(Depth8Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'D1L@@@@@@@@SD0@J@0HCB @S@@<ABP,I@P<@@@LHDQDQB@L@@@HDCP0RA@H@@@LEC 8NAPL@@@<AA!!@G@P<@D0@J@0HCB @@D0@@@@@@@ALS') ; colorMapFromArray:#[253 255 252 127 73 46 114 60 38 139 79 54 203 129 108 195 127 107 205 147 131 204 146 130 200 145 130 208 165 152 225 182 169 229 191 180 190 104 83 194 111 90 204 134 115 216 159 144 215 159 145 219 166 152 192 108 89 255 255 255]; mask:((Depth1Image new) width: 9; height: 9; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@>@G<@_0A?@G<@_0@>@@@@') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary breakpointRedEnabled9x9'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:9;
+                height:9;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'D1L@@@@@@@@SD0@J@0HCB @S@@<ABP,I@P<@@@LHDQDQB@L@@@HDCP0RA@H@@@LEC 8NAPL@@@<AA!!@G@P<@D0@J@0HCB @@D0@@@@@@@ALS');
+                colorMapFromArray:#[ 253 255 252 127 73 46 114 60 38 139 79 54 203 129 108 195 127 107 205 147 131 204 146 130 200 145 130 208 165 152 225 182 169 229 191 180 190 104 83 194 111 90 204 134 115 216 159 144 215 159 145 219 166 152 192 108 89 255 255 255 ];
+                mask:((ImageMask new)
+                            width:9;
+                            height:9;
+                            bits:(ByteArray fromPackedString:'@@@>@G<@_0A?@G<@_0@>@@@@');
+                            yourself);
+                yourself
+        ]
+!
+
+clearConsoleIcon
+    <resource: #programImage>
+
+    ^ self clearConsole22x22Icon
+!
+
+clock13x13Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self clock13x13Icon inspect
+     ImageEditor openOnClass:self andSelector:#clock13x13Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary clock13x13Icon'
+        ifAbsentPut:[(Depth4Image new) width:13; height:13; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@H@@ @@@@@AL3D@@@@@L3@3L@@@HSL0L3D @@L3LCL3@@@CL3@@@0@@@3L3L3L@@BD3L3L1H@@@L3L3L@@@@@D3LP@@@@@B@@H@@@@@@@@@@@
+@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 97 97 97 255 255 255]; mask:((Depth1Image new) width:13; height:13; bits:(ByteArray fromPackedString:'@@@O A?@O>A?<G?0_?A?<G?0O>@_0@>@@@@b') ; yourself); yourself]
+!
+
+console13x13Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self console13x13Icon inspect
+     ImageEditor openOnClass:self andSelector:#console13x13Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary console13x13Icon'
+        ifAbsentPut:[(Depth8Image new) width:13; height:13; bits:(ByteArray fromPackedString:'
+@PHB@ HB@ HB@ HB@PLDA@PDA@PDA@PDA@LCAPXFA XFA XFA TC@0\FB@ HB@ HB@ G@0$JA ,LCP8ODA@PB $QB XPDAHPDA@PD (QD1PFB0,UE!!\XC1HT
+D1LYA!!(ZF!!(ZF!!(ZF1L\GPXZF!!(ZF!!(ZF!!4\G!!<_G1<_G1<_G1<_G"@@@@@@@@@@@@@@@B@@@@@@H@@@@B@@@@@@@B@!!HRD!!HRD!!HRD @@@a') ; colorMapFromArray:#[47 88 144 95 128 176 47 112 200 47 104 184 80 96 128 95 104 128 208 232 248 95 104 136 255 248 248 47 104 176 96 112 136 111 128 176 95 112 168 80 96 144 64 88 136 63 72 128 240 240 248 47 96 176 239 240 248 47 96 168 111 120 144 96 120 168 95 104 160 79 96 144 64 80 136 112 128 144 224 232 248 112 120 144 47 96 160 112 128 160 47 88 160 127 136 160 79 112 168 47 88 136]; mask:((Depth1Image new) width:13; height:13; bits:(ByteArray fromPackedString:'??#?>O?8??#?>O?8??#?>O?8??#?>@>@_?@b') ; yourself); yourself]
 !
 
 fullBreakPoint12x16
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self stopPoint12x16 inspect
      ImageEditor openOnClass:self andSelector:#fullBreakPoint12x16
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary stopPoint12x16'
-        ifAbsentPut:[(Depth4Image new) width: 12; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L3L3L3L3L3L3L3L3L3L3L@L3L3LCL0@3LCA''U6@3L@:8FK8CLC^QDY\3L3WP@MT3L3_AD\\3L@::P+8CL3A''U6@CL3@CL0L3L3L3L3L3L3L3L3L3L3L3L3L3
-L3L3L3L@') ; colorMapFromArray:#[255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65]; mask:((Depth1Image new) width: 12; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@A0@O A?@O>@?8C? G<@O @\@@@@@@@@@@@@b') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary fullBreakPoint12x16'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:12;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'L3L3L3L3L3L3L3L3L3L3L@L3L3LCL0@3LCA''U6@3L@:8FK8CLC^QDY\3L3WP@MT3L3_AD\\3L@::P+8CL3A''U6@CL3@CL0L3L3L3L3L3L3L3L3L3L3L3L3L3
+L3L3L3L@');
+                colorMapFromArray:#[ 255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@A0@O A?@O>@?8C? G<@O @\@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 
     "Created: / 05-03-2014 / 10:14:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+left2Arrow20x20Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self left2Arrow20x20Icon inspect
+     ImageEditor openOnClass:self andSelector:#left2Arrow20x20Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary left2Arrow20x20Icon'
+        ifAbsentPut:[(Depth4Image new) width:20; height:20; bits:(ByteArray fromPackedString:'
+H"H"H"H"H"H"H"H"H"HB@"H"H"H"H"H @@H"H"H"H"H"@ HBH"H"H"H"HB@!!@"H"H"H"H HBDPH"H"H"H"@ HQD@@@@@H"HB@!!DQH"H"HBH HBDQDQDQDR@"
+@ HQDQDQDQD H HBDQDQDQDQHBH HBDQDQDQDR@"H HBDQD"H"H H"H HBDQ@@@@@BH"H HBDPH"H"H"H"H HBDBH"H"H"H"H HB@"H"H"H"H"H @@H"H"H"
+H"H"H HBH"H"H"H"H"H"H"H"H"Hb') ; colorMapFromArray:#[0 0 0 100 128 255 128 128 128]; mask:((ImageMask new) width:20; height:20; bits:(ByteArray fromPackedString:'@@@M@J@@@^@J@>@@A>@JC>@@G??@O??@_??O???@???@_??@O??@G??EC>@HA>@@@>@@@^@N@J@A@@@@') ; yourself); yourself]
+!
+
 lineBreakPoint12x16
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self lineBreakPoint12x16 inspect
      ImageEditor openOnClass:self andSelector:#lineBreakPoint12x16
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary lineBreakPoint12x16'
-        ifAbsentPut:[(Depth4Image new) width: 12; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L3L3L3L3L3L3L3L3L3L3L@L3L3LCL0@3LCA''U6@3L@:8FK8CLC^QDY\3L3WQD]T3L3_AD\\3L@::P+8CL3A''U6@CL3@CL0L3L3L3L3L3L3L3L3L3L3L3L3L3
-L3L3L3L@') ; colorMapFromArray:#[255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65]; mask:((Depth1Image new) width: 12; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@A0@O A?@O>@?8C? G<@O @\@@@@@@@@@@@@b') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary lineBreakPoint12x16'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:12;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'L3L3L3L3L3L3L3L3L3L3L@L3L3LCL0@3LCA''U6@3L@:8FK8CLC^QDY\3L3WQD]T3L3_AD\\3L@::P+8CL3A''U6@CL3@CL0L3L3L3L3L3L3L3L3L3L3L3L3L3
+L3L3L3L@');
+                colorMapFromArray:#[ 255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@A0@O A?@O>@?8C? G<@O @\@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
+!
+
+lint24x24Icon1
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self lint24x24Icon1 inspect
+     ImageEditor openOnClass:self andSelector:#lint24x24Icon1
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary lint24x24Icon1'
+        ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
+??????????????????????????????????????????????????????????????????????????=_W?????>-@:7?????????????????????MF7???<4+_??
+????????????????????+TW???<L?????????????????????????2AG?4HY????????????????????????K65[()A-!!????????????????:7?????[\W>
+?/;0[XS???<ZR???????JZ6-??=-0?3<?O3<F&7??0*-??????????<GO:5-6-+Z6-+,9+U-A:4@????????????+PE-^G!!<>-262/O1[_??????????????
++V4PR4/I):+J+8+Q,_??????????+P(]I1,,N=7J;?W27-ZO>94NS4??????B @@[RH(PN2#9>+%5[:@8L>D????????????[Q<-S_BU6=/W3)Y:.]??????
+????@@AEI1<>W^:$1,"2X6I(6]IP_@C?????+QHN[RL0U>&6&(-1Y6)(=:$@@D??????N @@[QUDXKO;(HM6^7M,<G @@@AO????????MB(2ZUZX>;.&*NG:
+/:6D??????????<)+V4SXEY?2?S<>.Y-/;V-?????????1&-??=-RU)/]8JMT&7?@K>5#O???????:7?????[RX+NBX&[_????>:/;T@?????????????65-
+[V5-????????6OF5????????????????????????????@MK?') ; colorMapFromArray:#[0 1 0 0 2 0 1 4 0 3 6 2 30 1 0 6 9 5 34 2 2 10 12 8 43 4 2 13 15 12 15 17 13 77 0 0 16 18 15 35 14 12 17 19 16 67 6 1 19 20 18 75 7 10 21 23 20 86 9 4 25 27 24 111 4 7 103 7 10 96 10 12 32 29 28 29 30 28 31 33 30 153 2 0 33 35 33 35 36 34 110 16 16 173 0 1 36 38 35 41 37 36 165 4 0 155 7 7 128 15 14 39 41 39 157 12 16 51 42 42 207 0 4 43 45 42 58 41 39 141 19 15 199 4 0 210 3 0 221 1 4 48 49 47 231 0 12 211 7 8 172 19 10 172 19 18 52 54 51 53 55 53 234 5 23 59 54 53 176 24 21 56 57 55 57 59 56 204 19 22 195 22 24 103 47 48 227 16 9 60 61 59 198 25 19 216 20 21 61 63 60 119 48 45 228 20 20 63 65 62 211 30 27 68 69 67 69 71 68 212 32 34 242 25 29 72 74 71 74 76 74 191 45 50 245 31 38 76 78 75 77 79 76 79 80 78 138 66 66 248 36 40 240 41 43 83 85 82 216 50 52 241 43 50 195 58 61 86 88 85 244 46 46 87 89 86 89 91 88 214 58 58 193 65 67 92 93 91 248 51 49 109 90 87 185 68 87 194 67 80 87 95 125 250 54 57 173 74 96 202 67 84 159 78 103 253 56 52 188 72 90 87 99 135 129 89 121 99 101 98 73 104 148 255 59 60 159 83 106 175 81 94 94 102 132 187 78 98 215 71 85 255 61 67 169 84 104 251 66 66 104 106 103 90 106 147 151 92 119 200 81 93 107 108 106 140 99 131 162 94 119 255 72 76 144 100 128 96 112 153 228 80 83 159 97 120 111 113 110 191 90 111 206 87 104 113 115 112 87 118 163 115 117 114 83 122 166 179 100 117 118 120 117 199 99 101 231 91 88 138 113 147 120 122 119 196 101 119 123 125 122 115 123 167 213 100 113 119 123 162 180 109 128 127 129 126 208 108 109 115 131 173 185 115 140 158 122 154 173 119 144 131 133 130 130 130 163 178 122 124 181 119 147 106 139 178 136 138 135 120 139 175 126 138 175 204 121 132 132 139 172 113 146 186 136 143 176 144 146 143 121 149 184 153 142 173 135 150 181 148 150 147 125 153 188 130 153 182 179 140 167 150 152 149 205 136 148 181 145 146 136 159 189 155 157 154 140 163 193 159 161 158 161 163 160 143 166 196 162 164 161 148 167 192 164 166 163 165 165 187 197 159 173 167 169 166 152 171 196 191 163 180 157 172 191 169 171 168 216 159 166 171 173 170 208 163 179 187 169 190 217 162 175 174 176 173 159 178 203 186 173 174 207 167 175 163 178 198 213 166 176 179 181 178 198 176 192 169 185 204 183 185 182 216 175 184 209 177 189 212 180 192 204 183 198 208 183 193 188 190 187 180 192 206 194 196 193 215 191 201 187 199 213 204 198 197 211 196 210 199 201 198 190 202 216 191 203 217 201 202 212 202 204 201 208 203 201 219 201 210 205 207 203 217 203 217 206 208 205 213 207 206 223 205 214 203 211 220 211 213 210 211 212 222 214 216 213 221 215 227 217 219 216 219 221 218 228 218 224 217 222 225 221 223 220 231 221 227 216 225 233 220 226 228 224 226 223 221 229 238 231 233 230 228 234 236 233 235 232 235 238 234 249 251 248 255 255 255]; mask:((ImageMask new) width:24; height:24; bits:(ByteArray fromPackedString:'@@@@@@@@@LN@@FL@@FH@@CX@@G<@BG>LGO>XA??0@?? @?? G??>D??8@??0A??<G??2D??1@??8A??8CO>\BG<N@C8G@@@B') ; yourself); yourself]
+!
+
+scrollLockIcon
+    <resource: #programImage>
+
+    ^ self scrollLock22x22Icon
 !
 
 sortIndicatorGreyIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self sortIndicatorGreyIcon inspect
      ImageEditor openOnClass:self andSelector:#sortIndicatorGreyIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'DataSetLabel class sortIndicatorGreyIcon'
-	ifAbsentPut:[(Depth1Image new) width: 7; height: 5; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 7; height: 5; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A@(UJ(b') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary sortIndicatorGreyIcon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:7;
+                height:5;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray fromPackedString:'@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:7;
+                            height:5;
+                            bits:(ByteArray fromPackedString:'@A@(UJ(b');
+                            yourself);
+                yourself
+        ]
 !
 
 sortIndicatorIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self sortIndicatorIcon inspect
      ImageEditor openOnClass:self andSelector:#sortIndicatorIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'DataSetLabel class sortIndicatorIcon'
-	ifAbsentPut:[(Depth1Image new) width: 7; height: 4; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@B@0 @a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 7; height: 4; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?''08D@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary sortIndicatorIcon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:7;
+                height:4;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray fromPackedString:'@@B@0 @a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:7;
+                            height:4;
+                            bits:(ByteArray fromPackedString:'?''08D@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 sortReverseIndicatorGreyIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self sortReverseIndicatorGreyIcon inspect
      ImageEditor openOnClass:self andSelector:#sortReverseIndicatorGreyIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'DataSetLabel class sortReverseIndicatorGreyIcon'
-	ifAbsentPut:[(Depth1Image new) width: 7; height: 5; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 7; height: 5; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'*%P(D@@b') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary sortReverseIndicatorGreyIcon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:7;
+                height:5;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray fromPackedString:'@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:7;
+                            height:5;
+                            bits:(ByteArray fromPackedString:'*%P(D@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 sortReverseIndicatorIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self sortReverseIndicatorIcon inspect
      ImageEditor openOnClass:self andSelector:#sortReverseIndicatorIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'DataSetLabel class sortReverseIndicatorIcon'
-	ifAbsentPut:[(Depth1Image new) width: 7; height: 4; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'0(@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 7; height: 4; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'DC!!<? @a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary sortReverseIndicatorIcon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:7;
+                height:4;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray fromPackedString:'0(@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:7;
+                            height:4;
+                            bits:(ByteArray fromPackedString:'DC!!<? @a');
+                            yourself);
+                yourself
+        ]
 !
 
 standaloneStartupIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self standaloneStartupIcon inspect
      ImageEditor openOnClass:self andSelector:#standaloneStartupIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary standaloneStartupIcon'
-        ifAbsentPut:[(Depth8Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary standaloneStartupIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@A@ @@@@@@@@@@@@@@@0PEA @@@@@@@@@@@@LGB@$J@@@@@@@@@@@AB00MC <P@@@@@@@@@1DRD1PUE!!\X@@@@@@LYF!!([D10]G @@@@@CG2@!!DRHDE0@@
-@@@@@2LTIBT&G @@@@@@@@L''J@P)J @@@@@@@@@CJ20X@@@@@@@@@@@@@0H@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 32 104 24 208 216 208 47 120 24 47 112 24 128 168 128 224 232 224 191 224 176 95 160 80 47 104 24 159 184 144 159 216 136 160 216 136 144 208 136 64 136 56 79 136 64 191 200 176 127 200 96 111 200 88 112 200 88 143 208 120 127 192 104 63 120 48 96 144 88 207 200 200 96 192 64 95 192 64 95 192 56 111 184 88 48 104 48 176 192 176 112 216 88 127 224 96 128 216 104 96 176 88 143 224 104 128 200 120 64 136 48 64 120 56 128 208 120 95 168 80 143 160 136 239 224 224 47 136 40 127 168 120]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L@@<@C8@O8@?8C? O<@? C<@O@@0@@@a') ; yourself); yourself]
+@@@@@2LTIBT&G @@@@@@@@L''J@P)J @@@@@@@@@CJ20X@@@@@@@@@@@@@0H@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 32 104 24 208 216 208 47 120 24 47 112 24 128 168 128 224 232 224 191 224 176 95 160 80 47 104 24 159 184 144 159 216 136 160 216 136 144 208 136 64 136 56 79 136 64 191 200 176 127 200 96 111 200 88 112 200 88 143 208 120 127 192 104 63 120 48 96 144 88 207 200 200 96 192 64 95 192 64 95 192 56 111 184 88 48 104 48 176 192 176 112 216 88 127 224 96 128 216 104 96 176 88 143 224 104 128 200 120 64 136 48 64 120 56 128 208 120 95 168 80 143 160 136 239 224 224 47 136 40 127 168 120 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'L@@<@C8@O8@?8C? O<@? C<@O@@0@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 stopPoint12x16
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self stopPoint12x16 inspect
      ImageEditor openOnClass:self andSelector:#stopPoint12x16
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary stopPoint12x16'
-        ifAbsentPut:[(Depth4Image new) width: 12; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L3L3L3L3L3L3L3L3L3L3L@L3L3LCL0@3LCA''U6@3L@:8FK8CLC^QDY\3L3WP@MT3L3_AD\\3L@::P+8CL3A''U6@CL3@CL0L3L3L3L3L3L3L3L3L3L3L3L3L3
-L3L3L3L@') ; colorMapFromArray:#[255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65]; mask:((Depth1Image new) width: 12; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@A0@O A?@O>@?8C? G<@O @\@@@@@@@@@@@@b') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary stopPoint12x16'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:12;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'L3L3L3L3L3L3L3L3L3L3L@L3L3LCL0@3LCA''U6@3L@:8FK8CLC^QDY\3L3WP@MT3L3_AD\\3L@::P+8CL3A''U6@CL3@CL0L3L3L3L3L3L3L3L3L3L3L3L3L3
+L3L3L3L@');
+                colorMapFromArray:#[ 255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@A0@O A?@O>@?8C? G<@O @\@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
+!
+
+worldIcon25_25
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self worldIcon25_25 inspect
+     ImageEditor openOnClass:self andSelector:#worldIcon25_25
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary worldIcon25_25'
+        ifAbsentPut:[(Depth8Image new) width:25; height:25; bits:(ByteArray fromPackedString:'
+IRT%IRT%IS2&S&)V*0-VTV:2IRT%IRT%IRT%IRT%G*E"ZDJEQ36Y%S@:KTV2IRT%IRT%IRT%W4IOC$<IX")=_T\0N)6D( 0%IRT%IRT%RVE(W)=B-@8*O$^U
+(%%;''SJDA2T%IRT%W6 9Z"(NBR,>]GQ4 25Y^96]L(R0IRT%,)QSU#4=OV%)GA(''BU09VW.]''SH2JKH%IR2QK(X=OYZVZU]NX+Q!!NU%;''Y42 ZMQIPE<$R:''
+OS6V''46_I4I!!XS%Y^96]L(F,!!@1PX9FQ)34=OY<CI6J4XVEYVW.]''SJA+JL O4"Q$X"''OQ%V-KQ!!XVD9VS);''SH2 Z2#^S]HX9FQK(Y\X$<NX&D(S3(Q!!I42
+ XF, TAZPT"Q$X"UWI!!>B:6"HZ8:N(P2L(F, [FLM4EHX6NK&E%YVYH_K0UTLY6]L#H2+@5,D56$PTEZXIM;^5$:XF=3!!I6]]WV[YAZBSF4&"TDOY)6]''SD1
+LSF]''XRDL#JGYH<8PD1J+:"I"RP2L)6]''Y6]''SH2@(\2P8BI#60;EV:MV8&(@CH2L#H2L#H2L(]5)QBO"U,;H!!,%DS-["W^Z''SH2L#JA XF,(9@S"U,J(I8%
+ITT"H *OSAL4MXF,+J2,+@ZWB ("(G**IRT%FJ@"B )[N;F,+J2A!!8D6N3,"(G(S@RT%IW=U^*B H#-UA*2, XD5URI:^''B)""T%IRT%QQM0^''* ^)2,+HD2
+MW!!DQ PPQRT%IRT%IRU?JU!!0\@PV+J2,(15KR6\)_2T%IRT%IRT%IRV3T(92L92#E6-2#%J3IRT%IRT%IRT%IRT%IRTH]# #YQH8\QP%IRT%IRT%IP@a') ; colorMapFromArray:#[224 224 60 224 240 255 160 192 140 208 240 160 0 80 190 80 160 210 224 224 50 224 240 220 160 208 220 176 224 180 16 80 240 80 160 220 240 240 240 192 224 80 192 224 180 32 112 220 32 112 210 176 208 140 48 128 180 48 112 210 160 192 220 96 128 220 176 208 100 192 208 60 64 112 210 80 176 240 112 208 220 160 176 240 64 208 255 64 128 140 255 255 240 32 144 220 208 224 210 208 224 130 16 64 220 64 128 180 112 176 180 0 0 0 128 176 190 224 240 160 176 208 160 64 128 210 96 192 220 160 208 190 160 208 255 208 224 140 48 160 255 64 144 210 144 192 180 240 240 60 224 240 50 64 144 180 96 144 180 192 224 60 128 176 130 64 128 240 48 128 210 240 240 110 224 240 100 16 80 220 255 255 220 64 176 255 80 192 240 112 176 240 160 192 130 32 112 255 208 224 160 128 176 140 80 128 180 176 208 220 16 80 190 64 176 240 32 128 255 240 255 210 80 128 190 64 128 160 32 96 220 160 224 210 224 240 180 160 208 180 176 208 255 208 224 190 48 144 210 128 176 220 160 208 140 48 96 210 128 192 210 128 208 220 0 96 210 240 240 100 48 128 240 16 80 255 192 224 160 96 144 210 144 192 210 240 255 220 192 224 130 240 240 130 224 240 140 48 128 255 80 144 190 64 144 160 80 144 210 0 96 190 224 240 130 96 192 240 176 208 180 96 160 140 32 96 210 64 128 190 224 240 210 208 224 110 0 80 210 96 160 220 0 112 210 192 224 110 64 192 240 176 208 130 112 160 220 112 160 160 64 112 180 160 192 190 0 64 210 240 240 80 80 144 240 64 192 255 96 176 210 208 224 240 32 96 240 224 240 30 160 192 100 80 176 220 208 224 100 112 176 220 64 160 240 208 224 60 48 144 240 16 96 255 208 224 220 64 144 220 144 192 140 112 160 180 16 112 210 16 96 240 192 224 100 48 144 255 128 192 180 224 240 80 128 192 220 64 160 220 80 192 255 112 160 140 160 208 160 48 176 240 208 224 80 96 160 180 192 208 80 224 240 60 48 96 220 144 208 210 0 64 220 224 240 190 192 224 140 208 224 50 32 96 255 144 192 130 240 240 210 64 160 255 48 112 220 32 112 190 144 160 220 112 192 220 224 240 20 112 176 210 224 240 110 192 208 190 224 240 240 144 176 130 240 240 255 144 192 220 240 240 140]; mask:((ImageMask new) width:25; height:25; bits:(ByteArray fromPackedString:'@_?@_0_?<G<O??!!?G??<_3???''=???=?_???_?????????????????????????????????????????????????????=???=?_???_3???7<???9?G??<_0??
+>G<C?>A?@O>@_0@a') ; yourself); yourself]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-09x09'!
 
 breakpointBlueDisabled9x9
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self breakpointBlueDisabled9x9 inspect
      ImageEditor openOnClass:self andSelector:#breakpointBlueDisabled9x9
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary breakpointBlueDisabled9x9'
-        ifAbsentPut:[(Depth4Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'H$QDQBADX7M$HDZTQIY@RDQDRDA@QDQ@PD!!DQD!!@R%QDV$@$(PF$HDQDQDH ') ; colorMapFromArray:#[79 80 79 85 85 85 255 255 255 135 135 135 227 235 248 122 122 122 201 201 201 105 105 105 98 98 98 103 103 103 182 182 182]; mask:((Depth1Image new) width: 9; height: 9; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@>@G\@X0AA@FL@]0@>@@@@') ; yourself); yourself]
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:9;
+                height:9;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'H$QDQBADX7M$HDZTQIY@RDQDRDA@QDQ@PD!!DQD!!@R%QDV$@$(PF$HDQDQDH ');
+                colorMapFromArray:#[ 79 80 79 85 85 85 255 255 255 135 135 135 227 235 248 122 122 122 201 201 201 105 105 105 98 98 98 103 103 103 182 182 182 ];
+                mask:((ImageMask new)
+                            width:9;
+                            height:9;
+                            bits:(ByteArray fromPackedString:'@@@>@G\@X0AA@FL@]0@>@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 breakpointBlueEnabled9x9
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self breakpointBlueEnabled9x9 inspect
      ImageEditor openOnClass:self andSelector:#breakpointBlueEnabled9x9
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary breakpointBlueEnabled9x9'
-        ifAbsentPut:[(Depth8Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'D1L@@@@@@@@SD0@J@0HCB @S@@<ABP,I@P<@@@LHDQDQB@L@@@HDCP0RA@H@@@LEC 8NAPL@@@<AA!!@G@P<@D0@J@0HCB @@D0@@@@@@@ALS') ; colorMapFromArray:#[255 252 255 46 85 127 38 78 114 54 98 139 108 165 203 107 159 195 131 175 205 130 174 204 130 172 200 152 185 208 169 202 225 180 209 229 83 149 190 90 154 194 115 169 204 144 188 216 145 188 215 152 193 219 89 154 192 255 255 255]; mask:((Depth1Image new) width: 9; height: 9; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@>@G<@_0A?@G<@_0@>@@@@') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary breakpointBlueEnabled9x9'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:9;
+                height:9;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'D1L@@@@@@@@SD0@J@0HCB @S@@<ABP,I@P<@@@LHDQDQB@L@@@HDCP0RA@H@@@LEC 8NAPL@@@<AA!!@G@P<@D0@J@0HCB @@D0@@@@@@@ALS');
+                colorMapFromArray:#[ 255 252 255 46 85 127 38 78 114 54 98 139 108 165 203 107 159 195 131 175 205 130 174 204 130 172 200 152 185 208 169 202 225 180 209 229 83 149 190 90 154 194 115 169 204 144 188 216 145 188 215 152 193 219 89 154 192 255 255 255 ];
+                mask:((ImageMask new)
+                            width:9;
+                            height:9;
+                            bits:(ByteArray fromPackedString:'@@@>@G<@_0A?@G<@_0@>@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 breakpointRedDisabled9x9
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self breakpointRedDisabled9x9 inspect
      ImageEditor openOnClass:self andSelector:#breakpointRedDisabled9x9
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary breakpointRedDisabled9x9'
-        ifAbsentPut:[(Depth4Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'H$QDQBADX7M$HDZTQIY@RDQDRDA@QDQ@PD!!DQD!!@R%QDV$@$(PF$HDQDQDH ') ; colorMapFromArray:#[79 80 79 85 85 85 255 255 255 135 135 135 227 235 248 122 122 122 201 201 201 105 105 105 98 98 98 103 103 103 182 182 182]; mask:((Depth1Image new) width: 9; height: 9; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@>@G\@X0AA@FL@]0@>@@@@') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary breakpointRedDisabled9x9'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:9;
+                height:9;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'H$QDQBADX7M$HDZTQIY@RDQDRDA@QDQ@PD!!DQD!!@R%QDV$@$(PF$HDQDQDH ');
+                colorMapFromArray:#[ 79 80 79 85 85 85 255 255 255 135 135 135 227 235 248 122 122 122 201 201 201 105 105 105 98 98 98 103 103 103 182 182 182 ];
+                mask:((ImageMask new)
+                            width:9;
+                            height:9;
+                            bits:(ByteArray fromPackedString:'@@@>@G\@X0AA@FL@]0@>@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 closeIndicatorInTree9x9Icon
@@ -427,48 +730,70 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'GenericToolbarIconLibrary class openIndicatorInTree9x9Icon'
-        ifAbsentPut:[(Depth2Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'UUU@Z*)@Z*)(Z*)HX@I@Z*)@Z*)@Z*)@UUU.') ; colorMapFromArray:#[0 0 0 128 128 128 255 255 255]; yourself]
+        constantNamed:'GenericToolbarIconLibrary openIndicatorInTree9x9Icon'
+        ifAbsentPut:[(Depth2Image new) width:9; height:9; bits:(ByteArray fromPackedString:'UUU@Z*)@Z*)(Z*)HX@I@Z*)@Z*)@Z*)@UUU.') ; colorMapFromArray:#[0 0 0 128 128 128 255 255 255]; yourself]
 !
 
 stopPoint9x9
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self stopPoint9x9 inspect
      ImageEditor openOnClass:self andSelector:#stopPoint9x9
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary stopPoint9x9'
-        ifAbsentPut:[(Depth4Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L0@@@C@0Y5] L@:8FK8@A9DQ%0@E4@CU@@_AD\\@C+)B/ @0Y5] @C@@@@L0') ; colorMapFromArray:#[255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65]; mask:((Depth1Image new) width: 9; height: 9; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@>@G<@_0A?@G<@_0@>@@@@') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary stopPoint9x9'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:9;
+                height:9;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'L0@@@C@0Y5] L@:8FK8@A9DQ%0@E4@CU@@_AD\\@C+)B/ @0Y5] @C@@@@L0');
+                colorMapFromArray:#[ 255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65 ];
+                mask:((ImageMask new)
+                            width:9;
+                            height:9;
+                            bits:(ByteArray fromPackedString:'@@@>@G<@_0A?@G<@_0@>@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 tracepointBlue9x9
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self tracepointBlue9x9 inspect
      ImageEditor openOnClass:self andSelector:#tracepointBlue9x9
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary tracepointBlue9x9'
-        ifAbsentPut:[(Depth8Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'D1L@@@@@@@@SD0@J@0HCB @S@@<ABP,I@P<@@@LHDQDQB@L@@@HDCP0RA@H@@@LEC 8NAPL@@@<AA!!@G@P<@D0@J@0HCB @@D0@@@@@@@ALS') ; colorMapFromArray:#[254 252 255 46 104 127 38 96 114 54 118 139 108 187 203 107 179 195 131 193 205 130 192 204 130 188 200 152 198 208 169 215 225 180 220 229 83 174 190 90 178 194 115 189 204 144 205 216 145 204 215 152 208 219 89 178 192 255 255 255]; mask:((Depth1Image new) width: 9; height: 9; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@>@G<@_0A?@G<@_0@>@@@@') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary tracepointBlue9x9'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:9;
+                height:9;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'D1L@@@@@@@@SD0@J@0HCB @S@@<ABP,I@P<@@@LHDQDQB@L@@@HDCP0RA@H@@@LEC 8NAPL@@@<AA!!@G@P<@D0@J@0HCB @@D0@@@@@@@ALS');
+                colorMapFromArray:#[ 254 252 255 46 104 127 38 96 114 54 118 139 108 187 203 107 179 195 131 193 205 130 192 204 130 188 200 152 198 208 169 215 225 180 220 229 83 174 190 90 178 194 115 189 204 144 205 216 145 204 215 152 208 219 89 178 192 255 255 255 ];
+                mask:((ImageMask new)
+                            width:9;
+                            height:9;
+                            bits:(ByteArray fromPackedString:'@@@>@G<@_0A?@G<@_0@>@@@@');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-10x11'!
@@ -497,25 +822,36 @@
 !
 
 ledGrayedRed10x11
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self ledGrayedRed10x11 inspect
      ImageEditor openOnClass:self andSelector:#ledGrayedRed10x11
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary ledGrayedRed10x11'
-        ifAbsentPut:[(Depth8Image new) width: 10; height: 11; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary ledGrayedRed10x11'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:10;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@DB@0DA@0HA@@DDAPXGA0XEA@DHBP(KC@0KB $HCP8ODADQD@<NCQHSEATVE!!TTD1HWFA$ZF1,[GA WGQ ^G2@!!HRHXGRL$IRX''I2 %IBLAJQ<*J2,,HB4A
-@PD.K3@0K28A@P@A@SD2L#DA@P@b') ; colorMapFromArray:#[165 174 157 150 133 132 172 165 167 159 147 147 167 157 157 157 128 127 173 153 152 180 161 162 172 164 165 158 128 127 179 155 155 186 170 170 190 179 180 161 146 147 168 136 137 180 151 152 182 156 157 180 151 150 155 133 132 173 131 130 176 135 135 179 139 140 180 139 140 157 132 132 172 127 127 179 131 132 182 132 132 183 132 132 180 131 132 163 144 145 184 127 127 186 127 127 187 127 127 188 127 127 185 127 127 171 159 160 173 127 127 191 135 135 191 129 130 191 133 132 191 130 130 174 150 150 191 145 145 191 153 152 191 148 147 175 150 150 176 155 157 182 141 142 188 137 137 172 174 175 170 172 175]; mask:((Depth1Image new) width: 10; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@O0@^@@@a') ; yourself); yourself]
+@PD.K3@0K28A@P@A@SD2L#DA@P@b');
+                colorMapFromArray:#[ 165 174 157 150 133 132 172 165 167 159 147 147 167 157 157 157 128 127 173 153 152 180 161 162 172 164 165 158 128 127 179 155 155 186 170 170 190 179 180 161 146 147 168 136 137 180 151 152 182 156 157 180 151 150 155 133 132 173 131 130 176 135 135 179 139 140 180 139 140 157 132 132 172 127 127 179 131 132 182 132 132 183 132 132 180 131 132 163 144 145 184 127 127 186 127 127 187 127 127 188 127 127 185 127 127 171 159 160 173 127 127 191 135 135 191 129 130 191 133 132 191 130 130 174 150 150 191 145 145 191 153 152 191 148 147 175 150 150 176 155 157 182 141 142 188 137 137 172 174 175 170 172 175 ];
+                mask:((ImageMask new)
+                            width:10;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@O0@^@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 ledGrayedRed14x14
@@ -542,115 +878,170 @@
 !
 
 ledGreen10x11
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self ledGreen10x11 inspect
      ImageEditor openOnClass:self andSelector:#ledGreen10x11
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary ledGreen10x11'
-        ifAbsentPut:[(Depth8Image new) width: 10; height: 11; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary ledGreen10x11'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:10;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 K @+A0@@A2,@K @Q@QT/K1TADP@*@"T:P4L:IPH*B ,#LBX&LBLKB LIC!!HSFAHNBPLDAP<TFQ,[D@TDCP ZG2\)KA0FCR LKSD4M#H-CB @GQX7PTT;E2D@
-@C .G"@$H"88@B8@@CT3L3T@@B8b') ; colorMapFromArray:#[24 86 20 32 110 0 36 116 0 40 108 20 48 114 20 60 172 0 72 172 0 76 128 80 76 172 0 76 174 10 80 134 80 80 156 40 88 164 0 92 144 70 96 188 30 104 200 20 108 200 20 116 158 120 116 198 50 120 202 50 120 206 20 124 180 100 124 198 0 124 200 0 124 202 50 124 208 20 124 214 0 128 210 20 128 214 0 132 174 90 132 196 60 132 218 0 132 218 40 136 176 90 136 198 60 136 206 100 136 224 60 140 204 110 140 208 100 140 220 0 144 178 130 144 222 0 148 182 150 148 182 160 148 224 0 148 230 0 152 188 120 156 206 140 156 216 120 156 234 0 164 236 0 172 178 190 176 240 30 180 186 190 184 244 40 184 244 70 188 194 200 192 200 210 192 234 170 192 248 90 196 202 210 208 216 220 212 218 230 212 220 230 216 222 230 216 255 120 220 226 240 220 248 210 224 232 240 224 255 130]; mask:((Depth1Image new) width: 10; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@_8@^@@@a') ; yourself); yourself]
+@C .G"@$H"88@B8@@CT3L3T@@B8b');
+                colorMapFromArray:#[ 24 86 20 32 110 0 36 116 0 40 108 20 48 114 20 60 172 0 72 172 0 76 128 80 76 172 0 76 174 10 80 134 80 80 156 40 88 164 0 92 144 70 96 188 30 104 200 20 108 200 20 116 158 120 116 198 50 120 202 50 120 206 20 124 180 100 124 198 0 124 200 0 124 202 50 124 208 20 124 214 0 128 210 20 128 214 0 132 174 90 132 196 60 132 218 0 132 218 40 136 176 90 136 198 60 136 206 100 136 224 60 140 204 110 140 208 100 140 220 0 144 178 130 144 222 0 148 182 150 148 182 160 148 224 0 148 230 0 152 188 120 156 206 140 156 216 120 156 234 0 164 236 0 172 178 190 176 240 30 180 186 190 184 244 40 184 244 70 188 194 200 192 200 210 192 234 170 192 248 90 196 202 210 208 216 220 212 218 230 212 220 230 216 222 230 216 255 120 220 226 240 220 248 210 224 232 240 224 255 130 ];
+                mask:((ImageMask new)
+                            width:10;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@_8@^@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 ledGrey10x11
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self ledGrey10x11 inspect
      ImageEditor openOnClass:self andSelector:#ledGrey10x11
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary ledGrey10x11'
-        ifAbsentPut:[(Depth8Image new) width: 10; height: 11; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary ledGrey10x11'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:10;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@B@0PD@0H@@@@EA \HB@\FAP@IB ,LCP4LB0(IC1@QD!!LTD!!DPC1XWFA$ZF1$\E1X^G2@!!H"L#IA<^I"\(JR(+J2 ,I"4.K1H0LSH/K#L@MSX7NC$:M#,@
-@C0=O#=@PS4<@@@@@DP3L4P@@@@b') ; colorMapFromArray:#[170 170 170 235 235 235 179 179 179 123 123 123 83 83 83 154 154 154 105 105 105 178 178 178 203 203 203 179 179 179 111 111 111 197 197 197 226 226 226 241 241 241 230 230 230 132 132 132 151 151 151 197 197 197 208 208 208 199 199 199 200 200 200 225 225 225 107 107 107 163 163 163 177 177 177 187 187 187 188 188 188 189 189 189 175 175 175 221 221 221 118 118 118 159 159 159 184 184 184 189 189 189 192 192 192 193 193 193 185 185 185 218 218 218 146 146 146 163 163 163 194 194 194 197 197 197 198 198 198 201 201 201 162 162 162 176 176 176 160 160 160 206 206 206 217 217 217 220 220 220 210 210 210 177 177 177 201 201 201 168 168 168 182 182 182 225 225 225 240 240 240 242 242 242 229 229 229 169 169 169 192 192 192 181 181 181 183 183 183 200 200 200 206 206 206 184 184 184 217 217 217 198 198 198 184 184 184]; mask:((Depth1Image new) width: 10; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@_8@^@@@a') ; yourself); yourself]
+@C0=O#=@PS4<@@@@@DP3L4P@@@@b');
+                colorMapFromArray:#[ 170 170 170 235 235 235 179 179 179 123 123 123 83 83 83 154 154 154 105 105 105 178 178 178 203 203 203 179 179 179 111 111 111 197 197 197 226 226 226 241 241 241 230 230 230 132 132 132 151 151 151 197 197 197 208 208 208 199 199 199 200 200 200 225 225 225 107 107 107 163 163 163 177 177 177 187 187 187 188 188 188 189 189 189 175 175 175 221 221 221 118 118 118 159 159 159 184 184 184 189 189 189 192 192 192 193 193 193 185 185 185 218 218 218 146 146 146 163 163 163 194 194 194 197 197 197 198 198 198 201 201 201 162 162 162 176 176 176 160 160 160 206 206 206 217 217 217 220 220 220 210 210 210 177 177 177 201 201 201 168 168 168 182 182 182 225 225 225 240 240 240 242 242 242 229 229 229 169 169 169 192 192 192 181 181 181 183 183 183 200 200 200 206 206 206 184 184 184 217 217 217 198 198 198 184 184 184 ];
+                mask:((ImageMask new)
+                            width:10;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@_8@^@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 ledRed10x11
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self ledRed10x11 inspect
      ImageEditor openOnClass:self andSelector:#ledRed10x11
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary ledRed10x11'
-        ifAbsentPut:[(Depth8Image new) width: 10; height: 11; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary ledRed10x11'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:10;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 B@@OAP@@AP<@B@@I@!!L#H1LBBP@NAA41MST1GPPNA ("JRD!!JRHJA DRFA0 HA0XD DCCQ,''J2,+G04CA04-LCH3L2<MA00QNSX8NC\9DP0@EC@:OC0;L!!X@
-@@@YJCP4JA$@@@ @@A@KB1@@@@ b') ; colorMapFromArray:#[92 24 20 112 22 20 120 2 0 120 20 20 124 2 0 128 78 80 136 74 80 144 66 70 152 188 120 160 118 120 164 36 40 172 178 190 176 126 130 180 0 0 180 148 150 180 150 160 180 186 190 184 0 0 184 14 10 184 104 100 188 90 90 188 194 200 192 90 90 192 200 210 196 30 30 196 112 120 196 202 210 208 16 20 208 48 50 208 112 110 208 216 220 212 16 20 212 48 50 212 94 90 212 96 100 212 136 140 212 218 230 212 220 230 216 222 230 220 18 20 220 56 60 220 116 120 220 226 240 224 18 20 224 232 240 228 0 0 228 236 250 232 0 0 236 0 0 236 172 170 240 0 0 244 0 0 244 40 40 252 206 210 255 8 10 255 12 10 255 24 20 255 30 30 255 70 70 255 82 80 255 104 100]; mask:((Depth1Image new) width: 10; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@O0@^@@@a') ; yourself); yourself]
+@@@YJCP4JA$@@@ @@A@KB1@@@@ b');
+                colorMapFromArray:#[ 92 24 20 112 22 20 120 2 0 120 20 20 124 2 0 128 78 80 136 74 80 144 66 70 152 188 120 160 118 120 164 36 40 172 178 190 176 126 130 180 0 0 180 148 150 180 150 160 180 186 190 184 0 0 184 14 10 184 104 100 188 90 90 188 194 200 192 90 90 192 200 210 196 30 30 196 112 120 196 202 210 208 16 20 208 48 50 208 112 110 208 216 220 212 16 20 212 48 50 212 94 90 212 96 100 212 136 140 212 218 230 212 220 230 216 222 230 220 18 20 220 56 60 220 116 120 220 226 240 224 18 20 224 232 240 228 0 0 228 236 250 232 0 0 236 0 0 236 172 170 240 0 0 244 0 0 244 40 40 252 206 210 255 8 10 255 12 10 255 24 20 255 30 30 255 70 70 255 82 80 255 104 100 ];
+                mask:((ImageMask new)
+                            width:10;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@O0@^@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 ledYellow10x11
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self ledYellow10x11 inspect
      ImageEditor openOnClass:self andSelector:#ledYellow10x11
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary ledYellow10x11'
-        ifAbsentPut:[(Depth8Image new) width: 10; height: 11; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary ledYellow10x11'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:10;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @P@R@ @@@!!H@@P@JA2L3L2LGB @SBS@?QTT?L@$SAQ,2NSP6NSH[APL%JR0.K20(IPLHIB,1MS\7KRPHCRH8N#,<OC !!CP< OS9AP$@=HA@@EB)CQ$]DJ!!T@
-@@,QGBX''GQDK@@D@@@XDA@X@@@Db') ; colorMapFromArray:#[144 64 20 152 188 120 168 108 80 172 90 20 172 178 190 180 118 80 180 186 190 184 84 0 184 102 20 188 92 0 188 144 120 188 194 200 192 200 210 196 134 70 196 202 210 200 172 130 200 174 130 200 182 120 204 170 160 204 172 150 208 162 90 208 164 90 208 216 220 212 218 230 212 220 230 216 222 230 220 226 240 224 134 40 224 184 60 224 186 60 224 232 240 228 236 250 236 150 0 236 152 0 236 154 0 236 162 100 240 146 0 240 150 10 244 206 40 244 212 60 248 164 30 248 166 30 252 178 0 252 178 20 252 178 50 252 180 20 252 180 50 252 182 50 252 184 110 252 186 20 252 186 100 252 190 140 255 188 100 255 190 20 255 190 100 255 192 20 255 196 0 255 200 120 255 202 0 255 204 0 255 208 0 255 216 0 255 220 0 255 222 170 255 224 0 255 230 30 255 234 40 255 236 70 255 240 90 255 240 210 255 254 120 255 255 130]; mask:((Depth1Image new) width: 10; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@_8@^@@@a') ; yourself); yourself]
+@@,QGBX''GQDK@@D@@@XDA@X@@@Db');
+                colorMapFromArray:#[ 144 64 20 152 188 120 168 108 80 172 90 20 172 178 190 180 118 80 180 186 190 184 84 0 184 102 20 188 92 0 188 144 120 188 194 200 192 200 210 196 134 70 196 202 210 200 172 130 200 174 130 200 182 120 204 170 160 204 172 150 208 162 90 208 164 90 208 216 220 212 218 230 212 220 230 216 222 230 220 226 240 224 134 40 224 184 60 224 186 60 224 232 240 228 236 250 236 150 0 236 152 0 236 154 0 236 162 100 240 146 0 240 150 10 244 206 40 244 212 60 248 164 30 248 166 30 252 178 0 252 178 20 252 178 50 252 180 20 252 180 50 252 182 50 252 184 110 252 186 20 252 186 100 252 190 140 255 188 100 255 190 20 255 190 100 255 192 20 255 196 0 255 200 120 255 202 0 255 204 0 255 208 0 255 216 0 255 220 0 255 222 170 255 224 0 255 230 30 255 234 40 255 236 70 255 240 90 255 240 210 255 254 120 255 255 130 ];
+                mask:((ImageMask new)
+                            width:10;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@_8@^@@@a');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-12x12'!
 
 dart12x12Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self dart12x12Icon inspect
      ImageEditor openOnClass:self andSelector:#dart12x12Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary dart12x12Icon'
-        ifAbsentPut:[(Depth8Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary dart12x12Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@ @@@@@@@@@@@@ FB0(@@@@@@@@@D@(KB0,O@@@@@@@ZGA8^G!!8^G0@@@@@!!B2P%IRT%IR,@@BD%H0,$IRT%IR(''MBT^B0,KIBT%IR<*@B8^H0,K
-B2P%IRT*@@@9B0,KB0,$IRT*@@@@OADFA ,KO"T*@@@@@A@IO@XFA$ME@@@@@@@PD@$IDC,@') ; colorMapFromArray:#[0 0 0 176 216 240 48 208 200 15 216 184 144 216 224 48 216 200 0 208 184 31 216 200 191 216 240 95 216 208 0 216 184 0 208 176 16 216 184 143 216 224 32 216 200 0 224 200 80 216 208 15 208 184 79 216 200 47 176 200 0 168 208 0 152 200 0 152 184 0 160 200 16 168 200 112 192 240 95 160 216 0 192 208 15 168 184 0 112 200 0 120 200 0 160 240 31 176 240 0 128 208 0 184 184 0 216 176 0 160 184 0 128 200 0 144 208 0 168 240 15 168 240 32 144 208 0 160 224 0 168 224 15 168 224 95 168 216 0 136 208 0 152 216 0 176 184 16 168 224 47 144 208 15 160 224 47 152 208 15 128 200 31 136 208 16 136 208 16 144 208 0 136 216 31 184 200 160 224 224 63 216 200 32 208 184 0 168 184 111 216 208 0 176 240 31 168 224 31 208 184 15 176 200 79 184 224 143 208 240]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@ @O@A>@O<@?8G?0??A?<C?0G?@O<@_ ') ; yourself); yourself]
+B2P%IRT*@@@9B0,KB0,$IRT*@@@@OADFA ,KO"T*@@@@@A@IO@XFA$ME@@@@@@@PD@$IDC,@');
+                colorMapFromArray:#[ 0 0 0 176 216 240 48 208 200 15 216 184 144 216 224 48 216 200 0 208 184 31 216 200 191 216 240 95 216 208 0 216 184 0 208 176 16 216 184 143 216 224 32 216 200 0 224 200 80 216 208 15 208 184 79 216 200 47 176 200 0 168 208 0 152 200 0 152 184 0 160 200 16 168 200 112 192 240 95 160 216 0 192 208 15 168 184 0 112 200 0 120 200 0 160 240 31 176 240 0 128 208 0 184 184 0 216 176 0 160 184 0 128 200 0 144 208 0 168 240 15 168 240 32 144 208 0 160 224 0 168 224 15 168 224 95 168 216 0 136 208 0 152 216 0 176 184 16 168 224 47 144 208 15 160 224 47 152 208 15 128 200 31 136 208 16 136 208 16 144 208 0 136 216 31 184 200 160 224 224 63 216 200 32 208 184 0 168 184 111 216 208 0 176 240 31 168 224 31 208 184 15 176 200 79 184 224 143 208 240 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray fromPackedString:'@ @O@A>@O<@?8G?0??A?<C?0G?@O<@_ ');
+                            yourself);
+                yourself
+        ]
 !
 
 iconEqual12x12
@@ -893,179 +1284,278 @@
 !
 
 javascript12x12Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self javascript12x12Icon inspect
      ImageEditor openOnClass:self andSelector:#javascript12x12Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary javascript12x12Icon'
-        ifAbsentPut:[(Depth8Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary javascript12x12Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 S0@@E1\WE1\KHA]O@@, E!!XVJ2ELSAML@AXVJ0!!LD1LSU18SPR-LD1LLG!!8RD!!HRBALSG!!HLR ,KB4)JD1H=MT)NR"H[SB]UD5T\T$\KC -VJ4\NA2X@GC!!D
-ID0;@BHNA2YG@@0+C @L@D\EU4YFATX2Q#<;Q$YFU4YFQ$YFQ$YFQ$YFS4YFQ$YFQ$YFQ$X@') ; colorMapFromArray:#[240 255 255 96 128 160 112 160 190 128 160 190 144 160 180 112 128 190 176 176 180 192 208 210 208 224 220 176 176 220 240 255 240 240 240 240 255 255 255 255 240 255 96 128 180 112 160 210 160 176 190 128 128 180 176 192 210 192 208 220 160 160 210 192 208 240 224 224 240 240 240 255 96 96 140 128 160 180 144 144 160 144 160 190 144 144 180 144 144 190 176 192 220 208 208 210 224 240 240 208 208 240 224 224 255 128 128 140 112 144 180 112 112 160 128 144 190 160 160 180 176 176 190 160 176 220 192 192 210 208 224 240 208 224 255 128 144 140 112 112 140 128 144 160 128 128 160 160 176 180 112 144 210 160 160 190 112 128 210 176 176 210 240 240 220 224 240 255 112 128 140 96 144 180 96 112 160 96 128 190 96 112 180 160 192 210 144 176 220 128 144 210 192 224 240 224 224 220 96 128 140 96 112 140 255 240 240 112 128 160 112 144 190 112 128 180 144 176 210 176 208 220 160 176 210 240 255 220 208 208 220 255 240 220 255 255 240 0 0 0 96 144 190 144 176 190 128 144 180 128 160 210 160 192 220 144 160 210 224 240 220 192 192 220]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_>C?<O?0??C?<O?0??C?<O?0??C?<G? ') ; yourself); yourself]
+ID0;@BHNA2YG@@0+C @L@D\EU4YFATX2Q#<;Q$YFU4YFQ$YFQ$YFQ$YFS4YFQ$YFQ$YFQ$X@');
+                colorMapFromArray:#[ 240 255 255 96 128 160 112 160 190 128 160 190 144 160 180 112 128 190 176 176 180 192 208 210 208 224 220 176 176 220 240 255 240 240 240 240 255 255 255 255 240 255 96 128 180 112 160 210 160 176 190 128 128 180 176 192 210 192 208 220 160 160 210 192 208 240 224 224 240 240 240 255 96 96 140 128 160 180 144 144 160 144 160 190 144 144 180 144 144 190 176 192 220 208 208 210 224 240 240 208 208 240 224 224 255 128 128 140 112 144 180 112 112 160 128 144 190 160 160 180 176 176 190 160 176 220 192 192 210 208 224 240 208 224 255 128 144 140 112 112 140 128 144 160 128 128 160 160 176 180 112 144 210 160 160 190 112 128 210 176 176 210 240 240 220 224 240 255 112 128 140 96 144 180 96 112 160 96 128 190 96 112 180 160 192 210 144 176 220 128 144 210 192 224 240 224 224 220 96 128 140 96 112 140 255 240 240 112 128 160 112 144 190 112 128 180 144 176 210 176 208 220 160 176 210 240 255 220 208 208 220 255 240 220 255 255 240 0 0 0 96 144 190 144 176 190 128 144 180 128 160 210 160 192 220 144 160 210 224 240 220 192 192 220 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray fromPackedString:'_>C?<O?0??C?<O?0??C?<O?0??C?<G? ');
+                            yourself);
+                yourself
+        ]
 !
 
 padLockBlack12x12Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self padLockBlack12x12Icon inspect
      ImageEditor openOnClass:self andSelector:#padLockBlack12x12Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class padLockBlack12x12Icon'
-	ifAbsentPut:[(Depth2Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?0C??F$?<TEO<S1O<@@O2**#2UUS2TES2VES2UUS<@@O????') ; colorMapFromArray:#[0 0 0 63 63 63 127 127 127 255 255 255]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class padLockBlack12x12Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'?0C??F$?<TEO<S1O<@@O2**#2UUS2TES2VES2UUS<@@O????');
+                colorMapFromArray:#[ 0 0 0 63 63 63 127 127 127 255 255 255 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 C0@_ C?@N\@?0G? _>A?8G? _>@?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 padLockBlue12x12Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self padLockBlue12x12Icon inspect
-     ImageEditor openOnClass:self andSelector:#padLockBlue12x12Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class padLockBlue12x12Icon'
-	ifAbsentPut:[(Depth2Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?0C??F$?<TEO<S1O<@@O2**#2UUS2TES2VES2UUS<@@O????') ; colorMapFromArray:#[0 0 0 128 128 255 212 212 255 255 255 255]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#padLockBlue12x12Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class padLockBlue12x12Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'?0C??F$?<TEO<S1O<@@O2**#2UUS2TES2VES2UUS<@@O????');
+                colorMapFromArray:#[ 0 0 0 128 128 255 212 212 255 255 255 255 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 C0@_ C?@N\@?0G? _>A?8G? _>@?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 padLockGray12x12Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self padLockGray12x12Icon inspect
-     ImageEditor openOnClass:self andSelector:#padLockGray12x12Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class padLockGray12x12Icon'
-	ifAbsentPut:[(Depth2Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?0C??F$?<TEO<S1O<@@O2**#2UUS2TES2VES2UUS<@@O????') ; colorMapFromArray:#[0 0 0 128 128 128 212 212 212 255 255 255]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#padLockGray12x12Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class padLockGray12x12Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'?0C??F$?<TEO<S1O<@@O2**#2UUS2TES2VES2UUS<@@O????');
+                colorMapFromArray:#[ 0 0 0 128 128 128 212 212 212 255 255 255 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 C0@_ C?@N\@?0G? _>A?8G? _>@?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 padLockGreen12x12Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self padLockGreen12x12Icon inspect
-     ImageEditor openOnClass:self andSelector:#padLockGreen12x12Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class padLockGreen12x12Icon'
-	ifAbsentPut:[(Depth2Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?0C??F$?<TEO<S1O<@@O2**#2UUS2TES2VES2UUS<@@O????') ; colorMapFromArray:#[0 0 0 128 255 128 212 255 212 255 255 255]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#padLockGreen12x12Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class padLockGreen12x12Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'?0C??F$?<TEO<S1O<@@O2**#2UUS2TES2VES2UUS<@@O????');
+                colorMapFromArray:#[ 0 0 0 128 255 128 212 255 212 255 255 255 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 C0@_ C?@N\@?0G? _>A?8G? _>@?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 padLockRed12x12Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self padLockRed12x12Icon inspect
      ImageEditor openOnClass:self andSelector:#padLockRed12x12Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class padLockRed12x12Icon'
-	ifAbsentPut:[(Depth2Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?0C??F$?<TEO<S1O<@@O2**#2UUS2TES2VES2UUS<@@O????') ; colorMapFromArray:#[0 0 0 255 128 128 255 212 212 255 255 255]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class padLockRed12x12Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'?0C??F$?<TEO<S1O<@@O2**#2UUS2TES2VES2UUS<@@O????');
+                colorMapFromArray:#[ 0 0 0 255 128 128 255 212 212 255 255 255 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 C0@_ C?@N\@?0G? _>A?8G? _>@?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-14x14'!
 
 bookmarks14x14
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self bookmarks14x14 inspect
      ImageEditor openOnClass:self andSelector:#bookmarks14x14
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary bookmarks14x14'
-        ifAbsentPut:[(Depth8Image new) width: 14; height: 14; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary bookmarks14x14'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:14;
+                height:14;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@GA0@@@@@@@@@@@@@@BPDABP@@@@@@@@@@@@@UJ"(U@@@@@@@@@@@BJB<WE2<(@ @@@@@!!H"L]LA0\LA4#H"D@@@<HDB$.
 I2\.JQ@HC0@@@@@TA!!(KB1(FE@@@@@@@@B4,IQ$YIR0-@@@@@@@@F0TRA@PRAQ,@@@@@@@@ML2X HBX3CP@@@@@@@ALLL!!XVL 0S@@@@@@@@M@8@@@@$C#P@
-@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[204 180 130 228 201 132 205 197 179 206 217 231 255 237 92 245 219 101 254 243 126 206 180 127 233 208 130 204 197 178 206 213 221 255 231 79 241 217 97 210 175 98 205 176 116 204 182 135 255 255 185 206 210 213 255 235 81 215 180 85 231 204 105 206 176 115 203 180 133 255 253 181 206 208 209 255 225 70 255 235 98 204 174 114 255 244 145 239 223 167 205 205 199 207 219 236 237 212 92 206 176 111 225 196 126 234 211 152 205 202 194 255 233 73 253 241 103 255 239 125 202 179 132 255 254 167 249 243 190 206 218 234 244 218 87 204 172 107 255 245 144 224 197 133 251 244 184 207 218 232 217 178 74 254 238 111 207 175 107]; mask:((Depth1Image new) width: 14; height: 14; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@LC@0^CA8L_87?;_?,?<1?#G>L_81?#FNL@@0@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 204 180 130 228 201 132 205 197 179 206 217 231 255 237 92 245 219 101 254 243 126 206 180 127 233 208 130 204 197 178 206 213 221 255 231 79 241 217 97 210 175 98 205 176 116 204 182 135 255 255 185 206 210 213 255 235 81 215 180 85 231 204 105 206 176 115 203 180 133 255 253 181 206 208 209 255 225 70 255 235 98 204 174 114 255 244 145 239 223 167 205 205 199 207 219 236 237 212 92 206 176 111 225 196 126 234 211 152 205 202 194 255 233 73 253 241 103 255 239 125 202 179 132 255 254 167 249 243 190 206 218 234 244 218 87 204 172 107 255 245 144 224 197 133 251 244 184 207 218 232 217 178 74 254 238 111 207 175 107 ];
+                mask:((ImageMask new)
+                            width:14;
+                            height:14;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@LC@0^CA8L_87?;_?,?<1?#G>L_81?#FNL@@0@a');
+                            yourself);
+                yourself
+        ]
 !
 
 ledDarkRed10x11
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self ledDarkRed10x11 inspect
      ImageEditor openOnClass:self andSelector:#ledDarkRed10x11
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary ledDarkRed10x11'
-        ifAbsentPut:[(Depth8Image new) width: 10; height: 11; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary ledDarkRed10x11'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:10;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 B@@OAP@@AP<@B@@I@!!L#H1LBBP@NAA41MST1GPPNA ("JRD!!JRHJA DRFA0 HA0XD DCCQ,''J2,+G04CA04-LCH3L2<MA00QNSX8NC\9DP0@EC@:OC0;L!!X@
-@@@YJCP4JA$@@@ @@A@KB1@@@@ b') ; colorMapFromArray:#[46 12 10 56 11 10 60 1 0 60 10 10 62 1 0 64 39 40 68 37 40 72 33 35 76 94 60 80 59 60 82 18 20 86 89 95 88 63 65 90 0 0 90 74 75 90 75 80 90 93 95 92 0 0 92 7 5 92 52 50 94 45 45 94 97 100 96 45 45 96 100 105 98 15 15 98 56 60 98 101 105 104 8 10 104 24 25 104 56 55 104 108 110 106 8 10 106 24 25 106 47 45 106 48 50 106 68 70 106 109 115 106 110 115 108 111 115 110 9 10 110 28 30 110 58 60 110 113 120 112 9 10 112 116 120 114 0 0 114 118 125 116 0 0 118 0 0 118 86 85 120 0 0 122 0 0 122 20 20 126 103 105 127 4 5 127 6 5 127 12 10 127 15 15 127 35 35 127 41 40 127 52 50]; mask:((Depth1Image new) width: 10; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@O0@^@@@a') ; yourself); yourself]
+@@@YJCP4JA$@@@ @@A@KB1@@@@ b');
+                colorMapFromArray:#[ 46 12 10 56 11 10 60 1 0 60 10 10 62 1 0 64 39 40 68 37 40 72 33 35 76 94 60 80 59 60 82 18 20 86 89 95 88 63 65 90 0 0 90 74 75 90 75 80 90 93 95 92 0 0 92 7 5 92 52 50 94 45 45 94 97 100 96 45 45 96 100 105 98 15 15 98 56 60 98 101 105 104 8 10 104 24 25 104 56 55 104 108 110 106 8 10 106 24 25 106 47 45 106 48 50 106 68 70 106 109 115 106 110 115 108 111 115 110 9 10 110 28 30 110 58 60 110 113 120 112 9 10 112 116 120 114 0 0 114 118 125 116 0 0 118 0 0 118 86 85 120 0 0 122 0 0 122 20 20 126 103 105 127 4 5 127 6 5 127 12 10 127 15 15 127 35 35 127 41 40 127 52 50 ];
+                mask:((ImageMask new)
+                            width:10;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'O0A? O?@?<C?0O?@?<C?0G>@O0@^@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 ledGreen14x14
@@ -1163,153 +1653,258 @@
 !GenericToolbarIconLibrary class methodsFor:'image specs-15x15'!
 
 edit_anchor15x15
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self edit_anchor15x15 inspect
      ImageEditor openOnClass:self andSelector:#edit_anchor15x15
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary edit_anchor15x15'
-        ifAbsentPut:[(Depth4Image new) width: 15; height: 15; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary edit_anchor15x15'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:15;
+                height:15;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 DQDQDQDQDQ@QDQD].!!DQDADQD]D8DQDPDQDQ,9 QDQ@QDQDTRQDQDAD1DQAADQDPDQDQDHDQFQ@Q4QD[ QDPDAF;(Q.AD; PD[(QF8DQ%Q@Q69H; R5EDAD$
-B7AVQ^\PDQI%U^W.0Q@QDQI%9GLQDADQDQDQDQDP') ; colorMapFromArray:#[88 113 160 165 174 205 194 198 206 211 212 217 81 99 143 58 78 114 95 108 136 136 148 166 60 84 129 165 173 191 189 196 217 101 122 176 167 170 178 123 144 186 43 63 103]; mask:((Depth1Image new) width: 15; height: 15; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A0@O@@<@C0BF@HXP1#C&\LX0?/C?<G? G<@@@') ; yourself); yourself]
+B7AVQ^\PDQI%U^W.0Q@QDQI%9GLQDADQDQDQDQDP');
+                colorMapFromArray:#[ 88 113 160 165 174 205 194 198 206 211 212 217 81 99 143 58 78 114 95 108 136 136 148 166 60 84 129 165 173 191 189 196 217 101 122 176 167 170 178 123 144 186 43 63 103 ];
+                mask:((ImageMask new)
+                            width:15;
+                            height:15;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@A0@O@@<@C0BF@HXP1#C&\LX0?/C?<G? G<@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 edit_bold_15x15
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self edit_bold_15x15 inspect
      ImageEditor openOnClass:self andSelector:#edit_bold_15x15
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary edit_bold_15x15'
-        ifAbsentPut:[(Depth1Image new) width: 15; height: 15; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0]; mask:((Depth1Image new) width: 15; height: 15; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@G>@N\@90C''@O8@90C''@N\A? @@@@@@@@') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary edit_bold_15x15'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:15;
+                height:15;
+                photometric:(#palette);
+                bitsPerSample:(#[ 1 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 ];
+                mask:((ImageMask new)
+                            width:15;
+                            height:15;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@G>@N\@90C''@O8@90C''@N\A? @@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 edit_code_15x15
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self edit_code_15x15 inspect
      ImageEditor openOnClass:self andSelector:#edit_code_15x15
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary edit_code_15x15'
-        ifAbsentPut:[(Depth2Image new) width: 15; height: 15; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@P@@@@L@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@D@@@@A@@@@@0@@@@@@@@@B@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((Depth1Image new) width: 15; height: 15; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@A8@@@@],@@@F; @@A4@@@@[@@@@GX@@@@@@') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary edit_code_15x15'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:15;
+                height:15;
+                photometric:(#palette);
+                bitsPerSample:(#[ 2 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@P@@@@L@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@D@@@@A@@@@@0@@@@@@@@@B@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 84 84 84 170 170 170 255 255 255 ];
+                mask:((ImageMask new)
+                            width:15;
+                            height:15;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@A8@@@@],@@@F; @@A4@@@@[@@@@GX@@@@@@');
+                            yourself);
+                yourself
+        ]
+!
+
+edit_escapeHTMLCharacters
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self edit_escapeHTMLCharacters inspect
+     ImageEditor openOnClass:self andSelector:#edit_escapeHTMLCharacters
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary edit_escapeHTMLCharacters'
+        ifAbsentPut:[(Depth2Image new) width:15; height:15; bits:(ByteArray fromPackedString:'@@@@@P@@@@L@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@D@@@@A@@@@@0@@@@@@@@@B@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((ImageMask new) width:15; height:15; bits:(ByteArray fromPackedString:'@@@@@A0@H @"@BH@E@@H@APLH(0!!@BJLGD @F@@@') ; yourself); yourself]
 !
 
 edit_image_15x15
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self edit_image_15x15 inspect
      ImageEditor openOnClass:self andSelector:#edit_image_15x15
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary edit_image_15x15'
-        ifAbsentPut:[(Depth4Image new) width: 15; height: 15; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary edit_image_15x15'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:15;
+                height:15;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 Y&Y&Y&Y&Y&A%UUUUUUUUXFUUUWU0UUU YUU5&W]4UVA%U9&Y$WUUXFUW&Y$RUUU"YWUY&W\RUVA%Q7%R\''\TX&Y7]4IHP''Y Y&](I8]6Y&I&Y&ZCY&Y&XF&Y
-&YNI&Y% Y7]7!!8]7]6A"D!!HRD!!HRXFY&Y&Y&Y&Y ') ; colorMapFromArray:#[153 153 153 51 94 9 59 145 19 50 50 50 225 225 225 164 207 242 255 255 255 111 147 26 147 63 49 165 199 47]; mask:((Depth1Image new) width: 15; height: 15; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'????????????????????????????????????????') ; yourself); yourself]
+&YNI&Y% Y7]7!!8]7]6A"D!!HRD!!HRXFY&Y&Y&Y&Y ');
+                colorMapFromArray:#[ 153 153 153 51 94 9 59 145 19 50 50 50 225 225 225 164 207 242 255 255 255 111 147 26 147 63 49 165 199 47 ];
+                mask:((ImageMask new)
+                            width:15;
+                            height:15;
+                            bits:(ByteArray 
+                                        fromPackedString:'????????????????????????????????????????');
+                            yourself);
+                yourself
+        ]
 !
 
 edit_italic_15x15
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self edit_italic_15x15 inspect
      ImageEditor openOnClass:self andSelector:#edit_italic_15x15
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary edit_italic_15x15'
-        ifAbsentPut:[(Depth2Image new) width: 15; height: 15; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@P@@@@L@@@@@@@@@@ @@B@@@@P@@@@@P@@@D@@D@@D@A@A@@@0@A@@@@@@@B@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((Depth1Image new) width: 15; height: 15; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@_@@8@G@@\@C @N@A0@G@A>@@@@@@@@@') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary edit_italic_15x15'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:15;
+                height:15;
+                photometric:(#palette);
+                bitsPerSample:(#[ 2 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@P@@@@L@@@@@@@@@@ @@B@@@@P@@@@@P@@@D@@D@@D@A@A@@@0@A@@@@@@@B@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 84 84 84 170 170 170 255 255 255 ];
+                mask:((ImageMask new)
+                            width:15;
+                            height:15;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@_@@8@G@@\@C @N@A0@G@A>@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 padLockGold15x15Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self padLockGold15x15Icon inspect
      ImageEditor openOnClass:self andSelector:#padLockGold15x15Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class padLockGold15x15Icon'
-	ifAbsentPut:[(Depth8Image new) width: 15; height: 15; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class padLockGold15x15Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:15;
+                height:15;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 ^G!!8]3<0P4MZ$@@@^G!!8^G!!7@C1\K8TLD8<@@G!!8(J@AI1H=NH,[ 6MR@JB (J@*O$0UH)9X[4M;@JB IRP,H3X"IRT%DU-T@BT%S$6N%WVJS$9NN%NL@D9N
 S)%VU2:AVTPGA%TDRFENS"@<(UE&^&X;YRZ"R3QNYG@NL6@!!Q9Z[!!16HG8Y$S64MZ8I*E4FS F8(QWIO''1)1$T@VFG8Y%A2MB@._''9\2@2-?P"4E[DZ\LP._
-D@$NEG1(Y2$BZW6X!!I(PI@*R^UA6C954RU4^\5<@IH%_R$)JR$)JR$)JW8$@') ; colorMapFromArray:#[132 141 152 147 150 154 250 223 1 246 214 0 205 172 133 238 195 0 213 180 146 217 186 150 188 136 0 206 151 0 183 125 9 208 208 202 196 204 214 255 255 210 255 255 219 210 178 65 242 242 235 106 112 117 96 107 126 250 255 255 255 241 0 154 154 151 255 227 0 67 35 0 52 17 0 253 211 0 208 159 0 167 178 193 222 168 0 248 231 45 208 174 26 199 152 26 225 184 36 255 249 75 220 220 215 77 88 108 241 241 235 245 245 239 255 250 109 242 249 255 255 255 142 255 237 1 142 148 162 242 212 1 143 154 176 174 133 0 222 189 144 169 179 192 177 184 193 184 129 0 255 255 194 253 241 60 210 210 205 214 214 209 77 83 92 230 230 225 98 106 114 243 243 238 117 117 114 255 252 115 255 255 255 115 123 147 130 140 156 152 156 159 241 210 0 53 18 0 151 116 0 162 170 184 218 187 150 193 143 4 220 165 0 206 188 46 181 130 21 204 173 44 206 206 201 208 167 44 72 84 108 240 240 234 244 244 238 243 243 237 212 182 79 255 255 126 131 135 141 119 133 159 132 141 163 195 162 126 219 188 133 218 185 135 180 180 176 221 190 150 175 181 191 176 183 196 181 189 201 202 170 38 209 209 204 207 207 202 251 241 74 229 229 224 238 238 233 226 234 245 244 244 237 255 251 113 255 255 124 255 241 2 255 234 3 249 219 0 255 249 29 252 243 30 227 181 0 212 165 5 222 170 0 173 179 194 216 171 19 255 255 198 208 208 203 156 90 7 206 175 50 91 91 95 211 180 71 242 242 237 246 246 241 212 182 80 255 255 123 129 137 152 255 239 8 251 223 0 59 25 0 251 215 0 228 183 0 222 191 149 249 238 43 177 186 197 187 129 0 186 194 206 209 209 203 249 238 67 255 255 211 226 226 221 235 235 229 100 103 111 76 93 127 255 255 112 88 104 139 130 135 148 149 155 158 247 218 0 224 194 126 255 217 0 228 184 0 13 30 68 161 138 32 204 152 0 255 255 53 206 155 18 207 207 201 255 250 72 255 255 82 209 176 59 232 232 227 243 243 236 245 245 240 255 255 115 255 255 251]; mask:((Depth1Image new) width: 15; height: 15; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'C<D_8S?1OOD8\S!!1_?5??W?=_?5??W?=_?5??S?9') ; yourself); yourself]
+D@$NEG1(Y2$BZW6X!!I(PI@*R^UA6C954RU4^\5<@IH%_R$)JR$)JR$)JW8$@');
+                colorMapFromArray:#[ 132 141 152 147 150 154 250 223 1 246 214 0 205 172 133 238 195 0 213 180 146 217 186 150 188 136 0 206 151 0 183 125 9 208 208 202 196 204 214 255 255 210 255 255 219 210 178 65 242 242 235 106 112 117 96 107 126 250 255 255 255 241 0 154 154 151 255 227 0 67 35 0 52 17 0 253 211 0 208 159 0 167 178 193 222 168 0 248 231 45 208 174 26 199 152 26 225 184 36 255 249 75 220 220 215 77 88 108 241 241 235 245 245 239 255 250 109 242 249 255 255 255 142 255 237 1 142 148 162 242 212 1 143 154 176 174 133 0 222 189 144 169 179 192 177 184 193 184 129 0 255 255 194 253 241 60 210 210 205 214 214 209 77 83 92 230 230 225 98 106 114 243 243 238 117 117 114 255 252 115 255 255 255 115 123 147 130 140 156 152 156 159 241 210 0 53 18 0 151 116 0 162 170 184 218 187 150 193 143 4 220 165 0 206 188 46 181 130 21 204 173 44 206 206 201 208 167 44 72 84 108 240 240 234 244 244 238 243 243 237 212 182 79 255 255 126 131 135 141 119 133 159 132 141 163 195 162 126 219 188 133 218 185 135 180 180 176 221 190 150 175 181 191 176 183 196 181 189 201 202 170 38 209 209 204 207 207 202 251 241 74 229 229 224 238 238 233 226 234 245 244 244 237 255 251 113 255 255 124 255 241 2 255 234 3 249 219 0 255 249 29 252 243 30 227 181 0 212 165 5 222 170 0 173 179 194 216 171 19 255 255 198 208 208 203 156 90 7 206 175 50 91 91 95 211 180 71 242 242 237 246 246 241 212 182 80 255 255 123 129 137 152 255 239 8 251 223 0 59 25 0 251 215 0 228 183 0 222 191 149 249 238 43 177 186 197 187 129 0 186 194 206 209 209 203 249 238 67 255 255 211 226 226 221 235 235 229 100 103 111 76 93 127 255 255 112 88 104 139 130 135 148 149 155 158 247 218 0 224 194 126 255 217 0 228 184 0 13 30 68 161 138 32 204 152 0 255 255 53 206 155 18 207 207 201 255 250 72 255 255 82 209 176 59 232 232 227 243 243 236 245 245 240 255 255 115 255 255 251 ];
+                mask:((ImageMask new)
+                            width:15;
+                            height:15;
+                            bits:(ByteArray 
+                                        fromPackedString:'C<D_8S?1OOD8\S!!1_?5??W?=_?5??W?=_?5??S?9');
+                            yourself);
+                yourself
+        ]
 !
 
 padLockGoldOpen15x15Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self padLockGoldOpen15x15Icon inspect
      ImageEditor openOnClass:self andSelector:#padLockGoldOpen15x15Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary class padLockGoldOpen15x15Icon'
-        ifAbsentPut:[(Depth8Image new) width: 15; height: 15; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary padLockGoldOpen15x15Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:15;
+                height:15;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 ^G!!8]3<0P4MZ$@@@^G!!8^G @@C1\K8TLD8<@@G!!8(J@@I1H=NH,[ 6MR@JB (J@@O$0UH)9X[4M;@JB IRP@@@@"IRT%DU-T@BT%S$4@@@@@S$9NN%NL@D9N
 S)%VU2:AVTPGA%TDRFENS"@<(UE&^&X;YRZ"R3QNYG@NL6@!!Q9Z[!!16HG8Y$S64MZ8I*E4FS F8(QWIO''1)1$T@VFG8Y%A2MB@._''9\2@2-?P"4E[DZ\LP._
-D@$NEG1(Y2$BZW6X!!I(PI@*R^UA6C954RU4^\5<@IH%_R$)JR$)JR$)JW8$@') ; colorMapFromArray:#[132 141 152 147 150 154 250 223 1 246 214 0 205 172 133 238 195 0 213 180 146 217 186 150 188 136 0 206 151 0 183 125 9 208 208 202 196 204 214 255 255 210 255 255 219 210 178 65 242 242 235 106 112 117 96 107 126 250 255 255 255 241 0 154 154 151 255 227 0 67 35 0 52 17 0 253 211 0 208 159 0 167 178 193 222 168 0 248 231 45 208 174 26 199 152 26 225 184 36 255 249 75 220 220 215 77 88 108 241 241 235 245 245 239 255 250 109 242 249 255 255 255 142 255 237 1 142 148 162 242 212 1 143 154 176 174 133 0 222 189 144 169 179 192 177 184 193 184 129 0 255 255 194 253 241 60 210 210 205 214 214 209 77 83 92 230 230 225 98 106 114 243 243 238 117 117 114 255 252 115 255 255 255 115 123 147 130 140 156 152 156 159 241 210 0 53 18 0 151 116 0 162 170 184 218 187 150 193 143 4 220 165 0 206 188 46 181 130 21 204 173 44 206 206 201 208 167 44 72 84 108 240 240 234 244 244 238 243 243 237 212 182 79 255 255 126 131 135 141 119 133 159 132 141 163 195 162 126 219 188 133 218 185 135 180 180 176 221 190 150 175 181 191 176 183 196 181 189 201 202 170 38 209 209 204 207 207 202 251 241 74 229 229 224 238 238 233 226 234 245 244 244 237 255 251 113 255 255 124 255 241 2 255 234 3 249 219 0 255 249 29 252 243 30 227 181 0 212 165 5 222 170 0 173 179 194 216 171 19 255 255 198 208 208 203 156 90 7 206 175 50 91 91 95 211 180 71 242 242 237 246 246 241 212 182 80 255 255 123 129 137 152 255 239 8 251 223 0 59 25 0 251 215 0 228 183 0 222 191 149 249 238 43 177 186 197 187 129 0 186 194 206 209 209 203 249 238 67 255 255 211 226 226 221 235 235 229 100 103 111 76 93 127 255 255 112 88 104 139 130 135 148 149 155 158 247 218 0 224 194 126 255 217 0 228 184 0 13 30 68 161 138 32 204 152 0 255 255 53 206 155 18 207 207 201 255 250 72 255 255 82 209 176 59 232 232 227 243 243 236 245 245 240 255 255 115 255 255 251]; mask:((Depth1Image new) width: 15; height: 15; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'C<D_8Q?1GOD@\PA1_?5??W?=_?5??W?=_?5??S?9') ; yourself); yourself]
+D@$NEG1(Y2$BZW6X!!I(PI@*R^UA6C954RU4^\5<@IH%_R$)JR$)JR$)JW8$@');
+                colorMapFromArray:#[ 132 141 152 147 150 154 250 223 1 246 214 0 205 172 133 238 195 0 213 180 146 217 186 150 188 136 0 206 151 0 183 125 9 208 208 202 196 204 214 255 255 210 255 255 219 210 178 65 242 242 235 106 112 117 96 107 126 250 255 255 255 241 0 154 154 151 255 227 0 67 35 0 52 17 0 253 211 0 208 159 0 167 178 193 222 168 0 248 231 45 208 174 26 199 152 26 225 184 36 255 249 75 220 220 215 77 88 108 241 241 235 245 245 239 255 250 109 242 249 255 255 255 142 255 237 1 142 148 162 242 212 1 143 154 176 174 133 0 222 189 144 169 179 192 177 184 193 184 129 0 255 255 194 253 241 60 210 210 205 214 214 209 77 83 92 230 230 225 98 106 114 243 243 238 117 117 114 255 252 115 255 255 255 115 123 147 130 140 156 152 156 159 241 210 0 53 18 0 151 116 0 162 170 184 218 187 150 193 143 4 220 165 0 206 188 46 181 130 21 204 173 44 206 206 201 208 167 44 72 84 108 240 240 234 244 244 238 243 243 237 212 182 79 255 255 126 131 135 141 119 133 159 132 141 163 195 162 126 219 188 133 218 185 135 180 180 176 221 190 150 175 181 191 176 183 196 181 189 201 202 170 38 209 209 204 207 207 202 251 241 74 229 229 224 238 238 233 226 234 245 244 244 237 255 251 113 255 255 124 255 241 2 255 234 3 249 219 0 255 249 29 252 243 30 227 181 0 212 165 5 222 170 0 173 179 194 216 171 19 255 255 198 208 208 203 156 90 7 206 175 50 91 91 95 211 180 71 242 242 237 246 246 241 212 182 80 255 255 123 129 137 152 255 239 8 251 223 0 59 25 0 251 215 0 228 183 0 222 191 149 249 238 43 177 186 197 187 129 0 186 194 206 209 209 203 249 238 67 255 255 211 226 226 221 235 235 229 100 103 111 76 93 127 255 255 112 88 104 139 130 135 148 149 155 158 247 218 0 224 194 126 255 217 0 228 184 0 13 30 68 161 138 32 204 152 0 255 255 53 206 155 18 207 207 201 255 250 72 255 255 82 209 176 59 232 232 227 243 243 236 245 245 240 255 255 115 255 255 251 ];
+                mask:((ImageMask new)
+                            width:15;
+                            height:15;
+                            bits:(ByteArray 
+                                        fromPackedString:'C<D_8Q?1GOD@\PA1_?5??W?=_?5??W?=_?5??S?9');
+                            yourself);
+                yourself
+        ]
 !
 
 smiley_angry
@@ -1499,271 +2094,418 @@
 !GenericToolbarIconLibrary class methodsFor:'image specs-16x16'!
 
 back16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self back16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#back16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class back16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class back16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@PX@@@@@@@@@@@@@@@@@@PXE@@@@@@@@@@@@@@@@@PXEAP@@
 @@@@@@@@@@@@@PXEAPTF@ HBA @@@@@@@PXEAPTEAPTEAPP@@@@@@ XEAPTEAPTEAPTD@@@@@@@CA@TEAPTEAPTEA@@@@@@@@@LDAPTEA@PDA@P@@@@@@@@@
-@0PEAP@@@@@@@@@@@@@@@@@CA@T@@@@@@@@@@@@@@@@@@@LD@@@@@@@@@@@@@@@@@@@@@0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 192 255 255 0 64 64 0 128 128 0 192 192 0 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A @N@A8@O A?<O?1??O?<_?0??A?<C8@G @N@@X@b') ; yourself); yourself]
+@0PEAP@@@@@@@@@@@@@@@@@CA@T@@@@@@@@@@@@@@@@@@@LD@@@@@@@@@@@@@@@@@@@@@0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 192 255 255 0 64 64 0 128 128 0 192 192 0 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@A @N@A8@O A?<O?1??O?<_?0??A?<C8@G @N@@X@b');
+                            yourself);
+                yourself
+        ]
 !
 
 bottom16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self bottom16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#bottom16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class bottom16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class bottom16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@DQDQD@@@@@@QUY"P@@@@@AEH"M@@@@@@DT"H4@@@@@@Q"H#P@@@QDQAH"MDQDAFD"H"H"H0P@Q!!H"H"H0P@@DXRH"H0P@@@AFD"H0P@@@@@
-Q!!H0P@@@@@@DX0P@@@@@@@A@P@@@@@QDQDQDQDP@ADQDQDQDQ@@b') ; colorMapFromArray:#[0 64 64 0 255 255 0 192 192 0 128 128 0 0 0 255 255 255 192 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@O8@? C>@O8@? ??;??''?<O? _<@? A<@C G?<_?0b') ; yourself); yourself]
+Q!!H0P@@@@@@DX0P@@@@@@@A@P@@@@@QDQDQDQDP@ADQDQDQDQ@@b');
+                colorMapFromArray:#[ 0 64 64 0 255 255 0 192 192 0 128 128 0 0 0 255 255 255 192 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@O8@? C>@O8@? ??;??''?<O? _<@? A<@C G?<_?0b');
+                            yourself);
+                yourself
+        ]
 !
 
 browseIt16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self browseIt16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#browseIt16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class browseIt16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class browseIt16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ADQDPXB@@@@D3L0XCT@@@@SL0Y MP@@@BUPY!!@@@@@@@@Y!!E&X@@@@@Y!!E&X@@@@@@@A&X@@@@@@ADFXADR@@@@
-E@XDQDT@@@@ XEUUUP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 255 0 0 0 255 0 127 127 127 248 252 128]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@HG?8_?!!?>G?8_?1?>A?0O?8_?!!?>G?8_? P@@@@b') ; yourself); yourself]
+E@XDQDT@@@@ XEUUUP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 255 0 0 0 255 0 127 127 127 248 252 128 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@HG?8_?!!?>G?8_?1?>A?0O?8_?!!?>G?8_? P@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 bugGrey16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self bugGrey16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#bugGrey16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class bugGrey16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class bugGrey16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@GA0@NC @GA0\@@@@@@@@G@@ IB ,LA0@G@@@@@@@@C @PDQHRD1P@C @@@@@@@@@WFA$Z@!!,\GP@@@@@@@@@@G2@@HRH[
 H2P@@@@@@@@@I"\(JR(+KB4.I @@@@@@@B<0LSH3MCT6M3 @@@@@@C$:N30=O#=@PTIC\P@@@GEGRD%JR39LST9O@@A1@@AQ@EISUEUVU5!!YV%,@TP@@@@A]
-W%= XVI#YFU&@@@@@@A1W#!!(ZV)+[F5.[7D@@@@@\PAX\&53]GU6]0A1@@@@@G$@@@A;_G1=@@@@^P@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[180 180 180 237 237 237 189 189 189 255 255 255 243 243 243 250 250 250 246 246 246 137 137 137 255 255 255 13 13 13 23 23 23 25 25 25 8 8 8 202 202 202 207 207 207 255 255 255 84 84 84 5 5 5 1 1 1 4 4 4 56 56 56 255 255 255 253 253 253 19 19 19 71 71 71 169 169 169 197 197 197 150 150 150 58 58 58 0 0 0 250 250 250 207 207 207 232 232 232 135 135 135 116 116 116 180 180 180 169 169 169 255 255 255 201 201 201 255 255 255 255 255 255 255 255 255 234 234 234 199 199 199 255 255 255 240 240 240 224 224 224 185 185 185 255 255 255 255 255 255 255 255 255 253 253 253 224 224 224 255 255 255 234 234 234 230 230 230 187 187 187 142 142 142 179 179 179 255 255 255 255 255 255 255 255 255 251 251 251 226 226 226 255 255 255 220 220 220 224 224 224 180 180 180 159 159 159 255 255 255 161 161 161 255 255 255 179 179 179 255 255 255 255 255 255 255 255 255 230 230 230 249 249 249 207 207 207 210 210 210 255 255 255 103 103 103 184 184 184 244 244 244 255 255 255 255 255 255 250 250 250 216 216 216 213 213 213 187 187 187 201 201 201 193 193 193 255 255 255 187 187 187 212 212 212 227 227 227 226 226 226 208 208 208 183 183 183 183 183 183 184 184 184 192 192 192 203 203 203 194 194 194 217 217 217 201 201 201 182 182 182 173 173 173 178 178 178 201 201 201 189 189 189 235 235 235 255 255 255 124 124 124 189 189 189 204 204 204 203 203 203 199 199 199 188 188 188 226 226 226 255 255 255 130 130 130 255 255 255 194 194 194 182 182 182 198 198 198]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@M.A_(E> O<@?0G? _>C?<_?)_>!!?8O?0/=BOD@@@b') ; yourself); yourself]
+W%= XVI#YFU&@@@@@@A1W#!!(ZV)+[F5.[7D@@@@@\PAX\&53]GU6]0A1@@@@@G$@@@A;_G1=@@@@^P@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 180 180 180 237 237 237 189 189 189 255 255 255 243 243 243 250 250 250 246 246 246 137 137 137 255 255 255 13 13 13 23 23 23 25 25 25 8 8 8 202 202 202 207 207 207 255 255 255 84 84 84 5 5 5 1 1 1 4 4 4 56 56 56 255 255 255 253 253 253 19 19 19 71 71 71 169 169 169 197 197 197 150 150 150 58 58 58 0 0 0 250 250 250 207 207 207 232 232 232 135 135 135 116 116 116 180 180 180 169 169 169 255 255 255 201 201 201 255 255 255 255 255 255 255 255 255 234 234 234 199 199 199 255 255 255 240 240 240 224 224 224 185 185 185 255 255 255 255 255 255 255 255 255 253 253 253 224 224 224 255 255 255 234 234 234 230 230 230 187 187 187 142 142 142 179 179 179 255 255 255 255 255 255 255 255 255 251 251 251 226 226 226 255 255 255 220 220 220 224 224 224 180 180 180 159 159 159 255 255 255 161 161 161 255 255 255 179 179 179 255 255 255 255 255 255 255 255 255 230 230 230 249 249 249 207 207 207 210 210 210 255 255 255 103 103 103 184 184 184 244 244 244 255 255 255 255 255 255 250 250 250 216 216 216 213 213 213 187 187 187 201 201 201 193 193 193 255 255 255 187 187 187 212 212 212 227 227 227 226 226 226 208 208 208 183 183 183 183 183 183 184 184 184 192 192 192 203 203 203 194 194 194 217 217 217 201 201 201 182 182 182 173 173 173 178 178 178 201 201 201 189 189 189 235 235 235 255 255 255 124 124 124 189 189 189 204 204 204 203 203 203 199 199 199 188 188 188 226 226 226 255 255 255 130 130 130 255 255 255 194 194 194 182 182 182 198 198 198 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@M.A_(E> O<@?0G? _>C?<_?)_>!!?8O?0/=BOD@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 bugRed16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self bugRed16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#bugRed16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class bugRed16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class bugRed16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@JN0A9]0@]PP@@@@@@@@@!!@F\BAB$A!! @!!@@@@@@@@F 6IRRP$[S=UF @@@@@@@DHCPC^EN6.HRH(@@@@@@@A&WP$UZW)+
 EG4K@@@@@@@@W&VKLR0%KS4X 0@@@@@@@G<0G(0[E''Y_FQL@@@@@@E!!>UELL!!41QNC1,MX4@@E(_M&QRGGQKXAH9@F)Z@@AC@E-"TFLW F9FWBX@P0@@L AJ
- R]/VU]EH!!EM@CH@@@@*BHI0Q3LN_C((K"(@@@BNU @G\PVD\$8F]PAV# @@ZG,@@B=!!S4<+^@@@^6 @@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[165 43 7 6 6 6 10 10 10 18 6 2 18 18 18 171 89 52 167 60 24 184 100 74 173 141 131 188 163 150 187 187 187 213 158 142 254 157 105 214 207 206 153 55 4 237 237 237 245 245 245 165 76 37 181 80 27 169 50 15 145 132 125 143 140 139 192 108 62 220 91 21 188 114 80 193 127 92 163 163 163 212 140 101 253 132 65 197 197 197 253 159 107 212 212 212 230 230 230 108 108 108 160 78 34 254 254 254 1 1 1 169 104 68 172 61 26 198 90 33 168 58 20 20 20 21 153 153 153 175 71 38 196 132 98 230 118 58 192 159 151 212 158 142 248 159 112 253 172 130 228 228 228 162 59 4 243 243 243 125 125 125 164 42 5 133 133 133 192 90 35 177 108 72 171 101 64 149 149 149 188 122 87 205 115 67 254 253 253 47 29 23 57 52 50 194 194 194 201 196 196 81 81 81 227 227 227 164 58 0 165 66 14 176 78 26 0 0 0 4 4 4 164 73 45 202 89 27 195 100 49 176 88 60 170 89 52 166 43 6 234 92 17 240 107 36 253 124 53 253 144 84 252 152 100 208 200 199 98 98 98 163 57 0 112 112 112 186 65 0 127 127 127 166 53 18 171 97 60 178 84 46 177 72 39 202 101 47 219 95 28 173 67 35 209 110 60 249 100 19 237 131 75 240 144 95 216 161 145 206 206 206 225 225 225 106 106 106 240 240 240 118 118 118 165 42 4 3 3 3 189 75 14 202 71 0 185 106 63 168 60 23 173 105 68 254 252 252 218 110 51 193 111 85 248 116 44 191 191 191 216 165 148 205 205 205 91 91 91 102 102 102 156 72 26 147 66 37 164 40 3 168 49 12 191 78 17 182 83 38 166 55 18 178 73 42 174 105 68 155 155 155 159 159 159 214 128 81 48 44 43 71 46 36 199 194 194 253 165 117 254 177 137 231 231 231 238 238 238]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@M,A_(G? _>A?8G? _>C?>_?9_>%?:O?1/=&_&@@@b') ; yourself); yourself]
+ R]/VU]EH!!EM@CH@@@@*BHI0Q3LN_C((K"(@@@BNU @G\PVD\$8F]PAV# @@ZG,@@B=!!S4<+^@@@^6 @@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 165 43 7 6 6 6 10 10 10 18 6 2 18 18 18 171 89 52 167 60 24 184 100 74 173 141 131 188 163 150 187 187 187 213 158 142 254 157 105 214 207 206 153 55 4 237 237 237 245 245 245 165 76 37 181 80 27 169 50 15 145 132 125 143 140 139 192 108 62 220 91 21 188 114 80 193 127 92 163 163 163 212 140 101 253 132 65 197 197 197 253 159 107 212 212 212 230 230 230 108 108 108 160 78 34 254 254 254 1 1 1 169 104 68 172 61 26 198 90 33 168 58 20 20 20 21 153 153 153 175 71 38 196 132 98 230 118 58 192 159 151 212 158 142 248 159 112 253 172 130 228 228 228 162 59 4 243 243 243 125 125 125 164 42 5 133 133 133 192 90 35 177 108 72 171 101 64 149 149 149 188 122 87 205 115 67 254 253 253 47 29 23 57 52 50 194 194 194 201 196 196 81 81 81 227 227 227 164 58 0 165 66 14 176 78 26 0 0 0 4 4 4 164 73 45 202 89 27 195 100 49 176 88 60 170 89 52 166 43 6 234 92 17 240 107 36 253 124 53 253 144 84 252 152 100 208 200 199 98 98 98 163 57 0 112 112 112 186 65 0 127 127 127 166 53 18 171 97 60 178 84 46 177 72 39 202 101 47 219 95 28 173 67 35 209 110 60 249 100 19 237 131 75 240 144 95 216 161 145 206 206 206 225 225 225 106 106 106 240 240 240 118 118 118 165 42 4 3 3 3 189 75 14 202 71 0 185 106 63 168 60 23 173 105 68 254 252 252 218 110 51 193 111 85 248 116 44 191 191 191 216 165 148 205 205 205 91 91 91 102 102 102 156 72 26 147 66 37 164 40 3 168 49 12 191 78 17 182 83 38 166 55 18 178 73 42 174 105 68 155 155 155 159 159 159 214 128 81 48 44 43 71 46 36 199 194 194 253 165 117 254 177 137 231 231 231 238 238 238 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@M,A_(G? _>A?8G? _>C?>_?9_>%?:O?1/=&_&@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 bugYellow16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self bugYellow16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#bugYellow16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class bugYellow16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class bugYellow16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@JN0A9]0@]PP@@@@@@@@@!!@F\BAB$A!! @!!@@@@@@@@F 6IRRP$[S=UF @@@@@@@DHCPC^EN6.HRH(@@@@@@@A&WP$UZW)+
 EG4K@@@@@@@@W&VKLR0%KS4X 0@@@@@@@G<0G(0[E''Y_FQL@@@@@@E!!>UELL!!41QNC1,MX4@@E(_M&QRGGQKXAH9@F)Z@@AC@E-"TFLW F9FWBX@P0@@L AJ
- R]/VU]EH!!EM@CH@@@@*BHI0Q3LN_C((K"(@@@BNU @G\PVD\$8F]PAV# @@ZG,@@B=!!S4<+^@@@^6 @@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[165 154 7 6 6 6 10 10 10 18 17 2 18 18 18 170 171 52 167 160 24 184 177 74 173 170 131 186 188 150 187 187 187 213 208 142 247 254 105 214 213 206 147 153 4 237 237 237 245 245 245 164 165 37 174 181 27 169 158 15 144 145 125 143 143 139 185 192 62 210 220 21 186 188 80 188 193 92 163 163 163 206 212 101 242 253 65 197 197 197 245 253 107 212 212 212 230 230 230 108 108 108 154 160 34 254 254 254 1 1 1 163 169 68 172 163 26 190 198 33 168 162 20 21 20 21 153 153 153 175 167 38 191 196 98 222 230 58 192 188 151 212 207 142 242 248 112 248 253 130 228 228 228 154 162 4 243 243 243 125 125 125 164 153 5 133 133 133 184 192 35 172 177 72 166 171 64 149 149 149 183 188 87 198 205 67 254 254 253 47 46 23 57 57 50 194 194 194 201 199 196 81 81 81 227 227 227 155 164 0 158 165 14 169 176 26 0 0 0 4 4 4 164 156 45 192 202 27 188 195 49 176 169 60 168 170 52 166 155 6 224 234 17 230 240 36 242 253 53 244 253 84 246 252 100 208 206 199 98 98 98 155 163 0 112 112 112 177 186 0 127 127 127 166 157 18 167 171 60 178 176 46 177 169 39 194 202 47 209 219 28 173 164 35 204 209 60 237 249 19 230 237 75 234 240 95 216 211 145 206 206 206 225 225 225 106 106 106 240 240 240 118 118 118 165 155 4 3 3 3 180 189 14 192 202 0 179 185 63 168 161 23 167 173 68 254 253 252 209 218 51 193 187 85 237 248 44 191 191 191 216 213 148 205 205 205 91 91 91 102 102 102 149 156 26 147 143 37 164 153 3 168 158 12 182 191 17 180 182 38 166 159 18 178 168 42 169 174 68 155 155 155 159 159 159 207 214 81 48 47 43 71 70 36 199 197 194 246 253 117 249 254 137 231 231 231 238 238 238]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@M,A_(G? _>A?8G? _>C?>_?9_>%?:O?1/=&_&@@@b') ; yourself); yourself]
+ R]/VU]EH!!EM@CH@@@@*BHI0Q3LN_C((K"(@@@BNU @G\PVD\$8F]PAV# @@ZG,@@B=!!S4<+^@@@^6 @@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 165 154 7 6 6 6 10 10 10 18 17 2 18 18 18 170 171 52 167 160 24 184 177 74 173 170 131 186 188 150 187 187 187 213 208 142 247 254 105 214 213 206 147 153 4 237 237 237 245 245 245 164 165 37 174 181 27 169 158 15 144 145 125 143 143 139 185 192 62 210 220 21 186 188 80 188 193 92 163 163 163 206 212 101 242 253 65 197 197 197 245 253 107 212 212 212 230 230 230 108 108 108 154 160 34 254 254 254 1 1 1 163 169 68 172 163 26 190 198 33 168 162 20 21 20 21 153 153 153 175 167 38 191 196 98 222 230 58 192 188 151 212 207 142 242 248 112 248 253 130 228 228 228 154 162 4 243 243 243 125 125 125 164 153 5 133 133 133 184 192 35 172 177 72 166 171 64 149 149 149 183 188 87 198 205 67 254 254 253 47 46 23 57 57 50 194 194 194 201 199 196 81 81 81 227 227 227 155 164 0 158 165 14 169 176 26 0 0 0 4 4 4 164 156 45 192 202 27 188 195 49 176 169 60 168 170 52 166 155 6 224 234 17 230 240 36 242 253 53 244 253 84 246 252 100 208 206 199 98 98 98 155 163 0 112 112 112 177 186 0 127 127 127 166 157 18 167 171 60 178 176 46 177 169 39 194 202 47 209 219 28 173 164 35 204 209 60 237 249 19 230 237 75 234 240 95 216 211 145 206 206 206 225 225 225 106 106 106 240 240 240 118 118 118 165 155 4 3 3 3 180 189 14 192 202 0 179 185 63 168 161 23 167 173 68 254 253 252 209 218 51 193 187 85 237 248 44 191 191 191 216 213 148 205 205 205 91 91 91 102 102 102 149 156 26 147 143 37 164 153 3 168 158 12 182 191 17 180 182 38 166 159 18 178 168 42 169 174 68 155 155 155 159 159 159 207 214 81 48 47 43 71 70 36 199 197 194 246 253 117 249 254 137 231 231 231 238 238 238 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@M,A_(G? _>A?8G? _>C?>_?9_>%?:O?1/=&_&@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 centerAdjust16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self centerAdjust16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#centerAdjust16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class centerAdjust16x16Icon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@AUUUUPP@@@DEUUUUAU@@UPUUUUTD@@@AAUUUUPUP@ETEUUUUA@@@@PUUUUTET@AUAUUUUPUUUUT@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#centerAdjust16x16Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class centerAdjust16x16Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@AUUUUPP@@@DEUUUUAU@@UPUUUUTD@@@AAUUUUPUP@ETEUUUUA@@@@PUUUUTET@AUAUUUUPUUUUT@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 ??????????????????????????????????????????<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 colorHistory16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self colorHistory16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#colorHistory16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class colorHistory16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class colorHistory16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@EUUUUT@@@@@UUUUUP@@@@AUUUUU@@@@@EUUUUTB@@@@UUUUUPH@@@@@@@@@@ @@@@@"H"H"@0@@@BH"H"HC@@@@@@@@@@L@@@@@L3L3L0P@@@
-@3L3L3A@@@@@@@@@@D@@@@@DQDQDP@@@@@QDQDQ@@@@@@@@@@@@b') ; colorMapFromArray:#[1 104 205 255 255 255 255 0 0 0 255 0 0 0 255 255 255 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?<C?0O?@??C?<O?0??0??C?<O?<O?0??C?<C?0O?@?<b') ; yourself); yourself]
+@3L3L3A@@@@@@@@@@D@@@@@DQDQDP@@@@@QDQDQ@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 1 104 205 255 255 255 255 0 0 0 255 0 0 0 255 255 255 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'?<C?0O?@??C?<O?0??0??C?<O?<O?0??C?<C?0O?@?<b');
+                            yourself);
+                yourself
+        ]
 !
 
 configure16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self configure16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#configure16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class configure16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class configure16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@DH3\@@@@@@@ARH5\@@@@@@@ARM0@@@A\@DPH3\@@@D3LBH3M0@@@!!D3L3L3\@A!!H!!D3L3L7\@T1H"I1D3L7@@T5U2H!!D3L@@@A5UWH!!D0@@
-@@@@L7H!!@@@@@@@@L7H@@@@@@@@@L0@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 88 88 88 220 220 220 128 128 128 195 195 195 48 48 48 160 160 160]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G8@_8@?09?C?>O?8??;?????_?<_?0O?@C<@C0@C@@@b') ; yourself); yourself]
+@@@@L7H!!@@@@@@@@L7H@@@@@@@@@L0@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 88 88 88 220 220 220 128 128 128 195 195 195 48 48 48 160 160 160 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'G8@_8@?09?C?>O?8??;?????_?<_?0O?@C<@C0@C@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 copy16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copy16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#copy16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class copy16x16Icon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@* @@@J( @@BBEUP@*)*%@H@Z)$B*&BUP A**$J*X@I@@F**P@A @$@@Z*)@@EUUP@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 0 128 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#copy16x16Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class copy16x16Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@* @@@J( @@BBEUP@*)*%@H@Z)$B*&BUP A**$J*X@I@@F**P@A @$@@Z*)@@EUUP@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 0 0 128 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@C<@O8@?0C?<O?8??3??/?>??;?? O>@?8C? @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 cut16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self cut16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#cut16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class cut16x16Icon'
-	ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@E@@W@GR@%HBT IL@X@@@@b') ; colorMapFromArray:#[0 0 0 0 0 128]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#cut16x16Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class cut16x16Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@E@@W@GR@%HBT IL@X@@@@b');
+                colorMapFromArray:#[ 0 0 0 0 0 128 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@BH@H @"@CX@E@@\@@ @G@@W@GR@%HBT IL@X@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 cut16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self cut16x16Icon2 inspect
-     ImageEditor openOnClass:self andSelector:#cut16x16Icon2
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class cut16x16Icon2'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@EUP@@A*%@@@Z)$@@FBUP@A**$@@X@I@@F**P@A @$@@Z*)@@EUUP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 0 128 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#cut16x16Icon2"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class cut16x16Icon2'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@EUP@@A*%@@@Z)$@@FBUP@A**$@@X@I@@F**P@A @$@@Z*)@@EUUP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 0 0 128 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@C<@O9D?4S?1O?,?:#?.O>P?;#?+ C)@R$AJPD&@L@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 delete16x16Icon
@@ -1793,223 +2535,377 @@
 !
 
 desktop16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self desktop16x16Icon2 inspect
      ImageEditor openOnClass:self andSelector:#desktop16x16Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class desktop16x16Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class desktop16x16Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@BL#H2L#_!!HSW@LDJB]J@%,#EF<9 %:CW44;JPY S&E-H1Q@]5L.T%EPA8U4X  =_2NAPP)%"A0?]R0I!!2<]F D#WP-6"W!!&UDH0
 G 19CX(AH55#KV]UP3D_"7(NU3M(@RM]J39$U$P2HH1E_CQY^0D#WQ^D!!&$!!C85*VAAGDTXAH54YRBH[# >MZ''4PQ1E+@RL5RBTUH$=OS4=OS4=OS0D#OBH:
-J''H@@@@@@@@@@@@AH3Y1\!!YKV%)ZV%)ZV%)Z@V0$RX@&\D0ENF87_0DA@PD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[53 53 53 165 184 209 191 203 219 217 221 225 225 228 230 222 226 231 59 101 158 67 116 189 82 134 196 72 125 201 80 118 190 76 115 189 82 141 218 93 152 223 87 149 230 56 122 226 91 156 241 103 168 246 176 189 203 189 200 211 8 51 135 118 198 49 16 82 167 41 81 155 255 255 255 107 153 185 99 137 181 102 158 195 71 118 197 87 142 207 77 136 216 60 122 218 62 126 225 47 112 220 52 136 255 163 179 196 173 187 202 247 62 14 214 219 224 220 224 230 227 229 232 56 98 156 255 218 89 58 102 183 64 118 197 62 107 191 83 123 191 82 137 205 64 123 210 58 119 216 55 120 222 97 160 234 95 159 239 149 151 153 58 58 58 179 195 214 210 218 226 14 57 138 24 178 255 46 89 152 117 120 123 95 132 173 52 100 190 67 118 197 81 118 187 82 118 188 61 119 208 57 116 213 52 113 217 84 148 234 111 155 206 97 162 243 114 178 250 186 198 209 207 215 226 41 142 195 227 230 232 41 84 150 68 109 161 132 133 133 70 117 189 74 119 191 79 120 191 86 125 192 63 118 208 59 114 206 52 111 210 92 154 232 85 150 238 101 165 242 55 55 55 176 193 214 204 211 218 8 52 137 27 70 143 37 80 149 63 105 160 89 125 167 77 129 193 68 109 186 53 106 201 79 120 194 65 117 205 62 112 200 107 149 198 45 106 211 71 137 232 111 155 207 164 180 197 171 189 212 194 206 221 11 55 137 224 227 229 60 124 168 33 110 194 0 0 0 72 123 192 65 117 197 71 113 191 84 121 190 68 116 201 88 147 220 81 143 227 110 154 204 90 154 237 84 150 238 165 181 198 167 186 210 201 209 217 8 51 136 22 66 143 32 75 147 36 80 161 71 121 190 45 101 200 77 132 203 76 120 196 71 116 198 104 144 191 68 131 221 70 135 228 63 129 229 48 112 220]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C??????????????????????????????????0@@@@@b') ; yourself); yourself]
+J''H@@@@@@@@@@@@AH3Y1\!!YKV%)ZV%)ZV%)Z@V0$RX@&\D0ENF87_0DA@PD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 53 53 53 165 184 209 191 203 219 217 221 225 225 228 230 222 226 231 59 101 158 67 116 189 82 134 196 72 125 201 80 118 190 76 115 189 82 141 218 93 152 223 87 149 230 56 122 226 91 156 241 103 168 246 176 189 203 189 200 211 8 51 135 118 198 49 16 82 167 41 81 155 255 255 255 107 153 185 99 137 181 102 158 195 71 118 197 87 142 207 77 136 216 60 122 218 62 126 225 47 112 220 52 136 255 163 179 196 173 187 202 247 62 14 214 219 224 220 224 230 227 229 232 56 98 156 255 218 89 58 102 183 64 118 197 62 107 191 83 123 191 82 137 205 64 123 210 58 119 216 55 120 222 97 160 234 95 159 239 149 151 153 58 58 58 179 195 214 210 218 226 14 57 138 24 178 255 46 89 152 117 120 123 95 132 173 52 100 190 67 118 197 81 118 187 82 118 188 61 119 208 57 116 213 52 113 217 84 148 234 111 155 206 97 162 243 114 178 250 186 198 209 207 215 226 41 142 195 227 230 232 41 84 150 68 109 161 132 133 133 70 117 189 74 119 191 79 120 191 86 125 192 63 118 208 59 114 206 52 111 210 92 154 232 85 150 238 101 165 242 55 55 55 176 193 214 204 211 218 8 52 137 27 70 143 37 80 149 63 105 160 89 125 167 77 129 193 68 109 186 53 106 201 79 120 194 65 117 205 62 112 200 107 149 198 45 106 211 71 137 232 111 155 207 164 180 197 171 189 212 194 206 221 11 55 137 224 227 229 60 124 168 33 110 194 0 0 0 72 123 192 65 117 197 71 113 191 84 121 190 68 116 201 88 147 220 81 143 227 110 154 204 90 154 237 84 150 238 165 181 198 167 186 210 201 209 217 8 51 136 22 66 143 32 75 147 36 80 161 71 121 190 45 101 200 77 132 203 76 120 196 71 116 198 104 144 191 68 131 221 70 135 228 63 129 229 48 112 220 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C??????????????????????????????????0@@@@@b');
+                            yourself);
+                yourself
+        ]
+!
+
+desktopOSX16x16Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self desktopOSX16x16Icon inspect
+     ImageEditor openOnClass:self andSelector:#desktopOSX16x16Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary desktopOSX16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@A)4\ =G60\QZ@@@R!!+G \4Z8:KP4MB(*JP>N#*"(&4=YK<RL0:^ EQEPLV^$D8#HM]]- &<$''3A06JF!!L;O%<V \8>B^-=S$6H7
+Q%]LV-R36@H\&MM=0JW -YD-E8T^Z-T5,TRT!!>\''X2HE2AU)9*D)P#DJ4X/DTM&,]\H,"Q!!K&]:>7#0T''149N@4^+%&*9KI0*5Y\M"#^6#/KK2EI:NSJBH2;
+3G$+[&=,VEV&+YU^J''\3/P02*V,%XX98AEEB,K#"_;($IB9HR@NH"MYR1>D4Y;PK Z_\1!!BVP[%CW444@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 95 79 95 239 239 255 79 64 128 207 207 223 208 192 240 223 143 208 223 208 224 111 80 111 160 112 176 79 47 96 112 95 144 64 48 80 176 192 224 192 127 176 96 48 96 112 95 127 79 79 80 111 79 111 95 64 111 240 224 255 128 95 160 192 112 207 176 191 191 191 96 191 95 63 128 175 175 175 95 79 96 175 175 176 79 63 127 208 160 224 176 111 176 207 207 208 96 64 96 112 80 143 224 176 224 112 64 111 223 223 255 95 111 144 224 223 240 224 175 224 112 80 160 63 48 96 63 32 64 95 96 160 176 111 191 239 143 224 208 208 240 144 96 144 223 224 224 111 80 144 111 128 175 80 48 96 16 15 31 96 95 144 127 111 175 224 191 223 175 112 176 223 175 240 192 160 191 143 96 160 128 96 175 80 64 95 207 175 207 176 176 176 96 63 95 64 64 80 95 79 128 47 47 48 95 79 143 95 47 80 239 160 224 111 95 111 224 224 255 79 63 128 96 80 96 48 31 80 208 112 208 31 16 31 96 47 96 224 239 240 224 176 240 48 32 80 192 192 208 176 95 160 111 48 96 224 207 224 127 95 144 223 143 223 255 240 255 96 64 143 176 95 175 191 191 191 128 112 175 48 32 95 31 15 63 48 48 63 223 223 224 191 192 224 239 191 223 240 192 240 48 47 80 239 224 240 224 208 224 32 16 48 95 64 95 176 112 207 63 16 63 127 128 176 112 112 160 175 144 175 176 176 255 159 159 223 160 127 191 240 239 255 128 111 128 63 48 111 127 96 128 224 143 208 223 208 223 112 79 128 159 144 160 191 207 255 143 79 143 160 160 176 175 96 160 159 80 144 224 224 224 208 191 223 111 47 96 64 63 80 95 63 127 208 207 208 208 144 208 192 111 207 208 159 207 144 80 160 224 223 224 112 64 144 223 224 240 143 96 175 143 95 143 239 223 240 191 191 207 79 63 111 111 48 111 224 144 223 144 80 143 223 144 207 128 80 160 111 95 144 63 63 64 159 95 143 95 64 128 64 48 96 223 224 223 176 176 191 192 207 208 239 224 255 111 63 96 176 128 207 16 16 63 48 16 64 207 175 208 175 160 175 208 175 207 224 159 208 95 79 127 80 79 95 208 160 208 192 208 255 96 79 143 144 96 160 208 159 208 79 48 127 143 95 175 208 207 223 31 0 48 64 63 127 96 64 127 95 47 95 63 48 80 223 175 223 64 47 96 239 239 240 31 15 47 48 47 48 239 223 255 111 80 128 112 63 127 208 191 224 128 96 160 80 64 111 192 111 176 192 128 176 191 96 176 223 160 207 175 127 191 96 48 95 64 64 64 79 64 95 192 111 191 240 224 240 64 32 80 128 80 128 192 207 255 47 32 48 223 144 223 192 112 191 207 160 207 127 80 144 239 224 224 128 64 143 191 112 176 32 31 80 224 224 240 16 15 48 31 31 64 224 191 240 111 79 143 111 95 127 64 63 64 191 176 191 143 111 175 175 95 160 255 207 240 0 0 16 96 80 127 160 128 175 32 16 64 223 223 223 112 64 143 191 128 207 96 79 144 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C?????????????????????????????????????@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 diff16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self diff16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#diff16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class diff16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 15; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class diff16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:15;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@DA@PDA@PDA@P@@@@@@@@@A@XFA XFA XD@@@@@@@@@@PFA XF@@@@@@@@@@@@@@@DA XF@@XFA P@@@@@@@@@A@XF@@XFA XD
 @@@@@@@@@@PFA @FA XFA@@@@@@@@@@DA X@A XFA P@@@@@@@@@A@XF@@XFA XD@@@@@@@@@@PFA X@A XFA@@@@@@@@@@DA XFA @@@@@@@@@@@@@@A@XF
-A XFA XD@@@@@@@@@@PFA XFA XFA@@@@@@@@@@DA@PDA@PDA@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 129 129 129 0 0 0 194 194 194 132 132 132 198 198 198 255 255 255]; mask:((Depth1Image new) width: 16; height: 15; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A?0G?@_<A?8G?P_=A?4G?P_?A?>G?\_<9?1 @@') ; yourself); yourself]
+A XFA XD@@@@@@@@@@PFA XFA XFA@@@@@@@@@@DA@PDA@PDA@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 129 129 129 0 0 0 194 194 194 132 132 132 198 198 198 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:15;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@A?0G?@_<A?8G?P_=A?4G?P_?A?>G?\_<9?1 @@');
+                            yourself);
+                yourself
+        ]
 !
 
 diff16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self diff16x16Icon2 inspect
      ImageEditor openOnClass:self andSelector:#diff16x16Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class diff16x16Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 15; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class diff16x16Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:15;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@DA@PDA@PDA@P@@@@@@@@@A@XFA PFA XD@@@@@@@@@@PFA0XD@@@@@@@@@@@@@@@DA XF@@XFA P@@@@@@@@@A@XH@@PFB@XD
 @@@@@@@@@@PFA @DA XFA@@@@@@@@@@DA  @A@XHA P@@@@@@@@@A@XF@@PFA XD@@@@@@@@@@PFA0X@A  FA@@@@@@@@@@DA XFA@@@@@@@@@@@@@@@A@XH
-A PFB@XD@@@@@@@@@@PFA XDA XFA@@@@@@@@@@DA@PDA@PDA@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 129 129 129 0 0 0 194 194 194 132 132 132 198 198 198 255 255 255 248 0 0 0 252 0]; mask:((Depth1Image new) width: 16; height: 15; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A?0G?@_<A?8G?P_=A?4G?P_?A?>G?\_<9?1 @@') ; yourself); yourself]
+A PFB@XD@@@@@@@@@@PFA XDA XFA@@@@@@@@@@DA@PDA@PDA@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 129 129 129 0 0 0 194 194 194 132 132 132 198 198 198 255 255 255 248 0 0 0 252 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:15;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@A?0G?@_<A?8G?P_=A?4G?P_?A?>G?\_<9?1 @@');
+                            yourself);
+                yourself
+        ]
 !
 
 doIt16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self doIt16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#doIt16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class doIt16x16Icon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@P@@@@P@@@@T@@@@W@@@@W5P@@W5P@@@EP@@@AP@@@@P@@@@P@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 248 252 128 208 220 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@H@A @N@A0@O@A?0O>A?0O>@C0@N@A0@F@@P@@@@b') ; yourself); yourself]
+     ImageEditor openOnClass:self andSelector:#doIt16x16Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class doIt16x16Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@P@@@@P@@@@T@@@@W@@@@W5P@@W5P@@@EP@@@AP@@@@P@@@@P@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 248 252 128 208 220 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@H@A @N@A0@O@A?0O>A?0O>@C0@N@A0@F@@P@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 down16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self down16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#down16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class down16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class down16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@EUUUU@@@@@@U&@CT@@@@@AVL3QP@@@@@EX3ME@@@@@@TCL4T@@@UUURL3QUUUAPH3L3L3MAT@TBL3L3MAT@@E@#L3MAT@@@APH3MAT@@@@@
-TBMAT@@@@@@EAAT@@@@@@@AQT@@@@@@@@@T@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[192 255 255 0 64 64 0 255 255 0 192 192 0 128 128 0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@O8@? C>@O8@? ??;??''?<O? _<@? A<@C @D@@@@b') ; yourself); yourself]
+TBMAT@@@@@@EAAT@@@@@@@AQT@@@@@@@@@T@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 192 255 255 0 64 64 0 255 255 0 192 192 0 128 128 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@O8@? C>@O8@? ??;??''?<O? _<@? A<@C @D@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 edit16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self edit16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#edit16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class edit16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 17; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class edit16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:17;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@B (JB (JB (JB (@APT@@@(IBP$IA $IBP$IAPTC@@@JBP$IBPXIBP$IAPTC@0@@B XFA XFA XFAPTC@0L@@@(IBP$IA $I
 APTC@0LD@@@JBP$IBPXIAPTC@0LDB0@@B XFA XFAP C@0LD@ @@@@(IBP$I@@ H@0LD@ @@@@@JBP$IBPTHB@ HB0D@@@@@B XFA @HB@ DA@@A@@@@@@(I
 BP$GB@PDA (I@P@@@@@JBP$G@ ,FB $IBPD@@@@@B @@@P@@@@@@@@@A@@@@@@(IBP$I@@$IBP$I@P@@@@HA@PDA@PDA@PDA@PD@@@@@@@@@@@@@@@@@@@@@
-@@@b') ; colorMapFromArray:#[160 160 160 0 0 0 48 48 48 255 128 0 192 88 0 255 168 88 195 195 195 88 88 88 255 220 168 255 255 255 220 220 220 64 0 0]; mask:((Depth1Image new) width: 16; height: 17; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@?>3??O?<??3??O?<??#?<O?0??C?<O?0??C?<_?0@@@@a') ; yourself); yourself]
+@@@b');
+                colorMapFromArray:#[ 160 160 160 0 0 0 48 48 48 255 128 0 192 88 0 255 168 88 195 195 195 88 88 88 255 220 168 255 255 255 220 220 220 64 0 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:17;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@?>3??O?<??3??O?<??#?<O?0??C?<O?0??C?<_?0@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 editcopy16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self editcopy16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#editcopy16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class editcopy16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class editcopy16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUUU@@@@@@ATQDUP@@@@@EQDQRT@@@@@U@AEP%@@@@ATQDUUUUT@@EP@QCL5QU@@UDQDIBUEEPAT@@P@ITUATEQDIBH%QUUUU@A@@BUDL3UTIBH"ITQDEUUU
-UUUPA@AE@@@@UDQDQDT@@@AT@D@@QP@@@EQDQDQE@@@@UUUUUUTb') ; colorMapFromArray:#[48 48 48 220 220 220 255 255 192 160 160 160 255 255 255 0 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?@C>@O<@?8C?<O?8??3??/??????????@?<C?0O?@?<b') ; yourself); yourself]
+UUUPA@AE@@@@UDQDQDT@@@AT@D@@QP@@@EQDQDQE@@@@UUUUUUTb');
+                colorMapFromArray:#[ 48 48 48 220 220 220 255 255 192 160 160 160 255 255 255 0 0 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'?@C>@O<@?8C?<O?8??3??/??????????@?<C?0O?@?<b');
+                            yourself);
+                yourself
+        ]
 !
 
 editcut16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self editcut16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#editcut16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class editcut16x16Icon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@4@@@@4@@@@4@@@@4@@@@4@@@@4@@@@4@@@@@$@@@@CP@@@@M@@@@@4@@@@CP@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 220 220 220 128 128 128 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A8A,0O1!!9"OC=8C?@C8@O C?@?^FH<1!!;LC7 F@@@b') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class editcut16x16Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@4@@@@4@@@@4@@@@4@@@@4@@@@4@@@@4@@@@@$@@@@CP@@@@M@@@@@4@@@@CP@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 220 220 220 128 128 128 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@A8A,0O1!!9"OC=8C?@C8@O C?@?^FH<1!!;LC7 F@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 editpaste16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self editpaste16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#editpaste16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class editpaste16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class editpaste16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@Q@@@@@ADQDP@QDQ@AY&XPDPE&XPEFXP@@@AY!!@TY!!DQDQE&DAQ&Y!!H"HQXPEFY&D"H!!TQ@TY&XRL2D%DQQ&Y!!H"HQDQEFY&D#L"Y&DTY&XRH"IRTQQ&
-Y!!H3L#MQEFY&D"IRUUDVY&XRL2L3TPDQDQIRUUUQ@@@@DQDQDQDb') ; colorMapFromArray:#[192 192 0 0 0 0 255 255 255 48 48 48 220 220 220 255 255 192 160 160 160]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@XA??O?>??;??/?>??;??????????????????7??@?<b') ; yourself); yourself]
+Y!!H3L#MQEFY&D"IRUUDVY&XRL2L3TPDQDQIRUUUQ@@@@DQDQDQDb');
+                colorMapFromArray:#[ 192 192 0 0 0 0 255 255 255 48 48 48 220 220 220 255 255 192 160 160 160 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@XA??O?>??;??/?>??;??????????????????7??@?<b');
+                            yourself);
+                yourself
+        ]
 !
 
 edittrash16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self edittrash16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#edittrash16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class edittrash16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class edittrash16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@0@@@@@@@@N@H@@@@@@QE&Y@Y(@@@C!!!!DVX"H@@@ACNH"DP@@@@H"DP"Q0@@@@ XNDP''@@@@BA 8QB\@@@@HFC!!DI0@@@@ XNDP''@@@@BA 8QB\@@@@H
-FC!!DI0@@@@ XNDP''@@@@@1 8QB\@@@@@@3"D@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 88 88 88 220 220 220 128 128 128 93 93 93 195 195 195 48 48 48 160 160 160]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A8@?>G?<_?0?>C?8O? ?>C?8O? ?>C?8O? ?>A?0A<@b') ; yourself); yourself]
+FC!!DI0@@@@ XNDP''@@@@@1 8QB\@@@@@@3"D@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 88 88 88 220 220 220 128 128 128 93 93 93 195 195 195 48 48 48 160 160 160 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'A8@?>G?<_?0?>C?8O? ?>C?8O? ?>C?8O? ?>A?0A<@b');
+                            yourself);
+                yourself
+        ]
 !
 
 erase16x16Icon
@@ -2019,442 +2915,685 @@
 !
 
 erase16x16Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self erase16x16Icon1 inspect
-     ImageEditor openOnClass:self andSelector:#erase16x16Icon1
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class erase16x16Icon1'
-	ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#erase16x16Icon1"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class erase16x16Icon1'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@8@#0LG!! GL@O @\@C8@\0C!! \BC0DN@@P@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 erase16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self erase16x16Icon2 inspect
      ImageEditor openOnClass:self andSelector:#erase16x16Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class erase16x16Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class erase16x16Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@C@@@@@3@@@C@@@@@0@3@C@A@@@@@ @0@A@@@@@@H@@A@@@@@@@C@C@@@@@@@C@@L@@@@@@C@PHC@@@@@@LP@B@@@@@@
-L@@@@ @@@@@1@@@@@@@@@C@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[192 0 0 64 0 0 128 0 0 255 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@HCA0_O@_8@?@A8@O A7@FL@0XC@ H@@@@@@@b') ; yourself); yourself]
+L@@@@ @@@@@1@@@@@@@@@C@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 192 0 0 64 0 0 128 0 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@HCA0_O@_8@?@A8@O A7@FL@0XC@ H@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 exec16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self exec16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#exec16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class exec16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class exec16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@A7@@@@@@A7A9%0]0@@A9A0Q@\I\@@GBR@3@)A0@@A2L8NCI0@@]9@8H# I]0^T@8L@"#AI]2BR"(!!ZJPI0\Q$()XJQE0@GII$"&TI0@GARD)$!!IP\@^P
-E7@G\P%0@G]0^U\G]0@@@@A1I0@@@@@@@@]0@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[160 160 160 88 88 88 128 128 128 255 168 88 195 195 195 255 255 255 93 93 93 0 0 0 255 220 168 220 220 220 255 255 192]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@X@[6C?<O?0_>G?>?''???7?>O?1??''?>N=0C0@F@@@@b') ; yourself); yourself]
+E7@G\P%0@G]0^U\G]0@@@@A1I0@@@@@@@@]0@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 160 160 160 88 88 88 128 128 128 255 168 88 195 195 195 255 255 255 93 93 93 0 0 0 255 220 168 220 220 220 255 255 192 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@X@[6C?<O?0_>G?>?''???7?>O?1??''?>N=0C0@F@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 exit16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self exit16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#exit16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class exit16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class exit16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@QDQ@@@@@@DRH"H"@@@@@RH H"H@@@@RH"@"H%@@@AH"HBH"T@@@D"H H"IP@@@RH"@"H%@@@AH"HBH"T@@@@"H H"TC@@@B
-H"H"UP@@@@@EUUT@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 220 220 220 128 128 128 93 93 93 160 160 160]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@G0A?0O? ?>G?<_?1??G?<_?0??C?8G?@G0@@@@@@b') ; yourself); yourself]
+H"H"UP@@@@@EUUT@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 220 220 220 128 128 128 93 93 93 160 160 160 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@G0A?0O? ?>G?<_?1??G?<_?0??C?8G?@G0@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 fileNew16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileNew16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#fileNew16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileNew16x16Icon'
-	ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:' @F@@X@A#<FO4X?A#?&O>X?9#?&O>X?9#?&O>X@A0@Db') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#fileNew16x16Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class fileNew16x16Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:' @F@@X@A#<FO4X?A#?&O>X?9#?&O>X?9#?&O>X@A0@Db');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@A? G?@_>A?<G?0_?A?<G?0_?A?<G?0_?A?<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fileOpen16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileOpen16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#fileOpen16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileOpen16x16Icon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'0@@@@0@@@@@@@@@@@@@@@@@@@@@]@@@@M7]0@A7]4@@7P@@@GR**(CR**(@R**(@B**(@@@@@@@@@@@@<@@@@0@a') ; colorMapFromArray:#[0 0 0 255 255 0 128 128 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#fileOpen16x16Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class fileOpen16x16Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'0@@@@0@@@@@@@@@@@@@@@@@@@@@]@@@@M7]0@A7]4@@7P@@@GR**(CR**(@R**(@B**(@@@@@@@@@@@@<@@@@0@a');
+                colorMapFromArray:#[ 0 0 0 255 255 0 128 128 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@\@BJ@@Y0C/? ?>C?8O????;??O?8??C?8@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fileSave16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileSave16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#fileSave16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileSave16x16Icon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'0@@@@0@@@@@D**( AJ**@@R**!!@D**(PAJ**D@R**!!@E@@APAUUUT@T@@A@E@@(PAP@JD@T@B!!@@@@@@@@@@@0@a') ; colorMapFromArray:#[0 0 0 128 128 0 212 208 200 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#fileSave16x16Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class fileSave16x16Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'0@@@@0@@@@@D**( AJ**@@R**!!@D**(PAJ**D@R**!!@E@@APAUUUT@T@@A@E@@(PAP@JD@T@B!!@@@@@@@@@@@0@a');
+                colorMapFromArray:#[ 0 0 0 128 128 0 212 208 200 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@A??''?>_?9??''?>_?9??''?>_?9??''?>_?9??#?>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fileclose16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileclose16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#fileclose16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileclose16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class fileclose16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"@@H @@@@@BH H"@@@@@@@"H"@@@@@@@@H"@@@@@@@@H"H @@@@@@H"@"H@@@@@
-@"@@H @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 93 93 93 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@O C? _?A?<O?8??#?>O?8??!!?<G?0O>@O @@@b') ; yourself); yourself]
+@"@@H @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 93 93 93 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@O C? _?A?<O?8??#?>O?8??!!?<G?0O>@O @@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 filter16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self filter16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#filter16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary filter16x16Icon'
-        ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary filter16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 H1$YFQ$YFR$YFQ$DLA$DD"D:C 8NC 8NK@8NC 8NKA,@MP$^J2XH@R<CEQXVIPH@@@@5GA8"@A@LER4VKS\@@@@@@CTZG!!  CCHWIP,@@@@@@@@@F10*D0XV
 KS\@@@@@@@@@@@@_BR<LC0,@@@@@@@@@@@@@@CXAHB$@@@@@@@@@@@@@@@@6@R@6@@@@@@@@@@@@@@@@M#P DP@@@@@@@@@@@@@@@CXAD2$@@@@@@@@@@@@@
-@@@.M@L8@@@@@@@@@@@@@@@@MR\ JP@@@@@@@@@@@@@@@@@5JC @@@@@@@@@@@@@@@@@@@H1@@@@@@@@@@@@@@@@@@@@B @@@@@@@@@a') ; colorMapFromArray:#[255 240 0 240 224 20 112 80 20 255 192 0 144 96 20 240 240 220 255 176 30 255 240 255 255 240 20 240 240 50 112 80 30 112 64 20 255 192 20 240 224 220 255 255 255 255 176 60 255 224 0 160 112 0 128 96 30 255 208 20 240 240 210 255 176 20 255 160 30 255 176 50 255 255 30 144 96 0 240 240 60 96 80 50 240 240 80 240 224 210 255 240 100 80 80 30 255 208 0 80 80 60 255 240 50 128 112 60 240 255 240 240 176 50 255 255 20 240 224 30 224 192 20 160 96 0 255 240 60 255 240 80 255 255 240 255 160 50 144 128 20 240 208 20 144 80 0 128 80 20 240 176 30 240 255 255 240 224 0 96 80 20 144 112 20 128 64 0 160 112 20 224 224 220 240 240 240]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?????7?>O?0_>@?0A>@C0@O@@<@C0@O@@<@A0@C@@D@b') ; yourself); yourself]
+@@@.M@L8@@@@@@@@@@@@@@@@MR\ JP@@@@@@@@@@@@@@@@@5JC @@@@@@@@@@@@@@@@@@@H1@@@@@@@@@@@@@@@@@@@@B @@@@@@@@@a');
+                colorMapFromArray:#[ 255 240 0 240 224 20 112 80 20 255 192 0 144 96 20 240 240 220 255 176 30 255 240 255 255 240 20 240 240 50 112 80 30 112 64 20 255 192 20 240 224 220 255 255 255 255 176 60 255 224 0 160 112 0 128 96 30 255 208 20 240 240 210 255 176 20 255 160 30 255 176 50 255 255 30 144 96 0 240 240 60 96 80 50 240 240 80 240 224 210 255 240 100 80 80 30 255 208 0 80 80 60 255 240 50 128 112 60 240 255 240 240 176 50 255 255 20 240 224 30 224 192 20 160 96 0 255 240 60 255 240 80 255 255 240 255 160 50 144 128 20 240 208 20 144 80 0 128 80 20 240 176 30 240 255 255 240 224 0 96 80 20 144 112 20 128 64 0 160 112 20 224 224 220 240 240 240 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'?????7?>O?0_>@?0A>@C0@O@@<@C0@O@@<@A0@C@@D@b');
+                            yourself);
+                yourself
+        ]
 !
 
 filterBlue16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self filterBlue16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#filterBlue16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary filterBlue16x16Icon'
-        ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary filterBlue16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@GDQDQDQD@@@B:Y&Y&X@@@@@P)&Y$@@@@@@LL"H@@@@@@@CFL@@@@@@@@AQ @@@@@@@@]]@@@@@@@@A;P@@@@@@@
-@H/@@@@@@@@@ U@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 52 70 80 100 136 150 96 130 150 80 110 130 64 98 120 92 124 140 40 52 60 32 42 50 112 148 170 88 118 130 64 88 100 76 102 120 80 116 130]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@O? _<@? A<@C @N@@8@C @N@@8@@@@@@@@@b') ; yourself); yourself]
+@H/@@@@@@@@@ U@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 52 70 80 100 136 150 96 130 150 80 110 130 64 98 120 92 124 140 40 52 60 32 42 50 112 148 170 88 118 130 64 88 100 76 102 120 80 116 130 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@O? _<@? A<@C @N@@8@C @N@@8@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 finish16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self finish16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#finish16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class finish16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class finish16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@AD@@@@@@@@@DY@@@AD@@@@P6P@@DP@@@ABM$@@Q@QDQDH#Y@ADAEUVL"H6PDPDT"H"H"M$Q@Q"H"H"H!!ADAFH"H"H!!ADPDHQDRH!!A@Q@QD
-QDH!!A@AD@@@@P!!A@@DP@@@AAA@@@Q@@@@DA@@@AD@@@@Q@@@@@@b') ; colorMapFromArray:#[0 64 64 0 128 128 0 192 192 0 255 255 0 0 0 255 255 255 192 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C@@NC@<LC87?3_?-??7??_?=?>7?3@>LC00NC@0@b') ; yourself); yourself]
+QDH!!A@AD@@@@P!!A@@DP@@@AAA@@@Q@@@@DA@@@AD@@@@Q@@@@@@b');
+                colorMapFromArray:#[ 0 64 64 0 128 128 0 192 192 0 255 255 0 0 0 255 255 255 192 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C@@NC@<LC87?3_?-??7??_?=?>7?3@>LC00NC@0@b');
+                            yourself);
+                yourself
+        ]
 !
 
 flagRed16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self flagRed16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#flagRed16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class flagRed16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class flagRed16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@F@@@@@@@@@FY @@@@@@@FA&@@@@@@Y&APY @@@FXEUPI&@@@@YUUSIBY @@A%T3IBI&@@@@X4QBI&Y @@A$QBI A&@@@@YBY @@Y @@@F
-X@@@A&@@@@@@@@@@Y @@@@@@@@A&@@@@@@@@@@Y @@@@@@@@A&@b') ; colorMapFromArray:#[195 195 195 93 93 93 192 0 0 255 192 192 255 0 0 255 255 255 0 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A@@N@A8@?0O?@?>C?8G?0_3@>FA X@@0@C@@F@@Xb') ; yourself); yourself]
+X@@@A&@@@@@@@@@@Y @@@@@@@@A&@@@@@@@@@@Y @@@@@@@@A&@b');
+                colorMapFromArray:#[ 195 195 195 93 93 93 192 0 0 255 192 192 255 0 0 255 255 255 0 0 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@A@@N@A8@?0O?@?>C?8G?0_3@>FA X@@0@C@@F@@Xb');
+                            yourself);
+                yourself
+        ]
 !
 
 formatCode16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self formatCode16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#formatCode16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class formatCode16x16Icon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@AUUUUPP@@UTEUUUUAP@AUPUUUUTE@@AUAUUUUPUU@ATEUUUUAUT@EPUUUUTE@@@UAUUUUPUUUUT@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#formatCode16x16Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class formatCode16x16Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@AUUUUPP@@UTEUUUUAP@AUPUUUUTE@@AUAUUUUPUU@ATEUUUUAUT@EPUUUUTE@@@UAUUUUPUUUUT@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 ??????????????????????????????????????????<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 forward16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self forward16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#forward16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class forward16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class forward16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@BH@@@@@@@@@IB@@@@@@@@@!!P @@@@@@@B@TH@@@@"H"H@EB@@@BL3PP@AP @@H0@@@@@TH@@$@@@@@@YR@BP@@@@@YR@@HFY&@@YR@@@"
-H"H@YR@@@@@@@ YR@@@@@@@BYR@@@@@@@@IR@@@@@@@@@"@@@@@b') ; colorMapFromArray:#[0 192 192 0 255 255 0 0 0 255 255 255 192 255 255 0 64 64 0 128 128]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A @G@@^@A<C?8O?0??#??O?8??C?8@_@A8@G@@X@b') ; yourself); yourself]
+H"H@YR@@@@@@@ YR@@@@@@@BYR@@@@@@@@IR@@@@@@@@@"@@@@@b');
+                colorMapFromArray:#[ 0 192 192 0 255 255 0 0 0 255 255 255 192 255 255 0 64 64 0 128 128 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@A @G@@^@A<C?8O?0??#??O?8??C?8@_@A8@G@@X@b');
+                            yourself);
+                yourself
+        ]
 !
 
 functionsOnly16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self functionsOnly16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#functionsOnly16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary class functionsOnly16x16Icon'
-        ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 QDQDQDQDQDQDQDQDQDQDQDQEITQDQDQDQEA@UDQDQDQDMDQEETEQUDPTQEADQDDEQAQDEDEDEAEADQPTQAEDDTPTQAQDDTPQQAQDEDEDEAEDEDQPQDQAATPT
-QDTUPUETQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDPb') ; colorMapFromArray:#[63 63 95 0 0 0 3 0 2 0 1 0 159 191 191 191 191 191]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@A0@M @!!3"LCH$%:LRH1H$$#@2GN@@@@@@@@@@@b') ; yourself); yourself]
+QDTUPUETQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDPb');
+                colorMapFromArray:#[ 63 63 95 0 0 0 3 0 2 0 1 0 159 191 191 191 191 191 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@A0@M @!!3"LCH$%:LRH1H$$#@2GN@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 goto16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self goto16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#goto16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class goto16x16Icon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@E@@@@TD@@@PD@@@PA@@@DA@@@@U@@@E@@@@DD@D@@T@TP@@@PD@@@PD@@@DA@@@AA@@@DE@@@DP@@@AT@@@@a') ; colorMapFromArray:#[64 0 0 0 0 0 0 192 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@C@@>@G0@?@C8@G@C@@^B@0<@G0@>@C8@O@BX@\@A0@b') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class goto16x16Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@E@@@@TD@@@PD@@@PA@@@DA@@@@U@@@E@@@@DD@D@@T@TP@@@PD@@@PD@@@DA@@@AA@@@DE@@@DP@@@AT@@@@a');
+                colorMapFromArray:#[ 64 0 0 0 0 0 0 192 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@C@@>@G0@?@C8@G@C@@^B@0<@G0@>@C8@O@BX@\@A0@b');
+                            yourself);
+                yourself
+        ]
 !
 
 grid16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self grid16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#grid16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class grid16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class grid16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 H"H"H"H"H"H)$)$)$)$)$"&R&R&R&R&RH"H"H"H"H"H)$)$)$)$)$"&R&R&R&R&RH"H"H"H"H"H)$)$)$)$)$"&R&R&R&R&RH"H"H"H"H"H)$)$)$)$)$"&R
-&R&R&R&RH"H"H"H"H"H)$)$)$)$)$"&R&R&R&R&RH"H"H"H"H"Hb') ; colorMapFromArray:#[32 12 48 32 56 216 248 184 112 40 36 32 32 48 92 40 12 8 8 0 144 24 60 216 88 36 120 248 248 248]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??????????????????????????????????????????<b') ; yourself); yourself]
+&R&R&R&RH"H"H"H"H"H)$)$)$)$)$"&R&R&R&R&RH"H"H"H"H"Hb');
+                colorMapFromArray:#[ 32 12 48 32 56 216 248 184 112 40 36 32 32 48 92 40 12 8 8 0 144 24 60 216 88 36 120 248 248 248 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'??????????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
 !
 
 gridAlign16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self gridAlign16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#gridAlign16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class gridAlign16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class gridAlign16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 H"H"H"H"H"H)$)$)$)$)$"&R&R&R&R&RH"H"H"H"H"H)$)$)$)$)\"&R&R&R&RFBH"H"H"H"\KH)$)$)$)]J$"&WFR&R^K&RH"]GH"]+H"H)$*!!9\C$)$"&R
-&$]E&R&RH"H"U@H"H"H)$)$#$)$)$"&R&R&R&R&RH"H"H"H"H"Hb') ; colorMapFromArray:#[32 12 48 32 56 216 248 184 112 40 36 32 32 48 92 40 12 8 8 0 144 24 60 216 88 36 120 248 248 248 32 40 32 32 16 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??????????????????????????????????????????<b') ; yourself); yourself]
+&$]E&R&RH"H"U@H"H"H)$)$#$)$)$"&R&R&R&R&RH"H"H"H"H"Hb');
+                colorMapFromArray:#[ 32 12 48 32 56 216 248 184 112 40 36 32 32 48 92 40 12 8 8 0 144 24 60 216 88 36 120 248 248 248 32 40 32 32 16 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'??????????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
 !
 
 history16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self history16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#history16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class history16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class history16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@ADQDQD@@@@@DQDQDP@@@@@QDQDQ@@@@@ADQDQDA@@@@DQDQDPD@@@@@@@@@@P@@@@@QDQDQ@P@@@ADQDQDA@@@@@@@@@@D@@@@@DQDQDPD@@@
-@QDQDQ@P@@@@@@@@@A@@@@@ADQDQD@@@@@DQDQDP@@@@@@@@@@@b') ; colorMapFromArray:#[1 104 205 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?<C?0O?@??C?<O?0??0??C?<O?<O?0??C?<C?0O?@?<b') ; yourself); yourself]
+@QDQDQ@P@@@@@@@@@A@@@@@ADQDQD@@@@@DQDQDP@@@@@@@@@@@b');
+                colorMapFromArray:#[ 1 104 205 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'?<C?0O?@??C?<O?0??0??C?<O?<O?0??C?<C?0O?@?<b');
+                            yourself);
+                yourself
+        ]
 !
 
 idea16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self idea16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#idea16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class idea16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class idea16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@BH"H@@@@@@BAUTB@@@@@BA*V @ @@@BAZU%)PH@@@HJUVV*@ @@@ )VQ%(B@@@BA&I T@H@@@@ T H@H@@@@@H@H@H@@@@@@*@ ( @@@@@@HB@ @@@@@@
-@"L"@@@@@@@BNXH@@@@@@@JI\ @@@@@@@!! R@@@@@@@@H"@@@@@b') ; colorMapFromArray:#[255 255 0 48 48 48 0 0 0 220 220 220 255 255 255 255 220 168 255 255 192 160 160 160 88 88 88 128 128 128 255 168 88]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A<@O8A?0O? ?>C?8O? _<@? C>@G0@_@A<@G0@_@@8@b') ; yourself); yourself]
+@"L"@@@@@@@BNXH@@@@@@@JI\ @@@@@@@!! R@@@@@@@@H"@@@@@b');
+                colorMapFromArray:#[ 255 255 0 48 48 48 0 0 0 220 220 220 255 255 255 255 220 168 255 255 192 160 160 160 88 88 88 128 128 128 255 168 88 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'A<@O8A?0O? ?>C?8O? _<@? C>@G0@_@A<@G0@_@@8@b');
+                            yourself);
+                yourself
+        ]
 !
 
 indent16x16Icon
@@ -2490,251 +3629,406 @@
 !
 
 indent16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self indent16x16Icon2 inspect
      ImageEditor openOnClass:self andSelector:#indent16x16Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary indent16x16Icon2'
-        ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary indent16x16Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H"H"H"H"H@@"H"H@@@@@@BHRH"H"H"@@H!!D"@@@@@@DQDQH"H"H @BHQH @@@@@@H!!H"H"H"H@@"
-H"H@@@@@@BH"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 34 110 181 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@O?8??#?>O?8??''?>O?8??#?>O?8?? @@@@@b') ; yourself); yourself]
+H"H@@@@@@BH"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 34 110 181 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@O?8??#?>O?8??''?>O?8??#?>O?8?? @@@@@b');
+                            yourself);
+                yourself
+        ]
+!
+
+javaPackage16x16Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self javaPackage16x16Icon inspect
+     ImageEditor openOnClass:self andSelector:#javaPackage16x16Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary javaPackage16x16Icon'
+        ifAbsentPut:[(Depth4Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+;.;.;.;.;.;.;.;.;.;.;.;.;.8N;.;.;.***"***.;.:\3KSL29;.;(3-1L;\#.;.#M7D3]2N;.9;3KF<27;.8BQDDQQDHN;.[L213L-.;.9\;\SN7E;.;#
+3]1L7\O.;.N<24/L,>;.:#L3H3L:;.;.;.8N;.;.;.;.;.;.;.8b') ; colorMapFromArray:#[112 56 16 127 80 56 144 80 24 160 88 24 160 112 88 175 96 40 176 96 40 191 104 40 191 112 40 192 120 40 192 128 48 208 168 136 224 200 160 239 208 168 255 240 184]; mask:((Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@B@G?0_?A?<G?0_?C?>G?0_?A?<G?0_?@B@@@@b') ; yourself); yourself]
 !
 
 leftAdjust16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self leftAdjust16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#leftAdjust16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class leftAdjust16x16Icon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@AUUUUPP@@@DEUUUUA@@AUPUUUUTD@@@AAUUUUPP@@UTEUUUUA@@@@PUUUUTD@@EUAUUUUPUUUUT@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#leftAdjust16x16Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class leftAdjust16x16Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@AUUUUPP@@@DEUUUUA@@AUPUUUUTD@@@AAUUUUPP@@UTEUUUUA@@@@PUUUUTD@@EUAUUUUPUUUUT@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 ??????????????????????????????????????????<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 leftDown16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self leftDown16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#leftDown16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class leftDown16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class leftDown16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@EUUUUUUT@@@T@@@@@AP@@APL3L3L5@@@E@3MDQDT@@@TCL4UUUP@@ARL3QP@@@@@EL3ME@@@@UUT3L3UUT@@E@#L3MAT@@@APH3MAT@@@@@
-TBMAT@@@@@@EAAT@@@@@@@AQT@@@@@@@@@T@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[192 255 255 0 64 64 0 255 255 0 192 192 0 128 128 0 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@O? ?>C?8O? ?>C>@O8G?<O? _<@? A<@C @D@@@@b') ; yourself); yourself]
+TBMAT@@@@@@EAAT@@@@@@@AQT@@@@@@@@@T@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 192 255 255 0 64 64 0 255 255 0 192 192 0 128 128 0 0 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@O? ?>C?8O? ?>C>@O8G?<O? _<@? A<@C @D@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 lock16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self lock16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#lock16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class lock16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class lock16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@]7\@@@@@@@\Z*(@@@@@@]''"G)0@@@@A: @_H@@@@@G2@A< @@@@@]5@G1P@@@@^H!!RJH @@@\3)&E$M5@@A3@DP4L7T@@HN0QDL3]P@@!!+DVZ*)5@@BF
-,QY&*''T@@E*1E&**]P@@U+DVZ*M5@@AS@DP4L7T@@@VBJH"XT@@b') ; colorMapFromArray:#[255 220 168 220 220 220 64 64 0 128 128 0 192 192 0 0 0 0 195 195 195 88 88 88 48 48 48 64 0 0 160 160 160 255 255 255 128 128 128]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@<@G8@?0C''@N\@90G? ??C?<O?0??C?<O?0??C?<G? b') ; yourself); yourself]
+,QY&*''T@@E*1E&**]P@@U+DVZ*M5@@AS@DP4L7T@@@VBJH"XT@@b');
+                colorMapFromArray:#[ 255 220 168 220 220 220 64 64 0 128 128 0 192 192 0 0 0 0 195 195 195 88 88 88 48 48 48 64 0 0 160 160 160 255 255 255 128 128 128 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@<@G8@?0C''@N\@90G? ??C?<O?0??C?<O?0??C?<G? b');
+                            yourself);
+                yourself
+        ]
 !
 
 palette16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self palette16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#palette16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class palette16x16Icon'
-        ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class palette16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 C 8NC 8NA XFA XNC 8NC 8HC 8FA0$IBP$IA08NC 8NC XGBP$IB04MBP$FC 8NC 8FBP$IBP,MCP$IA08NC 8FBPHA@P$IBP$IBP\NC 8FBP$AA@TIBP$I
 BPX@C 8NA $IBP$HBP$IBP\NC 8NC XI@0@@BP$IBP$IA XNC 8FBP@@@@$IBP$IBP$IA0X@A $IBP$IBP$IA0 HA0$IA XIBP$LC@0IBP @@@ IBPXFBP$I
-C@0LBP$HC 8HBP$FC XIBP(LB $IA0 HA $IA08NA $IBP$IBP$IBP$IBPXNC 8GBP$IBP$IBP$IA XHC 8NC \FA XFA XFA0 HC @a') ; colorMapFromArray:#[0 152 0 15 48 248 16 48 240 32 104 0 48 48 168 79 48 120 143 96 56 160 112 0 170 140 140 172 140 108 239 232 128 240 8 0 240 200 56 255 8 0 255 248 248]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@>@O<C?8O?!!?>O?0?>C?>O?>????3??O_?<??1?>C? b') ; yourself); yourself]
+C@0LBP$HC 8HBP$FC XIBP(LB $IA0 HA $IA08NA $IBP$IBP$IBP$IBPXNC 8GBP$IBP$IBP$IA XHC 8NC \FA XFA XFA0 HC @a');
+                colorMapFromArray:#[ 0 152 0 15 48 248 16 48 240 32 104 0 48 48 168 79 48 120 143 96 56 160 112 0 170 140 140 172 140 108 239 232 128 240 8 0 240 200 56 255 8 0 255 248 248 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@>@O<C?8O?!!?>O?0?>C?>O?>????3??O_?<??1?>C? b');
+                            yourself);
+                yourself
+        ]
 !
 
 paste16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self paste16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#paste16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class paste16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#paste16x16Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class paste16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@FX@@@@@AWTF@FA5\@@G\CL3L0]P@@U0@@@@A7@@A5]WU5]WT@@E]WV**** @@]WU:DQDZ(@AWU5(QDQ(Z@GU5^!!@@F** U5
 ]ZDQDQDZA5]W(P@@@A(@@@B!!DQDQF @@@J******@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 0 212 208 200 255 255 255 128 128 0 255 255 0 128 128 128 0 255 255 0 0 255 0 0 128]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 0 0 0 212 208 200 255 255 255 128 128 0 255 255 0 128 128 128 0 255 255 0 0 255 0 0 128 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@G G?8??3??O?<??3??O?<??;???????=??0O?@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 pipette16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self pipette16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#pipette16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class pipette16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class pipette16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 FQ$[F18^G!!8^G!!8^J"(^G!!\YF1,[G!!8^G!!8^IR (C!!$WFQ([F18^G!!8^IR$*J"TYE1\YF!!,[G!!8YIR *J"$SFQ\WFQ([F1,[IR *J"$TFQ$WE1\YF!!,YFR $
 J" JFQ$YE1\WFQ$YFQ@]JAHCFQ$YFQXWE1\WE1T#I \LFQ$YFQ$UE!!\WE1X&I $YFQ$YFQ$YEQXVFQD&H  YFQ$YFQ$YFQTUEQD&HPPYFQ$YFQ$YFQ,UEQ@''
-H@HYFQ$YFQ$YFQ([FP<&G0DYFQ$YFQ$YFQ$YFP4!!G@@YFQ$YFQ$YE1$WFQ$XBPTYFQ$YFQ$YE1$YE1\WB0XYFQ$YFQ$YFQ$YE1\WE0@a') ; colorMapFromArray:#[48 48 50 48 48 60 64 72 80 80 8 20 80 88 100 88 72 60 96 72 60 96 104 120 96 104 130 112 120 140 120 24 20 120 88 70 128 24 20 128 96 70 136 40 40 136 96 70 136 96 80 136 104 80 144 24 20 144 32 40 144 40 40 144 104 80 144 104 90 144 112 90 144 120 110 152 112 90 152 112 100 152 120 100 152 160 190 160 160 180 168 136 110 168 184 220 176 192 220 184 200 230 192 216 240 200 216 230 208 48 50 208 56 60 216 240 240 224 240 240 240 64 70 240 88 100 240 136 140]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@0@G @>@G8@?@C8@_@C8@^@C0@^@C0@^@C0@N@@0@@b') ; yourself); yourself]
+H@HYFQ$YFQ$YFQ([FP<&G0DYFQ$YFQ$YFQ$YFP4!!G@@YFQ$YFQ$YE1$WFQ$XBPTYFQ$YFQ$YE1$YE1\WB0XYFQ$YFQ$YFQ$YE1\WE0@a');
+                colorMapFromArray:#[ 48 48 50 48 48 60 64 72 80 80 8 20 80 88 100 88 72 60 96 72 60 96 104 120 96 104 130 112 120 140 120 24 20 120 88 70 128 24 20 128 96 70 136 40 40 136 96 70 136 96 80 136 104 80 144 24 20 144 32 40 144 40 40 144 104 80 144 104 90 144 112 90 144 120 110 152 112 90 152 112 100 152 120 100 152 160 190 160 160 180 168 136 110 168 184 220 176 192 220 184 200 230 192 216 240 200 216 230 208 48 50 208 56 60 216 240 240 224 240 240 240 64 70 240 88 100 240 136 140 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@0@G @>@G8@?@C8@_@C8@^@C0@^@C0@^@C0@N@@0@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 printIt16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self printIt16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#printIt16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class printIt16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class printIt16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@A XFA XFA X@@@@@@@@@@@XEAPTEAPT@@@@@@@@@@@@FAPTEAPT@@P@@@@@@@@@DA TEAPT@@P@@@@@DA@@@A@XEAPT@@PD@
 APT@A@P@@@PFAPT@@PDC@@@@@@@D@@@DA T@@PDC@0DA@P@DA@@@A@X@@PDC@0DA@P@@A@P@@@P@@@@@@@DA@P@G@@PD@@@DA TEAP@A@P@GA0@DA@@@A@XE
-AP@@@P@GA0\@A@P@@@PFAP\@@P@GA0\G@@PD@@@@A \G@@@GA0\GA0@@@@@@@@XFA @FA XFA @@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 248 252 128 208 220 0 255 255 255 0 255 0 248 252 248 64 64 64 168 228 240]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@?8C? O?@?>C?8O?0?>C?8O? ?>C?8O? ?>C?8@@@b') ; yourself); yourself]
+AP@@@P@GA0\@A@P@@@PFAP\@@P@GA0\G@@PD@@@@A \G@@@GA0\GA0@@@@@@@@XFA @FA XFA @@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 248 252 128 208 220 0 255 255 255 0 255 0 248 252 248 64 64 64 168 228 240 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@?8C? O?@?>C?8O?0?>C?8O? ?>C?8O? ?>C?8@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 redo16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self redo16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#redo16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class redo16x16Icon'
-	ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@O@ACDHB0 GB@<DG0P@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 0 0 128]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#redo16x16Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class redo16x16Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@O@ACDHB0 GB@<DG0P@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 0 0 128 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@O@ACDHB0 GB@<DG0P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 redo16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self redo16x16Icon2 inspect
      ImageEditor openOnClass:self andSelector:#redo16x16Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class redo16x16Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class redo16x16Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@L3L@@@@@@CL@@CL@@@@C@@@@@C@@LC@!!L2@@@0H0LSL@L2@@L#LC@@@@L @BL3L@@@@C@@H3L0@@@@L@@#L3@@@@H"H"LCL@@@L3L3L0L3
-@@@@@@@@@CL0@@@@@@@@@3L0@@@@@@@@@3L@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 192 0 0 64 0 0 128 0 0 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@G A? O?E?>7''?8G? O>@?8G= ?7@@N@@^@@\@@@@b') ; yourself); yourself]
+@@@@@@@@@CL0@@@@@@@@@3L0@@@@@@@@@3L@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 192 0 0 64 0 0 128 0 0 0 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@G A? O?E?>7''?8G? O>@?8G= ?7@@N@@^@@\@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 reload16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self reload16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#reload16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class reload16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class reload16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@ARH@L@@@@@T"P@@@@@@@@"P@@@@@@@ARP@@@@@@@@BI@@@@@@@AUH"I@@@@@@@T"I@@@@@@@@EI@@@@@@@@@A@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 0 192 0 0 64 0 0 128 0 0 255 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@>@O>A>\G0P>@#8@?9!!?OC9>GO<HOD@<HG 9>A?0A<@b') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 0 192 0 0 64 0 0 128 0 0 255 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@>@O>A>\G0P>@#8@?9!!?OC9>GO<HOD@<HG 9>A?0A<@b');
+                            yourself);
+                yourself
+        ]
 !
 
 repositoryCVSIcon
@@ -2762,49 +4056,73 @@
 !
 
 repositoryCheckIn
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self repositoryCheckIn inspect
      ImageEditor openOnClass:self andSelector:#repositoryCheckIn
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class repositoryCheckIn'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class repositoryCheckIn'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@TCP<MB  T@@@@@@@@@@@RG2H)JBP^FQH@@@@@@@@@DB@!!JR $G!!$F@@@@@@@@@@$VGR\#FA\UB0@@@@@@@@@GF2X)JBP^FP,@@@@@@@@@BQ,&
 JR $G!!$K@@@@K"8.K"8.K"8(IA8YB0@@@@@@J2</J2,.JBP^FP,@@@@@K"<,K2<+K" $G!!$L@@@@K"0,K2</J28(IA8YC@@@K"4-K28.K",.JBT^FP0@K",-
-KB8@BQ,.K"LXE1TE@B8/KR8@@AL[I"8#FA\UA@@.K28@@@@@D1LSD1@NDP@@K",.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 128 0 48 152 0 63 184 0 111 248 40 175 152 48 176 96 40 176 104 40 176 128 56 191 128 40 191 128 56 191 136 48 192 120 48 192 128 48 192 144 48 192 144 56 192 152 48 192 152 56 192 160 56 192 168 56 207 160 56 207 176 80 224 120 8 224 152 16 224 160 16 239 192 40 240 176 24 240 192 64 240 200 56 240 200 64 240 208 48 240 208 56 255 200 40 255 200 48 255 208 64 255 216 80 255 224 80 255 224 88 255 224 96 255 232 104 255 240 96 255 240 136 255 248 160 241 241 241 50 155 0 109 255 36 133 255 72 40 124 0 60 186 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@O8A?0G?@_<A?0G?G?<G?0??G?<??77?^_=0?''@@@@@b') ; yourself); yourself]
+KB8@BQ,.K"LXE1TE@B8/KR8@@AL[I"8#FA\UA@@.K28@@@@@D1LSD1@NDP@@K",.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 128 0 48 152 0 63 184 0 111 248 40 175 152 48 176 96 40 176 104 40 176 128 56 191 128 40 191 128 56 191 136 48 192 120 48 192 128 48 192 144 48 192 144 56 192 152 48 192 152 56 192 160 56 192 168 56 207 160 56 207 176 80 224 120 8 224 152 16 224 160 16 239 192 40 240 176 24 240 192 64 240 200 56 240 200 64 240 208 48 240 208 56 255 200 40 255 200 48 255 208 64 255 216 80 255 224 80 255 224 88 255 224 96 255 232 104 255 240 96 255 240 136 255 248 160 241 241 241 50 155 0 109 255 36 133 255 72 40 124 0 60 186 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@O8A?0G?@_<A?0G?G?<G?0??G?<??77?^_=0?''@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 repositoryCheckOut
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self repositoryCheckOut inspect
      ImageEditor openOnClass:self andSelector:#repositoryCheckOut
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class repositoryCheckOut'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class repositoryCheckOut'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@TCP<MB  T@@@@@@@@@@@RG2H)JBP^FQH@@@@@@@@@DB@!!JR $G!!$F@@@@@@@@@@$VGR\#FA\UB0@@@@@@@@@GF2X)JBP^FP,@@@@@@@@@BQ,&
 JR $G!!$K@@@@@@@@@@@@@@@(IA8YB0@@@@@@@@DB@ DB@BP^FP,@@@@@@@LC@0@@JR $G!!$L@@@@@@LC@0@\I"$(IA8YC@@@@PHC@ @IF"X)JBT^FP0@@@HC
-@ @@BQX]I2LXE1TE@@@B@ H@@APVGR\#FA\UA@@@@PHB@@@@EALSD1@NDP@@@@DA@PD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 128 0 48 152 0 63 184 0 111 248 40 175 152 48 176 96 40 176 104 40 176 128 56 191 128 40 191 128 56 191 136 48 192 120 48 192 128 48 192 144 48 192 144 56 192 152 48 192 152 56 192 160 56 192 168 56 207 160 56 207 176 80 224 120 8 224 152 16 224 160 16 239 192 40 240 176 24 240 192 64 240 200 56 240 200 64 240 208 48 240 208 56 255 200 40 255 200 48 255 208 64 255 216 80 255 224 80 255 224 88 255 224 96 255 232 104 255 240 96 255 240 136 255 248 160]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@O8A?0G?@_<A?0G?@?<G?4??W?=??77?__=<?''8@_0@b') ; yourself); yourself]
+@ @@BQX]I2LXE1TE@@@B@ H@@APVGR\#FA\UA@@@@PHB@@@@EALSD1@NDP@@@@DA@PD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 128 0 48 152 0 63 184 0 111 248 40 175 152 48 176 96 40 176 104 40 176 128 56 191 128 40 191 128 56 191 136 48 192 120 48 192 128 48 192 144 48 192 144 56 192 152 48 192 152 56 192 160 56 192 168 56 207 160 56 207 176 80 224 120 8 224 152 16 224 160 16 239 192 40 240 176 24 240 192 64 240 200 56 240 200 64 240 208 48 240 208 56 255 200 40 255 200 48 255 208 64 255 216 80 255 224 80 255 224 88 255 224 96 255 232 104 255 240 96 255 240 136 255 248 160 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@O8A?0G?@_<A?0G?@?<G?4??W?=??77?__=<?''8@_0@b');
+                            yourself);
+                yourself
+        ]
 !
 
 repositoryGitIcon
@@ -2880,26 +4198,38 @@
 !
 
 repositoryLog
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self repositoryLog inspect
      ImageEditor openOnClass:self andSelector:#repositoryLog
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class repositoryLog'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class repositoryLog'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@4E@@@@@@@@@@@@@@@@@@DLF @@@@@@@@@@@@@@@A0A@P0E@@@@@@@@@@@@@@@WAP4AB0@C
 @0LC@0\@@@@@E@@ECP@@@1PTFA I@@@@@@@RGA\@@@LXFA XBP@@@@@DC!!TXAA,CEAPTE@$@@@@YA XDA@P[@1 XFA I@@@@B@PDB (JD@LTEAPTBP@@@@ J
-B@ [E!!LCFA XF@$@@@@WC0<OD1LQ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[146 146 146 255 218 144 241 241 241 255 255 255 126 186 0 255 157 108 133 255 72 192 192 192 84 124 0 160 160 164 105 155 0 186 126 0 255 255 180 255 206 108 109 255 36 20 62 0 42 62 0 6 6 6 133 133 133 18 18 18 95 95 95 248 248 248 62 62 0 108 108 108 222 222 222 69 69 69 255 255 144 63 93 0 128 128 128]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@8@G @_@A=>G''8N_#?>O?8??#?>O8@@@@@@@@@b') ; yourself); yourself]
+B@ [E!!LCFA XF@$@@@@WC0<OD1LQ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 146 146 146 255 218 144 241 241 241 255 255 255 126 186 0 255 157 108 133 255 72 192 192 192 84 124 0 160 160 164 105 155 0 186 126 0 255 255 180 255 206 108 109 255 36 20 62 0 42 62 0 6 6 6 133 133 133 18 18 18 95 95 95 248 248 248 62 62 0 108 108 108 222 222 222 69 69 69 255 255 144 63 93 0 128 128 128 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@8@G @_@A=>G''8N_#?>O?8??#?>O8@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 repositoryMCIcon
@@ -2998,348 +4328,533 @@
 !
 
 repositoryTag
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self repositoryTag inspect
      ImageEditor openOnClass:self andSelector:#repositoryTag
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class repositoryTag'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class repositoryTag'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BH"H"H"@@@JL3L3L3N@@BL3L3L3L8@KJVL3L3L3 K/NT3L3L3N@@BL3L0LC@8@@43L3L3L3 @@ML3L3L3N@@@
-@DQDQDQA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[35 35 35 98 98 98 128 128 66 252 252 128 68 68 68 129 65 65 128 64 2 241 241 241 67 67 67 128 64 64 190 190 66 2 2 2 66 66 66 65 65 3 97 65 3]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@A?8O?1??O?=??1??G?<O?0_?@@@@@@@@@@@b') ; yourself); yourself]
+@DQDQDQA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 35 35 35 98 98 98 128 128 66 252 252 128 68 68 68 129 65 65 128 64 2 241 241 241 67 67 67 128 64 64 190 190 66 2 2 2 66 66 66 65 65 3 97 65 3 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@A?8O?1??O?=??1??G?<O?0_?@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 repositoryVersions
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self repositoryVersions inspect
      ImageEditor openOnClass:self andSelector:#repositoryVersions
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class repositoryVersions'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class repositoryVersions'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@#FA(XH0@@@@@@@@@@@@@JABDNA@PJ@@@@@@@@@@@#ABD[HPPDG"L@@@@@@@@@FBDQC1XOB!!8X@@@@@@@@@A(\B08NABD^
 F @@@@@@@@@ZD T$E \[G!! @@@@@@@@ICQLSD2D[A@XV@@@@@@@I@0HJD1LAG X]ER@@@@@@@0$@@1XXF!! VE@0"EP@@@@@@@@LC@@@@@A<U@BHU@@@@@@@C
-@0@@@@@@CQT@E1T@@@@@@0L@@@@@@@@MEP@WH@@@@@LC@@@@@@@@@@4UDB@@@@@C@0@@@@@@@@@@@AT_@@@@@0L@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[186 126 0 74 140 199 95 159 191 63 95 159 180 230 255 79 124 169 146 146 146 160 160 164 241 241 241 63 127 191 120 120 120 89 144 198 217 147 0 82 82 82 235 235 235 192 192 192 155 105 0 222 222 222 74 134 193 79 141 199 62 42 0 124 84 0 95 95 95 255 206 108 57 57 57 159 191 191 0 0 0 255 255 255 90 145 199 31 31 31 144 218 255 69 69 69 93 63 0 248 248 248 255 218 144 108 108 108 162 186 210]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@O A?@O>@?8C? O>A?8O?07? X_A >FA<XC1 CF@@b') ; yourself); yourself]
+@0@@@@@@CQT@E1T@@@@@@0L@@@@@@@@MEP@WH@@@@@LC@@@@@@@@@@4UDB@@@@@C@0@@@@@@@@@@@AT_@@@@@0L@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 186 126 0 74 140 199 95 159 191 63 95 159 180 230 255 79 124 169 146 146 146 160 160 164 241 241 241 63 127 191 120 120 120 89 144 198 217 147 0 82 82 82 235 235 235 192 192 192 155 105 0 222 222 222 74 134 193 79 141 199 62 42 0 124 84 0 95 95 95 255 206 108 57 57 57 159 191 191 0 0 0 255 255 255 90 145 199 31 31 31 144 218 255 69 69 69 93 63 0 248 248 248 255 218 144 108 108 108 162 186 210 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@O A?@O>@?8C? O>A?8O?07? X_A >FA<XC1 CF@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 rightAdjust16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self rightAdjust16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#rightAdjust16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class rightAdjust16x16Icon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@AUUUUPP@@@DEUUUUAUP@@PUUUUTD@@@AAUUUUPUT@@DEUUUUA@@@@PUUUUTEU@@AAUUUUPUUUUT@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#rightAdjust16x16Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class rightAdjust16x16Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@AUUUUPP@@@DEUUUUAUP@@PUUUUTD@@@AAUUUUPUT@@DEUUUUA@@@@PUUUUTEU@@AAUUUUPUUUUT@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 ??????????????????????????????????????????<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 run16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self run16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#run16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class run16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class run16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@AT@@@@@@!!@@EP@AT@@CPRMDT!!P0@@ATQDQDP0@@@CQEMTQD@@@@IEL@EDH@@AEDL@@AQAD@L4QP@@EDL0@@MDD@EDT@@@ADQAEDQ@@@@A
-QDQDQC@@@AP4IDMAP0@@T0@AL@@#@@@@@@D0@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 220 220 220 128 128 128 195 195 195 160 160 160]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A CFLO?0_>A?8G''!!<O''0>G'' _>A?8O?01#@F@@@@b') ; yourself); yourself]
+QDQDQC@@@AP4IDMAP0@@T0@AL@@#@@@@@@D0@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 220 220 220 128 128 128 195 195 195 160 160 160 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@A CFLO?0_>A?8G''!!<O''0>G'' _>A?8O?01#@F@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 search16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self search16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#search16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class search16x16Icon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@ @ @@@@@@@@@@@@B@B@@@@@@@@PDD@@DBA@@B@@ @@@@@@@P@@D@H@@B@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 212 208 200 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#search16x16Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class search16x16Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@ @ @@@@@@@@@@@@B@B@@@@@@@@PDD@@DBA@@B@@ @@@@@@@P@@D@H@@B@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 212 208 200 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@\\A10GG@>>C;8_?3??/?>??;>?/ >>C;8O @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 search16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self search16x16Icon2 inspect
      ImageEditor openOnClass:self andSelector:#search16x16Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary search16x16Icon2'
-        ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary search16x16Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@HB@@@@@@@@@@@@@@@@@0PEAPXC@@@@@@@@@@@@A0 IB (IB00@@@@@@@@@@ 4NC1@QC1HS@ @@@@@@@APUE!!\X
 FPDZF10@@@@@@@@]G!!< @PD!!H"L$@@@@@@@@IRXEI0DAJB$*I@@@@@@@@@X+K@H-K"<0LSH@@@@@@@D3MCT6M3\8NS(2@@@@@@D;OC4>O4A@PTHB@@@@@@EC
-QDUFQ4!!IN0DW@@@@@@EJR41MS @@@@@@@@@@@@@AS5AQT @@@@@@@@@@@@@@@EMTUP@@@@@@@@@@@@@@@@@@@P@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 223 224 248 208 208 248 240 232 248 191 200 240 143 160 208 192 200 240 207 216 248 127 144 200 63 88 168 47 88 184 127 152 200 208 224 248 79 104 200 48 80 160 79 112 176 144 184 240 144 176 240 48 88 168 80 120 208 175 184 216 47 72 168 95 96 176 239 224 248 255 240 224 240 232 240 79 96 168 47 80 160 208 216 240 159 168 200 31 64 160 159 168 224 255 232 248 223 208 248 128 152 216 32 64 160 191 184 208 144 160 184 31 64 168 255 248 248 239 232 248 112 128 200 31 48 160 15 48 160 64 88 168 255 240 240 240 240 248 207 208 248 48 64 144 47 64 160 224 216 240 191 192 240 31 56 168 16 32 144 32 48 160 95 104 200 32 56 144 32 56 136 128 160 216 176 184 224 64 80 144 15 32 136 64 88 176 31 48 136 16 40 144 32 64 136 128 152 200 191 184 224 63 72 136 16 48 128 96 104 168 208 216 248 224 232 248 191 192 224 191 184 216 64 72 120 15 32 104 63 96 184 240 248 248 128 128 184 31 40 80 111 112 144 239 216 248 208 208 224 176 184 200 223 216 224]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'D@@@X@G8@?0G? _>A?8G? _>C?8_?C?8_ A<@C @D@@b') ; yourself); yourself]
+QDUFQ4!!IN0DW@@@@@@EJR41MS @@@@@@@@@@@@@AS5AQT @@@@@@@@@@@@@@@EMTUP@@@@@@@@@@@@@@@@@@@P@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 223 224 248 208 208 248 240 232 248 191 200 240 143 160 208 192 200 240 207 216 248 127 144 200 63 88 168 47 88 184 127 152 200 208 224 248 79 104 200 48 80 160 79 112 176 144 184 240 144 176 240 48 88 168 80 120 208 175 184 216 47 72 168 95 96 176 239 224 248 255 240 224 240 232 240 79 96 168 47 80 160 208 216 240 159 168 200 31 64 160 159 168 224 255 232 248 223 208 248 128 152 216 32 64 160 191 184 208 144 160 184 31 64 168 255 248 248 239 232 248 112 128 200 31 48 160 15 48 160 64 88 168 255 240 240 240 240 248 207 208 248 48 64 144 47 64 160 224 216 240 191 192 240 31 56 168 16 32 144 32 48 160 95 104 200 32 56 144 32 56 136 128 160 216 176 184 224 64 80 144 15 32 136 64 88 176 31 48 136 16 40 144 32 64 136 128 152 200 191 184 224 63 72 136 16 48 128 96 104 168 208 216 248 224 232 248 191 192 224 191 184 216 64 72 120 15 32 104 63 96 184 240 248 248 128 128 184 31 40 80 111 112 144 239 216 248 208 208 224 176 184 200 223 216 224 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'D@@@X@G8@?0G? _>A?8G? _>C?8_?C?8_ A<@C @D@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 searchNext16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self searchNext16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#searchNext16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class searchNext16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#searchNext16x16Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class searchNext16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@DUUT@@@@@@DT@AE@E@@@@T@@@AUT@@@AP@@@EUP@@@DT@@EUU@@@@AE@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@P@@@@@@C@@@C@@@@@@D@A@D@@@@@@@
 @@@@@@@@@C@@@@L@@@@@D@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 0 212 208 200 128 128 128 0 0 128]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 0 0 0 212 208 200 128 128 128 0 0 128 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 A<@LY@ \BA0LO@X@FL@X0C7 _?A?<G?0^OA8<G#0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 searchPrev16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self searchPrev16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#searchPrev16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class searchPrev16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#searchPrev16x16Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class searchPrev16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@UUU@@@@@T@U@@EP@@@AUT@@@AP@@@EUP@@@E@@@@UUT@@EP@@@@@@@@EP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@P@@@@@@@@0@@@0@@@@@AA@@A@@@@
 @@@@@@@@@@@@L@@@@0@@@@@P@@@A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 0 212 208 200 128 128 128 0 0 128]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 0 0 0 212 208 200 128 128 128 0 0 128 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @>@&LC PNA@<L@A @1 CF@^<C?8O? ?>C18OG <^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 settings16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self settings16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#settings16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class settings16x16Icon'
-        ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class settings16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@LC@0@@@@@@@@XC"@@@@@@H00^B0@@@@@XC"PN@@@@@@@#E1<G@@@@C"PNF@@RG @@@@ [A0@@H@8OF@@@AQD @A<UH!!T@
 H@8[@@@@@@\YFA WHR@GH@8[@@@@@@@@A14YHR@ H@8[@@@@@@@@@@@GEQTRH@8 A @@@@@@@@@@@@@A@P8 G1 L@@@@@@@@@AXAE $AD1 \D1P@@@@@@AXA
-E $B@P@QD10PA@@@@AXAE (B@QX@@A$SF!!LC@@@AE 4B@QX@@@@@D1PCDP@@@P4B@QX@@@@@@@@CDP@@@@4A@QX@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 47 80 128 95 136 184 111 104 96 111 104 104 112 112 104 112 112 120 127 120 120 127 128 120 127 160 200 127 168 208 128 128 120 128 128 128 128 168 208 143 136 128 143 136 136 159 144 144 159 152 144 159 152 160 160 160 160 160 160 168 175 168 168 175 200 240 176 168 168 176 176 176 191 184 184 192 184 184 192 192 184 192 192 200 207 200 200 208 200 208 208 208 208 223 216 216 224 224 216 224 224 224 239 232 224 240 240 240]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@NA0<OA8=#''''^8_?@?8A? A?@_>C=<_39>G''0L^@@b') ; yourself); yourself]
+E $B@P@QD10PA@@@@AXAE (B@QX@@A$SF!!LC@@@AE 4B@QX@@@@@D1PCDP@@@P4B@QX@@@@@@@@CDP@@@@4A@QX@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 47 80 128 95 136 184 111 104 96 111 104 104 112 112 104 112 112 120 127 120 120 127 128 120 127 160 200 127 168 208 128 128 120 128 128 128 128 168 208 143 136 128 143 136 136 159 144 144 159 152 144 159 152 160 160 160 160 160 160 168 175 168 168 175 200 240 176 168 168 176 176 176 191 184 184 192 184 184 192 192 184 192 192 200 207 200 200 208 200 208 208 208 208 223 216 216 224 224 216 224 224 224 239 232 224 240 240 240 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@NA0<OA8=#''''^8_?@?8A? A?@_>C=<_39>G''0L^@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 showCodeCoverage16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self showCoverageCode16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#showCoverageCode16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary showCodeCoverage16x16Icon'
-        ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@AUUUUPZ**UTEUUUUAZ*)UPUUUUTE**)UAUUUUPUU?=TEUUUUAUW?5PUUUUTE***UAUUUUPUUUUT@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 140 247 115 255 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 2 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@AUUUUPZ**UTEUUUUAZ*)UPUUUUTE**)UAUUUUPUU?=TEUUUUAUW?5PUUUUTE***UAUUUUPUUUUT@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 140 247 115 255 0 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 ??????????????????????????????????????????<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 snapshot16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self snapshot16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#snapshot16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class snapshot16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#snapshot16x16Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class snapshot16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@G\0@@@@@0M0\3A7L0@CL3@3LCL3@@@@@@@@@@@@@@@@&Y@@@@@@L@&X&P@@@@@0BX&Y@@@@@CLI"Y$@@@@@@@&Y&P@@@@@@
 @I&P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 0 212 208 200 255 255 255 128 128 0 255 255 0 128 128 128 0 255 255 0 0 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 0 0 0 212 208 200 255 255 255 128 128 0 255 255 0 128 128 128 0 255 255 0 0 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@C G?<??;??/?>??;??/?>??;??/?>??9??@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 sortByLineNumber16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self sortByLineNumber16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#sortByLineNumber16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary class sortByLineNumber16x16Icon'
-        ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary sortByLineNumber16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@0<C@@@@@@@@@@@@@@@@@@LP@0@@@@@@@@LE@@LE@@@CA@L@@@@@@@@CAP@CAP@@@0TC@@@@@@@C
 APLCAPL@@@LE@0@CAPTEAPTEAPTEAP@CAPL@@@LC@0T@@0TC@0L@@0TC@@@@@@LE@@LE@@@@@@LE@0@CAPTEAPTEAPTEAP@CAPL@@@LCAPLCAPLC@0L@@0TC
-@@@CAP@CAP@@@@@@APDE@PT@@0T@@0T@@@@@@ADEAPTQ@@@@@@@@@@@@@@@@DPTQ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[159 191 191 63 63 95 63 63 159 191 191 191 0 1 0 0 0 0 191 159 159 127 63 127 255 255 255 159 63 127 63 127 191 223 191 191 159 95 127 63 95 191 127 159 159 1 1 3 3 0 2 159 159 159]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@G@@\CY0M''A>]?=377CX]?=3?7M >6C8@G@@@@@b') ; yourself); yourself]
+@@@CAP@CAP@@@@@@APDE@PT@@0T@@0T@@@@@@ADEAPTQ@@@@@@@@@@@@@@@@DPTQ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 159 191 191 63 63 95 63 63 159 191 191 191 0 1 0 0 0 0 191 159 159 127 63 127 255 255 255 159 63 127 63 127 191 223 191 191 159 95 127 63 95 191 127 159 159 1 1 3 3 0 2 159 159 159 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@G@@\CY0M''A>]?=377CX]?=3?7M >6C8@G@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 sortByName16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self sortByName16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#sortByName16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary class sortByName16x16Icon'
-        ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary sortByName16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@8MCP8@@@@@@@@@@0<C@@@MC @MC @@@@@@@@LP@0@@@@@@CP(@@@@@@@@CA@L@@AHMB 4J@@@@@@@@@0TC@@8MC @M
 B @@@@@@@@LE@0@NCP@@CP(@@@@@@@@CAPL@@@(MCP8BB @@@@@@@0TC@@@@@@@@@@@@@@@@@@LE@0@@@@@@@@\GA0\GA0@CAPL@@@@@@@@IA @KA00@@0TC
-@@@@@@@@A @KA00@APDE@PT@@@@@@@@KA00@@ADEAPTQ@@@@@@@KA00@@@X@DPTQ@@@@@@@@C@\@@@XI@@@@@@@@@@@@@@\GA0\GA0@a') ; colorMapFromArray:#[159 191 191 63 63 95 63 63 159 191 191 191 0 1 0 0 0 0 191 159 159 127 63 127 255 255 255 159 63 127 63 127 191 223 191 191 159 95 127 63 95 191 127 159 159 1 1 3 3 0 2 159 159 159 63 159 191]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C8GM \FA78G] ].A7<G@@\C=0M7@.>A38NW@3@C<b') ; yourself); yourself]
+@@@@@@@@A @KA00@APDE@PT@@@@@@@@KA00@@ADEAPTQ@@@@@@@KA00@@@X@DPTQ@@@@@@@@C@\@@@XI@@@@@@@@@@@@@@\GA0\GA0@a');
+                colorMapFromArray:#[ 159 191 191 63 63 95 63 63 159 191 191 191 0 1 0 0 0 0 191 159 159 127 63 127 255 255 255 159 63 127 63 127 191 223 191 191 159 95 127 63 95 191 127 159 159 1 1 3 3 0 2 159 159 159 63 159 191 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C8GM \FA78G] ].A7<G@@\C=0M7@.>A38NW@3@C<b');
+                            yourself);
+                yourself
+        ]
 !
 
 start16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self start16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#start16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class start16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class start16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@Q@@@@DP@@@Q$@@@@Q@@@QSP@@@AD@@QSI@@@@DP@QSH$QDQ@Q@QSH"M&X4ADQSH"H"H!!PDQ#H"H"H"E@QD@RH"H"HTADA@D"HQDQPDP@
-PAH$QDQ@Q@@D@RP@@@AD@@A@E@@@@DP@@@PD@@@@@@@@@DP@@@@b') ; colorMapFromArray:#[0 64 64 0 128 128 0 192 192 0 255 255 0 0 0 255 255 255 192 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@0LG@0<CG0L?>7?;??/?>??;_?,?>1<CC0LG@@L@b') ; yourself); yourself]
+PAH$QDQ@Q@@D@RP@@@AD@@A@E@@@@DP@@@PD@@@@@@@@@DP@@@@b');
+                colorMapFromArray:#[ 0 64 64 0 128 128 0 192 192 0 255 255 0 0 0 255 255 255 192 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@0LG@0<CG0L?>7?;??/?>??;_?,?>1<CC0LG@@L@b');
+                            yourself);
+                yourself
+        ]
 !
 
 stop16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self stop16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#stop16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class stop16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class stop16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@"H"H"@@@@@$QDQDP @@@$P3L3L1H@@$P3L3L3LR@$P0@3L0@3D"P3@@L0@CLRICL0@@@CL1H$L3L@@CL3D"P3L0@@L3LRICL0@@@CL1H$L0@CL@@3D"P3
-@CL3@CLR@!!L3L3L3LR@@HSL3L3LR@@@BDQDQDR@@@@@"H"H"@@@b') ; colorMapFromArray:#[255 255 255 128 0 0 0 0 0 192 0 0 255 192 192]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'C?@_>C?<_?;?????????????????????_?8??A?8C?@b') ; yourself); yourself]
+@CL3@CLR@!!L3L3L3LR@@HSL3L3LR@@@BDQDQDR@@@@@"H"H"@@@b');
+                colorMapFromArray:#[ 255 255 255 128 0 0 0 0 0 192 0 0 255 192 192 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'C?@_>C?<_?;?????????????????????_?8??A?8C?@b');
+                            yourself);
+                yourself
+        ]
 !
 
 stopPoint16x16
@@ -3364,49 +4879,95 @@
 L@L3@3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3@@@b') ; colorMapFromArray:#[255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65]; mask:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@\@C8@_0C? O>@?8A?@C8@G@@@@@@@@@@@@b') ; yourself); yourself]
 !
 
+structsOnly16x16Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self structsOnly16x16Icon inspect
+     ImageEditor openOnClass:self andSelector:#structsOnly16x16Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary structsOnly16x16Icon'
+        ifAbsentPut:[(Depth4Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+QDQDQDQDQDQDQDQDQDQDQ@A@QR@BT@@@@DQPP@@E@@@@QCQD@@L@@@ADEDP@@P@@@DTDQ@@@T@@@P@@D@@@@@@A@ADP@@@@@@DTDQ@@@T@@@QAQD@@D@@@AD
+EDP@@P@@@DQPP@@E@@ADQDTTPUQDQDQDQDQDQDQDQDQDQDQDQDPb') ; colorMapFromArray:#[63 63 95 0 0 0 3 0 2 0 1 0 159 191 191 191 191 191]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@Y CC@HD@ PFA XFA XFA HD@ PCC@FX@@@@@@b') ; yourself); yourself]
+!
+
 terminal16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self terminal16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#terminal16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'AbstractFileBrowser class terminal16x16Icon'
-        ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary terminal16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 A@PDA@PDA@PDA@PDA@PDA@PJB (JB (JB (JB (JB PJGQ4\F1,[F!!$YFA WE!!XJB!!4B@ HB@ HB@ HB@ HVB ([@  HB@ HB@ HB@ BE@(JF0HGA0\GA0\G
 A0\G@!!PJB!!(AA!!4FA XFA XFA DQB (Y@PXFGPXFA XFA XADP(JF@@EAQ4EAPTEAPTE@A@JB!! @AA4DAA4]GPPDA@@OB (V@@LC@0LC@0LC@0L@CP(JE @@
-@@@@@@@@@@@@@@0JB!!TTEALQDQDPC0<MCP0KB (TEAHQDQ@PC08MB $KB0(DB (JB (JB (JB (JB (DA@PDA@PDA@PDA@PDA@PDA@@a') ; colorMapFromArray:#[95 96 104 95 96 120 95 104 120 95 120 168 95 128 168 95 128 176 96 136 184 96 144 200 111 144 200 127 120 120 143 136 136 176 176 176 191 184 176 191 184 184 192 184 184 192 192 184 192 192 200 207 200 200 207 200 208 208 200 208 208 208 208 223 208 208 223 216 216 224 224 216 224 224 224 239 232 224 239 232 240 240 240 240 255 240 248 255 248 248]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A??/???????????????????????????????7?>@@@b') ; yourself); yourself]
+@@@@@@@@@@@@@@0JB!!TTEALQDQDPC0<MCP0KB (TEAHQDQ@PC08MB $KB0(DB (JB (JB (JB (JB (DA@PDA@PDA@PDA@PDA@PDA@@a');
+                colorMapFromArray:#[ 95 96 104 95 96 120 95 104 120 95 120 168 95 128 168 95 128 176 96 136 184 96 144 200 111 144 200 127 120 120 143 136 136 176 176 176 191 184 176 191 184 184 192 184 184 192 192 184 192 192 200 207 200 200 207 200 208 208 200 208 208 208 208 223 208 208 223 216 216 224 224 216 224 224 224 239 232 224 239 232 240 240 240 240 255 240 248 255 248 248 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@A??/???????????????????????????????7?>@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 top16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self top16x16Icon2 inspect
      ImageEditor openOnClass:self andSelector:#top16x16Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class top16x16Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class top16x16Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 AUUUUUUUUP@EUUUUUUUU@@@@@EAP@@@@@@@EYCT@@@@@@EYBD5@@@@@EYBH!!MP@@@EYBH"HST@@EYBH"H"D5@EABH"H"H!!MPUUUTH"EUUU@@@E@"HU@@@@@@
-TBH!!T@@@@@APH"EP@@@@@EPQDU@@@@@@UUUUT@@@@@@@@@@@@@@b') ; colorMapFromArray:#[192 255 255 0 128 128 0 192 192 0 64 64 0 255 255 0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?1??@N@A<@O8A?0O?!!??O?>??8O8@? C>@O8@? @@@b') ; yourself); yourself]
+TBH!!T@@@@@APH"EP@@@@@EPQDU@@@@@@UUUUT@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 192 255 255 0 128 128 0 192 192 0 64 64 0 255 255 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?1??@N@A<@O8A?0O?!!??O?>??8O8@? C>@O8@? @@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 undent16x16Icon
@@ -3442,69 +5003,105 @@
 !
 
 undent16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self undent16x16Icon2 inspect
      ImageEditor openOnClass:self andSelector:#undent16x16Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary undent16x16Icon2'
-        ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary undent16x16Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H"H"H"H"H@@"H"H@@@@@@BD"H"H"H"@@DRH"@@@@@@DQDQH"H"H @AD"H @@@@@@HRH"H"H"H@@"
-H"H@@@@@@BH"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 34 110 181 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@O?8??#?>O?8??''?>O?8??#?>O?8?? @@@@@b') ; yourself); yourself]
+H"H@@@@@@BH"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 34 110 181 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@O?8??#?>O?8??''?>O?8??#?>O?8?? @@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 undo16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self undo16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#undo16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class undo16x16Icon'
-	ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@<BLHM@P8AC0DO  @B@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 0 0 128]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#undo16x16Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class undo16x16Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@<BLHM@P8AC0DO  @B@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 0 0 128 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@<BLHM@P8AC0DO  @B@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 undo16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self undo16x16Icon2 inspect
      ImageEditor openOnClass:self andSelector:#undo16x16Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class undo16x16Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class undo16x16Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@CL3@@@@@@@3@@@3@@L@@0@@H"H0@2@0@BH3D"LC@0@BL0@3D0L@@BL@@@@1L0@@L@@@@CL3@@@0@@@@L3L"H"H@@@@3L3L3L3@@@CL@@@
-@@@@@CL0@@@@@@@CL0@@@@@@@3L0@@@@@@@3L@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 192 0 0 64 0 0 128 0 0 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A8@_8#?3_?/>^? _<A?0G? _?A @N@A0@^@C @@@b') ; yourself); yourself]
+@@@@@CL0@@@@@@@CL0@@@@@@@3L0@@@@@@@3L@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 192 0 0 64 0 0 128 0 0 0 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@A8@_8#?3_?/>^? _<A?0G? _?A @N@A0@^@C @@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 up16x16Icon
@@ -3514,107 +5111,170 @@
 !
 
 up16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self up16x16Icon2 inspect
      ImageEditor openOnClass:self andSelector:#up16x16Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class up16x16Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class up16x16Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@F@@@@@@@@@FE @@@@@@@FATX@@@@@@FASIF@@@@@FASL2Q @@@FASL3L$X@@FASL3L3IF@FESL3L3L2Q Y&Y%L3I&Y&@@@FD3L&@@@@@@
-XSL2X@@@@@A!!L3I @@@@@FT"H&@@@@@@Y&Y&X@@@@@@@@@@@@@@b') ; colorMapFromArray:#[255 255 255 192 255 255 0 128 128 0 192 192 0 64 64 0 255 255 0 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A@@N@A<@O8A?0O?!!??O?>??8O8@? C>@O8@? @@@b') ; yourself); yourself]
+XSL2X@@@@@A!!L3I @@@@@FT"H&@@@@@@Y&Y&X@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 255 255 255 192 255 255 0 128 128 0 192 192 0 64 64 0 255 255 0 0 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@A@@N@A<@O8A?0O?!!??O?>??8O8@? C>@O8@? @@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 upRight16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self upRight16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#upRight16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class upRight16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class upRight16x16Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@T@@@@@@@@@AU@@@@@@@@@EAP@@@EUUUUT T@@@T@@BL3HE@@APL3L3L2AP@E@3L3L3MAT@TCL3L3MAT@APMDQCMAT@@E@4UUUAT@@@TC
-QPAQT@@@APME@ET@@@@E@4T@T@@@@@UUUP@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[192 255 255 0 64 64 0 255 255 0 192 192 0 128 128 0 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@ @C@@NA?<G?8_?1??''?<_?!!?<G3 _LA< G0@@@@b') ; yourself); yourself]
+QPAQT@@@APME@ET@@@@E@4T@T@@@@@UUUP@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 192 255 255 0 64 64 0 255 255 0 192 192 0 128 128 0 0 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@ @C@@NA?<G?8_?1??''?<_?!!?<G3 _LA< G0@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 viewDetails16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self viewDetails16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#viewDetails16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class viewDetails16x16Icon'
-	ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@]+X@@@@@]+X@@@@@]+X@@@@@]+X@@@@@@@@b') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class viewDetails16x16Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@]+X@@@@@]+X@@@@@]+X@@@@@]+X@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 viewNoDetails16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self viewNoDetails16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#viewNoDetails16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class viewNoDetails16x16Icon'
-	ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@A<@@@@@@A<@@@@@@A<@@@@@@A<@@@@@@@@@b') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class viewNoDetails16x16Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@A<@@@@@@A<@@@@@@A<@@@@@@A<@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 viewTimeDetails16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self viewTimeDetails16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#viewTimeDetails16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary class viewTimeDetails16x16Icon'
-        ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@A0@]0A7@O^@<HC? G<@_0@\@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@\@G<@?8C? _?A?<G?0O>@?8A?@A0@@@@@@b') ; yourself); yourself]
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@A0@]0A7@O^@<HC? G<@_0@\@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@\@G<@?8C? _?A?<G?0O>@?8A?@A0@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 zoomIn16x16Icon
@@ -3668,1266 +5328,1954 @@
 !GenericToolbarIconLibrary class methodsFor:'image specs-20x20'!
 
 bookmarks20x20
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self bookmarks20x20 inspect
      ImageEditor openOnClass:self andSelector:#bookmarks20x20
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class bookmarks20x20'
-        ifAbsentPut:[(Depth8Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class bookmarks20x20'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 ??????????????????????????????????????<1S/???????????????????????6BAD/????????????????????<]#I8*?????????????????????3^_
 ''U''?????????????????????YI2[_!!C??????????????????16F&)&WLO????????<&Q$YFQ$YETI"V%YI*U$D?OS4=K4YT#9RT$9FP#(6K"(VB_718]U0%
 ?4X:^X&H!!8RC G57]GE/ZVU@A_????<*Y''-:]''M2\F5(X%=UK G???????<QSF9,Z6]#WU!!SQBW???????????<VU6E^V%EMRTL"?????????????2%[T$=J
 Q389NB#?????????????M$-HP#,3KB\ZE07??????????145OCP-IA0UC ,JG_??????????GSH+G!!,@?1HOA LSQO???????14!!H1$G?????1@T@ $H????
-????GQ< AO????????<]C@ ]??????<]G_??????????????GQ7??0@a') ; colorMapFromArray:#[143 162 38 146 165 38 153 167 24 155 168 21 149 168 39 149 169 39 156 169 21 151 170 40 151 171 40 156 171 30 159 173 22 160 174 20 156 174 34 154 175 41 162 176 20 159 176 32 156 176 41 156 177 41 157 177 41 159 178 37 159 178 38 163 179 26 158 179 42 163 180 27 159 180 42 162 180 35 166 181 20 160 181 40 161 181 39 160 181 42 165 181 28 162 181 37 161 181 40 162 181 38 161 181 41 168 181 23 162 182 36 161 182 41 161 182 43 168 183 20 163 183 35 162 183 41 162 183 42 170 184 22 169 185 20 169 185 23 164 185 38 164 185 40 164 185 42 164 185 43 171 186 24 171 187 21 172 187 22 170 187 29 168 187 35 165 187 44 171 188 19 173 190 19 168 189 44 174 190 21 174 190 22 170 192 37 176 192 20 170 192 38 171 193 33 171 193 38 177 193 21 176 194 19 174 194 26 172 193 47 172 193 48 178 195 20 179 195 21 179 197 19 180 197 20 180 197 21 176 197 38 181 199 19 177 199 46 183 201 20 179 200 50 184 202 19 185 202 21 184 203 18 180 201 50 183 204 21 181 203 37 184 204 27 185 205 18 181 204 45 187 205 19 187 205 21 183 206 27 187 208 18 189 208 20 189 210 17 186 208 51 191 210 20 190 211 17 190 211 19 187 209 53 191 213 17 190 211 43 193 213 19 193 214 17 194 216 16 192 215 38 195 216 20 196 217 25 196 218 18 196 217 28 196 219 17 198 220 18 199 221 17 200 222 23 201 222 28 201 224 17 200 225 16 203 223 33 203 225 20 202 226 16 202 223 51 204 224 38 204 224 41 203 227 16 204 226 26 203 226 47 204 229 16 206 227 34 203 227 53 206 230 21 207 228 39 208 228 43 207 231 26 207 228 60 209 229 48 209 229 51 210 229 52 209 232 33 210 232 39 209 231 58 211 233 46 212 234 52 213 233 63 213 234 56 214 235 59 214 237 41 215 235 62 215 235 64 215 238 49 217 238 55 217 240 46 218 239 61 219 242 53 220 242 59 222 245 56 223 245 62 224 248 57 224 248 58 224 248 64 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@G@@@O@@@O@@@O @@_ @???0???0_?? G??@C?<@A?8@A?8@A?<@C?<@C=>@G0>@G O@F@C@') ; yourself); yourself]
+????GQ< AO????????<]C@ ]??????<]G_??????????????GQ7??0@a');
+                colorMapFromArray:#[ 143 162 38 146 165 38 153 167 24 155 168 21 149 168 39 149 169 39 156 169 21 151 170 40 151 171 40 156 171 30 159 173 22 160 174 20 156 174 34 154 175 41 162 176 20 159 176 32 156 176 41 156 177 41 157 177 41 159 178 37 159 178 38 163 179 26 158 179 42 163 180 27 159 180 42 162 180 35 166 181 20 160 181 40 161 181 39 160 181 42 165 181 28 162 181 37 161 181 40 162 181 38 161 181 41 168 181 23 162 182 36 161 182 41 161 182 43 168 183 20 163 183 35 162 183 41 162 183 42 170 184 22 169 185 20 169 185 23 164 185 38 164 185 40 164 185 42 164 185 43 171 186 24 171 187 21 172 187 22 170 187 29 168 187 35 165 187 44 171 188 19 173 190 19 168 189 44 174 190 21 174 190 22 170 192 37 176 192 20 170 192 38 171 193 33 171 193 38 177 193 21 176 194 19 174 194 26 172 193 47 172 193 48 178 195 20 179 195 21 179 197 19 180 197 20 180 197 21 176 197 38 181 199 19 177 199 46 183 201 20 179 200 50 184 202 19 185 202 21 184 203 18 180 201 50 183 204 21 181 203 37 184 204 27 185 205 18 181 204 45 187 205 19 187 205 21 183 206 27 187 208 18 189 208 20 189 210 17 186 208 51 191 210 20 190 211 17 190 211 19 187 209 53 191 213 17 190 211 43 193 213 19 193 214 17 194 216 16 192 215 38 195 216 20 196 217 25 196 218 18 196 217 28 196 219 17 198 220 18 199 221 17 200 222 23 201 222 28 201 224 17 200 225 16 203 223 33 203 225 20 202 226 16 202 223 51 204 224 38 204 224 41 203 227 16 204 226 26 203 226 47 204 229 16 206 227 34 203 227 53 206 230 21 207 228 39 208 228 43 207 231 26 207 228 60 209 229 48 209 229 51 210 229 52 209 232 33 210 232 39 209 231 58 211 233 46 212 234 52 213 233 63 213 234 56 214 235 59 214 237 41 215 235 62 215 235 64 215 238 49 217 238 55 217 240 46 218 239 61 219 242 53 220 242 59 222 245 56 223 245 62 224 248 57 224 248 58 224 248 64 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@F@@@G@@@O@@@O@@@O @@_ @???0???0_?? G??@C?<@A?8@A?8@A?<@C?<@C=>@G0>@G O@F@C@');
+                            yourself);
+                yourself
+        ]
 !
 
 browseIt20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self browseIt20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#browseIt20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class browseIt20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class browseIt20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@3L3L3L@@@@@@@M&Y&Y D@@@@@@CY&Y&@P@@@@@@ATQDPAD@@@@@@@@@@@DS@@@@@@
 @@@@@QL1D @@@@@@@AD3DR@@@@@@@@@@@QH@@@@@@@@@@@D L3L5@@@@@@@BA7]7]@@@@@@@HDQDQDP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 248 252 128 208 220 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 248 252 128 208 220 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@P@_?0@_? @_? @_? @_? @_?<@@?8@A?0@C?? @_? @_? @_? @_? @0@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 copy20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copy20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#copy20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class copy20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class copy20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 QDQDQDQDQDQDQDQADQDTQDQDQDQDPTQDDDQDQDQDQDECMAPDQDQDQDQAQDPP@DQDQDQDPTL3P3ADQDQDQDEDQADQDTQDQDQAP3LTQDDDQDQDPTQBECMAPDQD
 QDECL1QDPP@DQDQAP$HTL3P3ADQDPRP"EDQDI@QDQDD@@AP3L3HDQDQDQDPTQBP"ADQDQDQDECL3L QDQDQDQAP$H"HDQDQDQDPRP"H"ADQDQDQD@@@@@@QD
-QDQDQDQDQDQDQDQDQDQDQDQDQDPb') ; colorMapFromArray:#[0 0 0 64 64 64 168 228 240 208 212 208 255 255 255]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+QDQDQDQDQDQDQDQDQDQDQDQDQDPb');
+                colorMapFromArray:#[ 0 0 0 64 64 64 168 228 240 208 212 208 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@G8@@G<@@G>@@G?@@G?@@G?0@G?8@G?<@G?>@G?>@G?>@G?>@@O>@@O>@@O>@@O>@@O>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 cut20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self cut20x20Icon inspect
-     ImageEditor openOnClass:self andSelector:#cut20x20Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class cut20x20Icon'
-	ifAbsentPut:[(Depth1Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@F@@@@@@@@@@@@@@@@@@@@@G0@@]H@@%H@@%H@@$0@@$@@@X@B@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 0 248]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#cut20x20Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class cut20x20Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@F@@@@@@@@@@@@@@@@@@@@@G0@@]H@@%H@@%H@@$0@@$@@@X@B@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 0 248 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@PP@@PP@@PP@@PP@@H @@H @@M @@E@@@G@@@B@@@G0@@]H@@%H@@%H@@$0@@$@@@X@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 cut20x20Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self cut20x20Icon2 inspect
      ImageEditor openOnClass:self andSelector:#cut20x20Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class cut20x20Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class cut20x20Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@DQDQ@@@@@@@@@AQDPP@@@@@@@@@TL4E@@@@@@@@@EDQA@@@@@@@@@AP3MCL@@@@@@@@TQDP$@@@@@@@@ECL3L @@@@@@@AQDIBH@@@@@@@
 @TL3L2@@@@@@@@EBP"H @@@@@@@AIBH"H@@@@@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 64 64 64 168 228 240 208 212 208 255 255 255]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 64 64 64 168 228 240 208 212 208 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@_ @@_1A@_9A@_=A@_=A@_<"@_<"@_<6@_<T@_<\@_<H@_<_@@A4 @BT @BT @BS@@BP@@A @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 debugIt20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self debugIt20x20 inspect
-     ImageEditor openOnClass:self andSelector:#debugIt20x20
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class debugIt20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#debugIt20x20"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class debugIt20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@@@@@@AP@@@3@@@@@@@E@@@3DS@@@@@@UP@@LSL2@@
 @@AUD@@@L3L @@@ETQUU@3L2@@@@UQEUTCL3H @@@@@EUP@BH @@@@@@AT@@@@@@@@@@@@P@@@@@@@@@@@A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 128 0 0 248 0 0 208 220 0 248 252 128]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 128 0 0 248 0 0 208 220 0 248 252 128 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@D@@@L#@@Z_ @9? A7?@C3?@G??@O?> _?>@_;=@C14@C @@G@@@F@@@L@@@H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 doIt20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self doIt20x20 inspect
-     ImageEditor openOnClass:self andSelector:#doIt20x20
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class doIt20x20Icon'
-	ifAbsentPut:[(Depth2Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@P@@@@@D@@@@@AP@@@@@W@@@@@E=X@@@A_V@@@@@E @@@@@X@@@@@B@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 248 252 128 208 220 0 255 255 255]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#doIt20x20"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class doIt20x20Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@P@@@@@D@@@@@AP@@@@@W@@@@@E=X@@@A_V@@@@@E @@@@@X@@@@@B@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 248 252 128 208 220 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@P@@@0@@A @@C @@G@@@O@@@_<@@?8@A?0@C? @@O@@@N@@@\@@@X@@@0@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 documents20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self documents20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#documents20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class documents20x20Icon'
-        ifAbsentPut:[(Depth8Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class documents20x20Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E)FG@$J[!!:WWX]PGP@@@@@@@@@@QAA"MR]%PF!!<E39Q@@@@@@@@@@AXJ7.QO8 F
 %IT1 YP0L0@@@@@@@F1''E%IBM8P OC0<OC2S@@@@@@@@ B):@"53$EVB (JBOF,@@@@@@@@H#PH=K@=Y%RL_HY%$F @@@@@@@B<)J@DDM)AUQ7:CFFQV@@@@
 @@@@F7&LN1U^VYUJCE1-YF(@@@@@@@@[^G\@S''JPUXJB (H<PP@@@@@@@E^K@H)MC%&UW5=_W31=@@@@@@@@_1N]XQFE$EVB (JBO@T@@@@@@@@GIX$8]I!!Y
 %U=_W5<<U@@@@@@@@B95II-KCYAU (JB #2O@@@@@@@@K&AL&"IHL ,RD#$9I!!$@@@@@@@BRQYY0RSQ#S0NNT6$Y[0@@@@@@@I1[P6Y6!!''D:@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[121 174 168 117 164 171 112 155 176 142 153 154 145 184 186 154 154 154 161 162 162 87 181 134 86 176 134 84 167 135 83 160 137 200 200 200 159 207 255 73 134 146 70 129 149 67 122 152 94 152 159 124 183 164 238 238 238 122 175 167 252 252 252 136 182 178 108 147 180 145 185 187 93 194 255 160 160 160 168 168 168 87 178 134 85 170 136 163 185 209 78 147 140 154 198 251 213 213 213 202 230 247 126 194 164 199 225 255 125 185 164 122 179 166 242 242 242 105 152 170 115 161 174 113 157 175 109 148 180 106 142 183 147 184 190 148 181 193 87 182 134 86 177 134 179 179 179 187 187 187 197 197 197 207 207 207 74 137 145 86 147 151 68 123 151 66 119 153 124 184 164 237 237 237 241 241 241 119 169 170 255 255 255 114 159 174 136 177 182 130 168 185 141 177 188 159 159 159 149 179 197 183 217 203 85 172 135 96 180 141 99 176 145 137 189 255 73 136 145 116 185 158 205 237 255 125 191 164 125 189 164 123 180 165 122 177 167 120 131 130 88 131 169 85 127 171 110 150 178 141 149 153 151 151 151 162 161 158 166 166 166 87 179 134 86 173 135 186 186 186 101 179 146 211 234 223 194 239 255 71 130 148 69 125 150 227 227 227 125 186 164 123 181 165 117 171 166 120 132 130 254 254 254 114 149 164 151 197 183 107 144 181 144 181 188 153 157 160 163 163 163 170 170 170 86 174 135 146 215 254 81 154 138 201 201 201 108 181 153 217 217 217 70 126 149 66 120 152 125 187 164 124 183 165 120 174 165 119 170 169 118 166 171 116 161 173 110 151 178 106 144 182 145 183 188 156 156 156 27 119 255 87 180 134 86 175 135 185 185 185 194 193 189 173 227 255 209 209 209 71 131 148 85 143 148 67 121 152 65 117 154 123 182 165 122 177 166 119 171 169 117 165 171 111 152 177 140 150 153 149 149 149 159 158 155 140 172 193 88 183 134 174 174 174 182 182 182 190 190 190 102 178 147 75 139 144 72 132 147 216 244 248 125 192 164 125 188 164 238 246 242 122 178 166]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@O@@@OG?8OG?8OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG>@O@@@O@@@O') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 121 174 168 117 164 171 112 155 176 142 153 154 145 184 186 154 154 154 161 162 162 87 181 134 86 176 134 84 167 135 83 160 137 200 200 200 159 207 255 73 134 146 70 129 149 67 122 152 94 152 159 124 183 164 238 238 238 122 175 167 252 252 252 136 182 178 108 147 180 145 185 187 93 194 255 160 160 160 168 168 168 87 178 134 85 170 136 163 185 209 78 147 140 154 198 251 213 213 213 202 230 247 126 194 164 199 225 255 125 185 164 122 179 166 242 242 242 105 152 170 115 161 174 113 157 175 109 148 180 106 142 183 147 184 190 148 181 193 87 182 134 86 177 134 179 179 179 187 187 187 197 197 197 207 207 207 74 137 145 86 147 151 68 123 151 66 119 153 124 184 164 237 237 237 241 241 241 119 169 170 255 255 255 114 159 174 136 177 182 130 168 185 141 177 188 159 159 159 149 179 197 183 217 203 85 172 135 96 180 141 99 176 145 137 189 255 73 136 145 116 185 158 205 237 255 125 191 164 125 189 164 123 180 165 122 177 167 120 131 130 88 131 169 85 127 171 110 150 178 141 149 153 151 151 151 162 161 158 166 166 166 87 179 134 86 173 135 186 186 186 101 179 146 211 234 223 194 239 255 71 130 148 69 125 150 227 227 227 125 186 164 123 181 165 117 171 166 120 132 130 254 254 254 114 149 164 151 197 183 107 144 181 144 181 188 153 157 160 163 163 163 170 170 170 86 174 135 146 215 254 81 154 138 201 201 201 108 181 153 217 217 217 70 126 149 66 120 152 125 187 164 124 183 165 120 174 165 119 170 169 118 166 171 116 161 173 110 151 178 106 144 182 145 183 188 156 156 156 27 119 255 87 180 134 86 175 135 185 185 185 194 193 189 173 227 255 209 209 209 71 131 148 85 143 148 67 121 152 65 117 154 123 182 165 122 177 166 119 171 169 117 165 171 111 152 177 140 150 153 149 149 149 159 158 155 140 172 193 88 183 134 174 174 174 182 182 182 190 190 190 102 178 147 75 139 144 72 132 147 216 244 248 125 192 164 125 188 164 238 246 242 122 178 166 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@O@@@OG?8OG?8OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG?>OG>@O@@@O@@@O');
+                            yourself);
+                yourself
+        ]
 !
 
 dos20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self dos20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#dos20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class dos20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class dos20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@L3L3L3L3L3L3@CDQDQDQDQDQDP@1H"H"H"H"H#D@LRIDH"H"H"H1@CD$H"IBIBH"LP@1IBH"H"IBH#D@LRP"H"H"IBH1@CD$H"IBH$H"LP
 @1H$P"H"P"H#D@LSL3L3L3L3L1@CDQDQDQDQDQDP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 125 125 125 194 194 194 222 222 222 0 0 194]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@_?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? @@@@@ @@C&L@D)P@D)H@D)D@C&X@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 125 125 125 194 194 194 222 222 222 0 0 194 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@_?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? @@@@@ @@C&L@D)P@D)H@D)D@C&X@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 dosWithoutText20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self dosWithoutText20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#dosWithoutText20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class dosWithoutText20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class dosWithoutText20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@3L3L3L3L3L3L@LQDQDQDQDQDQ@CD"H"H"H"H"LP@1H$P"H"H"H#D@LRP"P"H"P"H1@CD$H"H$H"P"LP
 @1IBH"H"H"P#D@LRP"H"H"H"P1@CD$H"H$H"IBLP@1IBIBH"H$H#D@LRIDH"H"P"H1@CD"H"H"H"H"LP@1L3L3L3L3L3D@@QDQDQDQDQDQ@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 125 125 125 194 194 194 222 222 222 0 0 194]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@_?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? O?? @@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 125 125 125 194 194 194 222 222 222 0 0 194 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@_?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? O?? @@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 downArrow20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self downArrow20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#downArrow20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class downArrow20x20Icon'
-        ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class downArrow20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H@@@@@H"H"H"H"@"H"HBH"H"H"H HQDR@"H"H"H"HBDQD H"H"H"H"@!!DQHBH"H"H"H HQDR@"H"H"H"HBDQD H"H"
 H@@@@!!DQH@@@@"HBDQDQDQDQHBH"HBDQDQDQD H"H"HBDQDQDR@"H"H"HBDQDQHBH"H"H"HBDQD H"H"H"H"HBDR@"H"H"H"H"HBHBH"H"H"H"H"H@H"H"H"
-H"H"H"H"H"H"H"H"H"H"H"H"H"Hb') ; colorMapFromArray:#[0 0 0 100 128 255 128 128 128]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@?0E@?0@@?0G@?0@@?0B@?0@@?0@_?? O??MG?>@C?<@A?8C@?0H@_ @@O@@@F@C@@@A@@@@') ; yourself); yourself]
+H"H"H"H"H"H"H"H"H"H"H"H"H"Hb');
+                colorMapFromArray:#[ 0 0 0 100 128 255 128 128 128 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@?0E@?0@@?0G@?0@@?0B@?0@@?0@_?? O??MG?>@C?<@A?8C@?0H@_ @@O@@@F@C@@@A@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 download20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self download20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#download20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class download20x20Icon'
-        ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class download20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 H"H"H"H"H"H"H"H"H @@@@@"H"H"H"HBH"H H"H"H"H"@!!DQHBH"H"H"H HQDR@"H"H"H"HBDQD H"H"H"H"@!!DQHBH"H"H"H HQDR@"H"H @@@BDQD @@@B
 H@HQDQDQDQD @"H@HQDQDQDR@BH"H@HQDQDQH@H"H"H@HQDQD @"H"H"H@HQDR@BH"H"H"H@HQH@H"H"@"H"H@H @"H"H@H"H"H@@BH"H"@BH"H"H@H"H"H 
-@"H"H"H"H"H"H@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 100 128 255 128 128 128]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@?0@@?0E@?0@@?0G@?0@@?0B@?0@_?? _?? O??MG?>@C?<@A?8C@?0H0_ 00O@00F@3???1???0') ; yourself); yourself]
+@"H"H"H"H"H"H@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 100 128 255 128 128 128 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@?0@@?0E@?0@@?0G@?0@@?0B@?0@_?? _?? O??MG?>@C?<@A?8C@?0H0_ 00O@00F@3???1???0');
+                            yourself);
+                yourself
+        ]
 !
 
 edit20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self edit20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#edit20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class edit20x20Icon'
-	ifAbsentPut:[(Depth8Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class edit20x20Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ H@@@HB@ HB@ HB@ HB@ HB@ HB@@\F@@HB@ HB@ HB@ HB@ HB@ H@A0XI@@HB@ HB@ HB@ HB
 @ HB@@\FA $@@ HB@ HB@ HB@ HB@ H@A0XI@@HB@ HB@ HB@ @@@@@@@@\FA $@@ HB@ HB@ H@@0LN@00@A0XI@@HB@ HB@ HB@@LC@08N@@\FA $@@@HB
 @ HB@ @C@0@@@0L@A0XI@A@@@ HB@ H@@0L@C 8@@@(FA $@DP@@@ HB@@LC@@8P@@L@B DF@ALCC @B@ @C@0@@@@TC@0@A@P4@@0<C@@H@@@LC@0LC@@LC
 @@@M@@LE@0L@@ @@@@@@C 8C@0L@@@@CC0LC@@HB@ HB@ H@@@@NC @@@1DC@0@@@ HB@ HB@ HB@ @@C LE@0L@@ HB@ HB@ HB@ HB@ H@D@LC@@HB@ HB
-@ HB@ HB@ HB@ H@@@@B@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ @a') ; colorMapFromArray:#[0 0 0 166 126 78 0 255 51 255 255 255 153 153 153 102 102 102 255 204 0 255 255 102 248 3 8 236 152 0 253 202 138 102 102 102 204 204 204 110 74 32 181 181 181 125 125 125 117 117 117 162 162 162 254 12 17 214 214 214]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@F@@@O@@@O @@_ @@_@@_?@@?>@A?>@C??@G?? O?? _?? _?? O??@A?>@@O<@@C8@@A0@@@@@') ; yourself); yourself]
+@ HB@ HB@ HB@ H@@@@B@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ @a');
+                colorMapFromArray:#[ 0 0 0 166 126 78 0 255 51 255 255 255 153 153 153 102 102 102 255 204 0 255 255 102 248 3 8 236 152 0 253 202 138 102 102 102 204 204 204 110 74 32 181 181 181 125 125 125 117 117 117 162 162 162 254 12 17 214 214 214 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@F@@@O@@@O @@_ @@_@@_?@@?>@A?>@C??@G?? O?? _?? _?? O??@A?>@@O<@@C8@@A0@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 empty1x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self empty1x20Icon inspect
      ImageEditor openOnClass:self andSelector:#empty1x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class empty1x20Icon'
-	ifAbsentPut:[(Depth1Image new) width: 1; height: 20; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F #L#!!LG 8H@@@@@@@@@@@b') ; colorMapFromArray:#[255 255 255 0 0 0]; mask:((Depth1Image new) width: 1; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class empty1x20Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:1;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray fromPackedString:'@@@@@F #L#!!LG 8H@@@@@@@@@@@b');
+                colorMapFromArray:#[ 255 255 255 0 0 0 ];
+                mask:((ImageMask new)
+                            width:1;
+                            height:20;
+                            bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 erase20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self erase20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#erase20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class erase20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class erase20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@QDQD@@@@@@@@@EDQAD@@@@@@@@@P3PTD@@@@@@@@@QDDQ@@@@@@@@@@L4L@@@@@@@@A@@Q@@P@@@@@@@T@@@BD@@@
 @@@@ED@@H!!@@@@@@@AP@@@HP@@@@@@@P@BH@D@@@@@@@@@H"H@@@@@@@@@@QDQD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 64 64 64 168 228 240 208 212 208 255 255 255]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@?@@@? @C?2@C?<@A?8@@?8@@?8@@?8@@?8@@?8@@?8@A?8@C0D@C @@A@B@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 64 64 64 168 228 240 208 212 208 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@?@@@? @C?2@C?<@A?8@@?8@@?8@@?8@@?8@@?8@@?8@A?8@C0D@C @@A@B@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 erase20x20Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self erase20x20Icon2 inspect
-     ImageEditor openOnClass:self andSelector:#erase20x20Icon2
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class erase20x20Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#erase20x20Icon2"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class erase20x20Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@QDQD@@@@@@@@@EUUQD@@@@@@@@@UDTUD@@@@@@@@@UUDQ@@@@@@@@@@QEH@@@@@@@@A@@UP@P@@@@@@@U@@@CD@@@
 @@@@EU@@L1@@@@@@@AT@@@LP@@@@@@@P@CL@D@@@@@@@@@L3L@@@@@@@@@@QDQD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[255 0 0 64 64 64 168 172 168 168 228 240 208 212 208 255 255 255]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@?@@@? @C?2@C?<@A?8@@?8@@?8@@?8@@?8@@?8@@?8@A?8@C0D@C @@A@B@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 255 0 0 64 64 64 168 172 168 168 228 240 208 212 208 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@?@@@? @C?2@C?<@A?8@@?8@@?8@@?8@@?8@@?8@@?8@A?8@C0D@C @@A@B@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 eraseOverlay20x20
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self eraseOverlay20x20 inspect
      ImageEditor openOnClass:self andSelector:#eraseOverlay20x20
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class eraseOverlay20x20'
-        ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class eraseOverlay20x20'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@F@@@@@@@@@@@@XF@@@@@@@@@@@@Y @@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[255 0 0 64 64 64 168 172 168 168 228 240 208 212 208 255 255 255 255 128 128]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@C B@C0L@A8X@@\0@@O @@G@@@O @@\0@@8X@A0L@C0N@C F@A@B@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 255 0 0 64 64 64 168 172 168 168 228 240 208 212 208 255 255 255 255 128 128 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@C B@C0L@A8X@@\0@@O @@G@@@O @@\0@@8X@A0L@C0N@C F@A@B@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 executeMethod20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self executeMethod20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#executeMethod20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'VistaToolbarIconLibrary executeMethod20x20Icon'
-        ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary executeMethod20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@L@@@@@@EUUUU@0UUUR@@ATQDPCLDQDQ@@@UDQ@L5@@@DP@
 @EQD@3USLPQD@@ATPCMUL1ADQ@@@U@@@@3DDQDP@@EQDQ@LPQDQD@@@&Y&XAA&Y&Y @@@@@@D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 208 220 0 170 170 170 248 252 128 0 255 127 255 255 255 127 127 127]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 208 220 0 170 170 170 248 252 128 0 255 127 255 255 255 127 127 127 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@P@@@0@@A @_?? _?? _?? _?? _?? _?? _?? _?? _?? _?? @X@@@0@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fileIn20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileIn20x20Icon inspect
-     ImageEditor openOnClass:self andSelector:#fileIn20x20Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileIn20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 21; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#fileIn20x20Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class fileIn20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:21;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@Y&Y&Y&@@@@@@@FL3M&Y @@Y DFA"H"Y&X@DFXA@@Y"Y&Y&@A@@@P@FX&Y&Y @QDQD@M&I%UUX@DP@AA#M"H"H&@ADFD3L3L&Y&Y
 @@@@L3L3M&Y&X@@@@CL3L2YDQF@@@@@@@3X"H"I @@@@@@M&Y&Y&X@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 129 129 129 63 63 36 255 0 0 194 194 0 0 127 0 194 194 194]; mask:((Depth1Image new) width: 20; height: 21; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@G?0@G?0?7?0???0?7?0?7?0?7?0???0???0_??0@??0@G?0@G?0@G?0J H@P @@R&I R)JP:/JPR(JPR&JP') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 129 129 129 63 63 36 255 0 0 194 194 0 0 127 0 194 194 194 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:21;
+                            bits:(ByteArray 
+                                        fromPackedString:'@G?0@G?0?7?0???0?7?0?7?0?7?0???0???0_??0@??0@G?0@G?0@G?0J H@P @@R&I R)JP:/JPR(JPR&JP');
+                            yourself);
+                yourself
+        ]
 !
 
 fileIn20x20Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileIn20x20Icon2 inspect
-     ImageEditor openOnClass:self andSelector:#fileIn20x20Icon2
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileIn20x20Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 21; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#fileIn20x20Icon2"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class fileIn20x20Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:21;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@G]7]0@@Y&Y&Y&A;.;\@@FL3M&Y ^:*7,FA"H"Y&XG.;-0@@Y"Y&Y&A;**.H@FX&Y&Y ^;.;&0M&I%UUXG.**J$CM"H"H&A;.9,3L3L&Y&Y
 ^:"(L3L3M&Y&XG.[&SL3L2YDQFA9.Y&Y@3X"H"I \@@@@@M&Y&Y&X@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 129 129 129 63 63 36 255 0 0 194 194 0 0 127 0 194 194 194 64 64 64 168 172 168 168 228 240 208 212 208 255 255 255]; mask:((Depth1Image new) width: 20; height: 21; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@G?0?G?0?''?0???0???0???0???0???0???0???0???0???0???0@G?0J H@P @@R&I R)JP:/JPR(JPR&JP') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 129 129 129 63 63 36 255 0 0 194 194 0 0 127 0 194 194 194 64 64 64 168 172 168 168 228 240 208 212 208 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:21;
+                            bits:(ByteArray 
+                                        fromPackedString:'@G?0?G?0?''?0???0???0???0???0???0???0???0???0???0???0@G?0J H@P @@R&I R)JP:/JPR(JPR&JP');
+                            yourself);
+                yourself
+        ]
 !
 
 fileIn20x20Icon3
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileIn20x20Icon3 inspect
      ImageEditor openOnClass:self andSelector:#fileIn20x20Icon3
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileIn20x20Icon3'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 21; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class fileIn20x20Icon3'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:21;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CL3L0@@A&Y&Y&@8"HL@@@Y7]6Y NFZC @@FH"I&XC"H 0@@A&I&Y&@8Y&!!&@@Y"Y&Y
 NH"HR@A6X&DQXC!!&Y&P@]6H"H&@8"D]7]7]2Y&Y NFY'']7]7]6Y&XC!!HQ7]7]7I%UV@4!!DQD@G]"H"I L@@@@@A6Y&Y&X@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 127 0 63 63 36 64 64 64 168 228 240 194 194 0 208 212 208 255 0 0 255 255 255]; mask:((Depth1Image new) width: 20; height: 21; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@C?0?C?0?#?0?3?0?;?0?;?0?;?0?;?0???0???0???0?;?0?;?0@C?0@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 127 0 63 63 36 64 64 64 168 228 240 194 194 0 208 212 208 255 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:21;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@C?0?C?0?#?0?3?0?;?0?;?0?;?0?;?0???0???0???0?;?0?;?0@C?0@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 fileNew20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileNew20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#fileNew20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class fileNew20x20Icon'
-        ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class fileNew20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 Y&Y&Y&Y&Y&Y&Y&Y&Y&Y%Y&U&YVY&Y&Y&Y%Y%Y%Y&Y&Y!!DQDUYVU&Y&Y&XTQDDEUVY&Y&Y&EDQUUUUUU&Y&Y!!QDPTUUY&Y&Y&XTQDEPTEY&Y&Y&EDQEH%A%Y&
 Y&Y!!QDUDMPY%Y&Y&XTQDP4LFY&Y&Y&EDQCP3A&Y&Y&Y!!QDMCL0Y&Y&Y&XTP4L3LFY&Y&Y&ECP3L3A&Y&Y&Y!!MCL3L0Y&Y&Y&XP@@@@@FY&Y&Y&Y&Y&Y&Y&Y&
-Y&Y&Y&Y&Y&Y&Y&Y&Y&Y&Y&Y&Y&Xb') ; colorMapFromArray:#[0 0 0 64 64 64 168 172 168 168 228 240 248 252 248 255 0 0 255 255 255]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+Y&Y&Y&Y&Y&Y&Y&Y&Y&Y&Y&Y&Y&Xb');
+                colorMapFromArray:#[ 0 0 0 64 64 64 168 172 168 168 228 240 248 252 248 255 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@DQ@@BR@A?T@A?8@A??@A?8@A?<@A?:@A?9@A?8@A?8@A?8@A?8@A?8@A?8@A?8@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fileOpen20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileOpen20x20 inspect
-     ImageEditor openOnClass:self andSelector:#fileOpen20x20
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileOpen20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#fileOpen20x20"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class fileOpen20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CL0@@@@@@@@@@L@@0L@@@@@@@@@@@@3@@@BH"@@@@@CL0@@HQDRH"H @@@@
 @BEUTQDQD @@@@@!!UUUUUUH@@@@@HUT"H"H"H"H@@BERQDQDQDP @@@!!IDQDQDQB@@@@H$QDQDQDH@@@@BH"H"H"H @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[255 255 255 248 252 248 0 0 0 0 0 128 128 128 0 248 252 184]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 255 255 255 248 252 248 0 0 0 0 0 128 128 128 0 248 252 184 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@8@@AE@@@C@G G@O? @O?0@O?0@O??@O?>@O?<@O?8@O?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fileSave20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileSave20x20 inspect
-     ImageEditor openOnClass:self andSelector:#fileSave20x20
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileSave20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#fileSave20x20"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class fileSave20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@L3H"H"H"@@@@@C]7H"QDIB@@@@@7QBH$QBQB@@@@M4P"IDP$P @@@C]DH"H"QDH@@@@7QDQDQDQB@@
 @@M4Y&Y&Y$P @@@C]!!DQDQU$H@@@@7XQDQEQYB@@@@M6DQDUEVP @@@C]!!DQTUU$H@@@@7XQEQUUX"@@@@M6DUEUUVD @@@BH"H"H"H"H@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[255 255 255 248 252 248 0 0 0 64 64 64 168 172 168 168 228 240 96 96 96 208 212 208]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 255 255 255 248 252 248 0 0 0 64 64 64 168 172 168 168 228 240 96 96 96 208 212 208 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@G?8@G?<@G?>@G?>@G?>@G?>@G?>@G?>@G?>@G?>@G?>@G?>@G?>@G?>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fitImageSizeToView20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fitImageSizeToView20x20Icon inspect
-     ImageEditor openOnClass:self andSelector:#fitImageSizeToView20x20Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fitImageSizeToView20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#fitImageSizeToView20x20Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class fitImageSizeToView20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@DQDQDQDQDP@@@PDQDQDQDQ@P@A@ADQDQDQDP@PD@@PDQDQDPD@@QDQ@ADQDQ@@DQDQD@@@@@@@@@DQDQDPQDQDQ@DQDQDQDDQUUTPADQDQDQAEUUUT@QDQ
 DQDPQEUUQ@DQDQDQDDQFQDPADQDQDQADQ$QD@QDQDQDPL3X3Q@DQDQDQDCL3L3LADQDQD@@@@@@@@@DQDQD@DQDQDP@QDQ@@DADQDQDA@@DA@ADQDQDQDP@P
 @@@QDQDQDQDA@@@ADQDQDQDQD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 0 0 137 0 174 218 230 0 206 0 133 60 36]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 0 0 0 0 137 0 174 218 230 0 206 0 133 60 36 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 8@A00@@0(@APE@J@C@L@G?>@A?8@A?8@A?8@A?8@A?8@A?8@A?8@A?8@G?>@C@L@E@J@(@AP0@@08@A0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 history20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self history20x20Icon inspect
-     ImageEditor openOnClass:self andSelector:#history20x20Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class history20x20Icon'
-	ifAbsentPut:[(Depth2Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#history20x20Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class history20x20Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@J** @@@@IVU @@@@J**"@@@@IVU"@@@@J**"H@@@IVU"H@@@J**"H @@IVU"H @@J**"H @@@@@BH @@@***H @
-@@@@@H @@@B**( @@@@@@@ @@@@J** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 0 129 194 194 194 255 255 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@G?0@G?0@G?<@G?<@G??@G??@G??0G??0G??0G??0G??0A??0A??0@_?0@_?0@G?0@G?0@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@H @@@B**( @@@@@@@ @@@@J** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 0 129 194 194 194 255 255 255 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@G?0@G?0@G?<@G?<@G??@G??@G??0G??0G??0G??0G??0A??0A??0@_?0@_?0@G?0@G?0@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 inspectIt20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self inspectIt20x20 inspect
-     ImageEditor openOnClass:self andSelector:#inspectIt20x20
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class inspectIt20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#inspectIt20x20"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class inspectIt20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 "H"H"H"H"H"H"H"H"H @@H"H"H"H"H @M&D@"H"H"H"@M&]&XP"H"H"H FXWY&XH"H"H"@E!!]FY&DH"H"H AEWQFY&BH"H"H@[]$Y&Y "H"H"@.7Y&Y&LH"H
 "HB;Q1DWY "H"H K-D.:]&LH"H"@.4R;)1L@&X"H @@K. @@"@JX"H"HB:BH"H"@JX"H"@(H"H"H"@JX"HB "H"H"H"@JX"@BH"H"H"H"@BH@H"H"H"H"H"H
-"@"H"H"H"H"H"H"H"H"H"H"H"H b') ; colorMapFromArray:#[0 0 0 128 132 128 168 172 168 208 212 208 248 252 248 248 252 128 152 204 216 64 64 64 255 255 255 128 64 64 208 220 0 248 252 0]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+"@"H"H"H"H"H"H"H"H"H"H"H"H b');
+                colorMapFromArray:#[ 0 0 0 128 132 128 168 172 168 208 212 208 248 252 248 248 252 128 152 204 216 64 64 64 255 255 255 128 64 64 208 220 0 248 252 0 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@O@@@?0@A?8@A?8@C?<@C?<@C?<@C?<@G?8@O?8@_?<@_?N@C0G@C C G@A0F@@0L@@@H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 inspectLocals20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self inspectLocals20x20 inspect
-     ImageEditor openOnClass:self andSelector:#inspectLocals20x20
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class inspectLocals20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#inspectLocals20x20"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class inspectLocals20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@H"H"H"H"H"H@@BEDQDQDQDDR@@@$P"H$QDQDP @@H"%&T"DQDWH@@B%&Y&YRDQ\R@@@& VY&X!!E1\ @B%!!DX"FT''E7H@
 @&Y!!Y&Y&HW]2@@I&"F"HY"]7\ @BU(!!&Y&$'']7H@@BY&Y&Y"H"H"@@@%Y&Y&$ @@@@@@@"U&$"L0@@@@@@@BH"@BT0@@@@@@@@@@@BT0@@@@@@@@@@@BT0@@
-@@@@@@@@@BT0@@@@@@@@@@@BH@@b') ; colorMapFromArray:#[255 255 255 248 252 248 0 0 0 128 64 64 0 0 248 168 172 168 152 204 216 168 228 240 112 156 160 208 212 208]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@BT0@@@@@@@@@@@BH@@b');
+                colorMapFromArray:#[ 255 255 255 248 252 248 0 0 0 128 64 64 0 0 248 168 172 168 152 204 216 168 228 240 112 156 160 208 212 208 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@O??@O??@O??@O??@O??@O??@_??@_??@_??@_??@O??@O?@@G? @A90@@@8@@@\@@@N@@@F@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 leftArrow20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self leftArrow20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#leftArrow20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class leftArrow20x20Icon'
-	ifAbsentPut:[(Depth8Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class leftArrow20x20Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@@HB@ HB@ HB@ HB@ HB@ HB@ @@@ HB@ HB@ HB@ HB@ HB@ H@@ @B@ HB@ HB@ HB@ HB@ HB@@HA
 @@HB@ HB@ HB@ HB@ HB@ @B@PD@@ HB@ HB@ HB@ HB@ H@@ DA@P@@@@@@@@@@@ HB@ HB@@HA@PDA@ HB@ HB@ @B@ HB@ @B@PDA@PDA@PDA@PDB@@HB
 @ H@@ DA@PDA@PDA@PDA@PH@@ HB@ @B@PDA@PDA@PDA@PDA@ @B@ HB@ @B@PDA@PDA@PDA@PDB@@HB@ HB@ @B@PDA@PHB@ HB@ H@@ HB@ HB@ @B@PDA
 @@@@@@@@@@@B@ HB@ HB@ @B@PD@@ HB@ HB@ HB@ HB@ HB@ @B@P@B@ HB@ HB@ HB@ HB@ HB@ @B@@HB@ HB@ HB@ HB@ HB@ HB@ @@@ HB@ HB@ HB
-@ HB@ HB@ HB@ @B@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ @a') ; colorMapFromArray:#[0 0 0 100 128 255 128 128 128]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@M@B@@@F@J@N@@@^@J@>@@A??@C??@G??OO??@O??@G??@C??@A??E@>@H@^@@@N@@@F@N@B@A@@@@') ; yourself); yourself]
+@ HB@ HB@ HB@ @B@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ @a');
+                colorMapFromArray:#[ 0 0 0 100 128 255 128 128 128 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@M@B@@@F@J@N@@@^@J@>@@A??@C??@G??OO??@O??@G??@C??@A??E@>@H@^@@@N@@@F@N@B@A@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 newDirectory20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newDirectory20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#newDirectory20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class newDirectory20x20Icon'
-	ifAbsentPut:[(Depth8Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class newDirectory20x20Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PDA@PDA@P@@@@@@@@@@@@@@@@@A@ HB@ HA@@@@@@@@@@@@@@@@@PHB@ HB@ HA
 @@@@@@@@@@@@@@DA@PDA@PDA@P@@@@@@@@@@@@D@@PHB@ HB@ HB@ HB@@@@@ HB@P@A@ HB@ HB@ HB@ @B@@H@@ HA@@DB@ HB@ HB@ H@@ H@@ H@@ D@
 @PHB@ HB@ HB@@HB@ @B@ H@@P@A@ HB@ HB@ HB@ HB@ HB@ HA@@DB@ HB@ HB@ HB@ HB@ HB@ D@@PHB@ HB@ HB@ HB@ HB@ HB@P@A@ HB@ HB@ HB
 @ HB@ HB@ HA@@DB@ HB@ HB@ HB@ HB@ HB@ D@@PHB@ HB@ HB@ HB@ HB@ HB@P@A@ HB@ HB@ HB@ HB@ HB@ HA@@DA@PDA@PDA@PDA@PDA@PDA@PD@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 0 0 0 0 0 255 255 0]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@DQ@O:R@O9T@_<8@??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? @@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 255 0 0 0 0 0 255 255 0 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@DQ@O:R@O9T@_<8@??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? @@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 paste20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self paste20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#paste20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class paste20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class paste20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@3L@@@@@@@@@L3&YH3@@@@@@@5T9&RUR@@@@@CUG&UURP2@@@@@5Q2H"H$L @@@@MTQDQDQCH@@@@CUDQCL3L2@@@@@5QDP1DQL @@
 @@MTQDLX SD @@@CUDQCDQD2H @@@5QDP1"HFHH@@@MTQDLQDQXR@@@CUDQCFH"HX @@@5QDP1DVE&H@@@MTQDLX"H!!"@@@@H"H#E!!Y&X @@@@@@@6E&Y&H@
-@@@@@@L"H"H"@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[255 255 255 248 252 248 0 0 0 64 64 64 128 132 128 168 172 168 168 228 240 96 96 96 208 212 208 248 252 128]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@L"H"H"@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 255 255 255 248 252 248 0 0 0 64 64 64 128 132 128 168 172 168 168 228 240 96 96 96 208 212 208 248 252 128 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@N@@A?0@C?8@G?<@G?<@G?<@G?<@G?<@G?>@G??@G??@G??@G??@G??@G??@C??@@G?@@G?@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 printIt20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self printIt20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#printIt20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class printIt20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class printIt20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@L3L3L3L0@@@@@CDQDQDQL@@@@@@1DQLQDS@@@@@@LQD3DQD @@@@@CDSLQDQH@@@@@@1ND&Y&R@@@@@@L8NY&Y$ @@@@@B"C&Y&YH@
 @@@@JHD3L9&R@@@@@( Q"GLQD @@@B"AFH\1DQH@@@H"H(!!3DQDR@@@@@@JGLQDQD @@@@@B\"H"H"H@@@@@I2@@@@@@@@@@@BH@@@@@@@@@@@H @@@@@@@@
-@@@B@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[255 255 255 248 252 248 0 0 0 64 64 64 128 132 128 168 172 168 168 228 240 208 220 0 248 252 128 32 220 32]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@B@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 255 255 255 248 252 248 0 0 0 64 64 64 128 132 128 168 172 168 168 228 240 208 220 0 248 252 128 32 220 32 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@_?@@_?@@_?@@_?@@_?@@_?@@_?@@_?@@??@A??@C??@G??@@_?@@_?@@8@@@0@@A @@A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 profileIt20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self profileIt20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#profileIt20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary profileIt20x20Icon'
-        ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary profileIt20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@P@@@@@@@@@@@A@@@@@@@@@@@@DP@@@@@@@@@@@QL@@@@@@@
 @@@AD3DR@3L@@@@@DSLQHCLCL0@@@@@AD L3@3L@@@@@@R@3L0L3L@@@@@H@L3L@@C@@@@@ @CL3L3L0@@@@@@@CL3L3@@@@@@@@@3L3L0@@@@@@@@@CL0@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 248 252 128 208 220 0 255 255 255]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 248 252 128 208 220 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@A@@@C@@@F@@@N@@@^@@@>@@A?<@C??@G?? O?? A??0A??0A7?0A#? CC? BA?@@@\@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 redo20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self redo20x20Icon inspect
-     ImageEditor openOnClass:self andSelector:#redo20x20Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class redo20x20Icon'
-	ifAbsentPut:[(Depth1Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@<@@ACD@B@,@B@\@B@<@AA<@A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 0 128]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@<@@ACD@B@,@B@\@B@<@AA<@A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+     ImageEditor openOnClass:self andSelector:#redo20x20Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class redo20x20Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@<@@ACD@B@,@B@\@B@<@AA<@A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 0 128 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@<@@ACD@B@,@B@\@B@<@AA<@A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 rightArrow20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self rightArrow20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#rightArrow20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class rightArrow20x20Icon'
-	ifAbsentPut:[(Depth8Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class rightArrow20x20Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ H@@ HB@ HB@ HB@ HB@ HB@ HB@ @@@ HB@ HB@ HB@ HB@ HB@ HB@@H@@ HB@ HB@ HB@ HB@ HB@ H@
 @PH@@ HB@ HB@ HB@ HB@ HB@ @A@PH@@ HB@ HB@ H@@@@@@@@@@@DA@PH@@ HB@ HB@ @B@ HB@ HB@PDA@PH@@ HB@ HB@@HA@PDA@PDA@PDA@PH@@ HB
 @ H@@ DA@PDA@PDA@PDA@PH@@ HB@ @B@PDA@PDA@PDA@PDA@ @B@ HB@@HA@PDA@PDA@PDA@PH@@ HB@ H@@ HB@ HB@ DA@PDB@@HB@ HB@ @@@@@@@@@@
 @PDA@ @B@ HB@ HB@ HB@ HB@ @A@PH@@ HB@ HB@ HB@ HB@ HB@@DB@@HB@ HB@ HB@ HB@ HB@ H@@ @B@ HB@ HB@ HB@ HB@ HB@ @@@ HB@ HB@ HB
-@ HB@ HB@ HB@@HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ @a') ; colorMapFromArray:#[0 0 0 100 128 255 128 128 128]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@D@@@F@H@G@@@G @@G0@O?8AO?<@O?>@O??@O??DO?>DO?<@O?8@@G0@@G @@G@@@F@@@D@J@@@@') ; yourself); yourself]
+@ HB@ HB@ HB@@HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ @a');
+                colorMapFromArray:#[ 0 0 0 100 128 255 128 128 128 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@D@@@F@H@G@@@G @@G0@O?8AO?<@O?>@O??@O??DO?>DO?<@O?8@@G0@@G @@G@@@F@@@D@J@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 search20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self search20x20Icon inspect
-     ImageEditor openOnClass:self andSelector:#search20x20Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class search20x20Icon'
-	ifAbsentPut:[(Depth2Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@B@@@@@@@@@@@@@@@@@H@H@@@@@@@@@@DAA@@@@PHD@@@B@@ @@@@@@@@@A@@@P@@H@@B@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 212 208 200 255 255 255]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@A10@A10@A10@C;8@C;8@G?<@O?>@O?>@O?>@O;>@O >@O >@O >@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+     ImageEditor openOnClass:self andSelector:#search20x20Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class search20x20Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@B@@@@@@@@@@@@@@@@@H@H@@@@@@@@@@DAA@@@@PHD@@@B@@ @@@@@@@@@A@@@P@@H@@B@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 212 208 200 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@A10@A10@A10@C;8@C;8@G?<@O?>@O?>@O?>@O;>@O >@O >@O >@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 shell20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self shell20x20Icon inspect
-     ImageEditor openOnClass:self andSelector:#shell20x20Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class shell20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#shell20x20Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class shell20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @3L3L3L3L3L3L@LQDQDQDQDQDQ@CD"H"H"H"H"LP@1H"H"H"H"H#D@LRIDH"H"H"H1@CD$P"H"H"H"LP@1IDH"H"H"H#D@LRIDH"H"H"H1@CD"QBH"H"H"LP
 @1IDH$QBQDH#D@LRH"H"H"H"H1@CD3L3L3L3L3LP@1DQDQDQDQDQD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 125 125 125 194 194 194 222 222 222 0 0 194]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? @@@@@ B F82 H%J D%: B%B L$2 ') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 125 125 125 194 194 194 222 222 222 0 0 194 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? @@@@@ B F82 H%J D%: B%B L$2 ');
+                            yourself);
+                yourself
+        ]
 !
 
 shell20x20WithoutTextIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self shell20x20WithoutTextIcon inspect
      ImageEditor openOnClass:self andSelector:#shell20x20WithoutTextIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class shell20x20WithoutTextIcon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class shell20x20WithoutTextIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@3L3L3L3L3L3L@LQDQDQDQDQDQ@CD"H"H"H"H"LP@1H"P"H"H"H#D@LRIDP"H"H"H1@CD$IBP"H"H"LP
 @1ICP"H"H"H#D@LRIDP"H"H"H1@CD"MBP"H"H"LP@1IBP$H"H"H#D@LRIDP"H"H"H1@CD"IBH$QBQDLP@1L3L3L3L3L3D@@QDQDQDQDQDQ@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 125 125 125 194 194 194 222 222 222 0 0 194]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@_?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? O?? @@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 125 125 125 194 194 194 222 222 222 0 0 194 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@_?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? O?? @@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 shellWithoutText20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self shellWithoutText20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#shellWithoutText20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class shellWithoutText20x20Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class shellWithoutText20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@3L3L3L3L3L3L@LQDQDQDQDQDQ@CD"H"H"H"H"LP@1H"P"H"H"H#D@LRIDP"H"H"H1@CD$IBP"H"H"LP
 @1ICP"H"H"H#D@LRIDP"H"H"H1@CD"MBP"H"H"LP@1IBP$H"H"H#D@LRIDP"H"H"H1@CD"IBH$QBQDLP@1L3L3L3L3L3D@@QDQDQDQDQDQ@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 125 125 125 194 194 194 222 222 222 0 0 194]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@_?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? O?? @@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 125 125 125 194 194 194 222 222 222 0 0 194 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@_?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? _?? O?? @@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 tableViewWidget20x20
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self tableViewWidget20x20 inspect
      ImageEditor openOnClass:self andSelector:#tableViewWidget20x20
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class tableViewWidget20x20'
-	ifAbsentPut:[(Depth2Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C?O<?0@N,:3+@@?3?O<@@@@@@@@O<?3?@@:3+N,@C?O<?0@@@@@@@@?3?O<@C+N,:0@O<?3?@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@O@@@OA#FO@@@OG??/G??/7??/G??/G??/G??/7??/G??/G??/G??/7??/G??/G??/@@@O@@@O@@@O') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary tableViewWidget20x20'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 2 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C?O<?0@N,:3+@@?3?O<@@@@@@@@O<?3?@@:3+N,@C?O<?0@@@@@@@@?3?O<@C+N,:0@O<?3?@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 84 84 84 170 170 170 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@O@@@OA#FO@@@OG??/G??/7??/G??/G??/G??/7??/G??/G??/G??/7??/G??/G??/@@@O@@@O@@@O');
+                            yourself);
+                yourself
+        ]
 !
 
 undo20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self undo20x20Icon inspect
-     ImageEditor openOnClass:self andSelector:#undo20x20Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class undo20x20Icon'
-	ifAbsentPut:[(Depth1Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@C0@BLH@CPD@C D@C0D@C8H@@@H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 0 128]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@C0@BLH@CPD@C D@C0D@C8H@@@H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+     ImageEditor openOnClass:self andSelector:#undo20x20Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class undo20x20Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@C0@BLH@CPD@C D@C0D@C8H@@@H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 0 128 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@C0@BLH@CPD@C D@C0D@C8H@@@H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 upArrow20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self upArrow20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#upArrow20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class upArrow20x20Icon'
-        ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class upArrow20x20Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H@H"H"H"H"H"H H H"H"H"H"H"@!!D H"H"H"H"HBDQD H"H"H"H HQDQD H"H"H"@!!DQDQD H"H"HBDQDQDQD H"
 H HQDQDQDQD H"@@@@HQDR@@@@H"H"HBDQD H"H"H"H"@!!DQHBH"H"H"H HQDR@"H"H"H"HBDQD H"H"H"H"@!!DQHBH"H"H"H H"H"@"H"H"H"H@@@@@H"H"
-H"H"H"H"H"H"H"H"H"H"H"H"H"Hb') ; colorMapFromArray:#[0 0 0 100 128 255 128 128 128]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@J@@@@@F@@@O@@@_ O@?0@A?8@C?<@G?>@O??E_??(@?0@@?0@@?0N@?0A@?0@@?0@@?0K@@@A@@@@') ; yourself); yourself]
+H"H"H"H"H"H"H"H"H"H"H"H"H"Hb');
+                colorMapFromArray:#[ 0 0 0 100 128 255 128 128 128 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@J@@@@@F@@@O@@@_ O@?0@A?8@C?<@G?>@O??E_??(@?0@@?0@@?0N@?0A@?0@@?0@@?0K@@@A@@@@');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-22x22'!
 
 backward22x22_3DIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self backward3DIcon inspect
      ImageEditor openOnClass:self andSelector:#backward3DIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class backward22x22_3DIcon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class backward22x22_3DIcon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUUUUUUPUUUUUUUPUUT@EUUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPWUT*%UUPWWR*)UUPWUR*)UUP_5R*)UUP_UJ**UUP_UJ**UUPUUJ**UUPUPJ**UUP
-UR***)UPUTJ**UUPUUP*%UUPUUUAUUUPUUUUUUUPUUUUUUUPUUUUUUUP') ; colorMapFromArray:#[255 255 255 0 0 0 0 127 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@O @@O0@@O0@@O0@@O0@@O0@@_8@@_8@@_8@@?<@@?<@@?<@C??@C??@A?>@@_8@@G @@@@@@@@@@@@@') ; yourself); yourself]
+UR***)UPUTJ**UUPUUP*%UUPUUUAUUUPUUUUUUUPUUUUUUUPUUUUUUUP');
+                colorMapFromArray:#[ 255 255 255 0 0 0 0 127 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@O @@O0@@O0@@O0@@O0@@O0@@_8@@_8@@_8@@?<@@?<@@?<@C??@C??@A?>@@_8@@G @@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
+!
+
+clearConsole22x22Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self clearConsole22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#clearConsole22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary clearConsole22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width:22; height:22; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@PDA@PDA@PD@@@@@@@@@@@@@@@@@@@DB@ HB@ HC@P@@@@@@@@@@@@@@@@@D@ HB@ HBAPLD@@@@@@@@@@@@@@@@A \HBP(KC@4EC <@@@@@@@@@@@@@
+@A@QDQDQDQDQDQDP@@@@@@@@@@@@@@@RD1PUE  IB ,WF@@@@@@@@@@@@@@@FQ(ZF1(ZF!!(ZF!!0@@@@@@@@@@@@@@A4^EATVB@$UG0H @@@@@@@@@@@@@@@!!
+H"H"H"H"DRL$IP@#I"L@@@@@@@@@I2 TEQXHBR$*J2T@IR0*@@@@@@@@@B4.K"8.K"8LH2<+J#@/H0@@@@@@@@@1K!!XHBP(KF#H3IBL$M@@@@@@@@@@@MSX6
+M#X6M!!(#@C\8M3$#@@@@@@@@@C(:N#(:N#,<NC4#@BL7N@@@@@@@@@@@@@@@@@@@@BL>IP@?NC<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[84 82 80 200 182 110 248 250 250 212 178 110 196 180 120 220 190 120 192 178 120 244 248 250 156 172 200 148 166 200 140 160 190 136 154 190 248 248 250 224 200 140 212 178 100 196 178 120 188 176 120 244 246 250 184 172 120 240 246 250 172 188 210 168 184 210 164 180 210 240 244 250 184 174 120 180 170 130 236 242 250 240 242 250 200 192 160 176 166 130 236 240 250 216 224 230 236 234 230 172 164 130 232 238 250 116 114 110 100 100 100 116 116 120 92 94 90 168 162 140 228 236 250 192 202 220 96 94 90 136 136 140 136 134 130 164 158 140 224 234 250 88 90 90 128 126 130 156 156 140 224 224 230 84 86 90 84 84 80 156 154 140 220 232 250 112 110 110 80 80 80 80 82 80 152 152 150 180 178 170 224 224 220 112 112 110 80 78 80 112 114 110]; mask:((Depth1Image new) width:22; height:22; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@A? @A?0@A?8@A?<@A?<@A?<@A?<@A?<@A?=0A?=0A??0A?? A??0A?=0@@]0@@@@@@@@@@@@') ; yourself); yourself]
 !
 
 close22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self close22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#close22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class close22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class close22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@ H@@@@@@@@@@@@B@ @@@@@@@@@@@@HB@ @@@@@@@@@B@ H@@@@@@@@@@@@@@ HB@@@@@@@B@ H@@@@@@@@@@@@@@@@B@ H@@@@B@ H@@@@@@@@@@@@@
 @@@@@@HB@ @B@ H@@@@@@@@@@@@@@@@@@@@@@ HB@ H@@@@@@@@@@@@@@@@@@@@@@@@B@ H@@@@@@@@@@@@@@@@@@@@@@@@B@ HB@ @@@@@@@@@@@@@@@@@@
 @@@B@ H@@ HB@@@@@@@@@@@@@@@@@@@B@ H@@@@B@ H@@@@@@@@A@@@@@@@B@ H@@@@@@@HB@ @@@@@@@@@@@@@B@ H@@@@@@@@@@ HB@@@@@@@@@@@@@ H@
 @@@@@@@@@@@B@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 0 0 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@A C@A0G@@8N@@\\@@N8@@G0@@C B@G0@@N8@@\\@@8N@A0G@A C@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 255 255 255 0 0 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@A C@A0G@@8N@@\\@@N8@@G0@@C B@G0@@N8@@\\@@8N@A0G@A C@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
+!
+
+console22x22Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self console22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#console22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary console22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width:22; height:22; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DB@ HB@ HB@ HB@ D@@@@@@@@@@@@CA@PDA@PDA@PDA@PC@@@@@@@@@@@@@0TFA XFA XFA XE@0@@@@@@@@@@
+@@LGA  HB@ HB@ HA0L@@@@@@@@@@@@IB XKC@4NC1@PD@(I@@@@@@@@@@@@DP(FDA@RDA@PDAHJDP@@@@@@@@@@@ALTA ,KEQXWF@<REAL@@@@@@@@@@@@S
+FPXZF!!(ZF!!(ZF!!,S@@@@@@@@@@@@GA4FF!!(ZF!!(ZF!!(]G@@@@@@@@@@@@A8_G1<_G1<_G1<_G18@@@@@@@@@@@@ @@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@
+@B@@@@@ @@@@@@@@@@@@@@@@@@@ HRD!!HRD!!HRD!!H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[47 88 144 95 128 176 47 112 200 47 104 184 80 96 128 95 104 128 208 232 248 95 104 136 255 248 248 47 104 176 96 112 136 111 128 176 95 112 168 80 96 144 64 88 136 63 72 128 240 240 248 47 96 176 239 240 248 47 96 168 111 120 144 96 120 168 95 104 160 79 96 144 64 80 136 112 128 144 224 232 248 112 120 144 47 96 160 112 128 160 47 88 160 127 136 160 79 112 168 47 88 136]; mask:((ImageMask new) width:22; height:22; bits:(ByteArray fromPackedString:'@@@C@@@C@@@C@@@C@@@CA??CA??CA??CA??CA??CA??CA??CA??CA??CA??CA??C@G0C@?>C@@@C@@@C@@@C@@@C') ; yourself); yourself]
 !
 
 copy22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copy22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#copy22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class copy22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class copy22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@AUUUW@@@A???>@@@A???>O@@A???>@@@A???>@@@@@@?>@EUUU\?>@G???8?>@G???8?>@G???8?>@G???8?>@G???8?>IG???8?>@G???8**M
-G???8@@@G???8@@KG???8@@@G???8@@@G???8@@HN***(@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@_?<@_?<@_?<@_?<@_?<@_?<???<???<???<???<???<???<???<???<???<???<??8@??8@??8@??8@??8@??8@') ; yourself); yourself]
+G???8@@@G???8@@KG???8@@@G???8@@@G???8@@HN***(@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@_?<@_?<@_?<@_?<@_?<@_?<???<???<???<???<???<???<???<???<???<???<??8@??8@??8@??8@??8@??8@');
+                            yourself);
+                yourself
+        ]
 !
 
 copyMenuItem22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    <resource: #image>
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copyMenuItem22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#copyMenuItem22x22Icon
-     Icon flushCachedIcons
-    "
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class copyMenuItem22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class copyMenuItem22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@AUUUW@@@@@@?>@EUUU\?>@G???8?>@G???8?>@G???8?>@G???8**@G???8@@IN***(@@@@@@@@@@M
-@@@@@@@@G???8@@KG???8@@@G???8@@@G???8@@HN***(@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@_?<@_?<???<???<???<???<???<???<???<??8@??8@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@G???8@@KG???8@@@G???8@@@G???8@@HN***(@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@_?<@_?<???<???<???<???<???<???<???<??8@??8@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 currentDirectoryIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self currentDirectoryIcon inspect
      ImageEditor openOnClass:self andSelector:#currentDirectoryIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class currentDirectoryIcon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(nil)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class currentDirectoryIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( nil ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@D@@@@@@@@@@@@@DQ@@@@@@@@@@@@DQDP@@@@@@@@@@DQ@QD@@@@@@@@@DQIBDQ@@@@@@@@DQIDP!!DP@@@@@@DQIDQDHQD@@@@@
 DQIDQDQBDQ@@@@DQIDQDQDP!!DP@@DQIDQDQDQDHQD@D"IDQDQDQDQ@@A@RH$QDQDQDQD@@D@@@QDQDQDQDP@@@@@ADQD@@QDQ@@@@@@DQDP@ADQD@@@@@@QD
-Q@@DQDP@@@@@ADQDQDQDQ@@@@@@DQDQDQDQD@@@@@@QDQDQDQDP@@@@@ADQDQDQDQ@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 192 0 0 64 0 0 73 73 73 192 192 192]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A@@@C @A''0@A/8@A?<@A?>@A??@C?? G??0O??8_??<_??<_??<C?? C?? C?? C?? C?? C?? C?? C?? C?? ') ; yourself); yourself]
+Q@@DQDP@@@@@ADQDQDQDQ@@@@@@DQDQDQDQD@@@@@@QDQDQDQDP@@@@@ADQDQDQDQ@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 192 0 0 64 0 0 73 73 73 192 192 192 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@A@@@C @A''0@A/8@A?<@A?>@A??@C?? G??0O??8_??<_??<_??<C?? C?? C?? C?? C?? C?? C?? C?? C?? ');
+                            yourself);
+                yourself
+        ]
 !
 
 cut22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self cut22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#cut22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class cut22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class cut22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@DQDQDP0AL@@L@@@SL3L3CBL @B0@@AL3L3LL0B@@3@@@D3L3L0KB@@KB@@@SL3L3LL0@CL@@@AL3L3L0KB@,H@@@D3L3L3LL0L0@@@@S
 L3L3L0K@0 @@@AL3L3L3LL3@@@@@D3L3L3L03L@@@@@SL3L3L0CL0@@@@AL3L3L3@,CB@@@@D3L3L3@L0L0@@@@2H"H H"0 KBH @@@@@@KL3@@L3LH@@@@@
-CBCB@@K@K@@@@@@L@LH@@,@L@@@@@@0@0 @B0@0@@@@@CBC@@@C@K@@@@@@@3@@@@@3@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?<@_=\P_=<0_=,0_=50_>5 _>; _?[@_?[@_?.@_?.@_?N@_?[@_>[@_;;8_75<@F1,@D1$@D1$@F ,@C@X@@@@') ; yourself); yourself]
+CBCB@@K@K@@@@@@L@LH@@,@L@@@@@@0@0 @B0@0@@@@@CBC@@@C@K@@@@@@@3@@@@@3@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?<@_=\P_=<0_=,0_=50_>5 _>; _?[@_?[@_?.@_?.@_?N@_?[@_>[@_;;8_75<@F1,@D1$@D1$@F ,@C@X@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 cutMenuItem22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self cutMenuItem22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#cutMenuItem22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class cutMenuItem22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class cutMenuItem22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@ADP0@@@@L@@@CL3L3CB@@@B0@@@L3L3LL0@@@3@@@@@@@@@KB@@KB@@@QDQDQDL0ACL@@@AL3L3L0KB@,H@@@D3L3L3LL0L0@@@@S
 L3L3L0K@0 @@@AL3L3L3LL3@@@@@D3L3L3L03L@@@@@2H"H"H"CL0@@@@@@@@@@@@,CB@@@@@@@@@@@L0L0@@@@@@@@@H"0 KBH @@@@@@KL3@@L3LH@@@@@
-CBCB@@K@K@@@@@@L@LH@@,@L@@@@@@0@0 @B0@0@@@@@CBC@@@C@K@@@@@@@3@@@@@3@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@A@P@A 0@A 0_=50_>5 _>; _?[@_?[@_?.@_?.@_?.@_?[@@@[@@C;8@G5<@F1,@D1$@D1$@F ,@C@X@@@@') ; yourself); yourself]
+CBCB@@K@K@@@@@@L@LH@@,@L@@@@@@0@0 @B0@0@@@@@CBC@@@C@K@@@@@@@3@@@@@3@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@A@P@A 0@A 0_=50_>5 _>; _?[@_?[@_?.@_?.@_?.@_?[@@@[@@C;8@G5<@F1,@D1$@D1$@F ,@C@X@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 debug22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self debug22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#debug22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class debug22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class debug22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HB@ HB@ @@@@@@@@@@@@@@@@@@@ HBAPTEAPTB@@@@@@@@
 @@@B@ @B@ HEAPTEAPTEAPH@@@@@@@HBAPTE@@HEAPTEAPTEAPTE@ @@@@@B@ TEAP@BAPTEAPTEAPTEAPH@@@@@@@HEAPT@@@@@@@@@@@@@@@@@@@@@@@HB
 APTE@@HBAPTEAPTEAPTE@ @@@@@@@ HB@ @B@ TEAPTEAPTE@ H@@@@@@@@@@@@@@@HBAPTEAPTE@ @@@@@@@@@@@@@@@@@@@@@B@ HB@ @@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 127 127 127 128 0 0 161 161 165 194 194 194 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@BA0@Q''H@L? @E?0@??8Q??<O??<C??<C??<O??<S??<@??8@G?0@L? @Q#X@FA @@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 127 127 127 128 0 0 161 161 165 194 194 194 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@BA0@Q''H@L? @E?0@??8Q??<O??<C??<C??<O??<S??<@??8@G?0@L? @Q#X@FA @@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 debug22x22IconForBlackBackgound
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self debug22x22IconForBlackBackgound inspect
      ImageEditor openOnClass:self andSelector:#debug22x22IconForBlackBackgound
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class debug22x22IconForBlackBackgound'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class debug22x22IconForBlackBackgound'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@X@@@@@@@@FA X@@@@@
 @@@@@@@F@@@@A X@@@XFA @@A @@@@@@@@@@@@XF@@@FA XFA XF@@@@@@@@@@@@@@@@A @FA HB@ HB@ X@@@@@@@@@@@XFA XF@ HBAPTEAPTBA @@A @@
 @@XB@ XB@ HEAPTEA XEAPHF@@@FA HBAPTEA HEA XEAPXFAPTE@ @@@@@B@ XEAPXBAPXFAPTEAPTEAPH@@@@@A HEAPTFA XFA XFA XFA XF@@@FA HB
 A TEA HBAPTEAPTEA XE@ @F@@@F@ HB@ XB@ TEA XEAPXF@ X@@@@@@@@FA XFA HBAPXFAPTE@ X@@@@@@@@@@@@@A XFA XB@ HB@ X@@@@@@@@@@@@@
 A X@@@XFA XFA X@@@@@@@@@@@@@A @@@@XF@@@@A X@A X@@@@@@@@@@@@@A X@@@@@@@@FA @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 127 127 127 128 0 0 161 161 165 194 194 194 255 0 0 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@BA0@Q''H@L? @E?0@??8Q??<O??<C??<C??<O??<S??<@??8@G?0@L? @Q#X@FA @@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 127 127 127 128 0 0 161 161 165 194 194 194 255 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@BA0@Q''H@L? @E?0@??8Q??<O??<C??<C??<O??<S??<@??8@G?0@L? @Q#X@FA @@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 delete22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self delete22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#delete22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class delete22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class delete22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@DQDQDQDQL@@@@@@SL3L3L3L @@@@@AL3L3L3L2@@@@@@D3L3L3L3H@@@H@@SL3L3L3L @@H@@AL3L3L3L2@@@@@@D3L3L3L3@@@@@@@S
 L3L3L0@ @@@ @AL3L3L3@@@@@@@@D3L3L3L@D@@@H@@SL3L3L0@QL3H @AL3L3L3@A@3LB@@D3L3L3L@DC@0H@@2H"H"H @PLC@ @@@@@@@@@A@0LB@@@@@@
-@@@@DC@0H@@@@@@@@@@PLC@ @@@@@@@@@A@0LB@@@@@@@@@@DS@2H@@@@@@@@@HAL3HB@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?<@_?<@_?<P_?<P_?<X_?<X_?<H_?0H_?O<_?XL_?_<_?_<_?_<_?_<_?_<_?_<@@_<@@_<@@_<@@_<@@_<@@G0') ; yourself); yourself]
+@@@@DC@0H@@@@@@@@@@PLC@ @@@@@@@@@A@0LB@@@@@@@@@@DS@2H@@@@@@@@@HAL3HB@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?<@_?<@_?<P_?<P_?<X_?<X_?<H_?0H_?O<_?XL_?_<_?_<_?_<_?_<_?_<_?_<@@_<@@_<@@_<@@_<@@_<@@G0');
+                            yourself);
+                yourself
+        ]
 !
 
 displayScreen22x22Icon
@@ -4954,180 +7302,279 @@
 !
 
 down22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self down22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#down22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class down22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class down22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUT@AUUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUP
-UT@*$AUPUV***%UPUU***UUPUUZ*)UUPUUV*%UUPUUU*UUUPUUUYUUUP') ; colorMapFromArray:#[255 255 255 0 0 0 0 127 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@A?>@A?>@@?<@@_8@@O0@@G @@C@@') ; yourself); yourself]
+UT@*$AUPUV***%UPUU***UUPUUZ*)UUPUUV*%UUPUUU*UUUPUUUYUUUP');
+                colorMapFromArray:#[ 255 255 255 0 0 0 0 127 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@A?>@A?>@@?<@@_8@@O0@@G @@C@@');
+                            yourself);
+                yourself
+        ]
 !
 
 downRight22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self downRight22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#downRight22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class downRight22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class downRight22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUUUUUUPP@EUUUUPR*UUUUUPR*UUUUUPR*UUUUUPR*UUUUUPR*UUUUUPR*UUUUUPR*UUUUUPR*UUUUUPR*UUT%UPR*UUT)UPR*UUT*UPR*P@@*%PR*****)P
-R******PR*****)PR*****%PQUUUU*UPUUUUT)UPUUUUT%UPUUUUTUUP') ; colorMapFromArray:#[255 255 255 0 0 0 0 127 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@_ @@_ @@_ @@_ @@_ @@_ @@_ @@_ @@_ @@_ L@_ N@_ O@_?? _??0_??8_??8_??0_?? @@O@@@N@@@L@') ; yourself); yourself]
+R******PR*****)PR*****%PQUUUU*UPUUUUT)UPUUUUT%UPUUUUTUUP');
+                colorMapFromArray:#[ 255 255 255 0 0 0 0 127 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@_ @@_ @@_ @@_ @@_ @@_ @@_ @@_ @@_ @@_ L@_ N@_ O@_?? _??0_??8_??8_??0_?? @@O@@@N@@@L@');
+                            yourself);
+                yourself
+        ]
 !
 
 editor22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self editor22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#editor22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class editor22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class editor22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 *******************************("H"H"H"H"J(@**"EUUU%UUUU@@^**HUUUVUUUU@@]:*(!!UUUYUUUT@A7**"FY&Y&Y&X@]7^**HUUUVUU@@]7\Z*(
 !!UUUYU@@]7\R**"EUUU%T@A7]1J**HY&Y&XC]7\Q&**(!!UUU(3M7\Y&***"EUUU#L3L2QJ***HY&Z#L3L6)D***(!!&Y*L3L6Z$R***"EUUP3M&ZEQJ***HUU
-RRY(UUUD***("*)J*****$R***"J)J******QJ***HUUUZUUUUUD***TQDQDQDQDQDR***************(b') ; colorMapFromArray:#[240 160 80 192 80 0 64 0 0 240 208 160 0 0 0 240 240 240 192 192 192 240 128 0 208 208 208 48 48 48 160 160 160]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@G??LG??<G??<G??<G??<G??<G??<G??<G??8G??0G??0G??0G??0G??0G??0G??0G??0G??0O??0@@@@') ; yourself); yourself]
+RRY(UUUD***("*)J*****$R***"J)J******QJ***HUUUZUUUUUD***TQDQDQDQDQDR***************(b');
+                colorMapFromArray:#[ 240 160 80 192 80 0 64 0 0 240 208 160 0 0 0 240 240 240 192 192 192 240 128 0 208 208 208 48 48 48 160 160 160 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@G??LG??<G??<G??<G??<G??<G??<G??<G??8G??0G??0G??0G??0G??0G??0G??0G??0G??0O??0@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 font22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self font22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#font22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class font22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class font22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@!!X @@@@@@@!!X @@@6H@@@@@@DP6H@@@Y!!H@@@@@QDY"@@@BY"@@@@ADQBY"@@@FX @@@@@DQCX @@@6H@@@@@QEP6H@@@@ @@@@
 ADUDP @C@@@@@@@DQSH@@@L @@@@@@QEL @@@2@@@@@@ADT2@@@CH@@@@@@DQSH@@@L @@@@@@QEL @@@2@@@@@@QDT2@@@CH@@@@@QDQSH@@@@ @@@@@DQE
-P @@@@@@@@@@@DQ@@@@@@@@@@@@@@D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 150 150 150 213 213 213 215 48 48 134 54 54 240 240 240]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@G @OG0@O''<@O7>@O<?@A>? A?? A??@A<?@A<>@A<>@A<>@A=>@C?>@G<>@C<\@@8D@@H@@@@@@@@@@@@@@') ; yourself); yourself]
+P @@@@@@@@@@@DQ@@@@@@@@@@@@@@D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 150 150 150 213 213 213 215 48 48 134 54 54 240 240 240 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@G @OG0@O''<@O7>@O<?@A>? A?? A??@A<?@A<>@A<>@A<>@A=>@C?>@G<>@C<\@@8D@@H@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 forward22x22_3DIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self forward22x22_3DIcon inspect
      ImageEditor openOnClass:self andSelector:#forward22x22_3DIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class forward22x22_3DIcon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class forward22x22_3DIcon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUUUUUUPUUUUUUUPUUUUUUUPUUUQUUUPUUTJUUUPUUB*)UUPUP***%UPUQU*%UUPUUT*%UUP_UT*%UUP_UT*%UUP_5R*)UUPWUR*)UUPWWR*)UUPWUJ**UUP
-UUJ**UUPUT***%UPUT***%UPUR***)UPUUUUUUUPUUUUUUUPUUUUUUUP') ; colorMapFromArray:#[255 255 255 0 0 0 0 127 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@C@@@O0@@?<@C??@C??@@O0@@O0@@O0@@_8@@_8@@_8@@?<@@?<@A?>@A?>@C??@A??@@@@@@@@@') ; yourself); yourself]
+UUJ**UUPUT***%UPUT***%UPUR***)UPUUUUUUUPUUUUUUUPUUUUUUUP');
+                colorMapFromArray:#[ 255 255 255 0 0 0 0 127 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@C@@@O0@@?<@C??@C??@@O0@@O0@@O0@@_8@@_8@@_8@@?<@@?<@A?>@A?>@C??@A??@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 help22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self help22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#help22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class help22x22Icon'
-	ifAbsentPut:[(Depth1Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@O0A@_8@@?<@@8\C@8\A@@\@@@8@@A8@@C0@@G @@G@@@G@@@G@C@@@@@@@@@G@@@G@@@G@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 127 0 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@O0@@_8@@?<@@8\@@8\@@@\@@@8@@A8@@C0@@G @@G@@@G@@@G@@@@@@@@@@@G@@@G@@@G@@@@@@@@@@') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class help22x22Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@O0A@_8@@?<@@8\C@8\A@@\@@@8@@A8@@C0@@G @@G@@@G@@@G@C@@@@@@@@@G@@@G@@@G@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 127 0 127 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@O0@@_8@@?<@@8\@@8\@@@\@@@8@@A8@@C0@@G @@G@@@G@@@G@@@@@@@@@@@G@@@G@@@G@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 home22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self home22x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#home22x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class home22x22Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class home22x22Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@D@@@@@@@@@@@@@DQ@@@@@@@@@@@@DQDP@@@@@@@@@@DQ@QD@@@@@@@@@DQH2DQ@@@@@@@@DQH4L!!DP@@@@@@DQH4QCHQD@@@@@
 DQH4QDP2DQ@@@@DQH4QDQDL!!DP@@DQH4QDQDQCHQD@D"H4QBH"ADP0@A@RH#QBH"H QC@@D@@@MDIUUUADL@@@@@@4P%UUTDP0@@@@@CQBUUUPQC@@@@@@MD
-IUUUADL@@@@@@4P%UUTDP0@@@@@CQBUUUPQC@@@@@@MDIUUUADL@@@@@@4P%UUTDP0@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 192 0 0 64 0 0 128 128 128 192 192 192 100 128 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A@@@C @A''0@A/8@A?<@A?>@A??@C?? G??0O??8_??<_??<_??<C?? C?? C?? C?? C?? C?? C?? C?? C?? ') ; yourself); yourself]
+IUUUADL@@@@@@4P%UUTDP0@@@@@CQBUUUPQC@@@@@@MDIUUUADL@@@@@@4P%UUTDP0@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 192 0 0 64 0 0 128 128 128 192 192 192 100 128 255 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@A@@@C @A''0@A/8@A?<@A?>@A??@C?? G??0O??8_??<_??<_??<C?? C?? C?? C?? C?? C?? C?? C?? C?? ');
+                            yourself);
+                yourself
+        ]
 !
 
 keyboardMapping22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self keyboardMapping22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#keyboardMapping22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class keyboardMapping22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class keyboardMapping22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@N@@@@@@@@@@@@@@@@@@@@@@@@@@@*@@@@@@B%P@@@@@JUT@@@@@)TE@@H@BUTQP@@@ETTQ\@@@JTTU?@@@J$@W<@@@B)U_0@@@@*U?@@@@@J''<@@@
-@@B''0@@@@@@''@@@O@@@D@@@@@@@@@@@K@@@@@@@@@@@@@@@M@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 128 128 128 192 192 192]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@G@@@O @@_0@@?8@A?<@C?>@G??@G?? G??@C?>@A?<@@?8@@_0@@O @@G@@@B@@@@@@@@@@@@@@') ; yourself); yourself]
+@@B''0@@@@@@''@@@O@@@D@@@@@@@@@@@K@@@@@@@@@@@@@@@M@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 128 128 128 192 192 192 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@G@@@O @@_0@@?8@A?<@C?>@G??@G?? G??@C?>@A?<@@?8@@_0@@O @@G@@@B@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 languages22x22Icon
@@ -5157,115 +7604,177 @@
 !
 
 left22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self left22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#left22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class left22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class left22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUPUTUUUUUPURUUUUUPUJUUUUUPT*P@@@@PR******PJ******P*******PZ******PV*UUUUUPU*UUUUUP
-UZUUUUUPUVUUUUUPUUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUP') ; colorMapFromArray:#[255 255 255 0 0 0 0 127 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@A @@C @@G @@O??<_??<???<???<_??<O??<G @@C @@A @@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+UZUUUUUPUVUUUUUPUUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUP');
+                colorMapFromArray:#[ 255 255 255 0 0 0 0 127 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@A @@C @@G @@O??<_??<???<???<_??<O??<G @@C @@A @@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 leftDown22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self leftDown22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#leftDown22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class leftDown22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class leftDown22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUUUUUUPU@@@@@@PUJ****)PUJ****)PUJ****)PUJ****)PUJ)UUUUPUJ)UUUUPUJ)UUUUPUJ)UUUUPUJ)UUUUPUJ)UUUUPUJ)UUUUPUJ)UUUUP@J*@UUUP
-***)UUUPZ**%UUUPV**UUUUPU*)UUUUPUZ%UUUUPUVUUUUUPUUUUUUUP') ; colorMapFromArray:#[255 255 255 0 0 0 0 127 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@G??8G??8G??8G??8G??8G??8G8@@G8@@G8@@G8@@G8@@G8@@G8@@??@@??@@_>@@O<@@G8@@C0@@A @@@@@@') ; yourself); yourself]
+***)UUUPZ**%UUUPV**UUUUPU*)UUUUPUZ%UUUUPUVUUUUUPUUUUUUUP');
+                colorMapFromArray:#[ 255 255 255 0 0 0 0 127 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@G??8G??8G??8G??8G??8G??8G8@@G8@@G8@@G8@@G8@@G8@@G8@@??@@??@@_>@@O<@@G8@@C0@@A @@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 load22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self load22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#load22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class load22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class load22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUUUUUUPUUUUU?UPUUUUW*5PU???>*/PU:****)PUUUUUUZPP@@@@@EPS?????&PS?????%PS?????&PS?????%PT?????9PT?????9PT?????9PT?????9P
-T?????9PT?????9PUO????>PUO????>PUO????>PU:*****PUUUUUUUP') ; colorMapFromArray:#[255 255 255 0 0 0 127 127 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@G@@@O G??8O??<O??<_??<???<???<???<???<???<_??<_??<_??<_??<_??<_??<O??<O??<O??<O??<O??<') ; yourself); yourself]
+T?????9PT?????9PUO????>PUO????>PUO????>PU:*****PUUUUUUUP');
+                colorMapFromArray:#[ 255 255 255 0 0 0 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@G@@@O G??8O??<O??<_??<???<???<???<???<???<_??<_??<_??<_??<_??<_??<O??<O??<O??<O??<O??<');
+                            yourself);
+                yourself
+        ]
 !
 
 loadFromMethod22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self loadFromMethod22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#loadFromMethod22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class loadFromMethod22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class loadFromMethod22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 DQDQDQDQDQDQDQDQDQDQDQDQD3LQDQDQDQDQDQD2H#DQDQL3L3L3L2H"H3DQD2H"H"H"H"H"DQDQDQDQDQDQDQH!!D@@@@@@@@@@@@QDPL3L3L3L3L3L!!HQ@3
 L3L3L3L3L2DQDCL:(3L3N*L3HRDPL3**(3N*(3L!!DQDCL:*#N*N*L3HQDPL3**(:L:(3L!!DQ@3N*N*(3*#L2DQDCL:(3(3N*L3HQDPL3*#L3L:(3L!!DQ@3N*
-L3L3*#L2DQDPL3*#L3N*(3L!!DQ@3N*L3L3*#L2DQDCL3L3L3L3L3HQDSH"H"H"H"H"H!!DQDQDQDQDQDQDQDb') ; colorMapFromArray:#[255 255 255 0 0 0 127 127 127 170 170 170 255 0 0 255 255 0 0 255 0 0 0 255 0 255 255 255 0 255 127 127 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@G@@@O G??8O??<O??<_??<???<???<???<???<???<_??<_??<_??<_??<_??<_??<O??<O??<O??<O??<O??<') ; yourself); yourself]
+L3L3*#L2DQDPL3*#L3N*(3L!!DQ@3N*L3L3*#L2DQDCL3L3L3L3L3HQDSH"H"H"H"H"H!!DQDQDQDQDQDQDQDb');
+                colorMapFromArray:#[ 255 255 255 0 0 0 127 127 127 170 170 170 255 0 0 255 255 0 0 255 0 0 0 255 0 255 255 255 0 255 127 127 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@G@@@O G??8O??<O??<_??<???<???<???<???<???<_??<_??<_??<_??<_??<_??<O??<O??<O??<O??<O??<');
+                            yourself);
+                yourself
+        ]
 !
 
 loadImage22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self loadImage22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#loadImage22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class loadImage22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class loadImage22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 DQDQDQDQDQDQDQDQDQDQDQDQD3LQDQDQDQDQDQD2H#DQDQL3L3L3L2H"H3DQD2H"H"H"H"H"DQDQDQDQDQDQDQH!!D@@@@@@@@@@@@QDPL3L3L3L3L3L!!HQ@3
 L3L3L3L3L2DQDCMDY''\3L3L3HRDPL4Q&]3L3L3L!!DQDCMU&X 3L3L3HQDPL5VY"CL3L3L!!DQ@3QFY7L3L3L2DQDCMDY''\3L3L3HQDPL5VY"CL3L3L!!DQ@3UY
-&HL3L3L2DQDPL4Q&]3L3L3L!!DQ@3QFY7L3L3L2DQDCL3L3L3L3L3HQDSH"H"H"H"H"H!!DQDQDQDQDQDQDQDb') ; colorMapFromArray:#[255 255 255 0 0 0 127 127 127 170 170 170 255 0 0 255 255 0 0 255 0 0 0 255 0 255 255 255 0 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@G@@@O G??8O??<O??<_??<???<???<???<???<???<_??<_??<_??<_??<_??<_??<O??<O??<O??<O??<O??<') ; yourself); yourself]
+&HL3L3L2DQDPL4Q&]3L3L3L!!DQ@3QFY7L3L3L2DQDCL3L3L3L3L3HQDSH"H"H"H"H"H!!DQDQDQDQDQDQDQDb');
+                colorMapFromArray:#[ 255 255 255 0 0 0 127 127 127 170 170 170 255 0 0 255 255 0 0 255 0 0 0 255 0 255 255 255 0 255 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@G@@@O G??8O??<O??<_??<???<???<???<???<???<_??<_??<_??<_??<_??<_??<O??<O??<O??<O??<O??<');
+                            yourself);
+                yourself
+        ]
 !
 
 make22x22Icon1
@@ -5284,14 +7793,11 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class make22x22Icon1'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@FA @@@@@@@@@@@@@@@@@@A XF@@@FB (F@@@@A X@@@@@@@@@A (JB XFB (JB XFAP(GA @@@@@@
-@@XJB (JB (JB (JB (JA0X@@@@@@@@A@P(JB (JB (JB (JA0TE@@@@@@XFA XFB (JA0TA@P(JB TEA XF@@XGB (JB (JA0TA@@@AB (JB (JB XFB (J
-B (JB \AAP\A@P(JB (JB (E@PXFA (JB (JAPTEAP\JB (EAPTE@PDA@PDFB (JB (JB (JB (EAPDA@PDA@PDFB (JB (JB (JB (JB \E@PDA@@DFB (J
-B (JB (JB (JB (JB XA@@@BA@(JB HBB (JB (DA@PJB (F@@@@@@DGA0DA@PXJB (F@PDAA XF@P@@@@@A@PDA@PDFB (JA DA@PDA@PD@@@@@@PDA@PDA
-A \JA0XA@@DA@PDA@@@@@@@A@PD@@@DFA XA@@@@@PDA@@@@@@@@@@@@@@@A@PDA@P@@@@@@@@@@@@@@@@@@@@@@@PDA@PD@@@@@@@@@@@@@@@@@@@@@@@@A
-@PD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 48 48 48 56 59 56 64 68 64 88 92 88 128 128 128 160 160 160 192 192 192 216 219 216 239 244 239 248 252 248]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@C@@C''#@G?? G?? G?? _??8???<???<???<???<???<_??8_??0O??0O??0O?70GO# @O @@O @@G@@@@@@') ; yourself); yourself]
+        constantNamed:'GenericToolbarIconLibrary make22x22Icon1'
+        ifAbsentPut:[(Depth4Image new) width:22; height:22; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@G\@@@@@@@@@]7@GUW@@]0@@@@]UU7UUU7YR\@@@A5UUUUUUUUI0@@@AEUUUUUUUI&@@A7]7UUI!!EUU&]7A2UUUUI!!@AUUUUU7UU
+UUT!!X!!EUUUUVE7]UUUY&X%UVY&DQDWUUUUUUUVXQDQDWUUUUUUUUT&DQ@WUUUUUUUUUUU1@CQUT3UUUTQEUW@@@RHQE5UWDQ]7D@@ADQDWUU\QDQDP@@DQDQ
+\%I1@QDQ@@@ADP@W]1@@DQ@@@@@@@ADQD@@@@@@@@@@@DQDP@@@@@@@@@@@ADP@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 48 48 48 192 192 192 56 59 56 88 92 88 248 252 248 128 128 128 160 160 160]; mask:((ImageMask new) width:22; height:22; bits:(ByteArray fromPackedString:'@@@@@C@@C''#@G?? G?? G?? _??8???<???<???<???<???<_??8_??0O??0O??0O?70GO# @O @@O @@G@@@@@@') ; yourself); yourself]
 !
 
 make22x22Icon2
@@ -5310,14 +7816,34 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class make22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@0KC 0KC@@@@@@@@@@@@@@@@@@NC@,NB00LB00KC@0@@@@@@@@@@@@@C 8NC@0NC 0LC 0L@@@@@@@@@@@@
-@@@@C@8NC@0NC 0@@@@@@@@@@@@@@@8NC 8NC@@@C@0NC 0L@@@@@@@@@@@MCP@NC 8@@@8NC@@NC @@@@@@@@@@CP@MC 8NC 8NC@8N@@8@@@@@@@@@@@@L
-CP8NC 8NC 8NC 4@@@@@@@@@@@@@C@4@C @NC @M@@8M@@@@@@@@@@@@@@0@C@4@C 8@CP4@CP@@@@@@@@@@@@@@@@0M@@4M@@4M@@@@@@@@@@@@@@@@@@@L
-CP@NC @MCP@@@@@@@@@@@@@@@@@@@@@@C 8@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 48 48 48 56 59 56 64 68 64 88 92 88 128 128 128 160 160 160 192 192 192 216 219 216 239 244 239 248 252 248 88 88 88 184 252 248 0 128 128 0 192 192]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@O0@A?>@C??@C??@C??@G?? G?? G?? G?? C??@C??@C??@@?<@@?<@@G @@@@@@@@@@@@@') ; yourself); yourself]
+        constantNamed:'GenericToolbarIconLibrary make22x22Icon2'
+        ifAbsentPut:[(Depth4Image new) width:22; height:22; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@!!L!!H@@@@@@@@CHSD"D!!H @@@@@@L3H#L"L"@@@@@@
+@@H3H#L @@@@@@@3L3H@H#L"@@@@@DPCL0@3HCL@@@@@PDL3L3H3@0@@@@@BP3L3L3M@@@@@@@I@LCLD@4@@@@@@@ I@L0Q@P@@@@@@@@$ADAD@@@@@@@@@B
+PCLDP@@@@@@@@@@@L0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 88 88 88 184 252 248 0 192 192 0 128 128]; mask:((ImageMask new) width:22; height:22; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@O0@A?>@C??@C??@C??@G?? G?? G?? G?? C??@C??@C??@@?<@@?<@@G @@@@@@@@@@@@@') ; yourself); yourself]
+!
+
+makeYellow22x22Icon1
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self makeYellow22x22Icon1 inspect
+     ImageEditor openOnClass:self andSelector:#makeYellow22x22Icon1
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary makeYellow22x22Icon1'
+        ifAbsentPut:[(Depth4Image new) width:22; height:22; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@G\@@@@@@@@@]7@GDW@@]0@@@@\QE7DQE7XS\@@@A1DQDQDQDQM0@@@BHQDQDQDQM&@@A7]7DQM"HQE&]7A3DQDQM"@BDQDQE7DQ
+DQD2X2HQDQDVI7\QDQY&X1DVY&H"H''DQDQDQDVX"H"H''DQDQDQDQD6H"@''DQDQDQDQDQE2@DTQEDDQDUUQDW@@@#L"I1DWH"]7H@@BH"H''DQ\"H"H @@H"H"
+\1M2@"H"@@@BH @'']2@@H"@@@@@@@BH"H@@@@@@@@@@@H"H @@@@@@@@@@@BH @@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 211 107 48 48 48 192 192 192 56 59 56 88 92 88 128 128 128 160 160 160]; mask:((ImageMask new) width:22; height:22; bits:(ByteArray fromPackedString:'@@@@@C@@C''#@G?? G?? G?? _??8???<???<???<???<???<_??8_??0O??0O??0O?70GO# @O @@O @@G@@@@@@') ; yourself); yourself]
 !
 
 memory22x22Icon
@@ -5344,48 +7870,73 @@
 !
 
 new22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self new22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#new22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class new22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class new22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@AUUUUP@@A????2@@A????2 @A????0@@A?????8@A?????8@A?????8@A?????8@A?????8@A?????8@A?????8@A?????8@A?????8@A?????8@
-A?????8@A?????8@A?????8@A?????8@A?????8@C*****(@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?>@_??@_?? _??0_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8') ; yourself); yourself]
+A?????8@A?????8@A?????8@A?????8@A?????8@C*****(@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?>@_??@_?? _??0_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8');
+                            yourself);
+                yourself
+        ]
 !
 
 newMenuItem22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newMenuItem22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#newMenuItem22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class newMenuItem22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class newMenuItem22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@ADP@@@@@@@@@CL3L3@@@@@@@@@@L3L3L@@@@@@@@@@@@@@@@H@@ @B@@QDQDQDQFAFAJ@@AL3L3L3L3 8N@@@D3L3L3L3L8"B@@@S
 L3L3L3"H"H"H@AL3L3L3L3NH  @@D3L3L3L3NC 8@@@2H"H"H"JBJBJ@@@@@@@@@B@@H@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@_??<_??8_??8_??8_??<_??8_??8_??8_??<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@_??<_??8_??8_??8_??<_??8_??8_??8_??<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 openBreakpointBrowser22x22Icon
@@ -5404,14 +7955,14 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'GenericToolbarIconLibrary class openBreakpointBrowser22x22Icon'
-        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CDGAP(VF3\@@@@@@@@@@@@@@@@@@@4XMS4>N3@YD4TFA @@@@@@@@@@@A1FP$H@S4=OS1(JQT8F@@@@@@@@
-@A5BP D_G4=OS4=OL@]NS X@@@@@@CL/P$=O@T=OS4=OS4H0H49NA @@@@@%NT=OS1=OS4=OS4=OL@QNS X@@@@@GS9OS4<_S4=OS4=OS4PI@@@@@@@@@A5D
-S4=OS4=OS4=OS4=DC49NA @@@@@]O!!<_G1<A@PDA@PDAQ@=NA X@@@@@G#YOS4=OS4=OS4=OS4PEA @@@@@@@CH''S4=OG4=OS4=OS4<4C@@@@@@@@@@@DSAO
-S0EOS4=OS4=BC$T@@@@@@@@@@ATQM!!<AG1=OS4=BIB0@@@@@@@AVSTDTBAD(N$IBP#P4IB4@@@@@@@AUT5I@D @@E ,PE2X$K#0@@@@@@@AUUEIIJ"H@@@@@
-@@@@@@@@@@@@@@@@UEIIJ2D@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 64 64 64 64 64 64 127 127 127 127 127 175 127 128 175 128 0 0 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 160 64 64 160 64 64 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 161 161 165 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 192 192 208 192 239 255 192 240 255 194 194 194 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 217 217 217 223 128 63 223 255 255 239 239 240 239 255 255 240 207 144 255 0 0 255 64 64 255 64 64 255 64 64 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@BA0@Q''H@O? @_?0@??8Q??<O??<C??<C??<O??<S??<C??8C??0A?? A??XO?? _O<@?@@@>@@@') ; yourself); yourself]
+        constantNamed:'GenericToolbarIconLibrary openBreakpointBrowser22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width:22; height:22; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A,[F1,[@@@@@@@@@@@@@@@@
+@@@@F1,[F1,[F1,[@@@@@@@@@@@@@@@@F1,[F2,C@ XRE3D@@@@@@@@@@@@@@A,[F0$TK3X7MB(UC30@@@@@@@@@@A,[F1 =N#)@PDA@PAXFO@@@@@@@@@@[
+F1$:N$A@PDA@PDA@J L@@@@@@@@@F24)N$A@PDA@PDA@PC(*G @@@@@@@A, L$@:N#(:N#(:PD@:J D@@@@@@@@[FS]@N#(:N#(:N$A@N#,E@@@@@@@@@A$;
+PDA@PDA@PDA@PC(;B0@@@@@@@@@YM4A@PDA@PDA@PD@:N0,@@@@@@@@@F#A@PDA@PDA@PD@:N#,B@@@@@@@@@B0"PDA@PDA@PDA@N#(.B@@@@@@@@@@@CR)@
+PDA@PD@:N#(:B#0@@@@@@@@@@ADMLC(:N#(:N#(:G2X@@@@@@@AEO3$PA@4#L3(:N"8.G2\@@@@@@@ADP$D8C @@D \LD2D_JCT@@@@@@@ADP4D>IA4@@@@@
+@@@@@@@@@@@@@@@@P4D>IQ0@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 160 64 64 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 191 191 208 191 223 239 191 224 240 191 224 255 192 192 208 192 239 255 192 240 255 207 143 95 207 207 191 207 223 239 207 255 255 208 208 223 208 224 239 223 128 63 240 207 144 233 88 88 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159]; mask:((ImageMask new) width:22; height:22; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@_@@A?0@C?8@C?>@G??@G??@G?? G?? G?? C?? C?? C?? C?? A?? A??@O?>@_O<@?@@@>@@@') ; yourself); yourself]
 !
 
 openBreakpointBrowserIcon
@@ -5419,50 +7970,101 @@
     ^ self openBreakpointBrowser22x22Icon
 !
 
+openBugBrowser22x22Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self openBugBrowser22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#openBugBrowser22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary openBugBrowser22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width:22; height:22; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CDGAP(VF3\@@@@@@@@@@@@@@@@@@@4XMS4>N3@YD4TFA @@@@@@@@@@@A1FP$H@S4=OS1(JQT8F@@@@@@@@
+@A5BP D_G4=OS4=OL@]NS X@@@@@@CL/P$=O@T=OS4=OS4H0H49NA @@@@@%NT=OS1=OS4=OS4=OL@QNS X@@@@@GS9OS4<_S4=OS4=OS4PI@@@@@@@@@A5D
+S4=OS4=OS4=OS4=DC49NA @@@@@]O!!<_G1<A@PDA@PDAQ@=NA X@@@@@G#YOS4=OS4=OS4=OS4PEA @@@@@@@CH''S4=OG4=OS4=OS4<4C@@@@@@@@@@@DSAO
+S0EOS4=OS4=BC$T@@@@@@@@@@ATQM!!<AG1=OS4=BIB0@@@@@@@AVSTDTBAD(N$IBP#P4IB4@@@@@@@AUT5I@D @@E ,PE2X$K#0@@@@@@@AUUEIIJ"H@@@@@
+@@@@@@@@@@@@@@@@UEIIJ2D@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 64 64 64 64 64 64 127 127 127 127 127 175 127 128 175 128 0 0 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 160 64 64 160 64 64 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 161 161 165 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 192 192 208 192 239 255 192 240 255 194 194 194 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 217 217 217 223 128 63 223 255 255 239 239 240 239 255 255 240 207 144 255 0 0 255 64 64 255 64 64 255 64 64 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159]; mask:((ImageMask new) width:22; height:22; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@BA0@Q''H@O? @_?0@??8Q??<O??<C??<C??<O??<S??<C??8C??0A?? A??XO?? _O<@?@@@>@@@') ; yourself); yourself]
+!
+
 paste22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self paste22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#paste22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class paste22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class paste22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@KLH@@@@@@@@@@@CL3@@@@@@@@@@@CBH"0@@@@@@@@QD,3L3BDQ@@@@@ADQDQDQDQD@@@@@DQDQDQDQDP@@@@@@@@@@DQDQ@ADQDQDQDS@QDQD@D3
 L3L3L3HADQDP@SL3L3L3L DQDQ@AL3L3L3L2@QDQD@D3L3L3L3HADQDP@SL3L3L3L DQDQ@AL3L3L3L2@QDQD@D3L3L3L3HADQDP@SL3L3L3L DQDQ@AL3L3
-L3L2@QDQD@D3L3L3L3HADQDP@SL3L3L3L DQDQ@AL3L3L3L2@@@@@@L"H"H"H"H@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@<@@@<@@??<@??<@??<@??<???<???<???<???<???<???<???<???<???<???<???<???<???<???<??8@??8@') ; yourself); yourself]
+L3L2@QDQD@D3L3L3L3HADQDP@SL3L3L3L DQDQ@AL3L3L3L2@@@@@@L"H"H"H"H@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@<@@@<@@??<@??<@??<@??<???<???<???<???<???<???<???<???<???<???<???<???<???<???<??8@??8@');
+                            yourself);
+                yourself
+        ]
 !
 
 pasteMenuItem22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self pasteMenuItem22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#pasteMenuItem22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class pasteMenuItem22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class pasteMenuItem22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@KLH@@@@@@@@@@@CL3@@@@@@@@@@@CBH"0@@@@@@@@QD,3L3BDQ@@@@@ADQDQDQDQD@@@@@DQDQDQDQDP@@@@@@@@@@DQDQ@ADQDQDQDS@QDQD@D3
 L3L3L3HADQDP@SL3L3L3L DQDQ@AL3L3L3L2@QDQD@D3L3L3L3HADQDP@SL3L3L3L DQDQ@CH"H"H"H"@QDQD@@@@@@@@@@ADQDP@@@@@QDQDQDQDQ@@@@@A
-DQDQDQDQD@@@@@DQDQDQDQDP@@@@@QDQDQDQDQ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@<@@@<@@??<@??<@??<@??<???<???<???<???<???<???<???<???<???<@??<@??<@??<@??<@??<@@@@@@@@') ; yourself); yourself]
+DQDQDQDQD@@@@@DQDQDQDQDP@@@@@QDQDQDQDQ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@<@@@<@@??<@??<@??<@??<???<???<???<???<???<???<???<???<???<@??<@??<@??<@??<@??<@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 printer22x22Icon
@@ -5471,514 +8073,800 @@
 !
 
 printer22x22Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self printer22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#printer22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class printer22x22Icon1'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class printer22x22Icon1'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DA@PDA@PDA@PDA@PDA@@@@@@@@@@D@@@@@@@@@@@@@@@@A@@@@@@@@@@@A@@@A@PDA@@@A@PD@@P@@@@@@
 @@@A@@@@@@@@@@@@@@@@@P@@@@@@@@@@@P@A@PD@@PD@@PD@@PDA@P@@@@@@@P@@@@@@@@@@@@@@@@DD@PPA@@@@@PDA@PDA@PDA@PDA@PDD@PPA@P@@@PPD
 A@PDA@PDA@PDA@PD@PPAAPD@@@DA@PDA@PDA@PDA@PDA@PDAAPTA@@@AAPTEAPTEAPTEAPTEAPTE@PTE@P@@@PTEAPTEAPTEAPTB@ HEAPDEAPD@@@DEAPTE
 APTEAPTE@ HBAPTAAPTA@@@AAPTEAPTEAPTEAPTEAPTE@PTA@@@@@PTEAPTEAPTEAPTEAPTEAPDA@@@@@@DA@PDA@PDA@PDA@PDA@PDA@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 0 0 0 255 255 0 129 129 129 194 194 194 105 133 190]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@??0A?? A?? C??@C??0G??8O??8_??8_??8_??8_??8_??8_??0_?? _??@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 255 255 255 0 0 0 255 255 0 129 129 129 194 194 194 105 133 190 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@??0A?? A?? C??@C??0G??8O??8_??8_??8_??8_??8_??8_??0_?? _??@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 printer22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self defaultIcon inspect
      ImageEditor openOnClass:self andSelector:#defaultIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class printer22x22Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class printer22x22Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 QDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQ@@@@@@@@@ADQDQ@QDQDQDQDADQDQDAD@@AD@@PDQDQD
 ADQDQDQDPDQDQDPD@@P@P@P@@DQDPDQDQDQDQ@DAADP@@@@@@@@@DA@DPADQDQDQDQDA@0Q@@@@@@@@@@@@3AD@3L3L3L2H#LCADPCL3L3L3H"L0ADQ@@@@@
-@@@@@@ADQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDPb') ; colorMapFromArray:#[0 0 0 194 194 194 255 255 0 105 133 190 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@??0A?? A?? C??@C??0G??8O??8_??8_??8_??0_?? _??@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@ADQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDPb');
+                colorMapFromArray:#[ 0 0 0 194 194 194 255 255 0 105 133 190 255 255 255 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@??0A?? A?? C??@C??0G??8O??8_??8_??8_??0_?? _??@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 reload22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self reload22x22Icon inspect
-     ImageEditor openOnClass:self andSelector:#reload22x22Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class reload22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#reload22x22Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class reload22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@UT@@@@@EU@D@@@@UT@@@H@AUP@@@@@EU@@@@@@EU@@@@E@EU@@@@@@EU@@@@@AUUT@@@@@UUP@@@@@EU@@@@@@AT@@@@@@@P@@@@H@@@@@@@@
-@@@@@@@@@@@@@@@H@@@@@@@@@@@@@@@G@@@@@@@J@@@@@@@I@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 129 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@G<C@_?C@??#A?C3C>@;G<@KG<@CG<@C??$C_?NCO>_CG<?#C9?3A3?;@''??@@?#P@?C\A?COC>CG?<CC?8C@? C') ; yourself); yourself]
+@@@@@@@@@@@@@@@H@@@@@@@@@@@@@@@G@@@@@@@J@@@@@@@I@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 129 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@G<C@_?C@??#A?C3C>@;G<@KG<@CG<@C??$C_?NCO>_CG<?#C9?3A3?;@''??@@?#P@?C\A?COC>CG?<CC?8C@? C');
+                            yourself);
+                yourself
+        ]
 !
 
 removeTab22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self close22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#close22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class removeTab22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class removeTab22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@ H@@@@@@@@@@@@B@ @@@@@@@@@@@@HB@ @@@@@@@@@B@ H@@@@@@@@@@@@@@ HB@@@@@@@B@ H@@@@@@@@@@@@@@@@B@ H@@@@B@ H@@@@@@@@@@@@@
 @@@@@@HB@ @B@ H@@@@@@@@@@@@@@@@@@@@@@ HB@ H@@@@@@@@@@@@@@@@@@@@@@@@B@ H@@@@@@@@@@@@@@@@@@@@@@@@B@ HB@ @@@@@@@@@@@@@@@@@@
 @@@B@ H@@ HB@@@@@@@@@@@@@@@@@@@B@ H@@@@B@ H@@@@@@@@A@@@@@@@B@ H@@@@@@@HB@ @@@@@@@@@@@@@B@ H@@@@@@@@@@ HB@@@@@@@@@@@@@ H@
 @@@@@@@@@@@B@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 0 0 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@A C@A0G@@8N@@\\@@N8@@G0@@C B@G0@@N8@@\\@@8N@A0G@A C@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 255 255 255 0 0 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@A C@A0G@@8N@@\\@@N8@@G0@@C B@G0@@N8@@\\@@8N@A0G@A C@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 right22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self right22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#right22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class right22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class right22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUPUUUUUIUPUUUUUJUPUUUUUJ%P@@@@@J)PJ******PJ****** J******PJ*****)PEUUUUZ%PUUUUUJUP
-UUUUUIUPUUUUUEUPUUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUP') ; colorMapFromArray:#[255 255 255 0 0 0 0 127 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@F@@@G@@@G ???0???8???<???<???8???0@@G @@G@@@F@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+UUUUUIUPUUUUUEUPUUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUPUUUUUUUP');
+                colorMapFromArray:#[ 255 255 255 0 0 0 0 127 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@F@@@G@@@G ???0???8???<???<???8???0@@G @@G@@@F@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 save22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self save22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#save22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class save22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class save22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 AL3L3L@PM3L3L0?PML3L3L=PM3L3L0=PML3L3L?PM3L3L0?PML3L3L?PM3L3L0?PML3L3L?PM3L3L0?PML3L3L?PM@@@@@?PO??????PO??????PO??????P
-O=UUUU?PO=???[?PO=5O?Z?PO=6O?Z?PO=6O?Z?PO=0O?Z?P5U***U5P') ; colorMapFromArray:#[255 255 255 0 0 0 127 127 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???8') ; yourself); yourself]
+O=UUUU?PO=???[?PO=5O?Z?PO=6O?Z?PO=6O?Z?PO=0O?Z?P5U***U5P');
+                colorMapFromArray:#[ 255 255 255 0 0 0 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???8');
+                            yourself);
+                yourself
+        ]
 !
 
 saveAsMethod22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveAsMethod22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#saveAsMethod22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class saveAsMethod22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class saveAsMethod22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @A@0LC@0LC@0@@DCD0LC@0LC@0@3LPLPLD@0LCP0LCLQ@1LCQ@LCQ@L@L1DCDCADPCQDLC@3LPLS@4QDQDPC@CL1@1@0QCQ@QC@0L3DCD0MD@0MD@0@3LPLP
 LDP0LDP0LCL1@1LCQ@LCQ@L@L3DCDC@0LC@0LC@3LPLP@@@@@@@@@CL1@3L3L3L3L3L3L3DCL3L3L3L3L3L3LPL3L3L3L3L3L3L1@3L1DQDQDQDQL3DCL3D3
-L3L3LRL3LPL3LSDPL3L1H#L1@3L1LR@3L3D"L3DCL3D1HCL3LRH3LPL3LS@@L3L1H#L1LQDQH"H"H"DQLQDb') ; colorMapFromArray:#[255 255 255 0 0 0 127 127 127 170 170 170 127 127 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???8') ; yourself); yourself]
+L3L3LRL3LPL3LSDPL3L1H#L1@3L1LR@3L3D"L3DCL3D1HCL3LRH3LPL3LS@@L3L1H#L1LQDQH"H"H"DQLQDb');
+                colorMapFromArray:#[ 255 255 255 0 0 0 127 127 127 170 170 170 127 127 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???8');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollLock22x22Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self scrollLock22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#scrollLock22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary scrollLock22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width:22; height:22; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@PDA@PDA@PDA@PDA@PD@@@@@@@@@@@HC@0LC@0LC@0DC@0LA@@@@@@@@@@@B@0PDA@PDA@PE@0XGAP@@@@@@@@@@B@LIBP$IBP$IB L@@@(@@@@@@@@@
+@@,CC@0LC@0LC@4MCP4M@@@@@@@@@@@NC0@@@@@LC@0PDQDQD@@@@@@@@@@@@AHSD1PUEP0LE PDAAX@@@@@@@@@@A\XFQ$XF!!TU@A,DA@P[@@@@@@@@@@@\
+GQ8^G10 G!!T!!@0$IHP@@@@@@@@@"H1H"H!!H#H!!8^IBP$IBP@@@@@@@@@IRX''JB$*J2T^G"0C@0L-@@@@@@@@@B8*K3@1K2,.G!!82@0XGL @@@@@@@@@3J#P5
+MSP+L18^M L^G#X@@@@@@@@@M3 9N#(9NC\;OC46M#X6@@@@@@@@@BH#H2L#H2L"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[240 240 248 175 152 96 160 152 104 208 232 248 224 232 248 144 144 120 79 104 160 191 200 216 159 144 104 239 232 248 127 128 128 175 168 136 239 240 248 111 112 144 191 184 168 224 240 248 111 112 128 160 176 200 207 176 136 192 152 56 208 192 160 240 248 248 144 152 168 192 168 120 207 160 64 240 232 224 208 192 144 143 152 168 191 144 40 223 208 168 255 248 248 223 208 184 224 224 208 128 144 168 192 176 128 175 120 24 127 136 168 176 144 40 255 224 136 255 240 208 223 192 136 240 224 176 255 240 200 255 224 160 112 136 168 112 128 168 176 136 24 255 240 184 175 136 56 191 152 64 111 128 168 176 128 24 224 208 144 127 88 16 96 120 168 175 128 24 240 216 136 255 224 144 223 184 104 175 184 208 159 168 200 128 144 184]; mask:((ImageMask new) width:22; height:22; bits:(ByteArray fromPackedString:'@@@C@@@C@@@C@@@CA??#A??#A??#A??#A??#A??#@??#A??#A??#C??#C??#C??#C??#C??#C?@C@@@C@@@C@@@C') ; yourself); yourself]
 !
 
 start22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self start22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#start22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class start22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class start22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@N8@@@@@@@@@@@@N<^@@@@@@@@@@@@;.;.;.;.@@@@@@C/G @@@@8^@@@@@N<^@@@@@A@@@@@@;18@@@@@D@@@@@C.;.;.; @P@@@@@N
 <^@@@@@@@@@@@@;18@@@C!!G.@@@@C/G @@@@G>@@@@@N;.;.; @_8@@@@@;18@@@@A? @@@@C/G @@@@G>@@@@@N<^@@@@@_8@@@@@;.;.;.@A? @@@@C/G
-@@@@G>@@@@@N<^@@@@@_8@@@@@;18@@@@@@@@@@@C.; @@@@DQ@@@@C ; 8@@@A&X@@@C 8@8N@@@"H"@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@G>@@@@@N<^@@@@@_8@@@@@;18@@@@@@@@@@@C.; @@@@DQ@@@@C ; 8@@@A&X@@@C 8@8N@@@"H"@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@AC@DAG DAG?<@G N@G N@G N@G?.@G N@G _@G _@G?_@G _@G _@G _@G?_@G ? G!!?0G!!?0G!!.PKQNPT(_@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 startNewSystemBrowserIcon22x22
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self startNewSystemBrowserIcon22x22 inspect
      ImageEditor openOnClass:self andSelector:#startNewSystemBrowserIcon22x22
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary class startNewSystemBrowserIcon22x22'
-        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary startNewSystemBrowserIcon22x22'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 NP(JB (JB (JB (9@@@@@@@@@@@@@@*Q$YFQ$YFQ$YFQB @@@@@@@@@@@@@J$V1,[F1,[F1,[@(@@@@@@@@@@@@@B)E,[F1,[F1,[F0J@@@@@@@@@@@@@@*Q
 [F1,[F1,[F1,B @@@@@@@@@@@@@JNQHRD!!HRD!!HRD (@@@@@@@@@@@@@NP(JB (JB (JB (9@@@@@@@@@@@@@@@@@@@@@@@@QATTIR)P@@@@@@@@@@@@@@@@
 @@@@F2]HVEQ@JBI''@@@@@@@@@@@@@@@@J6&Q XFA UT)FF\JB (JB @@@@@@KFI[B0,H@ LGA TU_9FQ$S$@@@@@L5I1V0,CB@XMCPXMAQLA@PDR@@@@@B1Y
 VT8KB@4NC 8NCPTW@PDAD @@@@@,Y$-CB0XMC0<OC08EGQHRD!!H@@@@@KE%UP0,LC!!DQDQ@OAQ4JB (J@@@@@B5IVT4KB0,KB0,KB0,T@@@@@@@@@@AEMU%M
 B0,KB0,KB0-GF (JB (@@@@@@A=@ST5MS$9NS$9+GF^Q$YD9@@@@@@@$G4%&Y&)1]XV@L#1/[6=/D @@$HI]H1X_M%M&Z&MQL#6B[6=/[1H@#86LWBD@@BTY
-G#P2O%^B[6=/[6<R@@BL[P@@@@@@@@@/K1HRD!!HRD!!HRD @a') ; colorMapFromArray:#[0 0 0 32 223 32 40 255 124 50 255 112 51 255 109 54 229 139 62 255 87 62 255 88 62 255 91 62 255 136 64 64 64 73 255 115 83 255 62 91 255 73 94 255 74 101 255 84 105 255 85 112 255 96 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 170 170 170 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 176 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 183 183 183 190 190 190 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 196 196 196 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 217 217 217 223 32 32 223 128 63 223 192 255 223 223 32 223 223 224 223 255 255 224 224 224 224 224 239 224 239 240 224 255 255 231 207 255 231 208 255 238 191 255 238 192 255 239 159 232 239 191 255 239 223 255 239 224 255 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 239 223 240 240 239 240 255 255 246 176 255 247 175 255 247 207 255 247 239 255 254 160 255 254 191 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??@@??@@??@@??@@??@@??@@??@@@O0@@_<@@??<A??<C??<C??<C??<C??<C??@C??<A??<A??<O??<_O?<LA?<') ; yourself); yourself]
+G#P2O%^B[6=/[6<R@@BL[P@@@@@@@@@/K1HRD!!HRD!!HRD @a');
+                colorMapFromArray:#[ 0 0 0 32 223 32 40 255 124 50 255 112 51 255 109 54 229 139 62 255 87 62 255 88 62 255 91 62 255 136 64 64 64 73 255 115 83 255 62 91 255 73 94 255 74 101 255 84 105 255 85 112 255 96 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 170 170 170 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 176 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 183 183 183 190 190 190 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 196 196 196 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 217 217 217 223 32 32 223 128 63 223 192 255 223 223 32 223 223 224 223 255 255 224 224 224 224 224 239 224 239 240 224 255 255 231 207 255 231 208 255 238 191 255 238 192 255 239 159 232 239 191 255 239 223 255 239 224 255 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 239 223 240 240 239 240 255 255 246 176 255 247 175 255 247 207 255 247 239 255 254 160 255 254 191 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'??@@??@@??@@??@@??@@??@@??@@@O0@@_<@@??<A??<C??<C??<C??<C??<C??@C??<A??<A??<O??<_O?<LA?<');
+                            yourself);
+                yourself
+        ]
 !
 
 stop22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self stop22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#stop22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class stop22x22Icon'
-	ifAbsentPut:[(Depth1Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A?>@A?>@A?>@A?>@A?>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[255 0 0 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@?<@A?>@C??@G?? O??0_??8_??8_??8_??8_??8_??8_??8_??8_??8O??0G?? C??@A?>@@?<@@@@@@@@@') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class stop22x22Icon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 1 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A?>@A?>@A?>@A?>@A?>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 255 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@?<@A?>@C??@G?? O??0_??8_??8_??8_??8_??8_??8_??8_??8_??8O??0G?? C??@A?>@@?<@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 up22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self up22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#up22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class up22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class up22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUURUUUPUUUJ%UUPUUT*)UUPUUR**UUPUUJ**%UPUT***)UPUVU*%UUPUUT*%UUPUUT*%UUP_UT*%UUP_UT*%UUP_5T*%UUPWUT*%UUPWWT*%UUPWUT*%UUP
-UUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUTUUUUP') ; colorMapFromArray:#[255 255 255 0 0 0 0 127 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@C@@@G @@O0@@_8@@?<@A?>@A?>@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@') ; yourself); yourself]
+UUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUT*%UUPUUTUUUUP');
+                colorMapFromArray:#[ 255 255 255 0 0 0 0 127 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@C@@@G @@O0@@_8@@?<@A?>@A?>@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@@O0@');
+                            yourself);
+                yourself
+        ]
 !
 
 upRight22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self upRight22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#upRight22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class upRight22x22Icon'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class upRight22x22Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUUUT%UPUUUUT)UPUUUUT*UPP@@@@*%PR*****)PR******PR*****)PR*****%PR*UUU*UPR*UUT)UPR*UUT%UPR*UUTUUPR*UUUUUPR*UUUUUPR*UUUUUP
-R*UUUUUPR*UUUUUPR*UUUUUPR*UUUUUPR*UUUUUPYU%UUUUPUUUUUUUP') ; colorMapFromArray:#[255 255 255 0 0 0 0 127 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@L@@@N@@@O@_?? _??0_??8_??8_??0_?? _ O@_ N@_ L@_ @@_ @@_ @@_ @@_ @@_ @@_ @@_ @@_ @@@@@@') ; yourself); yourself]
+R*UUUUUPR*UUUUUPR*UUUUUPR*UUUUUPR*UUUUUPYU%UUUUPUUUUUUUP');
+                colorMapFromArray:#[ 255 255 255 0 0 0 0 127 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@L@@@N@@@O@_?? _??0_??8_??8_??0_?? _ O@_ N@_ L@_ @@_ @@_ @@_ @@_ @@_ @@_ @@_ @@_ @@@@@@');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-24x24'!
 
 baseImage24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self baseImage24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#baseImage24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class baseImage24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class baseImage24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A7\3LQE&Y&XFX@@@A7\3LQE&Y&XFX@@@A7\3LQE&Y&XFX@@@BY&H!!DQ&Y&XFX@@@BY&H!!DQ&
 Y&XFX@@@BY&H!!DQ&Y&XFX@@@A7\3LQE&Y&XFX@@@A7\3LQE&Y&XFX@@@A7\3LQE&Y&XFX@@@BY&H!!DQ&Y&XFX@@@BY&H!!DQ&Y&XFX@@@BY&H!!DQ&Y&XFX@@@
 A7\3LQE&Y&XFX@@@A7\3LQE&Y&XFX@@@A7\3LQE&Y&XF@@@@BY&H!!DQ&Y&XF@@@@BY&H!!DQ&Y&XF@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 0 255 0 127 127 0 255 0 0 255 255 127 127 127 170 170 170 255 0 0 255 0 255 255 255 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 0 255 0 127 127 0 255 0 0 255 255 127 127 127 170 170 170 255 0 0 255 0 255 255 255 0 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:41:08 / cg"
 !
 
 baseMenu24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self baseMenu24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#baseMenu24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class baseMenu24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class baseMenu24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@QDQDQDQDQ@@@@@@@RH"H"H"H"TE@@@@@R\"H"H''H"TE@@@@@R]7\"]7\"TE@@@@@RH"H"H"
 H"TE@@@@@P@@@@@@@@TE@@@@@QDQDQDQDQTE@@@@@RH"H"H"H"TE@@@@@R\"I2H"H"TE@@@@@R]2I7\''\"TE@@@@@RH"H"H"H"TE@@@@@P@@@@@@@@TE@@@@
 @QDQDQDQDQTE@@@@@RH"H"H"H"TE@@@@@R]2I7H'']2TE@@@@@RH"H"H"H"TE@@@@AUUUUUUUUUTE@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127 255 0 0 100 100 100]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127 255 0 0 100 100 100 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:41:06 / cg"
 !
 
 baseWindowSpec24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self baseWindowSpec24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#baseWindowSpec24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class baseWindowSpec24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class baseWindowSpec24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ADQDQDQDQDP@@@@@@@@@@@@@@@@@@@@@AUUUT UUUUH@@@@@AUUUT TQTUH@@@@@APTQT UU
 UUH@@@@@AUUUT TQDUH@@@@@APTQT UUUUH@@@@@AUUUT TUDUH@@@@@APTQT UUUUH@@@@@AUUUT UUUUH@@@@@AUUUT T"H%H@@@@@AUUUT T"H%H@@@@@
 AUUUT T"H%H@@@@@ARH"T T"H%H@@@@@ARH"T T"H%H@@@@@AUUUT UUUUH@@@@@@"H"H H"H"H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 200 200 0 0 127 127 127 127 127]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 200 200 0 0 127 127 127 127 127 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:41:03 / cg"
 !
 
 bugReporter24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self bugReporter24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#bugReporter24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class bugReporter24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class bugReporter24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@QDQDQDQDP@@@@@@@@@@@@@@@P@@@@@ADQDQDQDQ@P@@@@@@@@@@@@@A@P@@@@QDQDQDQDPA@P@@@@@@@@@@@@PA@P@@ADQDQDP@
 Q@PA@@@@AADQQ@QD@@P@@@@@ADQDQD@DP@@@@@@@ADEAPTPD@BH"H @@ADPTD@P@H"L3L2@@ADEA@"@"H3L3L3H@@@@BH3LBL3L3L3L @@@BH3LBL3L3L3L
 @@@@H3L@@@@@@@@@@@@BH3LBH3L3L3L @@@@H#HBH#L3L3H @@@@@@@@H"H"H"@@@@@@@@@@@@H"H @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 170 170 170 128 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@??8@??8C??8C??8O??8O??8???8???8???<???0???8???<???>???>???>A??>_??>O??>@[?<@B?8@F_0@H1,@C@0@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 170 170 170 128 0 0 255 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@??8@??8C??8C??8O??8O??8???8???8???<???0???8???<???>???>???>A??>_??>O??>@[?<@B?8@F_0@H1,@C@0@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:41:01 / cg"
 !
 
 changesBrowser24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self changesBrowser24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#changesBrowser24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class changesBrowser24x24Icon'
-	ifAbsentPut:[(Depth2Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class changesBrowser24x24Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C????@@@@@@@C@@@????3@@@@@@@3@@EUUUT3@@@@@@D3@AUUUUD3@A?5UUD0@AUUUUD0@A]7UUD@@
-AW]7UD@@A]7]U@@@AUUUU@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@_?<@_?<A??<A??<G??<G??<_??<_??<_??<_??0_??0_??@_??@_?<@_?<@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+AW]7UD@@A]7]U@@@AUUUU@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@_?<@_?<A??<A??<G??<G??<_??<_??<_??<_??0_??0_??@_??@_?<@_?<@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:59 / cg"
 !
 
 class24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self class24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#class24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class24x24Icon'
-        ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 DQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQ
 DQDQDQDQDQDQDQDQDQDQDQDQDQDQL"H"H"H"LQDQDQDQIDQDQDQCHQDQDQDQI@@@@@@AHQDQDQDQI@@@@@@AHQDQDQDQI@@@@@@AHQDQDQDQH1DQDQDQHQDQ
 DQDQL"H"H"H"LQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQ
-DQDQDQDQDQDQDQDQDQDQDQDQ') ; colorMapFromArray:#[32 223 32 127 127 127 64 64 64 170 170 170 255 255 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@?? @?? @?? @?? @?? @?? @?? @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+DQDQDQDQDQDQDQDQDQDQDQDQ');
+                colorMapFromArray:#[ 32 223 32 127 127 127 64 64 64 170 170 170 255 255 255 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@?? @?? @?? @?? @?? @?? @?? @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 dart24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self dart24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#dart24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary dart24x24Icon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary dart24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@A@ L@@@@@@@@@@@@@@@@@@@@@@@@@@@PEA XG@@@@@@@@@@@@@@@@@@@@@@@HBPXJB0,JC@@@@@@@@@@@@@@@@@@@@@4NC0XKB0,KA L@
 @@@@@@@@@@@@@@@@D@(JB0,KB0,KDP<R@@@@@@@@@@@@@@@SEATVEQTUE!!TUEQ\XFP@@@@@@@@@@@A([GA4^G!!8^G!!8^G!!8^G2@@@@@@@@@@@BD"H2P^IRT%
 IRT%IRT%I"\(@@@@@@@@JRD"B0,$G"T%IRT%IRT%IR(+K@@@@@@-K"T"B0,KIA8%IRT%IRT%IR<*J" @@@@!!IRT0H0,KB2P^IRT%IRT%IRX*J"\1@CH.IRT"
 B0,KB0,$G"T%IRT%IRT*J"(3MBT%IQ8"B0,KB0,KIA8%IRT%IRT/J2(,MRT%IQ8"B0,KB0,KB2P^IRT%IRT.J"(3@CX.IQ8"H0,KB0,KB0,$G"T%IRT%J"(3
 @@@7HRT"B0,KB0,KB0,KIA8%IRT%K2,3@@@@NC$"B0XKB0,KB0,KB2P^IRT%K"(3@@@@@B4:B XFA ,KB0,FB0,$G"T%IR(,@@@@@@@;OC4QA XFA XKA ,K
 O!!8%K"(*@@@@@@@@O1@POC4QA XKB0XKB38^J$AA@@@@@@@@@@$PBP$PODHFA XKA )CQDT@@@@@@@@@@@@IDA@PBP%FATHFQ4!!I@@@@@@@@@@@@@@@@BQ@P
-DA@IBP$RDA@;@@@@@@@@@@@@@@@@@D(PDA@PDA@ID@$@@@@@') ; colorMapFromArray:#[0 0 0 176 216 240 48 208 200 15 216 184 144 216 224 48 216 200 0 208 184 31 216 200 191 216 240 95 216 208 0 216 184 0 208 176 16 216 184 143 216 224 32 216 200 0 224 200 80 216 208 15 208 184 79 216 200 47 176 200 0 168 208 0 152 200 0 152 184 0 160 200 16 168 200 112 192 240 95 160 216 0 192 208 15 168 184 0 112 200 0 120 200 0 160 240 31 176 240 0 128 208 0 184 184 0 216 176 0 160 184 0 128 200 0 144 208 0 168 240 15 168 240 32 144 208 0 160 224 0 168 224 15 168 224 95 168 216 0 136 208 0 152 216 0 176 184 16 168 224 47 144 208 15 160 224 47 152 208 15 128 200 31 136 208 16 136 208 16 144 208 0 136 216 31 184 200 160 224 224 63 216 200 32 208 184 0 168 184 111 216 208 0 176 240 31 168 224 31 208 184 15 176 200 79 184 224 143 208 240 79 216 208 16 208 184 47 216 200 112 224 216 96 216 208]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A0@@C8@@O<@@_>@@??@A?? C??0C??8G??<O??>O???_???????????_???O???G???C???A???@???@_?>@O?8@G?8@C?0') ; yourself); yourself]
+DA@IBP$RDA@;@@@@@@@@@@@@@@@@@D(PDA@PDA@ID@$@@@@@');
+                colorMapFromArray:#[ 0 0 0 176 216 240 48 208 200 15 216 184 144 216 224 48 216 200 0 208 184 31 216 200 191 216 240 95 216 208 0 216 184 0 208 176 16 216 184 143 216 224 32 216 200 0 224 200 80 216 208 15 208 184 79 216 200 47 176 200 0 168 208 0 152 200 0 152 184 0 160 200 16 168 200 112 192 240 95 160 216 0 192 208 15 168 184 0 112 200 0 120 200 0 160 240 31 176 240 0 128 208 0 184 184 0 216 176 0 160 184 0 128 200 0 144 208 0 168 240 15 168 240 32 144 208 0 160 224 0 168 224 15 168 224 95 168 216 0 136 208 0 152 216 0 176 184 16 168 224 47 144 208 15 160 224 47 152 208 15 128 200 31 136 208 16 136 208 16 144 208 0 136 216 31 184 200 160 224 224 63 216 200 32 208 184 0 168 184 111 216 208 0 176 240 31 168 224 31 208 184 15 176 200 79 184 224 143 208 240 79 216 208 16 208 184 47 216 200 112 224 216 96 216 208 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@A0@@C8@@O<@@_>@@??@A?? C??0C??8G??<O??>O???_???????????_???O???G???C???A???@???@_?>@O?8@G?8@C?0');
+                            yourself);
+                yourself
+        ]
 !
 
 deleteClass24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self deleteClass24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#deleteClass24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'VistaToolbarIconLibrary deleteClass24x24Icon'
-        ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary deleteClass24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BH @@@@@B@@@@@@@BH"@@
 @@H @@@@@@@@H"H@@BH@@@@@@@@@E"H&X"Y&D@@@@@@@X@H"H @AX@@@@@@@XDP"IDQCX@@@@@@@XDH"H$QCX@@@@@@@XBH$P"QCX@@@@@@@X"H3L2H3X@@@
 @@@@H"Y&Y&I6D@@@@@@BH"@@@@\''@@@@@@@BH @@@@A7@@@@@@@@H@@@@@@B@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[255 255 255 170 170 170 255 0 0 127 127 127 223 223 32 240 240 240 64 64 64 255 128 128]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@A0A@A8F@@<L@@?? @?? @?? @?? @?? @?? @?? A8G@A0C@@ A@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 255 255 255 170 170 170 255 0 0 127 127 127 223 223 32 240 240 240 64 64 64 255 128 128 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@A0A@A8F@@<L@@?? @?? @?? @?? @?? @?? @?? A8G@A0C@@ A@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 deleteClassToEnd24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self deleteClassToEnd24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#deleteClassToEnd24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary deleteClassToEnd24x24Icon'
-        ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BH @@@@@B@@@@@@@BH"@@
 @@H @@@@@@@@H"H@@BH@@@@@@@@@E"H&X"Y&D@@@@@@@X@H"H @AX@@@@@@@XDP"IDQCX@@@@@@@XDH"H$QCXFY&@@@@XBH$P"QCXFY&@@@@X"H3L2H3X@Y 
 @@@@H"Y&Y&I6D@Y @@@BH"@@@@\''@@@@@@@BH @@@@A7@@@@@@@@H@@@@@@B@FY&@@@@@@@@@@@@@FY&@@@@@@@@@@@@@@Y @@@@@@@@@@@@@@Y @@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[255 255 255 170 170 170 255 0 0 127 127 127 223 223 32 240 240 240 64 64 64 255 128 128]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@A0A@A8F@@<L@@?? @?? @?? @??/@??/@??&@??&A8G@A0C@@ AO@@@O@@@F@@@F@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 255 255 255 170 170 170 255 0 0 127 127 127 223 223 32 240 240 240 64 64 64 255 128 128 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@A0A@A8F@@<L@@?? @?? @?? @??/@??/@??&@??&A8G@A0C@@ AO@@@O@@@F@@@F@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 desktop24x24Icon
@@ -5988,237 +8876,386 @@
 !
 
 desktop24x24Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self desktop24x24Icon2 inspect
      ImageEditor openOnClass:self andSelector:#desktop24x24Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class desktop24x24Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class desktop24x24Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @K^7-;^7-5" (J@&J$EAI*A2KTP@K AD@K^7-;]AI*A2KTP@K AD"BXSD085X3$N@CH2A7-;G!!,[Y:9?*5AP&9.COV>"(#U/@CJ$)WZSSI\JB&@FRYA5#X6M
 ^J"(\C&(@G,YRYP"H"H"G0",R$(3R!!0E_S\KV3$7@G-I%BJ2 KIQCB@8HS  H@$IY(E)E :A@A8F%BJ@ F"-HC !!NB@ T%J0&V%)VP9)@A- %2J2ZJ4LNBD!!
 HB@MT%J0&V%)#@9)@A- B"I(TP08HRD!!HB@MT%J0&V&\#@9)@F]LB"IQ,S !!HRD!!HBART+B0&V&\E09)@J9L%1>RHBD!!HRD!!HBART+B0&V&DWP9)@G=L%8JU
 HRE*HRD H@5RT+B0T6&D.&1)@G= %@ \OF)"HRD HEIRT+A: Y2D@F2\@J- +:0%R6)"HRD HEIR,KA> XRD@V2D@EA _ET%R6(!!HS8 CUIR,KA> XRD@V2D
 @E@F^J0%R6(!!HR@ T%IR,KA> XRD@ :D@I-II1@P-FH!!HR@ T%J0,G9> XRD@ :D@I.])(=E]8U-[UYVO3<?O2"E!!QDQ@ 8Q@AJ5Q)9B")5_W5=_W4!!HMCP4
 GQ4]K08]@HNFQZLXJ5=.EAPTEK"!!(ZF!!"8&IF :I@HLC\U]@JWN6-+Z6V%)CP4MCEV9.F 9.@F-+Z35T''8]/[:J"\GA[E%&L@A(ZF 8Z@KV5NP:9(E1D@@B:
-KWH&D08NC 8NC 8N@H:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N') ; colorMapFromArray:#[239 239 240 239 239 255 240 240 255 111 112 128 64 112 191 48 112 208 79 112 191 95 111 176 64 112 208 63 127 223 95 128 207 95 144 223 63 112 223 48 112 224 175 176 191 144 160 207 112 159 208 159 175 191 143 144 207 191 191 207 47 63 95 47 48 80 208 208 224 223 224 240 255 208 64 48 95 176 255 255 255 96 127 176 48 111 208 127 143 160 96 112 176 80 127 208 48 112 223 47 111 223 95 128 208 95 144 224 95 160 240 47 96 208 192 207 208 111 144 208 144 160 176 16 143 191 192 192 208 15 127 191 32 48 80 223 223 224 239 240 240 240 255 255 48 111 191 112 143 160 80 111 176 47 111 207 112 128 160 160 175 176 80 128 207 80 144 223 48 111 223 160 175 191 79 128 223 79 143 240 47 96 223 160 175 208 47 112 223 143 159 176 0 175 224 192 192 207 96 176 31 32 48 64 224 224 224 47 128 191 63 143 191 32 80 175 112 128 144 64 111 191 48 111 207 32 96 208 95 127 191 79 128 207 80 143 223 95 159 224 127 143 191 79 127 223 63 127 224 80 159 240 160 176 208 48 96 207 143 159 191 15 159 208 207 208 208 208 223 224 32 47 64 207 208 224 223 223 223 224 224 240 64 127 191 111 127 144 80 127 191 80 143 207 32 111 223 159 175 176 79 127 207 79 143 223 80 144 224 111 127 191 80 128 223 96 160 240 32 96 223 159 175 208 176 176 191 128 159 191 47 63 80 176 191 223 192 207 224 48 111 144 208 208 223 64 80 111 48 111 176 48 96 176 64 111 176 79 128 176 63 111 191 64 127 207 64 143 224 95 112 176 64 112 207 79 128 208 79 143 224 112 128 191 95 143 223 95 159 240 79 127 208 143 159 207 111 175 255 144 160 191 144 144 175 175 191 223 208 223 223 63 79 95 31 112 175 63 64 95 223 223 240 47 96 176 0 0 0 63 144 208 63 96 176 48 96 191 64 127 208 80 112 191 80 127 207 63 112 208 64 128 223 95 127 207 95 127 208 80 144 240 79 144 240 128 144 207 96 160 255 144 159 176 224 48 0 175 176 208 207 207 208 48 64 95 191 192 223 15 160 240 31 79 160 47 95 175 96 144 176 47 96 191 79 127 191 63 127 208 63 112 207 112 143 191 63 111 207 64 127 223 111 128 191 79 112 207 64 128 224 64 112 223 95 128 223 144 160 208 95 143 224 159 160 176 31 47 64 208 208 208 48 63 95 191 192 207 224 239 240]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>@@@@') ; yourself); yourself]
+KWH&D08NC 8NC 8N@H:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N');
+                colorMapFromArray:#[ 239 239 240 239 239 255 240 240 255 111 112 128 64 112 191 48 112 208 79 112 191 95 111 176 64 112 208 63 127 223 95 128 207 95 144 223 63 112 223 48 112 224 175 176 191 144 160 207 112 159 208 159 175 191 143 144 207 191 191 207 47 63 95 47 48 80 208 208 224 223 224 240 255 208 64 48 95 176 255 255 255 96 127 176 48 111 208 127 143 160 96 112 176 80 127 208 48 112 223 47 111 223 95 128 208 95 144 224 95 160 240 47 96 208 192 207 208 111 144 208 144 160 176 16 143 191 192 192 208 15 127 191 32 48 80 223 223 224 239 240 240 240 255 255 48 111 191 112 143 160 80 111 176 47 111 207 112 128 160 160 175 176 80 128 207 80 144 223 48 111 223 160 175 191 79 128 223 79 143 240 47 96 223 160 175 208 47 112 223 143 159 176 0 175 224 192 192 207 96 176 31 32 48 64 224 224 224 47 128 191 63 143 191 32 80 175 112 128 144 64 111 191 48 111 207 32 96 208 95 127 191 79 128 207 80 143 223 95 159 224 127 143 191 79 127 223 63 127 224 80 159 240 160 176 208 48 96 207 143 159 191 15 159 208 207 208 208 208 223 224 32 47 64 207 208 224 223 223 223 224 224 240 64 127 191 111 127 144 80 127 191 80 143 207 32 111 223 159 175 176 79 127 207 79 143 223 80 144 224 111 127 191 80 128 223 96 160 240 32 96 223 159 175 208 176 176 191 128 159 191 47 63 80 176 191 223 192 207 224 48 111 144 208 208 223 64 80 111 48 111 176 48 96 176 64 111 176 79 128 176 63 111 191 64 127 207 64 143 224 95 112 176 64 112 207 79 128 208 79 143 224 112 128 191 95 143 223 95 159 240 79 127 208 143 159 207 111 175 255 144 160 191 144 144 175 175 191 223 208 223 223 63 79 95 31 112 175 63 64 95 223 223 240 47 96 176 0 0 0 63 144 208 63 96 176 48 96 191 64 127 208 80 112 191 80 127 207 63 112 208 64 128 223 95 127 207 95 127 208 80 144 240 79 144 240 128 144 207 96 160 255 144 159 176 224 48 0 175 176 208 207 207 208 48 64 95 191 192 223 15 160 240 31 79 160 47 95 175 96 144 176 47 96 191 79 127 191 63 127 208 63 112 207 112 143 191 63 111 207 64 127 223 111 128 191 79 112 207 64 128 224 64 112 223 95 128 223 144 160 208 95 143 224 159 160 176 31 47 64 208 208 208 48 63 95 191 192 207 224 239 240 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>@@@@');
+                            yourself);
+                yourself
+        ]
+!
+
+desktopOSX24x24Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self desktopOSX24x24Icon inspect
+     ImageEditor openOnClass:self andSelector:#desktopOSX24x24Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary desktopOSX24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                bits:(ByteArray 
+                            fromPackedString:'
+UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU#5UUUUUUUUUUUUUUUUUUUUUU
+UUUUUUVOUUQ02''Y6X&J5-[TYKB0]GQ4,KB0]\GA>UURN(A$Y4]D5VE G)JP5VE G)JP5(7@YUXSFWU4B*06X&"\TEGE1I2\TI7E-CR<*UZZ(*J!!K$9M[6]%R
+^G!!80<NV/;=:TECPUZZ&*JZS$9N9D!!IQ 8M9TUDRD+&94MCPUZ4-WBHD-KSC^[-$R"AJZ8!!Q ;03)P@_UPXF (HVP$IC4=NA1<\+IRU+-;_P3<?UUP$IB ) 
+QDQ*H2MG2<,XFGM3HRF?JR$0US(OIFV.VP-_M43DRYBP20!!^!!$T9!!7.TUUUA_G2,#H3M2\$W$)J:RVZU.K C"UV)UUV"]ETU5MR_GA3N[)I''Y+L(/UU5#UV\
+USP<XQLPU"Y=Q)4^O8A#,7]HPKY?''@DAUUVYAUTZ"5VWDUV*,UV\''EU?UUT21UTNUUT[M%V2+5U(3ETL0T?ROS5)&<C@ZUUZUWIM5);B+36ON<#HS4:E[6>>
+5:_@C 8NUUUW'')9,T5L.O#81")FQ6M"!!,KB0''%UW#5UUUUUUNET8NET8NET8NET8NET8UUVOUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
+UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU');
+                colorMapFromArray:#[ 96 64 64 31 16 31 48 32 48 191 80 160 127 64 143 0 32 63 96 64 128 223 192 208 223 143 191 112 95 160 127 95 144 192 80 176 15 0 31 64 48 63 15 15 16 159 112 207 63 32 111 47 32 64 144 96 127 47 31 96 95 64 80 144 79 176 175 95 176 255 160 240 240 175 208 192 176 191 15 47 64 0 47 48 144 95 144 191 160 176 95 48 127 112 79 96 176 112 143 176 128 160 128 79 144 176 96 175 143 96 175 208 144 176 64 32 96 95 63 80 160 47 143 160 80 143 63 32 48 223 159 191 192 175 191 96 63 128 96 96 128 64 47 63 192 111 175 112 112 143 31 15 31 112 95 96 16 16 48 207 191 207 0 47 63 191 80 175 0 0 15 191 95 160 160 144 223 64 176 224 16 31 64 160 176 208 128 127 143 223 143 224 64 31 64 160 143 208 160 95 160 144 80 143 192 96 191 144 79 128 143 80 144 239 159 207 80 16 63 255 176 240 176 112 144 64 48 64 239 144 223 16 32 48 80 111 176 96 143 223 111 79 95 160 112 143 144 111 127 95 111 143 159 159 160 0 0 0 64 32 111 15 0 15 208 191 207 160 79 175 31 0 16 112 80 111 111 63 128 47 32 48 224 144 207 207 80 191 143 79 144 31 31 80 175 159 175 128 64 143 191 127 160 143 96 176 224 112 208 255 207 255 64 64 64 16 15 16 160 79 144 191 128 160 80 96 143 80 48 64 255 176 255 159 207 255 143 127 143 80 63 64 16 32 63 192 128 175 64 47 128 96 32 96 175 159 176 95 31 64 143 96 127 159 111 128 112 80 95 175 95 160 176 128 223 79 32 96 207 191 191 47 16 47 223 144 208 208 143 191 112 64 143 160 111 128 31 31 47 111 111 111 160 95 143 223 111 191 191 143 160 160 95 175 128 112 160 31 47 80 159 64 175 63 31 63 175 175 176 111 111 127 255 176 224 112 96 111 255 192 255 95 63 96 144 127 160 175 64 144 144 111 128 32 32 80 79 48 64 0 32 48 80 63 80 47 47 47 32 16 47 111 95 144 95 112 127 144 63 144 79 63 96 112 96 127 63 47 127 223 207 208 208 192 208 96 79 80 80 48 96 79 79 80 64 48 80 80 64 111 96 96 144 63 47 63 160 95 191 79 63 127 144 95 175 64 95 144 111 96 111 128 95 160 80 112 208 95 32 80 112 64 111 191 160 191 48 16 48 176 127 144 176 64 144 127 95 111 255 191 255 176 111 143 159 112 128 160 47 128 112 111 127 128 80 111 96 96 127 112 127 128 48 95 191 143 95 127 240 159 208 16 15 31 32 32 47 208 143 176 111 111 128 223 112 207 80 79 80 240 160 208 95 128 176 176 79 160 255 144 240 127 80 96 128 96 111 191 176 191 16 0 15 176 112 160 160 80 207 175 96 144 16 31 48 47 47 48 127 127 143 128 95 111 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@????????????????????????????????????????????????????????????????????????@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 documents24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self documents24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#documents24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class documents24x24Icon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class documents24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@V%)FG@$IB&8^%9]]!!5APGP@@@@@@@@@@QDPPX#T5I6U@ZF!!<E38>
 TP@@@@@@@@@@QDPPX#T5I6U@ZF!!<E38>TP@@@@@@@@@@VE +^9FQO8 F%IRULXFA%C@3L0@@@@@@[F1''E%IRP#^DHB@<OC0<OC2S$0@@@@@@ H@*^ HBKWNP
 UUVB (JB #1+Z0@@@@@@ H@*^ HBKWNPUUVB (JB #1+Z0@@@@@@B@"M@#4=K@=Y%YT#G2D!!&VPZF @@@@@@K2<)J@DAACZPUUUG_(NCFFQVU @@@@@@F1-9
 #C,;EU9Y%YUJCE1\[VQ*Z @@@@@@F1-8]0@@S''JPUUVB (JB #1APP@@@@@@F1-8]0@@S''JPUUVB (JB #1APP@@@@@@U5^K@H*JSP9Y%YU_W5=_W31=_P@@
 @@@@_7<S''VE!!DXVPUUVB (JB #0EAP@@@@@@A0\%"S 8]I!!Y%YU_W5=_W31TU@@@@@@@A0\%"S 8]I!!Y%YU_W5=_W31TU@@@@@@@K"95II.[R06PUUVB (JB
  #2O#0@@@@@@K"9 SI*ZH$ 2B0,RD#$9NRXYFP@@@@@@$)IE%''A0RSQ#S4<C#%MSZQ%/[0@@@@@@$)IE%''A0RSQ#S4<C#%MSZQ%/[0@@@@@@''I1[P6Y&](Y1
-N#(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[121 174 168 117 164 171 112 155 176 142 153 154 145 184 186 154 154 154 161 162 162 87 181 134 86 176 134 84 167 135 83 160 137 200 200 200 159 207 255 73 134 146 70 129 149 67 122 152 94 152 159 124 183 164 238 238 238 122 175 167 252 252 252 136 182 178 108 147 180 145 185 187 93 194 255 160 160 160 168 168 168 87 178 134 85 170 136 163 185 209 78 147 140 154 198 251 213 213 213 202 230 247 126 194 164 199 225 255 125 185 164 122 179 166 242 242 242 105 152 170 115 161 174 113 157 175 109 148 180 106 142 183 147 184 190 148 181 193 87 182 134 86 177 134 179 179 179 187 187 187 197 197 197 207 207 207 74 137 145 86 147 151 68 123 151 66 119 153 124 184 164 237 237 237 241 241 241 119 169 170 255 255 255 114 159 174 136 177 182 130 168 185 141 177 188 159 159 159 149 179 197 183 217 203 85 172 135 96 180 141 99 176 145 137 189 255 73 136 145 116 185 158 205 237 255 125 191 164 125 189 164 123 180 165 122 177 167 120 131 130 88 131 169 85 127 171 110 150 178 141 149 153 151 151 151 162 161 158 166 166 166 87 179 134 86 173 135 186 186 186 101 179 146 211 234 223 194 239 255 71 130 148 69 125 150 227 227 227 125 186 164 123 181 165 117 171 166 120 132 130 254 254 254 114 149 164 151 197 183 107 144 181 144 181 188 153 157 160 163 163 163 170 170 170 86 174 135 146 215 254 81 154 138 201 201 201 108 181 153 217 217 217 70 126 149 66 120 152 125 187 164 124 183 165 120 174 165 119 170 169 118 166 171 116 161 173 110 151 178 106 144 182 145 183 188 156 156 156 27 119 255 87 180 134 86 175 135 185 185 185 194 193 189 173 227 255 209 209 209 71 131 148 85 143 148 67 121 152 65 117 154 123 182 165 122 177 166 119 171 169 117 165 171 111 152 177 140 150 153 149 149 149 159 158 155 140 172 193 88 183 134 174 174 174 182 182 182 190 190 190 102 178 147 75 139 144 72 132 147 216 244 248 125 192 164 125 188 164 238 246 242 122 178 166]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@G?? G?? G?? G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G?0@@@@@') ; yourself); yourself]
+N#(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 121 174 168 117 164 171 112 155 176 142 153 154 145 184 186 154 154 154 161 162 162 87 181 134 86 176 134 84 167 135 83 160 137 200 200 200 159 207 255 73 134 146 70 129 149 67 122 152 94 152 159 124 183 164 238 238 238 122 175 167 252 252 252 136 182 178 108 147 180 145 185 187 93 194 255 160 160 160 168 168 168 87 178 134 85 170 136 163 185 209 78 147 140 154 198 251 213 213 213 202 230 247 126 194 164 199 225 255 125 185 164 122 179 166 242 242 242 105 152 170 115 161 174 113 157 175 109 148 180 106 142 183 147 184 190 148 181 193 87 182 134 86 177 134 179 179 179 187 187 187 197 197 197 207 207 207 74 137 145 86 147 151 68 123 151 66 119 153 124 184 164 237 237 237 241 241 241 119 169 170 255 255 255 114 159 174 136 177 182 130 168 185 141 177 188 159 159 159 149 179 197 183 217 203 85 172 135 96 180 141 99 176 145 137 189 255 73 136 145 116 185 158 205 237 255 125 191 164 125 189 164 123 180 165 122 177 167 120 131 130 88 131 169 85 127 171 110 150 178 141 149 153 151 151 151 162 161 158 166 166 166 87 179 134 86 173 135 186 186 186 101 179 146 211 234 223 194 239 255 71 130 148 69 125 150 227 227 227 125 186 164 123 181 165 117 171 166 120 132 130 254 254 254 114 149 164 151 197 183 107 144 181 144 181 188 153 157 160 163 163 163 170 170 170 86 174 135 146 215 254 81 154 138 201 201 201 108 181 153 217 217 217 70 126 149 66 120 152 125 187 164 124 183 165 120 174 165 119 170 169 118 166 171 116 161 173 110 151 178 106 144 182 145 183 188 156 156 156 27 119 255 87 180 134 86 175 135 185 185 185 194 193 189 173 227 255 209 209 209 71 131 148 85 143 148 67 121 152 65 117 154 123 182 165 122 177 166 119 171 169 117 165 171 111 152 177 140 150 153 149 149 149 159 158 155 140 172 193 88 183 134 174 174 174 182 182 182 190 190 190 102 178 147 75 139 144 72 132 147 216 244 248 125 192 164 125 188 164 238 246 242 122 178 166 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@G?? G?? G?? G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G??<G?0@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 dos24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self dos24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#dos24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class dos24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class dos24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@L3L3L3L3L3L3@@@@LQDQDQDQDQDQ@@@@LRH"H"H"H"H1@@@@LRH"H"H"H"H1@@@@LRP"H"H"H"H1@@@@LRIBH"H"H"H1@@@@LRH$H"
 H"H"H1@@@@LRH"P"H"H"H1@@@@LRH$H"H"H"H1@@@@LRIBH"H"H"H1@@@@LRP"H"H"H"H1@@@@LRH"H"QDIDP1@@@@LSL3L3L3L3L1@@@@@QDQDQDQDQDQ@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 125 125 125 194 194 194 222 222 222 0 0 194]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8C??8@@@@@D@@@D@@@\1 @%J@@%I@@%H @\3@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 125 125 125 194 194 194 222 222 222 0 0 194 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8C??8@@@@@D@@@D@@@\1 @%J@@%I@@%H @\3@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:56 / cg"
 !
 
 fileBrowser24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileBrowser24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#fileBrowser24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileBrowser24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class fileBrowser24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@3@Y&Y&Y&Y&@@@@@@3@X@@@@@@F@@@@@@3@XN;.;.8F@@@@@@3@XN; @@@@@@@@@@3@XN;
 =/[6=/@@@@3@X@; [6=/[6@@@@3@XAC =/@@A/@@@@3@X@D@[6A/C6@@@@3@X@@P=/[6=/@@@@3@X@@@[6=/[6@@@@3@XO@@=/[6=/@@@@3@XF<@@@@@@@@@
 @@3@XOX@@@@@@@@@@@3@XF=/[6<F@@@@@@3@XO[6=/XF@@@@@@3@X@@@@@@F@@@@@@3@Y&Y&Y&Y&@@@@@@C@Y&Y&Y&Y&@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@O?? O?? O?? O?? O??<O??<O??<O??<O??<O??<O??<O??<O??<O?? O?? O?? O?? O?? G?? C?? @@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@O?? O?? O?? O?? O??<O??<O??<O??<O??<O??<O??<O??<O??<O?? O?? O?? O?? O?? G?? C?? @@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:54 / cg"
 !
 
 fileIn24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileIn24x24Icon inspect
-     ImageEditor openOnClass:self andSelector:#fileIn24x24Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileIn24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#fileIn24x24Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class fileIn24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A&Y&Y&XF@@@@@@@@A#L2Y&XF@@A&Y X@A#L2Y&XF@AA&Y D@A"H"Y&XF@AA&Y DCA&I&Y&XF@AA&Y DC
 M&I%URXF@A@@@3L3L6I%URXF@ADQD3L3L3H"H"XF@AD@@3L3L6I&Y&XF@AD@Y DCM&I$QBXF@AD@Y DCA&I$QBXF@@@@@@@@A&H"H"XF@@@@X@@@A&Y&Y&XF
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 129 129 129 63 63 36 255 0 0 194 194 0 0 127 0 194 194 194]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@?>@@?>_>?>_>?>_>?>_??>_??>_??>_??>_??>_??>_??>O>?>@ ?>@@?>@@@@EPD@HP@@ISD0IT%H]W%HITEHISEH') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 129 129 129 63 63 36 255 0 0 194 194 0 0 127 0 194 194 194 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@?>@@?>_>?>_>?>_>?>_??>_??>_??>_??>_??>_??>_??>O>?>@ ?>@@?>@@@@EPD@HP@@ISD0IT%H]W%HITEHISEH');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:51 / cg"
 !
 
 garbageCollect24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self garbageCollect28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#garbageCollect28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class garbageCollect24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class garbageCollect24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@ADQ@@@@@@@@@@@@@ADQDQ@@@K.;,QF1DQDQDQ@@B;.;.1.0@@DQDQ@@.;@@.;.1@@@ADQ@@.0@@F;.1@2@ADQ@@.0@@.;.1DCHADQ@K.;@@
 DQDQDPL DQB0.0,@DQDP@@@0DQ,K@KB0DQ@BH"H@DQ@@@@@@DQ@P@@@0DP@@@@8N@@@QDSL0D@@@C.;.8@@PL3@ @@@@@NC @@@PLC@ @@@@;.;.@@@PLC@
 @@@@C 8@@@@PLC@ @@B (@@AD@@PLC@ @J*** CA0@@PLC@ @@(J@L3L3@@PLC@ B***(@0L@Q@SLCL @JB CL3L0Q@CH"H@@ADQDLCADQDP@@@Q@ADQD@@@
-@QD@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@O"@@_6@@8>8@0^<@0>^A8@OB4A?EJG?@@G?@EG?@_''?@JG?@?G?@TG?B G?O2''?EO7?_%G?J_''?@JA<@@@@@@@@') ; yourself); yourself]
+@QD@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@O"@@_6@@8>8@0^<@0>^A8@OB4A?EJG?@@G?@EG?@_''?@JG?@?G?@TG?B G?O2''?EO7?_%G?J_''?@JA<@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:47 / cg"
 !
 
 historyBackInTextIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self historyBackInTextIcon inspect
      ImageEditor openOnClass:self andSelector:#historyBackInTextIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'VistaToolbarIconLibrary class historyBackInTextIcon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary historyBackInTextIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 %IRT%IRT%IRTS4=OS4=O$$>T%IRT%IRT%IRX&I"X&I"X&I"X&I"X&I"X&I"X&IRT%)ZX%YVV%)ZU%YT@@@@@%)ZV%YT@&IVV%)ZX%YVV%)ZU%P@@@@@@%)ZV
 %YT@&IVV%)ZX%YVV%)ZU%P@@@@@@%YZV%YT@&IVV%)ZX%Y"X&I"X#P@@@@@@@@@@@@@@&IVV%)ZX%YVV%)X@@@BI@@@@@@@@@@BU&IVV%)ZX%YVV@@@@@@@@
 @@@@@E0K@@BU&@BV%)ZX%Y"X&I"X@@@@@@@@S 8F!!XBU&@BV%)ZX%P@@@@@@@@@@@H4#D''4@!!XAO&@AO%YVX%P@@@@@@@@@@#P8]"X8@@@@@@@BD%YVXS9"X
 &I"X@H=<@3^N^(:N]7]7[0B@%T>XS0@@@@@@@@A4@0(6[6<,H!!(5ZPB@%P"X] @@@@@@@@@@!! 4DE6<@@@@@AQF@%P"X\)"X&I"X@@@@@H \@ 0@ HB@ HB@
 %W&XE @@@@@@@@@@@@BOPPD@ A @&@AO%PBXCQAYX@@@@@@@@@@@$%0K B@(&@AO%PBX$I"X&I"X@@@@@@@@@D)JQ4]D&D=O%@BX%D=OS4=O@@@@@@@@@D=O
 S4=O&D=O%@BX%IQOS4=OQ @@@@@@@D=OS4=O&D=O%@BX%IRTS4=OS0@@@@@@#4=OS4=O&IIO%@BX%IRT%D=OS4=OS4=O$$>T%IRT&IRT%IRX&I"X&I"X&I"X
-&I"X&I"X&I"X&IRT%IRT%IRT%IRTS4=OS4=O$$>T%IRT%IRT') ; colorMapFromArray:#[0 146 0 0 150 0 0 158 0 8 150 8 8 170 8 16 150 16 16 154 16 24 154 24 24 158 24 24 162 24 24 182 24 33 154 33 33 211 24 41 158 41 41 162 41 41 166 41 41 174 41 49 162 49 49 166 49 57 166 57 57 199 49 66 178 57 66 190 57 66 227 57 74 199 66 74 203 66 74 227 74 74 231 66 82 174 82 82 182 74 82 190 74 82 203 66 82 207 74 82 215 74 82 231 82 90 182 90 90 207 82 90 211 74 90 211 82 90 215 74 90 215 82 90 223 82 90 227 82 90 231 82 90 235 82 90 235 90 99 211 90 99 215 82 99 215 90 99 219 82 99 219 90 99 223 82 99 223 90 99 227 99 99 235 90 107 195 99 107 211 99 107 223 90 107 227 90 107 235 90 107 235 99 107 235 107 107 239 90 107 239 99 115 142 222 115 186 107 115 211 99 115 227 99 115 235 99 115 235 107 115 239 99 115 239 107 123 190 123 123 195 123 123 239 107 123 239 115 123 239 123 123 243 107 132 199 132 132 239 107 132 239 123 132 243 107 132 243 115 132 243 123 132 247 123 140 203 140 140 215 132 140 243 115 140 243 123 140 243 132 140 247 115 140 247 123 148 199 148 148 243 123 148 243 132 148 247 123 148 247 132 148 251 123 148 251 132 156 203 156 156 243 132 156 243 140 156 251 123 156 251 132 165 251 140 165 251 156 173 170 156 173 215 173 173 235 156 173 251 148 173 251 156 173 251 165 181 239 165 181 251 156 181 251 165 181 251 173 189 215 181 189 247 173 189 251 173 189 255 173 189 255 181 198 223 198 198 251 173 198 255 181 206 227 206 206 243 181 206 255 189 214 207 206 214 211 214 214 255 189 214 255 198 222 219 214 222 219 222 222 223 222 222 227 214 222 227 222 222 231 214 222 251 206 222 255 198 222 255 206 231 227 231 231 239 231 231 255 214 239 235 231 239 235 239 239 243 239 247 239 239 247 239 247 247 243 239 247 243 247 247 247 247 255 255 255 0 0 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@O??<H@@DH@@DH@@DK<@DHA@DH@CDK8G4H@_4H@??K;??HA??H@??K8_?H@O$H@G$K8@DH@@DH@@DH@@DH@@DO??<@@@@') ; yourself); yourself]
+&I"X&I"X&I"X&IRT%IRT%IRT%IRTS4=OS4=O$$>T%IRT%IRT');
+                colorMapFromArray:#[ 0 146 0 0 150 0 0 158 0 8 150 8 8 170 8 16 150 16 16 154 16 24 154 24 24 158 24 24 162 24 24 182 24 33 154 33 33 211 24 41 158 41 41 162 41 41 166 41 41 174 41 49 162 49 49 166 49 57 166 57 57 199 49 66 178 57 66 190 57 66 227 57 74 199 66 74 203 66 74 227 74 74 231 66 82 174 82 82 182 74 82 190 74 82 203 66 82 207 74 82 215 74 82 231 82 90 182 90 90 207 82 90 211 74 90 211 82 90 215 74 90 215 82 90 223 82 90 227 82 90 231 82 90 235 82 90 235 90 99 211 90 99 215 82 99 215 90 99 219 82 99 219 90 99 223 82 99 223 90 99 227 99 99 235 90 107 195 99 107 211 99 107 223 90 107 227 90 107 235 90 107 235 99 107 235 107 107 239 90 107 239 99 115 142 222 115 186 107 115 211 99 115 227 99 115 235 99 115 235 107 115 239 99 115 239 107 123 190 123 123 195 123 123 239 107 123 239 115 123 239 123 123 243 107 132 199 132 132 239 107 132 239 123 132 243 107 132 243 115 132 243 123 132 247 123 140 203 140 140 215 132 140 243 115 140 243 123 140 243 132 140 247 115 140 247 123 148 199 148 148 243 123 148 243 132 148 247 123 148 247 132 148 251 123 148 251 132 156 203 156 156 243 132 156 243 140 156 251 123 156 251 132 165 251 140 165 251 156 173 170 156 173 215 173 173 235 156 173 251 148 173 251 156 173 251 165 181 239 165 181 251 156 181 251 165 181 251 173 189 215 181 189 247 173 189 251 173 189 255 173 189 255 181 198 223 198 198 251 173 198 255 181 206 227 206 206 243 181 206 255 189 214 207 206 214 211 214 214 255 189 214 255 198 222 219 214 222 219 222 222 223 222 222 227 214 222 227 222 222 231 214 222 251 206 222 255 198 222 255 206 231 227 231 231 239 231 231 255 214 239 235 231 239 235 239 239 243 239 247 239 239 247 239 247 247 243 239 247 243 247 247 247 247 255 255 255 0 0 0 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@O??<H@@DH@@DH@@DK<@DHA@DH@CDK8G4H@_4H@??K;??HA??H@??K8_?H@O$H@G$K8@DH@@DH@@DH@@DH@@DO??<@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 imageEditor24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self imageEditor24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#imageEditor24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class imageEditor24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class imageEditor24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@JB A7\3LQE&Y&XFXJB A7\3LQE&Y&XFXJB A7\3LQE&Y&XFX@@@BY&H!!DQ&Y&XFX@@@BY&H!!DQ&
 Y&XFX@@@BY&H!!DQ&Y&XFX@@@A7\3LQE&Y&XFX@@@A7\3LQE&Y&XFX@@@A7\3LQE&Y&XFX@@@BY&H!!DQ&Y&XFXI* BY&H!!DQ&Y&XFX@@@BY&H!!DQ&Y&XFX@(@
 A7\3LQE&Y&XFX@(@A7\3LQE&Y&XFX@(@A7\3LQE&Y&XFXI& BY&H!!DQ&Y&XFXI* BY&H!!DQ&Y&XFXI* @@@@@@@@@@@@@I* @@@@@@@@@@@@@I& @@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 0 255 0 127 127 0 255 0 0 255 255 127 127 127 170 170 170 255 0 0 255 0 255 255 255 0 100 100 100]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@??>N??>N??>N??>D??>D??>D??>D??>D??>D??>N??>_??>_??>N??>N??>N??>_??>_??>_??>_@@@_@@@N@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 0 255 0 127 127 0 255 0 0 255 255 127 127 127 170 170 170 255 0 0 255 0 255 255 255 0 100 100 100 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@??>N??>N??>N??>D??>D??>D??>D??>D??>D??>N??>_??>_??>N??>N??>N??>_??>_??>_??>_@@@_@@@N@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:45 / cg"
 !
 
 installAsWebPage24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self installAsWebPage24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#installAsWebPage24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class installAsWebPage24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class installAsWebPage24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"H"H"H"H"H@BYBP@%UUUUUUUU$@BYBP@%UUUUUUUU$@BYBP@%UUUUUUUU$@@@@@@%UU.;.5UU$@@@@@@%U[.;.;
 UU$@@@@@@%V;.;.;-U$@@@@@@%.*.;**.5$@@@@@@%.**;.**5$@@@@@@%.**;***5$@@@@@@%.:*;***5$@@H&P@%.:*;**.5$@@@@@@%V;.;*+-U$@@@$@
 @%U[.;.;UU$@@@$@@%UU.;.5UU$@@@$@@%UUUUUUUU$@@H"P@%UUUUUUUU$@@H&P@%UUUUUUUU$@@H&P@%UUUUUUUU$@@H&P@)&Y&Y&Y&Y$@@H"P@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 200 200 0 0 127 127 191 191 191 255 0 0 240 240 0 255 255 0 100 100 100 0 255 0 0 0 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@??>@??>N??>N??>N??>D??>D??>D??>D??>D??>D??>N??>_??>_??>N??>N??>N??>_??>_??>_??>_??>_??>N@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 200 200 0 0 127 127 191 191 191 255 0 0 240 240 0 255 255 0 100 100 100 0 255 0 0 0 255 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@??>@??>N??>N??>N??>D??>D??>D??>D??>D??>D??>N??>_??>_??>N??>N??>N??>_??>_??>_??>_??>_??>N@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 left2Arrow24x24Icon
@@ -6237,70 +9274,96 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'XPToolbarIconLibrary class left2Arrow24x24Icon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-%)ZVM3^V%)X7M3\7M3\7%)ZVM3\7M3^V%)ZVM3^V%)X7M3\7]1 @%)ZVM3\7M3^V%)ZVM3^V%)X7M3]&TT01M9ZVM3\7M3^V%)ZVM3^V%)X7$U8,I3TKM9ZV
-M3\7M3^V%)ZVM3^V%)ZQTSL>FSTKM9ZVM3\7M3^V%)ZVM3^V%%H$!!!!%]T#TKM9ZVM3\7M3^V%)ZVM3^V!!RP?"%ZEICTKM9ZVM3\7M3^V%)ZVM3^NS@16^H9L
-CCT5MST5MST5N0$@M3\7M58EHWQ#W T!!]FNW%6=/MCP4H@EEM3^QTUQ\MIEQUE04"FEMIRT"RP<9LCTKM5JG_)\HT(]>%0 (JAQ+#8<ZA2-,#STKM8]2DFQN
-!!7HPYD9 XFAW#4E;^%MG"3TKM8\RVFI !!1IXX&A_W8ROGV!!UK&\^TCTKM7\;#DIP]3.LP%@@\G@_B )UT6\^@#TKM3^PA#5OE)@FOT<VC :S_8A)_UU)ISTK
-M3\7 (L:RS2B 3)IOF,%IWA0H"JTVPDKDQDQDT)%IA,SR&T$F3T5MST5MST5@W$KDQDQDQEJ RPDC$*AICU<B0,KB0,KB0-*DQDQDQDQR L$\X=J@3TK[$)J
-R$)JR$)JDQDQDQDQDQD\A&4UJ#TKR!!DQDQDQDQDQDQDQDQDQDQDQK8MFV#TKR!!DQDQDQDQDQDQDQDQDQDQDQDV:IV3TKR!!DQDQDQDQDQDQDQDQDQDQDQDQEJ
-CQ\KR!!DQDQDQDQDQDQDQDQDQDQDQDQDQR$ 1R!!DQ') ; colorMapFromArray:#[132 239 107 16 150 16 132 239 123 189 215 181 57 199 49 41 166 41 41 158 41 82 231 82 173 251 148 57 166 57 90 211 74 214 211 214 173 235 156 148 199 148 115 239 99 107 235 107 189 251 173 247 243 239 107 211 99 132 247 123 140 247 123 66 227 57 148 247 132 33 154 33 123 195 123 231 255 214 90 231 82 90 227 82 222 227 214 99 223 82 90 207 82 99 215 82 181 251 173 181 239 165 115 239 107 115 227 99 8 150 8 123 239 115 140 247 115 206 243 181 148 247 123 173 170 156 74 231 66 74 227 74 49 166 49 115 142 222 82 203 66 222 231 214 173 251 165 222 223 222 99 223 90 82 182 74 189 255 173 0 146 0 123 243 107 247 243 247 247 239 247 123 239 123 24 162 24 24 154 24 148 251 132 41 174 41 222 251 206 140 215 132 90 235 82 90 235 90 173 251 156 107 239 90 99 219 82 222 219 222 0 158 0 99 211 90 231 227 231 115 235 107 247 239 239 255 255 255 16 154 16 132 243 123 140 243 123 140 243 132 148 243 132 41 162 41 206 227 206 74 203 66 66 178 57 82 207 74 181 251 156 107 235 90 181 251 165 107 235 99 33 211 24 0 150 0 189 247 173 198 251 173 90 182 90 132 243 115 140 243 115 148 251 123 148 243 123 156 251 132 156 243 132 123 190 123 132 199 132 74 199 66 90 215 74 90 215 82 222 219 214 107 239 99 99 227 99 8 170 8 239 235 231 189 255 181 123 239 107 24 182 24 115 211 99 206 255 189 214 255 189 214 255 198 222 255 198 198 223 198 165 251 140 49 162 49 82 215 74 90 223 82 214 207 206 90 211 82 82 190 74 99 219 90 99 215 90 156 203 156 239 235 239 82 174 82 132 243 107 173 215 173 107 195 99 24 158 24 156 251 123 115 186 107 222 255 206 156 243 140 66 190 57 165 251 156 140 203 140 99 235 90 222 227 222 231 239 231 107 227 90 107 223 90 115 235 99 239 243 239 247 247 247 198 255 181]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@0@@A8@@G8@@O8@@_8@@?8@A??>C???O???_???_???_???_???O???G???C???A???@?<@@O8@@G8@@C8@@A8@@@8@') ; yourself); yourself]
+        constantNamed:'GenericToolbarIconLibrary left2Arrow24x24Icon'
+        ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@P@@@P@@@@@@@@@@@@@@@@@@@@@@@@@A@ @A@ @@@@@@
+@@@@@@@@@@@@@@@@@@DC@PDC@P@@@@@@@@@@@@@@@@@@@@@@@PPE@PPE@ @@@@@@@@@@@@@@@@@@@@@AA @AA @G@P@@@@@@@@@@@@@@@@@@@@DH@@DH@@$J
+@ ,C@0DA@P,@@@@@@@@@@P0@@P0@@@4NC1@@@@@Q@1H@@@@@@@@AA @AA @@D1PUC!!@QDQXWA1H@@@@@@@DDDPDDDQDSEATUEP8XBQLYB!!H@@@@@@@,JE@,J
+EA,\EATUEQ4]GQ4]B!!H@@@@@@@@RB!!PRB!!P^GAPTF1<_G1, B!!H@@@@@@@@@D (ND (NG2@]GP(JB (JHP,@@@@@@@@@@AHJC!!HJC!!8J@QHRD!!HRD ,@@@@@
+@@@@@@@RB!!4RB!!4"@ @@@@@@@@@@@@@@@@@@@@@@D (!!D (!!@P@@@@@@@@@@@@@@@@@@@@@@@@,A@ ,A@ @@@@@@@@@@@@@@@@@@@@@@@@@K@P@K@P@@@@@@
+@@@@@@@@@@@@@@@@@@@@B0@@B0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[224 224 224 0 32 64 0 32 96 32 64 96 96 128 160 64 96 128 128 160 192 32 96 128 128 160 160 160 192 224 0 96 128 0 0 0 128 128 160 64 192 192 32 160 192 64 128 192 128 192 224 192 224 224 0 0 32 96 192 224 0 160 192 0 128 192 160 224 224 96 160 192 128 192 192 64 160 192 192 192 192 32 192 192 0 192 224 0 128 160 32 192 224 64 192 224 0 192 192 0 64 96 0 64 128]; mask:((ImageMask new) width:24; height:24; bits:(ByteArray fromPackedString:'@@@@@@@@@D @@M @@_ @@? @A? @C??0G??0O??0_??0_??0O??0G??0C??0A? @@? @@_ @@M @@D @@@@@@@@@@@@@@@@@') ; yourself); yourself]
 !
 
 leftArrow24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self leftArrow24x24Icon inspect
-     ImageEditor openOnClass:self andSelector:#leftArrow24x24Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class leftArrow24x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#leftArrow24x24Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class leftArrow24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PH@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@A@0D@@@@@@@@@@@@@@@@@@@@@@@@@@@DDAPH@@@@@@@@@@@@@@@@@@@@@@@@@@PX@A0D@@@@@@@@@@@@@@@@@@@@@@@@AB@@IB HK
 @0LA@PDK@@@@@@@@@@@@@@DL@@@MC <P@@@@DPLR@@@@@@@@@@@@@PX@@ALTEP8PDQDVE0\R@@@@@@@@@@@AAADQD1PUEQTNF@$SFP(R@@@@@@@@@@@KB!!P[
 GAPUEQT]GQ4]GP(R@@@@@@@@@@@@D (TG!!0TEA,_G1<[H@(R@@@@@@@@@@@@@AHJC!!< GQ4JB (JB"DK@@@@@@@@@@@@@@@RB 8^B DRD!!HRD!!HK@@@@@@@@
 @@@@@@@@D (]H H@@@@@@@@@@@@@@@@@@@@@@@@@@AHJHPD@@@@@@@@@@@@@@@@@@@@@@@@@@@@K@PH@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B0D@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[224 224 224 0 32 64 0 32 96 32 64 96 96 128 160 64 96 128 128 160 192 32 96 128 128 160 160 160 192 224 0 96 128 0 0 0 128 128 160 64 192 192 32 160 192 64 128 192 128 192 224 192 224 224 0 0 32 96 192 224 0 160 192 0 128 192 160 224 224 96 160 192 128 192 192 64 160 192 192 192 192 32 192 192 0 192 224 0 128 160 32 192 224 64 192 224 0 192 192 0 64 96 0 64 128]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@B@@@F@@@N@@@^@@@>@@A??@C??@G??@O??@O??@G??@C??@A??@@>@@@^@@@N@@@F@@@B@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 224 224 224 0 32 64 0 32 96 32 64 96 96 128 160 64 96 128 128 160 192 32 96 128 128 160 160 160 192 224 0 96 128 0 0 0 128 128 160 64 192 192 32 160 192 64 128 192 128 192 224 192 224 224 0 0 32 96 192 224 0 160 192 0 128 192 160 224 224 96 160 192 128 192 192 64 160 192 192 192 192 32 192 192 0 192 224 0 128 160 32 192 224 64 192 224 0 192 192 0 64 96 0 64 128 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@B@@@F@@@N@@@^@@@>@@A??@C??@G??@O??@O??@G??@C??@A??@@>@@@^@@@N@@@F@@@B@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:42 / cg"
 !
 
 leftArrow24x24disabledIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self leftArrow24x24disabledIcon inspect
      ImageEditor openOnClass:self andSelector:#leftArrow24x24disabledIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class leftArrow24x24disabledIcon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class leftArrow24x24disabledIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PH@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@A@0D@@@@@@@@@@@@@@@@@@@@@@@@@@@DDAPH@@@@@@@@@@@@@@@@@@@@@@@@@@PX@A0D@@@@@@@@@@@@@@@@@@@@@@@@AB@@IB HK
 @0LA@PDK@@@@@@@@@@@@@@DL@@@FCP8O@@@@D@LQ@@@@@@@@@@@@@PX@@AHND04ODA@TEP\Q@@@@@@@@@@@AAA@PD 8SD1LME $RE0(Q@@@@@@@@@@@KB 8U
 F@8SD1LYFQ$YFP(Q@@@@@@@@@@@@DP(NF!! NC!!T[F1,UE0(Q@@@@@@@@@@@@@ADJCQ,WFQ$JB (JB!!0K@@@@@@@@@@@@@@@QB 4ZB DQDQDQDQDK@@@@@@@@
 @@@@@@@@DP(YGPH@@@@@@@@@@@@@@@@@@@@@@@@@@ADJG@D@@@@@@@@@@@@@@@@@@@@@@@@@@@@K@PH@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B0D@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[224 224 224 25 25 25 28 28 28 57 57 57 121 121 121 89 89 89 153 153 153 80 80 80 150 150 150 185 185 185 70 70 70 0 0 0 131 131 131 124 124 124 115 115 115 176 176 176 214 214 214 3 3 3 166 166 166 96 96 96 204 204 204 144 144 144 172 172 172 134 134 134 137 137 137 92 92 92 147 147 147 156 156 156 48 48 48 51 51 51]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@B@@@F@@@N@@@^@@@>@@A??@C??@G??@O??@O??@G??@C??@A??@@>@@@^@@@N@@@F@@@B@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 224 224 224 25 25 25 28 28 28 57 57 57 121 121 121 89 89 89 153 153 153 80 80 80 150 150 150 185 185 185 70 70 70 0 0 0 131 131 131 124 124 124 115 115 115 176 176 176 214 214 214 3 3 3 166 166 166 96 96 96 204 204 204 144 144 144 172 172 172 134 134 134 137 137 137 92 92 92 147 147 147 156 156 156 48 48 48 51 51 51 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@B@@@F@@@N@@@^@@@>@@A??@C??@G??@O??@O??@G??@C??@A??@@>@@@^@@@N@@@F@@@B@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 make24x24Icon3
@@ -6319,299 +9382,436 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'GenericToolbarIconLibrary class make24x24Icon3'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_3MNNRP]_7=?_7=?_7=?_7=?_7=?_7=?_4%QU$05HQ]?_7=?_7=?_7=?_7=?_7=?_7=?_5MYT"<W
-_7=?_7=?_7=?_7=?_7=?_7=?_7=WVEUEF''=?_7=?_7=?_7=?_7=?_7=?_7<6UD=KR"%?_7=?_7=?_7=?_7=?_7=?_7<?ST!!COD)A_7=?_7=?_7=?_7=?_7=?
-_2MGQ#85K")?_7=?_7=?_7=?_7=?_7=?_29BNS@+I"\:FG=?_7=?_7=?_7=?_7=?H#\2KR)?_1%PV"U?_7=?_7=?_7=?_7<_N3%?_7=?_2@[QE,1_7=?_7=?
-_7=?EQ84KG=?_7=?_7<8GDA?_7=?_7=?_7<FCAX(_7=?_7=?_7=?OW=?_7=?_7=?_0<LA0\N_7=?_7=?_7=?_7=?_7=?_7<CE@,GBPQ?_7=?_7=?_7=?_7=?
-_7=?_0HSB \IAW=?_7=?_7=?_7=?_7=?_7=?_1@JA0 E_7=?_7=?_7=?_7=?_7=?_7=?C0,GBPU?_7=?_7=?_7=?_7=?_7=?_7<KB0\IAW=?_7=?_7=?_7=?
-_7=?_7=?CQHKA0 D_7=?_7=?_7=?_7=?_7=?_7=?DP,IBPU?_7=?_7=?_7=?_7=?_7=?_7=?_0(J@ E?_7=?_7=?_7=?_7=?_7=?_7=?_7<E@G=?_7=?_7=?
-_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[9 9 9 11 11 11 31 31 31 32 32 32 33 33 33 34 34 34 34 34 35 35 35 35 35 36 36 36 36 36 37 37 37 38 38 38 39 39 39 39 39 40 40 40 40 41 41 41 42 42 42 44 44 45 45 45 46 47 47 47 48 48 48 51 51 51 65 65 65 88 88 88 89 89 89 98 99 100 101 101 101 103 104 105 104 104 105 111 111 112 113 113 114 117 117 118 119 120 121 120 120 120 121 121 123 123 123 125 125 125 126 125 126 128 129 129 129 129 130 130 131 131 130 133 133 133 138 138 138 139 139 139 142 142 142 144 144 144 145 145 145 147 147 147 148 148 148 147 148 152 149 149 149 151 151 151 152 152 152 154 154 154 155 155 157 156 156 155 157 158 159 158 158 158 159 159 159 160 160 160 161 161 161 160 162 168 164 164 164 166 166 167 166 166 168 168 168 168 169 169 169 170 170 170 171 171 171 172 172 172 173 173 173 177 177 177 178 178 178 178 178 179 180 180 180 183 183 183 186 186 186 187 187 187 188 188 188 191 191 191 193 193 193 196 196 198 197 197 197 201 201 201 202 202 202 203 203 203 203 203 204 206 206 206 214 214 214 216 216 216 223 223 223 238 237 237 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255]; mask:((ImageMask new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@C8@@C>@@@_@@@O @@O0@@O8@@_0@@_<@@>^@A0_@G N@O@D@_@@A>@@C<@@C8@@G0@@O @@?@@@>@@@^@@@L@@@@@@@') ; yourself); yourself]
+        constantNamed:'GenericToolbarIconLibrary make24x24Icon3'
+        ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DB@0PE@@@@@@@@@@@@@@@@@@@@@@@@@@XGB@HABP(@@@@@@@@@@@@@@@@@@@@@@@@@@@ KA00J
+@@@@@@@@@@@@@@@@@@@@@@@@@@@MC  OD@@@@@@@@@@@@@@@@@@@@@@@@@@CBADBA!!H@@@@@@@@@@@@@@@@@@@@@@@@S@ XOE@XO@@@@@@@@@@@@@@@@@@@@
+@@PFC1PACAT@@@@@@@@@@@@@@@@@@@@@@@0O@00UD!!HTB @@@@@@@@@@@@@@@@@@BPLLCAT@@A@QE P@@@@@@@@@@@@@@@@WE@L@@@@@@@$XC1$L@@@@@@@@
+@@@@F TAEP@@@@@@@@@CFAL@@@@@@@@@@@@[GA4R@@@@@@@@@@@@G @@@@@@@@@@@A0\F1,\@@@@@@@@@@@@@@@@@@@@@@@_F"@[F1<@@@@@@@@@@@@@@@@@
+@@@@@A<ZF1,[G0@@@@@@@@@@@@@@@@@@@@@@@A0[F1,_@@@@@@@@@@@@@@@@@@@@@@@@GB@[F1<@@@@@@@@@@@@@@@@@@@@@@@@ HA,[G0@@@@@@@@@@@@@@
+@@@@@@@@GBD F1,_@@@@@@@@@@@@@@@@@@@@@@@@HR@[F1<@@@@@@@@@@@@@@@@@@@@@@@@@@A,[G2H@@@@@@@@@@@@@@@@@@@@@@@@@@@@_H @@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 248 250 160 152 140 192 184 180 160 152 160 128 120 130 112 112 100 176 176 180 192 192 200 208 200 200 128 120 120 96 88 90 224 216 220 144 144 140 208 200 210 224 208 210 176 168 170 96 96 100 192 192 180 128 128 130 176 160 170 160 160 160 144 136 140 224 224 220 112 112 120 112 104 100 240 232 240 48 48 50 32 32 40 48 40 40 64 64 60 160 160 170 32 32 20 48 32 40 48 40 50 16 8 10]; mask:((ImageMask new) width:24; height:24; bits:(ByteArray fromPackedString:'@@@@@C8@@C>@@@_@@@O @@O0@@O8@@_0@@_<@@>^@A0_@G N@O@D@_@@A>@@C<@@C8@@G0@@O @@?@@@>@@@^@@@L@@@@@@@') ; yourself); yourself]
 !
 
 menuEditor24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self menuEditor24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#menuEditor24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class menuEditor24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class menuEditor24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@GA0@QDQDQDQDQ@@@GA0@RH"H"H"H"TEAWA0@R\"H"H''H"TEAP@@@R]7\"]7\"TEAP@@@RH"H"H"
 H"TEAP@@@P@@@@@@@@TEAP@@@QDQDQDQDQTEAP@@@RH"H"H"H"TEAP@@@R\"I2H"H"TEAP@@@R]2I7\''\"TE@C]0@RH"H"H"H"TE@@@@@P@@@@@@@@TEAP\@
 @QDQDQDQDQTEAP\@@RH"H"H"H"TEAP\@@R]2I7H'']2TE@CM0@RH"H"H"H"TE@C]0AUUUUUUUUUTE@C]0@@@@@@@@@@@@@C]0@@@@@@@@@@@@@CM0@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127 255 0 0 100 100 100]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@??>N??>N??>N??>D??>D??>D??>D??>D??>D??>N??>_??>_??>N??>N??>N??>_??>_??>_??>_@@@_@@@N@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127 255 0 0 100 100 100 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@??>N??>N??>N??>D??>D??>D??>D??>D??>D??>N??>_??>_??>N??>N??>N??>_??>_??>_??>_@@@_@@@N@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:40 / cg"
 !
 
 method24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self method24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#method24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary method24x24Icon'
-        ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary method24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 DQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQ
 DQDQDQDQDQDQDQDQDQDQDQDQDQDQL"H"H"H"LQDQDQDQIDQDQDQCHQDQDQDQI@@@@@@AHQDQDQDQI@@@@@@AHQDQDQDQI@@@@@@AHQDQDQDQH1DQDQDQHQDQ
 DQDQL"H"H"H"LQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQDQ
-DQDQDQDQDQDQDQDQDQDQDQDQ') ; colorMapFromArray:#[223 32 32 127 127 127 64 64 64 170 170 170 255 255 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@?? @?? @?? @?? @?? @?? @?? @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+DQDQDQDQDQDQDQDQDQDQDQDQ');
+                colorMapFromArray:#[ 223 32 32 127 127 127 64 64 64 170 170 170 255 255 255 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@?? @?? @?? @?? @?? @?? @?? @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 methodFinder24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self methodFinder24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#methodFinder24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary methodFinder24x24Icon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary methodFinder24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ADEQPX
 IR)P@@@@@@@@@@@@@@@@@@@@@A,''RE!!YUD@(H&\@@@@@@@@@@@@@@@@@J6&Q XFA XEUJQ!!''B (JB (9@@@@@@@,X%,KB0 C@ LGA TU_9FQ$S$J@@@@@DX?
  U,K[F1,[F1,[@X LV1,[AHJ@@@@@CMR\U,K[F1,[F1,[F0ED61,[AHJ@@@@@B1YVT8K[F1,[F1,[F0EE61,[AHJ@@@@@B1&R4LK[F1,[F1,[F0EGQHRD!!HJ
 @@@@@B1YUTLK[F1,[F1,[F0EGP(JB (9@@@@@B5IVT4K[F1,[F1,[F0KE@@@@@@@@@@@@DT5VT4KB0,KB0,KB0-GF @@@@@@@@@@@@@_PD5MST9NS$9NS&,\
 Y0@@@@@@@@@@@@@$G4%&Y&)1\WVE CH<@@@@@@@@@@BP %4#E!!<6T6Y1Z&MQL#4@@@@@@@@@@H>M#E0!!@@@%FQ8&MCH>U0@@@@@@@@@@#8:L[S(0@@@@@@@@
-@@@@@@@@@@@@@@@@#(1-N2<@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 32 223 32 255 40 124 255 51 109 255 51 109 229 54 139 255 62 88 255 62 88 255 62 91 255 62 136 64 64 64 255 72 115 255 83 62 255 91 73 255 94 74 255 101 84 255 105 85 255 112 96 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 170 170 170 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 176 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 183 183 183 190 190 190 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 196 196 196 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 217 217 217 223 32 32 223 128 63 223 192 255 223 223 32 223 223 224 223 255 255 224 224 224 224 224 239 224 239 240 224 255 255 231 207 255 231 208 255 238 191 255 238 192 255 239 159 232 239 191 255 239 223 255 239 224 255 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 239 223 240 240 239 240 255 255 246 176 255 247 175 255 247 207 255 247 239 255 254 160 255 254 191 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O8@@_>@@???A???C???C???C???C???C???C?? C?? A?? A??@O?>@_O<@?@@@>@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@#(1-N2<@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 32 223 32 255 40 124 255 51 109 255 51 109 229 54 139 255 62 88 255 62 88 255 62 91 255 62 136 64 64 64 255 72 115 255 83 62 255 91 73 255 94 74 255 101 84 255 105 85 255 112 96 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 170 170 170 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 176 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 183 183 183 190 190 190 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 196 196 196 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 217 217 217 223 32 32 223 128 63 223 192 255 223 223 32 223 223 224 223 255 255 224 224 224 224 224 239 224 239 240 224 255 255 231 207 255 231 208 255 238 191 255 238 192 255 239 159 232 239 191 255 239 223 255 239 224 255 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 239 223 240 240 239 240 255 255 246 176 255 247 175 255 247 207 255 247 239 255 254 160 255 254 191 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O8@@_>@@???A???C???C???C???C???C???C?? C?? A?? A??@O?>@_O<@?@@@>@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 newClassWizardIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newClassWizardIcon inspect
      ImageEditor openOnClass:self andSelector:#newClassWizardIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class newClassWizardIcon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class newClassWizardIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@8B@ HB@ HB@ HB@ 8@@@@@@@@@@@@@@@H:^''):^''):^''):S H@@@@@@@@@@@@@@@H:PXFA XFA XFA!!8H@@@@@@@@@@@@@@@H:PXFA XFA XF
 A!!91RF$@@@@@@@@@@@@H:PXFA ZB^G(FA&5/&38@@@@@@@@@@@@HNA8^G!!97,)EXT&KC%DL@@@@@@@@@@@@8B@ HB@!!9%.^-#;''#]V,@@@@@@@@@@@@@@@@@
 @@B5V[C)9^S^V#\@@@@@@@@@@@@@@@@@@@@@TIO&7]_V)5\!!QP@@@@@@@@@@@@@@@@A-W;_!!5=SS6-F"O2 @@@@@@@@@@@@@@GM,7NO_5]OA&&)ILCT@@@@@
 @@@@@@@@@D^]%WY +="IDC,V_P@@@@@@@@@@@@@@@F!!@PV\.X=Q.A0>DFP@@@@@@@@@@@@@@@@@@@@@@H*9VBP@Q 1L@@@@@@@@@@@@@@@@@@@@@P$P2$ 0@
 D(D$@@@@@@@@@@@@@@@@@@@@@BL4@@@K@AP3I@@@@@@@@@@@@@@@@@@@@@@@@@@@I HXLRX@@@@@@@@@@@@@@@@@@@@@@@@@@BPBGR<1@@@@@@@@@@@@@@@@
-@@@@@@@@@@@*@!!<W@@@@@@@@@@@@@@@@@@@@@@@@@@@@JPTJ') ; colorMapFromArray:#[0 0 0 3 3 3 4 4 4 4 8 8 11 16 17 12 12 12 32 223 32 33 4 8 64 64 64 67 27 35 69 69 69 75 80 80 80 93 92 90 19 2 94 95 110 107 120 120 109 13 19 109 107 107 111 110 110 111 115 115 112 112 112 116 117 116 120 76 87 120 120 120 121 121 121 121 132 132 122 120 120 122 122 122 125 57 47 125 125 125 127 127 127 133 133 133 140 70 60 144 32 17 145 28 14 158 75 75 158 158 158 159 36 2 159 159 159 160 34 3 161 79 79 161 161 161 162 162 162 163 59 29 163 63 34 164 164 164 165 76 76 166 166 166 167 46 5 167 167 167 168 46 6 168 168 168 169 89 89 169 91 91 169 171 171 170 86 86 170 170 170 171 79 75 173 90 77 173 125 137 173 173 173 174 85 83 175 49 40 176 68 12 177 50 40 177 67 67 177 111 111 179 70 70 180 72 11 180 117 117 180 180 180 181 26 10 181 28 13 181 80 16 181 179 180 181 186 191 183 70 49 183 88 19 184 69 48 184 186 186 185 55 55 185 183 184 186 56 56 190 50 30 190 52 32 190 104 94 191 87 23 192 94 18 193 37 20 193 38 17 193 88 18 193 108 101 194 81 72 194 85 77 195 165 162 196 67 35 196 92 19 196 144 142 197 68 34 197 99 19 197 147 144 198 80 57 198 81 55 198 128 128 199 96 93 199 102 100 200 105 21 202 136 136 203 82 39 203 107 107 203 109 25 204 83 37 204 85 46 204 102 102 205 88 47 205 104 103 205 172 171 207 111 32 208 116 34 210 44 27 210 44 29 211 86 86 211 93 93 211 138 29 214 83 58 215 201 202 216 87 60 216 142 31 216 183 183 217 217 217 218 66 59 218 218 218 218 225 224 219 65 39 220 134 134 220 140 140 220 188 188 221 141 25 222 168 168 223 32 32 223 157 52 223 170 170 223 223 32 224 136 74 224 160 53 225 125 88 225 214 215 226 139 77 226 165 73 226 167 74 227 133 95 227 143 29 228 151 118 228 157 124 229 149 33 229 159 68 230 185 185 232 162 71 232 187 187 237 201 113 239 203 111 239 236 236 240 177 48 240 190 95 241 154 38 241 192 97 242 195 195 242 200 38 243 203 45 243 236 237 244 202 202 244 212 212 244 215 215 245 211 166 246 182 50 246 204 39 246 215 174 246 218 162 247 202 143 247 224 224 247 226 163 247 228 228 247 241 241 248 224 165 248 233 233 249 228 166 249 230 230 249 244 244 249 245 245 250 228 195 250 247 247 251 232 48 251 239 239 252 215 48 252 249 249 253 245 165 253 247 247 253 249 249 253 251 251 253 252 252 253 253 253 254 229 48 254 233 48 254 247 200 254 248 202 254 253 253 254 254 254 255 214 57 255 233 52 255 239 67 255 240 51 255 241 49 255 242 70 255 245 68 255 246 68 255 246 122 255 248 62 255 248 94 255 249 62 255 249 93 255 249 166 255 251 176 255 252 111 255 253 112 255 254 171 255 254 180 255 255 171 255 255 174 255 255 180 255 255 214 255 255 216 255 255 251 255 255 253 255 255 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@O?8@O?8@O?8@O?>@O?>@O?>@O?>@@O>@@G? @O?0@_?0@_? @_? @@?0@@?8@@Y<@@@>@@@_@@@O@@@G') ; yourself); yourself]
+@@@@@@@@@@@*@!!<W@@@@@@@@@@@@@@@@@@@@@@@@@@@@JPTJ');
+                colorMapFromArray:#[ 0 0 0 3 3 3 4 4 4 4 8 8 11 16 17 12 12 12 32 223 32 33 4 8 64 64 64 67 27 35 69 69 69 75 80 80 80 93 92 90 19 2 94 95 110 107 120 120 109 13 19 109 107 107 111 110 110 111 115 115 112 112 112 116 117 116 120 76 87 120 120 120 121 121 121 121 132 132 122 120 120 122 122 122 125 57 47 125 125 125 127 127 127 133 133 133 140 70 60 144 32 17 145 28 14 158 75 75 158 158 158 159 36 2 159 159 159 160 34 3 161 79 79 161 161 161 162 162 162 163 59 29 163 63 34 164 164 164 165 76 76 166 166 166 167 46 5 167 167 167 168 46 6 168 168 168 169 89 89 169 91 91 169 171 171 170 86 86 170 170 170 171 79 75 173 90 77 173 125 137 173 173 173 174 85 83 175 49 40 176 68 12 177 50 40 177 67 67 177 111 111 179 70 70 180 72 11 180 117 117 180 180 180 181 26 10 181 28 13 181 80 16 181 179 180 181 186 191 183 70 49 183 88 19 184 69 48 184 186 186 185 55 55 185 183 184 186 56 56 190 50 30 190 52 32 190 104 94 191 87 23 192 94 18 193 37 20 193 38 17 193 88 18 193 108 101 194 81 72 194 85 77 195 165 162 196 67 35 196 92 19 196 144 142 197 68 34 197 99 19 197 147 144 198 80 57 198 81 55 198 128 128 199 96 93 199 102 100 200 105 21 202 136 136 203 82 39 203 107 107 203 109 25 204 83 37 204 85 46 204 102 102 205 88 47 205 104 103 205 172 171 207 111 32 208 116 34 210 44 27 210 44 29 211 86 86 211 93 93 211 138 29 214 83 58 215 201 202 216 87 60 216 142 31 216 183 183 217 217 217 218 66 59 218 218 218 218 225 224 219 65 39 220 134 134 220 140 140 220 188 188 221 141 25 222 168 168 223 32 32 223 157 52 223 170 170 223 223 32 224 136 74 224 160 53 225 125 88 225 214 215 226 139 77 226 165 73 226 167 74 227 133 95 227 143 29 228 151 118 228 157 124 229 149 33 229 159 68 230 185 185 232 162 71 232 187 187 237 201 113 239 203 111 239 236 236 240 177 48 240 190 95 241 154 38 241 192 97 242 195 195 242 200 38 243 203 45 243 236 237 244 202 202 244 212 212 244 215 215 245 211 166 246 182 50 246 204 39 246 215 174 246 218 162 247 202 143 247 224 224 247 226 163 247 228 228 247 241 241 248 224 165 248 233 233 249 228 166 249 230 230 249 244 244 249 245 245 250 228 195 250 247 247 251 232 48 251 239 239 252 215 48 252 249 249 253 245 165 253 247 247 253 249 249 253 251 251 253 252 252 253 253 253 254 229 48 254 233 48 254 247 200 254 248 202 254 253 253 254 254 254 255 214 57 255 233 52 255 239 67 255 240 51 255 241 49 255 242 70 255 245 68 255 246 68 255 246 122 255 248 62 255 248 94 255 249 62 255 249 93 255 249 166 255 251 176 255 252 111 255 253 112 255 254 171 255 254 180 255 255 171 255 255 174 255 255 180 255 255 214 255 255 216 255 255 251 255 255 253 255 255 255 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@O?8@O?8@O?8@O?>@O?>@O?>@O?>@@O>@@G? @O?0@_?0@_? @_? @@?0@@?8@@Y<@@@>@@@_@@@O@@@G');
+                            yourself);
+                yourself
+        ]
 !
 
 newDataSet24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newDataSet24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#newDataSet24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class newDataSet24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class newDataSet24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@QDPDQDADQ@@@@@@@RH D"HAH"TE@@@@@RH D"HAH"TE@@@@@RH D"HAH"TE@@@@@RH D"HA
 H"TE@@@@@P@@@@@@@@TE@@@@@QDPDQDADQTE@@@@@RH D"HAH"TE@@@@@RH D"HAH"TE@@@@@RH D"HAH"TE@@@@@RH D"HAH"TE@@@@@P@@@@@@@@TE@@@@
 @QDPDQDADQLE@0@C@RH D"HAH"T5@0@0@RH D"HAH"TC@0L@@RH D"HAH"TEL3@@@RH D"HAH"L3L3L3AUUPUUTEUUT@L3@@@@@@@@@@@@@C@0L@@@@@@@@@
-@@@0@0@0@@@@@@@@@@L@@0@C') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>Q??>R???T??>8??????>8???T@@BR@@DQ') ; yourself); yourself]
+@@@0@0@0@@@@@@@@@@L@@0@C');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>Q??>R???T??>8??????>8???T@@BR@@DQ');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:38 / cg"
 !
 
 newFileBrowser24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newFileBrowser24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#newFileBrowser24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class newFileBrowser24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class newFileBrowser24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@DQ@@@@@@@@@@@@@ADAD@@@3@Y&Y&Y&@QDADP@@3@X@@@@@@P@@@P@@3@XN;.;.@QDADP@@3@XN; @@@ADAD@@@3@XN;
 =/[0DQ@@@@3@X@; [6=/@@@@@@3@XAC =/@@A/@@@@3@X@D@[6A/C6@@@@3@X@@P=/[6=/@@@@3@X@@@[6=/[6@@@@3@XO@@=/[6=/@@@@3@XF<@@@@@@@@@
 @@3@XOX@@@@@@@@@@@3@XF=/[6<F@@@@@@3@XO[6=/XF@@@@@@3@X@@@@@@F@@@@@@3@Y&Y&Y&Y&@@@@@@C@Y&Y&Y&Y&@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@8@@A<O??>O???O???O???O??>O??<O??<O??<O??<O??<O??<O??<O??<O?? O?? O?? O?? O?? G?? C?? @@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@8@@A<O??>O???O???O???O??>O??<O??<O??<O??<O??<O??<O??<O??<O?? O?? O?? O?? O?? G?? C?? @@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:36 / cg"
 !
 
 newImage24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newImage24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#newImage24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class newImage24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class newImage24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A7\3LQE&Y&XFX@@@A7\3LQE&Y&XFX@@@A7\3LQE&Y&XFX@@@BY&H!!DQ&Y&XFX@@@BY&H!!DQ&
 Y&XFX@@@BY&H!!DQ&Y&XFX@@@A7\3LQE&Y&XFX@@@A7\3LQE&Y&XFX@@@A7\3LQE&Y&XFX@@@BY&H!!DQ&Y&XFX@@@BY&H!!DQ&Y&XFX@@@BY&H!!DQ&Y&XFX@@@
 A7\3LQE&Y&$FZP@IA7\3LQE&Y&ZVZPBPA7\3LQE&Y&XIBP$@BY&H!!DQ&Y&XF&Y@@BY&H!!DQ&Y&&Y&Y&Y@@@@@@@@@@@@&Y@@@@@@@@@@@@@IBP$@@@@@@@@@
-@@BPBPBP@@@@@@@@@@$@BP@I') ; colorMapFromArray:#[0 0 0 0 0 255 0 127 127 0 255 0 0 255 255 127 127 127 170 170 170 255 0 0 255 0 255 255 255 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>Q??>R???T??>8??????>8@@AT@@BR@@DQ') ; yourself); yourself]
+@@BPBPBP@@@@@@@@@@$@BP@I');
+                colorMapFromArray:#[ 0 0 0 0 0 255 0 127 127 0 255 0 0 255 255 127 127 127 170 170 170 255 0 0 255 0 255 255 255 0 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>Q??>R???T??>8??????>8@@AT@@BR@@DQ');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:31 / cg"
 !
 
 newMenu24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newMenu24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#newMenu24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class newMenu24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class newMenu24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@QDQDQDQDQ@@@@@@@RH"H"H"H"TE@@@@@R\"H"H''H"TE@@@@@R]7\"]7\"TE@@@@@RH"H"H"
 H"TE@@@@@P@@@@@@@@TE@@@@@QDQDQDQDQTE@@@@@RH"H"H"H"TE@@@@@R\"I2H"H"TE@@@@@R]2I7\''\"TE@@@@@RH"H"H"H"TE@@@@@P@@@@@@@@TE@@@@
 @QDQDQDQDQLE@0@C@RH"H"H"H"T5@0@0@R]2I7H'']2TC@0L@@RH"H"H"H"TEL3@@AUUUUUUUUUL3L3L3@@@@@@@@@@@@L3@@@@@@@@@@@@@C@0L@@@@@@@@@
-@@@0@0@0@@@@@@@@@@L@@0@C') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127 255 0 0 100 100 100]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>Q??>R???T??>8??????>8@@AT@@BR@@DQ') ; yourself); yourself]
+@@@0@0@0@@@@@@@@@@L@@0@C');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127 255 0 0 100 100 100 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>Q??>R???T??>8??????>8@@AT@@BR@@DQ');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:29 / cg"
 !
 
 newSystemBrowser24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newSystemBrowser24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#newSystemBrowser24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class newSystemBrowser24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class newSystemBrowser24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@Y&@@@@@@@@@@@@@FXFX@@FY&Y&Y#@@A&XFY @FQDQDQB@@A @@A @FQDQDQB@@A&XFY @CH"H"H"@@@FXFX@@@@@@@@@
 @@@@Y&@@@@@@H@@@@@@@@@@@@@@@H@@@@@@@@@@@@@@@H@@@@@@@@@@@@@@@H@@@@@@@@@@@@@@@@@@@A&Y&Y&X0@@@@XBH"A!!DQDQD @@@@@@@@@2H"H"H
 @@@@H@@@@@@@@@@@@@@@H@@@@@@@@@@@@@@@H@@@@@@@@@@@@@@@@@@@A&Y&Y&X0@@@@XBH"A%UUUUT @@@@@@@@@2H"H"H @@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 255 0 127 127 127 170 170 170 255 0 0 255 255 0 255 255 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@8@@A<_?#>_?''?_?''?_?''?_?#>_?!!<@ @8@ @@@ @@@ ??A0??A???A0??@ ??@ @@@ ??A0??A???A0??@@??@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 255 0 127 127 127 170 170 170 255 0 0 255 255 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@8@@A<_?#>_?''?_?''?_?''?_?#>_?!!<@ @8@ @@@ @@@ ??A0??A???A0??@ ??@ @@@ ??A0??A???A0??@@??@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:26 / cg"
 !
 
 newWindowSpec24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newWindowSpec24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#newWindowSpec24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class newWindowSpec24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class newWindowSpec24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ADQDQDQDQDP@@@@@@@@@@@@@@@@@@@@@AUUUT UUUUH@@@@@AUUUT TQTUH@@@@@APTQT UU
 UUH@@@@@AUUUT TQDUH@@@@@APTQT UUUUH@@@@@AUUUT TUDUH@@@@@APTQT UUUUH@@@@@AUUUT UUUUH@@@@@AUUUT T"H%H@@@@@AUUUT T"H%H@@@@@
 AUUUT T"H%X@A @FARH"T T"H%I A A ARH"T T"H%HFA X@AUUUT UUUUH@Y&@@@"H"H H"H"Y&Y&Y&@@@@@@@@@@@@Y&@@@@@@@@@@@@@FA X@@@@@@@@@
-@@A A A @@@@@@@@@@X@A @F') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 200 200 0 0 127 127 127 127 127 255 255 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>Q??>R???T??>8??????>8@@AT@@BR@@DQ') ; yourself); yourself]
+@@A A A @@@@@@@@@@X@A @F');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 200 200 0 0 127 127 127 127 127 255 255 0 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>Q??>R???T??>8??????>8@@AT@@BR@@DQ');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:22 / cg"
 !
 
 new_24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self new_24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#new_24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class new_24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class new_24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@FX@@@@@@@@@@@@@@FX@@@@@@@@@@@@@@FX@@@@@@@@@@@@@@FX@@@@@@@@@@@
 @@@FX@@@@@@@@@@@@@@FX@@@@@@@@@@@@@@FX@@@@@@@@@@@@@@FX@@@@@@@@@@@@@@FX@@@@@@@@@@@@@@FX@@@@@@@@@@@@@@FX@@@@@@@@@@@@@@FX@@@
 @@@@@@@@@@$FZP@I@@@@@@@@@@BVZPBP@@@@@@@@@@@IBP$@@@@@@@@@@@@F&Y@@@@@@@@@@@@&Y&Y&Y@@@@@@@@@@@@&Y@@@@@@@@@@@@@IBP$@@@@@@@@@
-@@BPBPBP@@@@@@@@@@$@BP@I') ; colorMapFromArray:#[0 0 0 0 0 255 0 127 127 0 255 0 0 255 255 127 127 127 170 170 170 255 0 0 255 0 255 255 255 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DQ@@BR@@AT@@@8@@G?@@@8@@AT@@BR@@DQ') ; yourself); yourself]
+@@BPBPBP@@@@@@@@@@$@BP@I');
+                colorMapFromArray:#[ 0 0 0 0 0 255 0 127 127 0 255 0 0 255 255 127 127 127 170 170 170 255 0 0 255 0 255 255 255 0 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DQ@@BR@@AT@@@8@@G?@@@8@@AT@@BR@@DQ');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:20 / cg"
 !
@@ -6632,15 +9832,15 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'GenericToolbarIconLibrary class packageIn24x24Icon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'GenericToolbarIconLibrary packageIn24x24Icon'
+        ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
 %IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT,KB0,KAE]IRT%IRT%IRT%IRT%IRT%IRT,KB0,KAE]IRT
 %IRT%IRT%IRT%IRT%IRT,KB0,KAEA)RT%IRT%IRT%IRT%IRT%IRT,K@),KAE]IRT%IRT%IRT%IRT%IRTDV(S LT:1\VG!!2Y.%IRT%IRT%IRT%IRT%E(WZC^3
 IBPTL"JT%IRT%IRT%IRT%IRT%IR:AP!!;J>Q8;YRT%IRT%IRT%IRT%IRT%IRT8Q&Y-(= %IRT%IRT%IRT%IRT%IP]UJ\#H6P-#W+''9=+Z^Z@!!%IRT%IRTKD$3
 5:0*9>]MN^_''#$_'')M[(,YRT%IQ7 X"#Y*F;T)(*J._''93?I_>[B2)RT%IPA+\ =FFDJE)\1%]9V:7D''''HS"]YRT%IP ]) \C^UKO+2/"($DM%6EP@CN.YRT
 %IP<*AJ))-%NW11O9[V]$6J.853\)YRT%IR705]01IZ+X$Z*Z72QK2 ZK-MD%IRT%IRTMLE2''+5''6D@K_VVLU>%^ 63*%IRT%IRTP66_[^CK$L3ME]H00DFB
-TQ=Y%IRT%IRT,.0I;N3_;M<N60M,Z]CF7V>R%IRT%IRTRCU3R$*>SMSG@ <;T; [A:JT%IRT%IRT%I.4TE,8"4IX_!!9UCL>F%IRT%IRT%IRT%IRT@PDA@RWU
-/6LP4YRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT') ; colorMapFromArray:#[220 170 60 238 212 149 215 159 53 206 154 55 248 206 99 145 207 140 177 181 168 126 115 98 128 218 120 222 166 61 249 212 116 225 175 64 158 109 29 251 206 88 219 165 60 215 159 52 128 116 97 174 193 173 241 194 77 129 218 121 98 209 89 157 116 45 249 211 118 142 222 137 252 212 110 125 216 119 216 165 58 153 106 27 250 204 86 240 229 207 213 155 51 167 115 31 228 184 77 235 193 90 157 180 156 187 145 62 89 208 81 193 187 180 121 207 115 247 203 93 219 169 60 86 207 77 167 126 53 122 217 115 236 227 207 132 193 128 169 124 40 227 178 66 156 111 33 245 211 123 107 212 99 216 166 74 177 131 52 215 160 56 246 203 92 115 214 108 213 157 53 163 184 162 91 208 83 165 113 30 227 180 69 253 212 106 253 209 92 252 210 102 224 174 63 177 125 36 215 158 52 207 155 59 167 122 45 72 176 65 233 184 71 92 57 7 196 143 49 215 173 93 218 161 56 253 209 91 217 159 54 177 194 176 247 201 83 250 205 87 203 148 50 167 116 32 232 212 151 163 112 30 212 174 102 161 110 29 254 213 105 222 172 62 214 157 52 151 108 38 177 196 177 208 153 51 215 164 57 238 191 79 167 122 39 248 202 84 159 181 158 251 212 112 231 182 69 184 133 47 175 194 174 144 103 39 244 210 125 220 169 60 136 220 131 176 124 36 142 206 138 233 187 78 178 128 37 225 170 65 154 177 153 161 112 30 223 173 63 249 207 98 179 134 49 217 161 56 169 178 167 208 159 56 246 200 83 241 226 190 126 209 120 112 73 12 159 181 157 125 217 118 157 117 51 219 174 76 214 156 51 245 201 92 122 216 115 243 205 111 173 122 34 176 126 37 234 186 75 233 185 72 127 115 97 92 207 83 247 211 119 219 181 98 254 211 98 214 158 53 175 137 64 129 200 123 53 32 3 117 215 110 207 156 58 195 156 74 128 98 47 240 194 81 0 0 0 243 210 129 227 177 66 246 211 122 249 203 85 119 214 112 240 201 102 165 145 115 239 193 82 238 198 99 199 151 53 225 171 65 170 128 44 243 210 128 195 195 195 246 211 121 245 202 95 221 199 159 244 198 80 208 160 72 239 191 75 242 195 78 234 186 71 229 180 68 197 151 65 251 208 99 227 177 65 254 211 95 85 206 76 236 217 172 206 151 55 99 210 90 169 134 80 196 158 81 116 214 109 214 181 116 159 110 29 201 150 51 177 197 177 242 213 143 254 211 94 214 164 58 217 160 55 167 129 71 170 121 36 177 132 49 231 183 73 203 155 55 226 176 65 92 208 83 166 115 31 216 159 53 254 212 104 250 208 100 210 167 74 217 164 62 175 129 46 166 120 42 212 161 56 130 93 31 168 118 32 194 194 194 155 111 39 162 116 35 216 159 54 168 156 140 250 208 99 206 158 69 221 171 61 245 199 81 69 43 5 208 156 56 196 148 52 164 113 30 241 212 143 221 166 60 224 170 65 177 197 175 223 174 64 219 168 59 119 215 112 252 207 89 241 196 87 131 91 25 239 196 90 196 148 50 160 116 42 253 211 103 221 166 61 158 181 156]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@G<@@G<@@G<@@G<@@??@@_>@@O<@@G8@A??8G??<O??<O??<O??<O??<O??8G??8G??8G??8G??0C??@@?<@@@@@') ; yourself); yourself]
+TQ=Y%IRT%IRT,.0I;N3_;M<N60M,Z]CF7V>R%IRT%IRTRCU3R$*>SMSG@ <;T; [A:JT%IRT%IRT%I.4TE,8"4IX_!!9UCL>F%IRT%IRT%IRT%IRT@PD%IRWU
+/6LP4YRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT') ; colorMapFromArray:#[220 170 60 238 212 149 215 159 53 206 154 55 248 206 99 145 207 140 177 181 168 126 115 98 128 218 120 222 166 61 249 212 116 225 175 64 158 109 29 251 206 88 219 165 60 215 159 52 128 116 97 174 193 173 241 194 77 129 218 121 98 209 89 157 116 45 249 211 118 142 222 137 252 212 110 125 216 119 216 165 58 153 106 27 250 204 86 240 229 207 213 155 51 167 115 31 228 184 77 235 193 90 157 180 156 187 145 62 89 208 81 193 187 180 121 207 115 247 203 93 219 169 60 86 207 77 167 126 53 122 217 115 236 227 207 132 193 128 169 124 40 227 178 66 156 111 33 245 211 123 107 212 99 216 166 74 177 131 52 215 160 56 246 203 92 115 214 108 213 157 53 163 184 162 91 208 83 165 113 30 227 180 69 253 212 106 253 209 92 252 210 102 224 174 63 177 125 36 215 158 52 207 155 59 167 122 45 72 176 65 233 184 71 92 57 7 196 143 49 215 173 93 218 161 56 253 209 91 217 159 54 177 194 176 247 201 83 250 205 87 203 148 50 167 116 32 232 212 151 163 112 30 212 174 102 161 110 29 254 213 105 222 172 62 214 157 52 151 108 38 177 196 177 208 153 51 215 164 57 238 191 79 167 122 39 248 202 84 159 181 158 251 212 112 231 182 69 184 133 47 175 194 174 144 103 39 244 210 125 220 169 60 136 220 131 176 124 36 142 206 138 233 187 78 178 128 37 225 170 65 154 177 153 161 112 30 223 173 63 249 207 98 179 134 49 217 161 56 169 178 167 208 159 56 246 200 83 241 226 190 126 209 120 112 73 12 159 181 157 125 217 118 157 117 51 219 174 76 214 156 51 245 201 92 122 216 115 243 205 111 173 122 34 176 126 37 234 186 75 233 185 72 127 115 97 92 207 83 247 211 119 219 181 98 254 211 98 214 158 53 175 137 64 129 200 123 53 32 3 117 215 110 207 156 58 195 156 74 128 98 47 240 194 81 0 0 0 243 210 129 227 177 66 246 211 122 249 203 85 119 214 112 240 201 102 165 145 115 239 193 82 238 198 99 199 151 53 225 171 65 170 128 44 243 210 128 195 195 195 246 211 121 245 202 95 221 199 159 244 198 80 208 160 72 239 191 75 242 195 78 234 186 71 229 180 68 197 151 65 251 208 99 227 177 65 254 211 95 85 206 76 236 217 172 206 151 55 99 210 90 169 134 80 196 158 81 116 214 109 214 181 116 159 110 29 201 150 51 177 197 177 242 213 143 254 211 94 214 164 58 217 160 55 167 129 71 170 121 36 177 132 49 231 183 73 203 155 55 226 176 65 92 208 83 166 115 31 216 159 53 254 212 104 250 208 100 210 167 74 217 164 62 175 129 46 166 120 42 212 161 56 130 93 31 168 118 32 194 194 194 155 111 39 162 116 35 216 159 54 168 156 140 250 208 99 206 158 69 221 171 61 245 199 81 69 43 5 208 156 56 196 148 52 164 113 30 241 212 143 221 166 60 224 170 65 177 197 175 223 174 64 219 168 59 119 215 112 252 207 89 241 196 87 131 91 25 239 196 90 196 148 50 160 116 42 253 211 103 221 166 61 158 181 156]; mask:((ImageMask new) width:24; height:24; bits:(ByteArray fromPackedString:'@@@@@@@@@G<@@G<@@G<@@G<@@??@@_>@@O<@@G8@A??8G??<O??<O??<O??<O??<O??8G??8G??8G??8G??0C??@@?<@@@@@') ; yourself); yourself]
 !
 
 packageOpen24x24Icon
@@ -6649,56 +9849,82 @@
 !
 
 packageOpen24x24Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self packageOpen24x24Icon1 inspect
      ImageEditor openOnClass:self andSelector:#packageOpen24x24Icon1
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class packageOpen24x24Icon1'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class packageOpen24x24Icon1'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@OB (JB (JB (J
 B (JB @@@@@@@@@@@@<JA XFA XFA XFA LHC@@@@@@@@@@@C1,FA XFA XFA XFA XIE0(@@@@@@@@[B XFA XFA XFA XFA@T^GA J@@@@@AHJA XFA XF
 A XFA XBA1(_GQ0J@@@@EQ4F@PXFA XFA XFA XEF2$#G (@@@@UC2@ HB@_G!!<_GQ<_G14/L"0 B @@@@@OK2<,KB,+J2$)JR$)GP(%MB<JB @@@@<0MST3
 L3L0LB</K20$EQ(JJ0(PB @@@@<OCP4MCP0LC@0JB (JFQ LB 8TB @@@@@@B!!(ZF!!(ZF!!(ZF!!(ZFQ PC!!@TB @@@@@@C14^G!!8]GQ4]GA,[F1$VEQTTB @@
 @@@@DA8_G!!8\GA0\GA0\F1$VEQTTB @@@@@@D!!8!!HQ<_G1<]GA0\F1$VEQTTB @@@@@@D"D%IRT"H!!4]GQ4]GQ$VEQTJ@@@@@@@@D"\*JBX&I!!8^G!!8^GQ$V
-EQ@@@@@@@@@@D280J"(''I2@ HA8^GQ$VD@@@@@@@@@@@D3P4LS@-KR4%IBD!!H@,J@@@@@@@@@@@@DP,KB0,KB0,KB0,KB0,@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 24 40 4 56 100 4 60 110 24 86 40 36 60 80 44 44 40 48 70 50 88 46 10 108 56 10 108 58 10 112 58 0 116 60 10 124 66 10 124 72 20 132 74 20 132 76 20 140 78 20 140 82 30 144 82 20 144 86 30 148 92 40 152 96 40 152 98 40 160 104 50 164 106 50 172 116 60 180 124 70 180 128 70 188 132 70 192 140 80 196 140 80 196 142 80 196 150 90 200 154 90 204 148 90 204 150 90 204 158 90 204 162 100 208 158 100 208 166 100 212 156 90 212 170 110 216 162 100 216 164 110 216 174 110 216 178 120 220 170 120 220 182 120 220 186 130 224 184 140 228 190 150 228 200 160 244 224 200]; mask:((Depth1Image new) width: 24; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@O?<@_?<@??>A???C???G??>O??<O??<_??<_??<G??<G??<G??<G??<G??8G??0G?? G??@G?>@') ; yourself); yourself]
+EQ@@@@@@@@@@D280J"(''I2@ HA8^GQ$VD@@@@@@@@@@@D3P4LS@-KR4%IBD!!H@,J@@@@@@@@@@@@DP,KB0,KB0,KB0,KB0,@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 24 40 4 56 100 4 60 110 24 86 40 36 60 80 44 44 40 48 70 50 88 46 10 108 56 10 108 58 10 112 58 0 116 60 10 124 66 10 124 72 20 132 74 20 132 76 20 140 78 20 140 82 30 144 82 20 144 86 30 148 92 40 152 96 40 152 98 40 160 104 50 164 106 50 172 116 60 180 124 70 180 128 70 188 132 70 192 140 80 196 140 80 196 142 80 196 150 90 200 154 90 204 148 90 204 150 90 204 158 90 204 162 100 208 158 100 208 166 100 212 156 90 212 170 110 216 162 100 216 164 110 216 174 110 216 178 120 220 170 120 220 182 120 220 186 130 224 184 140 228 190 150 228 200 160 244 224 200 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@O?<@_?<@??>A???C???G??>O??<O??<_??<_??<G??<G??<G??<G??<G??8G??0G?? G??@G?>@');
+                            yourself);
+                yourself
+        ]
 !
 
 packageOpen24x24Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self packageOpen24x24Icon2 inspect
      ImageEditor openOnClass:self andSelector:#packageOpen24x24Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class packageOpen24x24Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class packageOpen24x24Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 TUEQTUEQTUEQTTR3TUEQTUEQTUEQTUEQTUEQTUEQTUEQ3;=MTUEQ63]QTUEQTUEQTUEQTUEQTUF3V#V@W%EQFXECTUEQTUEQTUEQTUEQ,08B\7>$%H9^V7M(
 )%EQTUEQTUEQTPZ3W0<4\6"$/+6[Y6"L+MYQTUEQTUEQ/21K*@=[''\4;.:-5''V"XDJCITUEQTUEQG#GQ*A)&4+,0R-<<%QL\!!UW^"UEQTUEQT\,G)47F8K1V
 $!!^/$70:*T#R5UMQTV(8Z%6CP@/T.<]#-;@#B$$T.YX.]4EQTUD8NV,3^!!^0E"H/[:LVX2JF4JGD&UEQTUEQ "Z.2+ZWOT*GJ&OSR)>RXLU0_V%6TUEQTXJ"
 P+5WX)KB"6I;3):*7FE-VBBOTUEQTUER)W I[,!!.6,LECLA\Q%SLO%EQTUEQTUF=/P@X,U#CDZEEEV"P"A=NTUEQTUEQTUE5%*T@I[!!17R$RID_]\%PCTUEQ
 TUEQTUDA!!XV5-[U>^]7]7P$I[P"4TUEQTUEQTUDADA@PDABJ-T^EXVE!!*R64TUEQTUEQTUFMGDIB]GR:DACA0YFQAI24TUEQTUEQTUEQSFWYZF U HAOS2"D
 [M!!QTUEQTUEQTUEQTZ5YY6][)JRLJEA$&%EQTUEQTUEQTUEQTUDMJ0HO\94!!SI+WTUEQTUEQTUEQTUEQTUEQL#X]C40[&))QTUEQTUEQTUEQTUEQTUEQT[H?
-I9*ZTUEQTUEQTUEQTUEQTUEQTUEQTUFZ&%EQTUEQTUEQTUEQ') ; colorMapFromArray:#[240 158 10 244 178 40 255 254 150 188 168 150 255 222 60 156 108 10 252 204 100 255 252 180 212 126 30 255 208 50 204 168 0 184 134 0 232 174 60 212 134 60 255 232 110 255 255 160 255 228 70 148 90 0 252 240 150 248 216 70 228 144 10 255 254 130 212 182 0 192 148 0 248 184 30 252 204 60 255 244 130 180 104 60 255 234 80 248 214 150 252 186 50 208 112 10 196 94 20 255 244 110 220 196 0 200 162 0 248 230 110 236 148 10 255 212 70 180 106 60 255 240 90 240 204 120 255 255 0 252 234 130 255 216 110 212 128 30 255 192 20 228 210 0 208 176 0 255 240 170 204 138 90 255 230 100 255 255 150 255 246 100 216 120 40 248 200 110 252 184 40 255 222 120 244 196 50 255 198 30 188 142 0 216 190 0 200 198 200 204 104 30 255 180 10 180 168 160 255 236 80 232 188 110 255 246 230 236 180 80 240 194 50 228 168 50 255 204 40 196 156 0 224 204 0 255 252 190 220 138 40 255 186 20 180 158 140 255 242 90 248 204 80 0 0 0 252 174 20 200 118 40 212 124 20 255 210 50 212 184 0 184 136 0 232 146 10 236 178 60 255 204 50 255 255 140 255 248 100 248 182 40 252 204 70 255 252 170 220 138 20 255 216 60 220 198 0 216 192 0 208 116 30 244 192 60 255 216 70 255 255 130 255 254 110 208 112 40 252 182 30 255 254 170 204 116 30 255 206 40 180 134 10 248 248 0 224 140 20 228 130 0 255 188 20 255 255 120 255 238 80 248 178 30 204 110 50 200 116 30 252 212 50 255 212 50 180 130 0 224 208 0 232 148 10 212 120 30 255 228 90 255 255 110 255 244 90 248 190 50 244 186 60 255 218 100 252 230 80 255 218 60 220 200 0 232 222 0 216 120 10 220 124 10 255 234 100 252 242 10 255 250 100 232 158 40 236 184 80 184 120 80 244 216 80 255 224 70 228 214 0 184 140 0 248 182 20 236 158 20 255 200 40 204 164 0 255 246 90 208 196 180 204 158 130 255 244 140 212 132 30 255 254 120 204 180 10 224 210 0 248 194 40 220 126 10 255 212 60 212 178 0 255 252 100 248 182 30 228 160 60 255 216 90 255 255 170 255 214 50 164 116 20 168 114 0 248 200 50 212 136 50 255 252 130 196 152 0 200 158 0 240 156 10 204 148 110 255 194 50 188 166 150 255 220 60 180 134 0 232 226 0 224 130 0 252 206 50 255 242 110 204 166 0 208 172 0 248 176 20 252 174 10 255 190 40 252 250 100 255 226 70 236 232 0 152 96 0 208 108 10 220 128 10 255 190 20 212 180 0 216 192 10 224 140 30 252 180 20 255 196 50 188 104 40 255 238 90 228 220 0 252 216 140 224 148 30 255 255 190 255 196 30 220 194 0 192 146 0 232 144 10 228 150 40 176 124 100 180 96 50 255 244 100 156 98 0 252 196 90 240 182 40 212 114 10 255 202 40 188 140 0 200 160 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@C@@@GF@@O''@@?? C??0G??8G??<C??>_??>O??<G???C???A??<A??8A??8A??8A??8A??8@??0@_? @O?@@G>@@C8@@A @') ; yourself); yourself]
+I9*ZTUEQTUEQTUEQTUEQTUEQTUEQTUFZ&%EQTUEQTUEQTUEQ');
+                colorMapFromArray:#[ 240 158 10 244 178 40 255 254 150 188 168 150 255 222 60 156 108 10 252 204 100 255 252 180 212 126 30 255 208 50 204 168 0 184 134 0 232 174 60 212 134 60 255 232 110 255 255 160 255 228 70 148 90 0 252 240 150 248 216 70 228 144 10 255 254 130 212 182 0 192 148 0 248 184 30 252 204 60 255 244 130 180 104 60 255 234 80 248 214 150 252 186 50 208 112 10 196 94 20 255 244 110 220 196 0 200 162 0 248 230 110 236 148 10 255 212 70 180 106 60 255 240 90 240 204 120 255 255 0 252 234 130 255 216 110 212 128 30 255 192 20 228 210 0 208 176 0 255 240 170 204 138 90 255 230 100 255 255 150 255 246 100 216 120 40 248 200 110 252 184 40 255 222 120 244 196 50 255 198 30 188 142 0 216 190 0 200 198 200 204 104 30 255 180 10 180 168 160 255 236 80 232 188 110 255 246 230 236 180 80 240 194 50 228 168 50 255 204 40 196 156 0 224 204 0 255 252 190 220 138 40 255 186 20 180 158 140 255 242 90 248 204 80 0 0 0 252 174 20 200 118 40 212 124 20 255 210 50 212 184 0 184 136 0 232 146 10 236 178 60 255 204 50 255 255 140 255 248 100 248 182 40 252 204 70 255 252 170 220 138 20 255 216 60 220 198 0 216 192 0 208 116 30 244 192 60 255 216 70 255 255 130 255 254 110 208 112 40 252 182 30 255 254 170 204 116 30 255 206 40 180 134 10 248 248 0 224 140 20 228 130 0 255 188 20 255 255 120 255 238 80 248 178 30 204 110 50 200 116 30 252 212 50 255 212 50 180 130 0 224 208 0 232 148 10 212 120 30 255 228 90 255 255 110 255 244 90 248 190 50 244 186 60 255 218 100 252 230 80 255 218 60 220 200 0 232 222 0 216 120 10 220 124 10 255 234 100 252 242 10 255 250 100 232 158 40 236 184 80 184 120 80 244 216 80 255 224 70 228 214 0 184 140 0 248 182 20 236 158 20 255 200 40 204 164 0 255 246 90 208 196 180 204 158 130 255 244 140 212 132 30 255 254 120 204 180 10 224 210 0 248 194 40 220 126 10 255 212 60 212 178 0 255 252 100 248 182 30 228 160 60 255 216 90 255 255 170 255 214 50 164 116 20 168 114 0 248 200 50 212 136 50 255 252 130 196 152 0 200 158 0 240 156 10 204 148 110 255 194 50 188 166 150 255 220 60 180 134 0 232 226 0 224 130 0 252 206 50 255 242 110 204 166 0 208 172 0 248 176 20 252 174 10 255 190 40 252 250 100 255 226 70 236 232 0 152 96 0 208 108 10 220 128 10 255 190 20 212 180 0 216 192 10 224 140 30 252 180 20 255 196 50 188 104 40 255 238 90 228 220 0 252 216 140 224 148 30 255 255 190 255 196 30 220 194 0 192 146 0 232 144 10 228 150 40 176 124 100 180 96 50 255 244 100 156 98 0 252 196 90 240 182 40 212 114 10 255 202 40 188 140 0 200 160 0 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@C@@@GF@@O''@@?? C??0G??8G??<C??>_??>O??<G???C???A??<A??8A??8A??8A??8A??8@??0@_? @O?@@G>@@C8@@A @');
+                            yourself);
+                yourself
+        ]
 !
 
 packageOut24x24Icon
@@ -6717,564 +9943,824 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'GenericToolbarIconLibrary class packageOut24x24Icon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'GenericToolbarIconLibrary packageOut24x24Icon'
+        ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
 !!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(YN%XZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!)*NX9ZF!!(ZF
 !!(ZF!!(ZF!!(ZF!!(ZF!!(ZF$E%TO4*V!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZPO@!!:^%>#%(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!&>''[#</N3,// RF!!(ZF!!(ZF!!(ZF!!(ZF&!!,HVUAP
 TEAPTAH.!!(ZF!!(ZF!!(ZF!!(ZF!!(ZFEC,;[F1Q!!XZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZFDCT@XVF%NHZF!!(ZF!!(ZF!!(ZF!!(YO@* ]EHIVB0.\JBH"/8-G!!(ZF!!(ZFN*0\
 %H= ]:Z5HKB+.JI%R8^:Y(ZF!!(Y0G2T%_G1[\''UDCRMZ@Y.G([)WSXZF!!(XZ!!;Y1\WD%IRT*_CBX.U1''J3DG@8ZF!!(Y>_V^Q+0)@PEN6-(%FY1VCA2EBE8ZF
 !!(ZSER.WA"ZR$)F/B)&HJ4E3E&''A#XZF!!(X6!!L@GWWNSPU]RSA"7\2FJ#I<4!!(ZF!!(ZFD1L>KV$!!K@\''.1$^0LE6BSN*!!(ZF!!(ZF,&I-X&I),*9U/P89Z &@
-Z6,E!!(ZF!!(ZF]@18C@0LC@0L,)83)HE+,;QE!!(ZF!!(ZF+QEH,[DQ_7=?_7>3*Z@OIF"F!!(ZF!!(ZF!!$''B^[1XW%9^OS^ (G,$!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!#IC
-JVP$''XZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF') ; colorMapFromArray:#[84 202 80 240 202 100 212 174 100 208 160 60 156 180 160 152 108 40 244 198 80 224 174 60 128 218 120 176 126 40 252 208 90 72 180 60 220 166 60 100 144 90 156 112 40 152 106 30 68 174 60 216 160 60 120 208 120 176 132 50 68 164 60 240 192 80 220 168 60 200 150 50 156 118 50 144 104 40 240 212 150 144 206 140 216 166 70 188 146 60 176 138 60 244 206 110 64 168 60 220 170 60 68 44 10 72 130 70 128 116 100 248 212 120 244 200 80 224 176 60 56 34 0 168 130 70 244 212 120 240 194 80 220 172 60 200 152 50 156 178 150 100 210 90 240 212 140 236 186 80 192 188 180 180 128 40 168 122 50 84 204 80 216 182 120 212 156 50 176 182 170 156 112 30 236 228 210 88 208 80 144 208 140 216 156 50 180 134 50 116 214 110 252 210 90 232 182 70 212 162 60 168 156 140 156 172 120 128 98 50 248 206 100 236 194 90 216 162 60 164 146 120 116 216 110 244 202 100 232 188 80 212 168 70 176 194 180 240 230 210 92 208 80 72 176 70 236 186 70 255 212 90 120 214 110 168 120 40 76 186 70 232 184 70 212 158 50 124 216 120 164 174 80 244 214 140 248 208 100 228 176 70 216 158 50 120 216 110 168 126 50 84 200 70 224 170 70 128 200 120 184 134 50 132 92 30 236 218 170 248 204 90 196 196 200 216 164 60 172 122 40 168 116 30 84 206 80 224 172 70 136 220 130 176 196 180 240 226 190 252 212 110 232 212 150 228 178 70 208 152 60 180 188 130 168 122 40 60 154 60 224 166 60 204 148 50 124 218 120 132 94 30 244 210 130 248 200 80 228 184 80 216 160 50 172 122 30 168 118 30 76 188 70 232 186 70 204 156 60 168 178 170 0 0 0 252 208 100 240 198 100 220 182 100 216 166 60 172 128 40 168 124 40 220 200 160 132 194 130 196 152 70 176 198 180 252 204 90 248 202 80 228 180 70 208 158 70 164 184 160 160 182 160 244 196 80 255 214 110 196 158 80 176 194 170 252 210 100 64 164 60 196 194 190 208 154 60 164 116 40 160 110 30 244 202 90 92 58 10 128 210 120 176 124 40 76 180 70 72 178 60 144 222 140 208 160 70 164 112 30 160 116 40 60 152 50 216 174 90 196 144 50 176 130 50 252 206 90 64 166 60 220 162 60 208 156 60 164 114 30 160 112 30 68 172 60 255 212 100 196 156 70 52 32 0 252 212 100 240 196 90 220 174 80 208 154 50 156 116 50 108 212 100 112 74 10 224 172 60 196 148 50 168 134 80]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@A @@C0@@G8@@O<@@_>@@??@@G<@@G<@A??8G??<O??<O??<O??<O??<O??8G??8G??8G??8G??0C??@@C<@@@@@') ; yourself); yourself]
+Z6,E!!(ZF!!(ZF]@18C@0LC@0L,)83)HE+,;QE!!(ZF!!(ZF+QEH,[DQ_7=?_7>3*Z@OIF"F!!(ZF!!(ZF!!$''B^[1XW%9^OS^ (G,$!!(ZF!!(ZF!!(ZF!!(ZF!!#H2L#IC
+JVP$''XZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZF') ; colorMapFromArray:#[84 202 80 240 202 100 212 174 100 208 160 60 156 180 160 152 108 40 244 198 80 224 174 60 128 218 120 176 126 40 252 208 90 72 180 60 220 166 60 100 144 90 156 112 40 152 106 30 68 174 60 216 160 60 120 208 120 176 132 50 68 164 60 240 192 80 220 168 60 200 150 50 156 118 50 144 104 40 240 212 150 144 206 140 216 166 70 188 146 60 176 138 60 244 206 110 64 168 60 220 170 60 68 44 10 72 130 70 128 116 100 248 212 120 244 200 80 224 176 60 56 34 0 168 130 70 244 212 120 240 194 80 220 172 60 200 152 50 156 178 150 100 210 90 240 212 140 236 186 80 192 188 180 180 128 40 168 122 50 84 204 80 216 182 120 212 156 50 176 182 170 156 112 30 236 228 210 88 208 80 144 208 140 216 156 50 180 134 50 116 214 110 252 210 90 232 182 70 212 162 60 168 156 140 156 172 120 128 98 50 248 206 100 236 194 90 216 162 60 164 146 120 116 216 110 244 202 100 232 188 80 212 168 70 176 194 180 240 230 210 92 208 80 72 176 70 236 186 70 255 212 90 120 214 110 168 120 40 76 186 70 232 184 70 212 158 50 124 216 120 164 174 80 244 214 140 248 208 100 228 176 70 216 158 50 120 216 110 168 126 50 84 200 70 224 170 70 128 200 120 184 134 50 132 92 30 236 218 170 248 204 90 196 196 200 216 164 60 172 122 40 168 116 30 84 206 80 224 172 70 136 220 130 176 196 180 240 226 190 252 212 110 232 212 150 228 178 70 208 152 60 180 188 130 168 122 40 60 154 60 224 166 60 204 148 50 124 218 120 132 94 30 244 210 130 248 200 80 228 184 80 216 160 50 172 122 30 168 118 30 76 188 70 232 186 70 204 156 60 168 178 170 0 0 0 252 208 100 240 198 100 220 182 100 216 166 60 172 128 40 168 124 40 220 200 160 132 194 130 196 152 70 176 198 180 252 204 90 248 202 80 228 180 70 208 158 70 164 184 160 160 182 160 244 196 80 255 214 110 196 158 80 176 194 170 252 210 100 64 164 60 196 194 190 208 154 60 164 116 40 160 110 30 244 202 90 92 58 10 128 210 120 176 124 40 76 180 70 72 178 60 144 222 140 208 160 70 164 112 30 160 116 40 60 152 50 216 174 90 196 144 50 176 130 50 252 206 90 64 166 60 220 162 60 208 156 60 164 114 30 160 112 30 68 172 60 255 212 100 196 156 70 52 32 0 252 212 100 240 196 90 220 174 80 208 154 50 156 116 50 108 212 100 112 74 10 224 172 60 196 148 50 168 134 80]; mask:((ImageMask new) width:24; height:24; bits:(ByteArray fromPackedString:'@@@@@@@@@A @@C0@@G8@@O<@@_>@@??@@G<@@G<@A??8G??<O??<O??<O??<O??<O??8G??8G??8G??8G??0C??@@_<@@@@@') ; yourself); yourself]
 !
 
 photoAreaIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self photoAreaIcon inspect
      ImageEditor openOnClass:self andSelector:#photoAreaIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class photoAreaIcon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class photoAreaIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 QTUEQTT@@@@@@@@@@@@@@@@@@@@@@@@@QTUEQTT@@@@@@@@@@@@@@@@@@@@@@@@@QTT@@@@@@@@@@@@@@@@@@@@@@@@@@@@@QTT@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@QTT@@C !!NC 8NC 8@@@@@@@@@@@@@@@@@@@@NQ]CP4L*@@@@@@@@@@@@@@@AI @@@@ACI!!P.JR$#JR$)JR$)JR$)JR$%I @@@@ACI#<.J2$#H2L#
 H2L#H2L#H2$TI @@@@ACEATTA"L#H2LJB (JB"XJA",+I @@@@ACI!!TTDDH#IS8FJR$)JRX&IPX+I @@@@ACEATKH2L&B"$)IRD JR$)I (+I @@@@ACI#<T
 D@X&J3(5CAX1MST)N"X+I @@@@ACI#<&DB$&HRPVLS01LSTUN"X+I @@@@ACB!!4JD@4&CQ(VOA8^KCDUN"X+I @@@@ACIR8JJ2$&JQ(NKC(1KCDUN"X+I @@
 @@ACIP(\J3,&A#<<LP81LT@:A!!PFI @@@@ACMRT%A X:MR$0C 8NF#(!!MQPFI @@@@ACBST=A XFA#<)LC@0HS(?I XFI @@@@@[BR<)HRD!!HRD:N#(:N#(!!
 N#(:I @@@@@[F1(ZF!!(ZF!!)CL#H2P4PZF!!)D@DUE@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DUE@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DUE@@@@@@@@@@@@@@@@
-@@@@@@@@@DUEQTUE@@@@@@@@@@@@@@@@@@@@@@@@@DUEQTUE') ; colorMapFromArray:#[143 143 143 162 162 162 23 41 73 195 195 195 212 212 212 222 222 222 236 236 236 242 242 243 255 255 255 138 138 138 161 161 161 179 179 179 37 53 82 208 208 209 72 84 105 235 235 235 243 243 243 254 254 254 123 131 145 158 158 158 178 178 178 193 194 194 39 61 99 92 92 92 221 225 233 240 241 244 122 122 122 135 135 135 155 155 155 168 173 182 169 179 200 77 77 77 219 219 219 229 229 229 239 241 243 248 248 248 133 133 133 153 153 153 174 174 174 190 190 190 205 205 205 216 217 217 100 100 100 240 240 240 85 107 141 152 152 152 171 171 172 187 187 187 202 202 202 44 68 111 98 98 98 237 237 237 247 248 248 150 150 150 161 164 172 186 186 186 201 201 201 215 215 215 215 217 228 238 236 234 74 97 140 145 145 146 167 167 167 184 184 184 192 196 204 85 85 85 225 225 225 108 108 108 116 116 116 25 25 25]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'>@@@>@@@0@@@0@@@3?@@G??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??;@@@C@@@C@@@_@@@_') ; yourself); yourself]
+@@@@@@@@@DUEQTUE@@@@@@@@@@@@@@@@@@@@@@@@@DUEQTUE');
+                colorMapFromArray:#[ 143 143 143 162 162 162 23 41 73 195 195 195 212 212 212 222 222 222 236 236 236 242 242 243 255 255 255 138 138 138 161 161 161 179 179 179 37 53 82 208 208 209 72 84 105 235 235 235 243 243 243 254 254 254 123 131 145 158 158 158 178 178 178 193 194 194 39 61 99 92 92 92 221 225 233 240 241 244 122 122 122 135 135 135 155 155 155 168 173 182 169 179 200 77 77 77 219 219 219 229 229 229 239 241 243 248 248 248 133 133 133 153 153 153 174 174 174 190 190 190 205 205 205 216 217 217 100 100 100 240 240 240 85 107 141 152 152 152 171 171 172 187 187 187 202 202 202 44 68 111 98 98 98 237 237 237 247 248 248 150 150 150 161 164 172 186 186 186 201 201 201 215 215 215 215 217 228 238 236 234 74 97 140 145 145 146 167 167 167 184 184 184 192 196 204 85 85 85 225 225 225 108 108 108 116 116 116 25 25 25 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'>@@@>@@@0@@@0@@@3?@@G??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??;@@@C@@@C@@@_@@@_');
+                            yourself);
+                yourself
+        ]
 !
 
 photoIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self photoIcon inspect
      ImageEditor openOnClass:self andSelector:#photoIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class photoIcon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class photoIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@C !!NC 8NC 8@@@@@@@@@@@@@@@@@@@@NQ]CP4L*@@@@@@@@@@@@@@@AI @@@@ACI!!P.JR$#JR$)JR$)JR$)JR$%I @@@@ACI#<.J2$#H2L#
 H2L#H2L#H2$TI @@@@ACEATTA"L#H2LJB (JB"XJA",+I @@@@ACI!!TTDDH#IS8FJR$)JRX&IPX+I @@@@ACEATKH2L&B"$)IRD JR$)I (+I @@@@ACI#<T
 D@X&J3(5CAX1MST)N"X+I @@@@ACI#<&DB$&HRPVLS01LSTUN"X+I @@@@ACB!!4JD@4&CQ(VOA8^KCDUN"X+I @@@@ACIR8JJ2$&JQ(NKC(1KCDUN"X+I @@
 @@ACIP(\J3,&A#<<LP81LT@:A!!PFI @@@@ACMRT%A X:MR$0C 8NF#(!!MQPFI @@@@ACBST=A XFA#<)LC@0HS(?I XFI @@@@@[BR<)HRD!!HRD:N#(:N#(!!
 N#(:I @@@@@[F1(ZF!!(ZF!!)CL#H2P4PZF!!)D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[143 143 143 162 162 162 23 41 73 195 195 195 212 212 212 222 222 222 236 236 236 242 242 243 255 255 255 138 138 138 161 161 161 179 179 179 37 53 82 208 208 209 72 84 105 235 235 235 243 243 243 254 254 254 123 131 145 158 158 158 178 178 178 193 194 194 39 61 99 92 92 92 221 225 233 240 241 244 122 122 122 135 135 135 155 155 155 168 173 182 169 179 200 77 77 77 219 219 219 229 229 229 239 241 243 248 248 248 133 133 133 153 153 153 174 174 174 190 190 190 205 205 205 216 217 217 100 100 100 240 240 240 85 107 141 152 152 152 171 171 172 187 187 187 202 202 202 44 68 111 98 98 98 237 237 237 247 248 248 150 150 150 161 164 172 186 186 186 201 201 201 215 215 215 215 217 228 238 236 234 74 97 140 145 145 146 167 167 167 184 184 184 192 196 204 85 85 85 225 225 225 108 108 108 116 116 116]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@C?@@G??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??8@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 143 143 143 162 162 162 23 41 73 195 195 195 212 212 212 222 222 222 236 236 236 242 242 243 255 255 255 138 138 138 161 161 161 179 179 179 37 53 82 208 208 209 72 84 105 235 235 235 243 243 243 254 254 254 123 131 145 158 158 158 178 178 178 193 194 194 39 61 99 92 92 92 221 225 233 240 241 244 122 122 122 135 135 135 155 155 155 168 173 182 169 179 200 77 77 77 219 219 219 229 229 229 239 241 243 248 248 248 133 133 133 153 153 153 174 174 174 190 190 190 205 205 205 216 217 217 100 100 100 240 240 240 85 107 141 152 152 152 171 171 172 187 187 187 202 202 202 44 68 111 98 98 98 237 237 237 247 248 248 150 150 150 161 164 172 186 186 186 201 201 201 215 215 215 215 217 228 238 236 234 74 97 140 145 145 146 167 167 167 184 184 184 192 196 204 85 85 85 225 225 225 108 108 108 116 116 116 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@C?@@G??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??8@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 redoXP24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self redoXP24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#redoXP24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class redoXP24x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class redoXP24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A,WEEKUE5-@@@@@@@@@@@@@@@@@@@@@E0>D!!</HQ%@VF4@@@@@
 @E!!BQ&L@@@@@W@HXHBT(KS@2F$U''@@@@@C-RT40@@@A(O1 [FA@OEB\.LR8FV0@@@C)MS4(@@@APDQ,X@%]"VTPPKB</CE,@@C%GRT(@@@@?F1,GV0@@@@AV
 @2H.LP9[@@,8PT(@@F EF1-C@@@@@@@@X#8]J2<MV0(6M4(@@FDKF1-K@@@@@@@@@FT>GB -CP 4MT(@@FPGF1-H@@@@@@@@@@A&O!!,%J"\1L4(@@@@AF1,E
 Z @@@@A)X&I!!VP@WIBX,K4(@@@ANE!!,OU@@@@FT?B0,KB0,UGBD%JT(@@@A[A1,[@V(@@EXQF1,[F1,[F1,^H4(@@@@@P1X[D4,@@E<DD1LSD1LSD1LSD4(@
 @@@@W T[F0%U@@@@@@@@@@@@@@@@@@@@@@@@@D(QF1,BV @@@@@@@@@@@@@@@@@@@@@@@F,=E!!,X@%(@@@@@@@@@@@@@@@@@@@@@@@A @!! [F@IZ@@@@@@@@
 @@@@@@@@@@@@@@@@V HXF05P@@@@@@@@@@@@@@@@@@@@@@@@@E(BDT!!+@@@@@@@@@@@@@@@@@@@@@@@@@@AZOF,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[1 55 156 1 58 159 1 62 163 1 64 165 1 65 166 1 68 169 1 69 170 1 71 172 1 74 174 1 74 175 1 75 176 1 78 179 1 79 180 1 81 182 1 82 182 1 84 185 1 86 187 1 87 188 1 88 189 1 90 191 1 92 193 1 93 194 1 97 198 1 98 199 1 100 201 1 101 201 1 102 203 1 103 204 1 104 205 1 105 206 1 106 207 1 109 210 1 110 211 1 111 212 1 112 213 1 114 215 1 115 216 1 116 217 1 118 219 1 119 219 1 119 220 1 120 221 1 123 223 1 123 224 1 126 226 1 127 227 1 128 228 1 129 229 1 129 230 1 130 231 1 135 236 1 138 240 1 140 242 1 143 245 1 149 251 1 153 255 3 154 255 6 79 179 13 82 179 15 76 172 16 64 158 16 66 161 16 67 162 16 70 164 16 75 169 20 160 255 23 78 172 31 79 166 31 80 167 31 81 168 33 82 171 34 164 255 46 87 167 54 171 255 61 98 171 61 99 171 61 99 172 68 176 255 76 110 176 85 181 255 91 122 180 91 123 181 99 186 255 102 174 242 106 134 185 120 145 189 120 145 190 120 146 190 121 146 191 135 156 194 150 168 196 150 168 198 151 169 198 151 169 199 165 180 201 165 180 203 180 192 205 180 192 207 180 192 208 181 193 208 195 203 212 195 203 213 195 204 212 196 205 213 210 214 216 210 214 217 210 215 217 225 226 219 226 228 222 226 228 223]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@A?@@C?0^G?8^O?<^O?>^O!!?^_@?>_@_>_@O>O!!?>O#?>O3?>G3?>G8@@C<@@C>@@A?@@@?@@@_@@@N@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 1 55 156 1 58 159 1 62 163 1 64 165 1 65 166 1 68 169 1 69 170 1 71 172 1 74 174 1 74 175 1 75 176 1 78 179 1 79 180 1 81 182 1 82 182 1 84 185 1 86 187 1 87 188 1 88 189 1 90 191 1 92 193 1 93 194 1 97 198 1 98 199 1 100 201 1 101 201 1 102 203 1 103 204 1 104 205 1 105 206 1 106 207 1 109 210 1 110 211 1 111 212 1 112 213 1 114 215 1 115 216 1 116 217 1 118 219 1 119 219 1 119 220 1 120 221 1 123 223 1 123 224 1 126 226 1 127 227 1 128 228 1 129 229 1 129 230 1 130 231 1 135 236 1 138 240 1 140 242 1 143 245 1 149 251 1 153 255 3 154 255 6 79 179 13 82 179 15 76 172 16 64 158 16 66 161 16 67 162 16 70 164 16 75 169 20 160 255 23 78 172 31 79 166 31 80 167 31 81 168 33 82 171 34 164 255 46 87 167 54 171 255 61 98 171 61 99 171 61 99 172 68 176 255 76 110 176 85 181 255 91 122 180 91 123 181 99 186 255 102 174 242 106 134 185 120 145 189 120 145 190 120 146 190 121 146 191 135 156 194 150 168 196 150 168 198 151 169 198 151 169 199 165 180 201 165 180 203 180 192 205 180 192 207 180 192 208 181 193 208 195 203 212 195 203 213 195 204 212 196 205 213 210 214 216 210 214 217 210 215 217 225 226 219 226 228 222 226 228 223 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@A?@@C?0^G?8^O?<^O?>^O!!?^_@?>_@_>_@O>O!!?>O#?>O3?>G3?>G8@@C<@@C>@@A?@@@?@@@_@@@N@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 reload24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self reload24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#reload24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class reload24x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary reload24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 \GA0\GA0\GA0\GA0\GA0\GA0[6=/[6=/\GA0\GA0\GA+N <@B0@OJU1+[6=/W@I+\GA0\GA0Z3(MJ4)YV%9RMAXIWF-\B Y+\GA0\GA+C2EXR346K3!!DT%9P
 DQ\JTP-+\GA0\G@_H%\<IBT&KR</NC9YW")QX -+\GA0\FXMTTH4MSX6K"<0NC 9SFI^Z@-+\GA0\@<4U5D4MC-RW$0>NC >O$1EZ@-+\GA0Z05CD DD@0@A
 DCQ^VS8>O#=EZ@-+\GA0N!!$FEA UBD]+Z!!0MR&EEO$UEZ@-+[6=/C0D#L#H\W6-+Z6,MTVELSD5SZ@-+[6=/@SMUU$%%Z6-+[ 1PXVI(ZF!!(Z@-+[6=/Z6-+
 Z6-+Z6-+B @@@@@@@@@@@@E+[0H@@@@@@@@@@@@JZ6-+Z6-+Z6-+Z6-+[0-(ZF!!(ZFI"T@))Z6-+Z5-''Y4@AZ6-+[0-(T5MMT6IQCVM+Z6-,LTEHL0DNZ6-/
 [0-(QTUESFIPCQ9-Z6@SGR@[BQ$(Z6-/[0-(QTUEO4QYW#PP@ @EA0DRP05$Z6-/[0-(QUMEO#8>QEM^VC04MEEWM@1+Z6-/[0-(X&!!SO#8>NC\6OS45MTIQ
 CUQ+Z6=/[0-(U2)!!V#88NC\.K"0,OED"F&-+Z6=/[0-QB!!LQTVISQC8=OS5QVBDLZ6-+[6=/[0XJQ&-OBQ$;VU9^WT(+CR]+Z6-/[6=/[0ENZ6-+Z4<\C@@K
-@@0''Z6-+Z6-/[6=/[6-+Z6-/Z6-+Z6-+Z6-+Z6-+Z6=/[6=/') ; colorMapFromArray:#[0 79 191 15 80 191 15 80 192 15 95 191 16 95 176 16 95 191 16 95 192 31 95 176 31 95 191 31 95 192 31 96 192 31 111 207 32 96 192 32 111 207 47 96 192 47 111 192 47 112 207 47 112 208 47 127 208 48 111 192 48 112 176 48 112 191 48 127 208 63 112 192 63 127 176 63 128 208 64 112 192 64 127 191 79 127 192 79 128 191 79 128 192 79 128 207 79 143 191 79 144 223 79 159 223 80 143 191 80 175 239 80 176 239 80 176 240 95 128 192 95 143 192 95 143 207 95 160 224 95 175 224 95 176 239 95 176 240 95 191 240 95 191 255 95 192 255 96 143 208 96 144 191 96 144 192 96 176 239 96 191 239 96 191 240 96 192 240 96 192 255 96 207 255 111 144 208 111 176 239 111 191 239 111 192 240 111 207 255 111 208 255 112 159 207 112 160 207 112 192 239 112 192 240 112 207 255 112 208 255 127 159 192 127 159 207 127 160 192 127 160 207 127 207 240 127 208 240 127 208 255 127 223 255 128 159 207 128 160 207 128 207 240 128 208 240 128 208 255 128 223 255 143 160 207 143 175 192 143 176 207 143 208 240 143 208 255 143 223 255 143 224 255 144 176 208 144 176 223 144 223 255 144 224 255 159 175 207 159 176 223 159 224 255 159 239 255 160 176 207 160 191 207 160 191 208 160 191 224 160 192 208 160 239 255 175 191 207 175 191 208 176 192 208 176 207 224 191 192 223 192 208 224 240 240 239 240 240 240]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@G>F@_?.@??>A??>C??>C??>C??>G>?>G<O>G8?>@@?>_?@@_?C8_>O8_?_8_??8_??0_??0_?? _??@]?>@X_8@@@@@') ; yourself); yourself]
+@@0''Z6-+Z6-/[6=/[6-+Z6-/Z6-+Z6-+Z6-+Z6-+Z6=/[6=/');
+                colorMapFromArray:#[ 0 79 191 15 80 191 15 80 192 15 95 191 16 95 176 16 95 191 16 95 192 31 95 176 31 95 191 31 95 192 31 96 192 31 111 207 32 96 192 32 111 207 47 96 192 47 111 192 47 112 207 47 112 208 47 127 208 48 111 192 48 112 176 48 112 191 48 127 208 63 112 192 63 127 176 63 128 208 64 112 192 64 127 191 79 127 192 79 128 191 79 128 192 79 128 207 79 143 191 79 144 223 79 159 223 80 143 191 80 175 239 80 176 239 80 176 240 95 128 192 95 143 192 95 143 207 95 160 224 95 175 224 95 176 239 95 176 240 95 191 240 95 191 255 95 192 255 96 143 208 96 144 191 96 144 192 96 176 239 96 191 239 96 191 240 96 192 240 96 192 255 96 207 255 111 144 208 111 176 239 111 191 239 111 192 240 111 207 255 111 208 255 112 159 207 112 160 207 112 192 239 112 192 240 112 207 255 112 208 255 127 159 192 127 159 207 127 160 192 127 160 207 127 207 240 127 208 240 127 208 255 127 223 255 128 159 207 128 160 207 128 207 240 128 208 240 128 208 255 128 223 255 143 160 207 143 175 192 143 176 207 143 208 240 143 208 255 143 223 255 143 224 255 144 176 208 144 176 223 144 223 255 144 224 255 159 175 207 159 176 223 159 224 255 159 239 255 160 176 207 160 191 207 160 191 208 160 191 224 160 192 208 160 239 255 175 191 207 175 191 208 176 192 208 176 207 224 191 192 223 192 208 224 240 240 239 240 240 240 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@G>F@_?.@??>A??>C??>C??>C??>G>?>G<O>G8?>@@?>_?@@_?C8_>O8_?_8_??8_??0_??0_?? _??@]?>@X_8@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 rightArrow24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self rightArrow24x24Icon inspect
-     ImageEditor openOnClass:self andSelector:#rightArrow24x24Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class rightArrow24x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#rightArrow24x24Icon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class rightArrow24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PH@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@0PB@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PTF@ @@@@@@@@@@@@@@@@@@@@@@@@@@@0\@A@H@@@@@@@@@@@@@@@@A@PDA@PDH@P\I
 @@XB@@@@@@@@@@@@@@@AA0(@@@@@B ,LB @D@ @@@@@@@@@@@@@MB \NB ,ODADRD0(@A H@@@@@@@@@@@@M@@TTEQLQE!!\WD 0K@@PB@@@@@@@@@@@MB <W
 E1\WD!!\WD!!LYDQ(B@@@@@@@@@@@AB <[D10[GQ8QG!!$QF H@@@@@@@@@@@@AA!!(ZF!!(ZE1H^FQDZ@ @@@@@@@@@@@@@A@ HB@ HB@1DYDQ(B@@@@@@@@@@@@
 @@@@@@@@@@@@@QXQF H@@@@@@@@@@@@@@@@@@@@@@@@@@0PZ@ @@@@@@@@@@@@@@@@@@@@@@@@@@@Q(B@@@@@@@@@@@@@@@@@@@@@@@@@@@@@0H@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[224 224 224 0 32 64 0 0 0 0 64 96 32 128 160 128 160 192 32 96 128 128 192 192 0 64 64 160 192 192 192 224 224 160 192 224 96 192 224 32 64 96 160 224 224 128 192 224 96 160 192 0 160 192 0 128 192 64 192 192 64 160 192 96 192 192 32 160 192 0 128 160 192 192 192 64 224 224 0 96 128 32 192 192 64 192 224 0 192 224 0 192 192]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@D@@@F@@@G@@@G @@G0@O?8@O?<@O?>@O??@O??@O?>@O?<@O?8@@G0@@G @@G@@@F@@@D@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 224 224 224 0 32 64 0 0 0 0 64 96 32 128 160 128 160 192 32 96 128 128 192 192 0 64 64 160 192 192 192 224 224 160 192 224 96 192 224 32 64 96 160 224 224 128 192 224 96 160 192 0 160 192 0 128 192 64 192 192 64 160 192 96 192 192 32 160 192 0 128 160 192 192 192 64 224 224 0 96 128 32 192 192 64 192 224 0 192 224 0 192 192 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@D@@@F@@@G@@@G @@G0@O?8@O?<@O?>@O??@O??@O?>@O?<@O?8@@G0@@G @@G@@@F@@@D@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:15 / cg"
 !
 
 rightArrow24x24disabledIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self rightArrow24x24disabledIcon inspect
      ImageEditor openOnClass:self andSelector:#rightArrow24x24disabledIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class rightArrow24x24disabledIcon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class rightArrow24x24disabledIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PH@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@0PB@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PTF@ @@@@@@@@@@@@@@@@@@@@@@@@@@@0\@A@H@@@@@@@@@@@@@@@@A@PDA@PDH@P\I
 @@XB@@@@@@@@@@@@@@@AA0(@@@@@B ,LB @D@ @@@@@@@@@@@@@MB \NB ,ODADRAP(@A H@@@@@@@@@@@@M@@TSE@TQEQXVD 0K@@PB@@@@@@@@@@@MB <V
 E!!XVD!!XVD TODQ\B@@@@@@@@@@@AB <PAQ PFQLQD0<QE0H@@@@@@@@@@@@AA!!\WE1\WE!!HSC1DW@ @@@@@@@@@@@@@A@ HB@ HB@1DODQ\B@@@@@@@@@@@@
 @@@@@@@@@@@@@QTQE0H@@@@@@@@@@@@@@@@@@@@@@@@@@0PW@ @@@@@@@@@@@@@@@@@@@@@@@@@@@Q\B@@@@@@@@@@@@@@@@@@@@@@@@@@@@@0H@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[224 224 224 25 25 25 0 0 0 48 48 48 102 102 102 153 153 153 80 80 80 172 172 172 44 44 44 182 182 182 214 214 214 185 185 185 166 166 166 57 57 57 204 204 204 176 176 176 144 144 144 115 115 115 96 96 96 134 134 134 163 163 163 124 124 124 92 92 92 70 70 70 156 156 156 137 137 137]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@D@@@F@@@G@@@G @@G0@O?8@O?<@O?>@O??@O??@O?>@O?<@O?8@@G0@@G @@G@@@F@@@D@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 224 224 224 25 25 25 0 0 0 48 48 48 102 102 102 153 153 153 80 80 80 172 172 172 44 44 44 182 182 182 214 214 214 185 185 185 166 166 166 57 57 57 204 204 204 176 176 176 144 144 144 115 115 115 96 96 96 134 134 134 163 163 163 124 124 124 92 92 92 70 70 70 156 156 156 137 137 137 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@D@@@F@@@G@@@G @@G0@O?8@O?<@O?>@O??@O??@O?>@O?<@O?8@@G0@@G @@G@@@F@@@D@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 sUnit24x24BaseIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self sUnit24x24BaseIcon inspect
      ImageEditor openOnClass:self andSelector:#sUnit24x24BaseIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class sUnit24x24BaseIcon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class sUnit24x24BaseIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@BH"H"H"H"H"H"H@H"H"H"H"H"H"H0@"H"H"H"H"H"H3@BH"H"H"H"H"H3L@H"H"H"H"H"H3L0@"H"H"H"H"H3L3@BH"H"H"H"H3L3L@H"
 H"H"H"H3L3L0@"H"H"H"H3L3L3@BH"H"H"H3L3L3L@H"H"H"H3L3L3L0@"H"H"H3L3L3L3@BH"H"H3L3L3L3L@H"H"H3L3L3L3L0@"H"H3L3L3L3L3@BH"H3
-L3L3L3L3L@H"H3L3L3L3L3L0@"H3L3L3L3L3L3@BH3L3L3L3L3L3L@H3L3L3L3L3L3L0@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<') ; yourself); yourself]
+L3L3L3L3L@H"H3L3L3L3L3L0@"H3L3L3L3L3L3@BH3L3L3L3L3L3L@H3L3L3L3L3L3L0@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<');
+                            yourself);
+                yourself
+        ]
 !
 
 sUnit24x24DebugIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self sUnit24x24DebugIcon inspect
      ImageEditor openOnClass:self andSelector:#sUnit24x24DebugIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class sUnit24x24DebugIcon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class sUnit24x24DebugIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@A0XB@@@LC@0LC@0LC@0LC@(LC@0LA0@@A0\@C@0LC@0LC@0JB 0BC@0LA0@@A0\@@@0LC@0LC@0LC@0BB 0EAPTEA@\@A @L
 C@0LC@TKC@0L@ (LAP(JAPL@A X@C@0LC@0EAP0LC@,@A@(KB0(EAPD@@@0LC@0LC@@EC@0E@0@EB0,KB TA@@@LC@0LC@0L@@@EAPTE@@TKB0(E@P@@C@0L
 C@0LC@TEB (J@0H@AP(E@PD@@@0KC@0LC@TEB ,KAPTJAPLC@PDA@@@LC@0L@0TEB ,KAPTKB0(E@@DF@@@@B0@@@0TEB ,KAPTKB0,JAPHB@@D@@@@KB0LC
 B ,KAPTKB0,KB LG@PDA@@@KB0,EAP,KAPXKB0,KB T@@@XA@P@@B0,KAPTKAPTKB0,KB0(E@@@@@@D@@@,LB0,HAPTKB0,KB0(E@@\A@PHA@@@LC@0LA PJ
 B0,KB0(E@@\A@PDA@P@@C@0LC@DAB@TEAPTE@@@G@PDA@PD@@@0LC@DA@PDFA XFA X@@PDA@PDA@@@LC@DA@PDA@PDA@PDF@@DA@PDA@P@@C@DA@PDA@PDA
-@PDF@@DA@PDA@PD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 255 0 44 44 44 52 0 0 100 72 72 108 0 0 110 110 110 148 148 148 152 49 49 208 208 208 209 0 0 248 0 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'???8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<') ; yourself); yourself]
+@PDF@@DA@PDA@PD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 0 255 0 44 44 44 52 0 0 100 72 72 108 0 0 110 110 110 148 148 148 152 49 49 208 208 208 209 0 0 248 0 0 255 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'???8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<');
+                            yourself);
+                yourself
+        ]
 !
 
 sUnit24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self sUnit24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#sUnit24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class sUnit24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class sUnit24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@BH"H"H"H"H"H"H@H"H"H"H"H"H"H0@"H"H"H"H"H"H3@BH"H"H"H"H"H3L@H"H"H"H"H!!DCL0@"H"H @@@!!D@L3@BH"H ???1D@L3L@H"
 HQ???1D@L3L0@"H D_?1D@@3L3@BH"@AG1D@<CL3L@H"H@@QD@?0L3L0@"H <@D@??@3L3@BH"C?@@??<CL3L@H"H ?0??<CL3L0@"H"HO??<CL3L3@BH"H3
-@@@CL3L3L@H"H3L3L3L3L3L0@"H3L3L3L3L3L3@BH3L3L3L3L3L3L@H3L3L3L3L3L3L0@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<') ; yourself); yourself]
+@@@CL3L3L@H"H3L3L3L3L3L0@"H3L3L3L3L3L3@BH3L3L3L3L3L3L@H3L3L3L3L3L3L0@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<');
+                            yourself);
+                yourself
+        ]
 !
 
 saveImage24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveImage24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#saveImage24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class saveImage24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class saveImage24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DP@@@@@@@@@@@@@@DPL"H"H"H"H"H3D@DPL$QDQDQDQDH1D@DPL$EAQAQAEDH1D@DPL$EAQAPTQDH3D@DPL$EADQ
 PTQDH3D@DPL$EAQAPTDTH3D@DPL$EAQAPTPTH3D@DPL$EAQAPTPTH3D@DPL$EAQAQADTH3D@DPL$QDQDQDQDH3D@DPL"H"H"H"H"H3D@DPL3L3L3L3L3L3D@
 DPL3DQDQDQDQL3D@DPL3D3L3L3D#L3D@DPL3DQ@3L3D"L3D@DPL3D"@3L3D"L3D@DPL3D@@3L3D"L3D@DSDQD"H"H"DQLQD@DP@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[255 255 255 0 0 0 127 127 127 170 170 170 200 200 200]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??8@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 255 255 255 0 0 0 127 127 127 170 170 170 200 200 200 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??8@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:12 / cg"
 !
 
 shell24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self shell24x24Icon inspect
-     ImageEditor openOnClass:self andSelector:#shell24x24Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class shell24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#shell24x24Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class shell24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@L3L3L3L3L3L3@@@@LQDQDQDQDQDQ@@@@LRH"H"H"H"H1@@@@LRH$H"H"H"H1@@@@LRIDP"H"H"H1@@@@LRP$IBH"H"H1@@@@LRP4H"
 H"H"H1@@@@LRIDP"H"H"H1@@@@LRH4IBH"H"H1@@@@LRP$IBH"H"H1@@@@LRIDP"H"H"H1@@@@LRH$H"QDIDP1@@@@LSL3L3L3L3L1@@@@@QDQDQDQDQDQ@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 125 125 125 194 194 194 222 222 222 0 0 194]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8C??8@@@@@H@(@H@(A/L(BIR(AI^(@)P(CIL(@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 125 125 125 194 194 194 222 222 222 0 0 194 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8C??8@@@@@H@(@H@(A/L(BIR(AI^(@)P(CIL(@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:09 / cg"
 !
 
 snapshot24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self snapshot24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#snapshot24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class snapshot24x24Icon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class snapshot24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@")J>/)BH@@@@@@@@@@@@@[&9?_7<@@D@\CP4MCQ1@
 @@@@@@@@@CEJR$)JR$)%YZ.O"S 8"X>O#8>O#8<A@E9JR$)JR$)JN389B+.;B#$^BEI;L8=?@D&TG6MJR$)JM3\EFA XF@T7,X,!!Z(>/@@,B-QXFR$)PM3@@
 [6=/[0ALULB))8>B@KYN&)</R$*X[66Y!!!!PT!!*M-''I"HZ79X@KYN]QX/R$)YI"Q&P%EQP&X$I%%8^YIX@KYN&)<#R$*>Q44.ZR\''ZTTRE;8C#H4#@KYN]QX#
 R$(FC(:U]JJ"]IVNC Z7[KJ=@KYN]QX#R$)3Y1-H"(*J"$ [Y5>(,B"]@KYN&)<#R$(=O0$  XFA R@IO1Y=!!3QO@KYN]QX#R'' *GTL,+YBP+R2:PWX6IX#A
 @KYN&)<#R&J4+A6E 4YF 723] \G^+''A@@,B&!!X5R%5 DZ@]GQ4]GQ56**)1\+<D@IFS%2%JR!!@PZJV.+*:.+*F****8OG\Z@LEKEY98)!!A$ZE]W+*:.+%]W
 V*)$ZEXO@@2[T6M#T5M0\GB[J6E!!XVDSWGA0\I,L@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[199 201 201 152 154 156 116 118 120 201 203 205 135 137 140 238 237 236 141 143 145 190 197 206 217 219 220 84 161 232 134 201 255 110 112 114 152 154 155 255 254 253 201 197 193 135 137 139 180 182 186 168 170 173 101 148 198 132 137 143 49 118 196 219 221 221 137 139 141 179 177 176 255 250 246 255 255 255 135 137 138 91 167 239 195 195 196 190 187 186 217 219 219 115 117 119 145 178 243 137 205 255 179 181 183 143 145 147 170 177 186 189 191 194 153 153 154 133 193 249 217 218 220 132 135 137 142 144 147 134 139 141 140 174 245 233 233 233 108 172 233 143 144 146 216 216 217 153 155 157 249 249 249 190 191 191 213 214 216 142 144 146 188 193 198 214 215 216 179 227 255 224 222 219 255 255 254 216 218 219 180 182 185 137 138 139 217 218 219 213 208 205 169 171 172 188 189 190 125 184 241 144 184 222 251 251 251 108 171 233 184 184 252 180 178 176 125 177 240 105 107 109 213 214 215 196 198 200 215 216 217 94 144 198 117 119 121 139 141 143 212 213 214 149 206 255 191 192 192 132 134 136 213 214 214 223 223 223 184 186 189 183 185 188 144 146 148 193 195 196 181 185 192 234 234 234 133 135 138 186 188 190 155 157 161 138 139 142 184 186 188 129 145 150 198 200 202 131 133 135 181 183 186 234 234 233 67 128 198 213 209 204 182 184 187 134 194 250 211 209 208 206 207 209 198 200 201 158 158 158 177 178 180 176 177 179 133 135 137 182 185 187 182 184 186 138 139 141 122 184 243 121 123 125 140 147 156 185 187 190 204 205 207 203 204 206 187 191 197 182 179 176 89 158 226 192 193 197 238 238 239 148 150 153 252 252 252 142 178 241 146 148 151 175 181 250 241 241 241 89 157 225 58 124 196 192 193 196 207 208 210 179 228 255 128 178 240 212 210 209 200 202 204 230 231 232 94 161 227 205 203 202 158 180 244 107 109 111 234 235 235 113 115 117 109 111 114 123 187 247 254 254 254 118 120 122 210 211 213 174 177 183 178 181 182 134 136 138 176 176 179 140 142 145 221 222 222 154 157 159 142 143 145 145 149 154 121 184 243 174 177 181 147 149 153 166 169 171 188 190 192 230 230 230 194 196 198 248 245 243 181 184 187 223 222 221 145 145 145 159 180 245 147 150 152 147 149 152 193 196 198 215 215 216 226 227 228 221 219 216 163 165 166 177 181 181 111 113 115 199 201 202 179 181 185 201 204 207 143 184 223 135 201 255 242 242 242 141 143 146 163 164 167 190 192 194 231 231 231 138 140 142]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@A>@G3?@_???_???_???_???_???_???_???_???_???_???_???_???_???_???_???_???@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 199 201 201 152 154 156 116 118 120 201 203 205 135 137 140 238 237 236 141 143 145 190 197 206 217 219 220 84 161 232 134 201 255 110 112 114 152 154 155 255 254 253 201 197 193 135 137 139 180 182 186 168 170 173 101 148 198 132 137 143 49 118 196 219 221 221 137 139 141 179 177 176 255 250 246 255 255 255 135 137 138 91 167 239 195 195 196 190 187 186 217 219 219 115 117 119 145 178 243 137 205 255 179 181 183 143 145 147 170 177 186 189 191 194 153 153 154 133 193 249 217 218 220 132 135 137 142 144 147 134 139 141 140 174 245 233 233 233 108 172 233 143 144 146 216 216 217 153 155 157 249 249 249 190 191 191 213 214 216 142 144 146 188 193 198 214 215 216 179 227 255 224 222 219 255 255 254 216 218 219 180 182 185 137 138 139 217 218 219 213 208 205 169 171 172 188 189 190 125 184 241 144 184 222 251 251 251 108 171 233 184 184 252 180 178 176 125 177 240 105 107 109 213 214 215 196 198 200 215 216 217 94 144 198 117 119 121 139 141 143 212 213 214 149 206 255 191 192 192 132 134 136 213 214 214 223 223 223 184 186 189 183 185 188 144 146 148 193 195 196 181 185 192 234 234 234 133 135 138 186 188 190 155 157 161 138 139 142 184 186 188 129 145 150 198 200 202 131 133 135 181 183 186 234 234 233 67 128 198 213 209 204 182 184 187 134 194 250 211 209 208 206 207 209 198 200 201 158 158 158 177 178 180 176 177 179 133 135 137 182 185 187 182 184 186 138 139 141 122 184 243 121 123 125 140 147 156 185 187 190 204 205 207 203 204 206 187 191 197 182 179 176 89 158 226 192 193 197 238 238 239 148 150 153 252 252 252 142 178 241 146 148 151 175 181 250 241 241 241 89 157 225 58 124 196 192 193 196 207 208 210 179 228 255 128 178 240 212 210 209 200 202 204 230 231 232 94 161 227 205 203 202 158 180 244 107 109 111 234 235 235 113 115 117 109 111 114 123 187 247 254 254 254 118 120 122 210 211 213 174 177 183 178 181 182 134 136 138 176 176 179 140 142 145 221 222 222 154 157 159 142 143 145 145 149 154 121 184 243 174 177 181 147 149 153 166 169 171 188 190 192 230 230 230 194 196 198 248 245 243 181 184 187 223 222 221 145 145 145 159 180 245 147 150 152 147 149 152 193 196 198 215 215 216 226 227 228 221 219 216 163 165 166 177 181 181 111 113 115 199 201 202 179 181 185 201 204 207 143 184 223 135 201 255 242 242 242 141 143 146 163 164 167 190 192 194 231 231 231 138 140 142 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@A>@G3?@_???_???_???_???_???_???_???_???_???_???_???_???_???_???_???_???@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 systemBrowser24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self systemBrowser24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#systemBrowser24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary class systemBrowser24x24Icon'
-        ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ADQDQDR@@@@@@@@@AL3L3L4@@@@@@@@@AL3L3L4@@@@@@@@@BQDQDQD@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@P@@@@@@@@@@@@@@@P@@@@@@@@@@@@@@@P@@@@@@@@@@@@@@@P@@@@@@@@@@@@@@@@@@@@QDQDQD @@@@DDQD@UUUUUU@@@@@@@@@@$QDQDP@
 @@@@P@@@@@@@@@@@@@@@P@@@@@@@@@@@@@@@P@@@@@@@@@@@@@@@@@@@@QDQDQD @@@@DDQD@VY&Y&Y@@@@@@@@@@$QDQDQ@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 172 170 170 255 0 0 128 128 130 0 255 0 255 255 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@_? @_? @_? @_? @_? @_? @@ @@@ @@@ @@@ ??A0??A???A0??@ ??@ @@@ ??A0??A???A0??@@??@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 172 170 170 255 0 0 128 128 130 0 255 0 255 255 0 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@_? @_? @_? @_? @_? @_? @@ @@@ @@@ @@@ ??A0??A???A0??@ ??@ @@@ ??A0??A???A0??@@??@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 uiPainter24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self uiPainter24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#uiPainter24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class uiPainter24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class uiPainter24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BYBPADQDQDQDQDP@BYBP@@@@@@@@@@@@BYBPAUUUT UUUUH@@@@@AUUUT TQTUH@@@@@APTQT UU
 UUH@@@@@AUUUT TQDUH@@@@@APTQT UUUUH@@@@@AUUUT TUDUH@@@@@APTQT UUUUH@@@@@AUUUT UUUUH@@H&PAUUUT T"H%H@@@@@AUUUT T"H%H@@@$@
 AUUUT T"H%H@@@$@ARH"T T"H%H@@@$@ARH"T T"H%H@@H"PAUUUT UUUUH@@H&P@"H"H H"H"H@@H&P@@@@@@@@@@@@@H&P@@@@@@@@@@@@@H"P@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 200 200 0 0 127 127 127 127 127 255 0 0 240 240 0 255 255 0 100 100 100]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@??>N??>N??>N??>D??>D??>D??>D??>D??>D??>N??>_??>_??>N??>N??>N??>_??>_??>_??>_@@@_@@@N@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 200 200 0 0 127 127 127 127 127 255 0 0 240 240 0 255 255 0 100 100 100 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@??>N??>N??>N??>D??>D??>D??>D??>D??>D??>N??>_??>_??>N??>N??>N??>_??>_??>_??>_@@@_@@@N@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:06 / cg"
 !
 
 undoXP24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self undoXP24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#undoXP24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class undoXP24x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class undoXP24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@[U5TR5E\[@@@@@@@@FMFP% @@@@@@F5XPA$!!K1<R
 O%0@@@@@@D1ST#,@@@@@Y4TZL#@-JBT F@I\@@@@@D)OSS(@@@A[A"81K"\TC1@XF1 ?Z@@@@D)IQ3$@@E,LK2<,DDQYX%\BFA,QT@@@@D)AN@,@V081K"HC
 U @@@@A[A1,[O0@@@D(7M )[CR<+GS9"@@@@@@@@P1,[AV @@D(5M@ MKR \O&T@@@@@@@@@R1,[B6D@@D(3LR\*IQ,>Y @@@@@@@@@@RA,[A6P@@D(/KBX$
 E0AYXVI"ZP@@@@A*AQ,[@P@@@D()IRD\EP,KB0,KO6T@@@ATC1,VS @@@D(#G!!,[F1,[F1,[DUX@@F(AF1,GV0@@@D(SD1LSD1LSD1LSAE<@@D,SF1YC@@@@
 @@@@@@@@@@@@@@@@@@@@UP$[F0U^@@@@@@@@@@@@@@@@@@@@@@AZ@!!,[DT(@@@@@@@@@@@@@@@@@@@@@@E(BFA,VOV,@@@@@@@@@@@@@@@@@@@@@V HXF1 B
 X@@@@@@@@@@@@@@@@@@@@@@@T@4[F@IZ@@@@@@@@@@@@@@@@@@@@@@@@Z4 Q@%(@@@@@@@@@@@@@@@@@@@@@@@@@@F,<V @@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[1 55 156 1 58 159 1 62 163 1 64 165 1 65 166 1 68 169 1 69 170 1 71 172 1 74 174 1 74 175 1 75 176 1 78 179 1 79 180 1 81 182 1 82 182 1 84 185 1 86 187 1 87 188 1 88 189 1 90 191 1 92 193 1 93 194 1 97 198 1 98 199 1 100 201 1 101 201 1 102 203 1 103 204 1 104 205 1 105 206 1 106 207 1 109 210 1 110 211 1 111 212 1 112 213 1 114 215 1 115 216 1 116 217 1 118 219 1 119 219 1 119 220 1 120 221 1 123 223 1 123 224 1 126 226 1 127 227 1 128 228 1 129 229 1 129 230 1 130 231 1 135 236 1 138 240 1 140 242 1 143 245 1 149 251 1 153 255 3 154 255 6 79 179 13 82 179 15 76 172 16 64 158 16 66 161 16 67 162 16 70 164 16 75 169 20 160 255 23 78 172 31 79 166 31 80 167 31 81 168 33 82 171 34 164 255 46 87 167 54 171 255 61 98 171 61 99 171 61 99 172 68 176 255 76 110 176 85 181 255 91 122 180 91 123 181 99 186 255 102 174 242 106 134 185 120 145 189 120 145 190 120 146 190 121 146 191 135 156 194 150 168 196 150 168 198 151 169 198 151 169 199 165 180 201 165 180 203 180 192 205 180 192 207 180 192 208 181 193 208 195 203 212 195 203 213 195 204 212 196 205 213 210 214 216 210 214 217 210 215 217 225 226 219 226 228 222 226 228 223]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@? ^C?0^G?8^O?<^_?<^?!!<_?@>_>@>_<@>_?!!<_?1<_?3<_?38@@G8@@O0@@_0@@? @@?@@@>@@@\@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 1 55 156 1 58 159 1 62 163 1 64 165 1 65 166 1 68 169 1 69 170 1 71 172 1 74 174 1 74 175 1 75 176 1 78 179 1 79 180 1 81 182 1 82 182 1 84 185 1 86 187 1 87 188 1 88 189 1 90 191 1 92 193 1 93 194 1 97 198 1 98 199 1 100 201 1 101 201 1 102 203 1 103 204 1 104 205 1 105 206 1 106 207 1 109 210 1 110 211 1 111 212 1 112 213 1 114 215 1 115 216 1 116 217 1 118 219 1 119 219 1 119 220 1 120 221 1 123 223 1 123 224 1 126 226 1 127 227 1 128 228 1 129 229 1 129 230 1 130 231 1 135 236 1 138 240 1 140 242 1 143 245 1 149 251 1 153 255 3 154 255 6 79 179 13 82 179 15 76 172 16 64 158 16 66 161 16 67 162 16 70 164 16 75 169 20 160 255 23 78 172 31 79 166 31 80 167 31 81 168 33 82 171 34 164 255 46 87 167 54 171 255 61 98 171 61 99 171 61 99 172 68 176 255 76 110 176 85 181 255 91 122 180 91 123 181 99 186 255 102 174 242 106 134 185 120 145 189 120 145 190 120 146 190 121 146 191 135 156 194 150 168 196 150 168 198 151 169 198 151 169 199 165 180 201 165 180 203 180 192 205 180 192 207 180 192 208 181 193 208 195 203 212 195 203 213 195 204 212 196 205 213 210 214 216 210 214 217 210 215 217 225 226 219 226 228 222 226 228 223 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@? ^C?0^G?8^O?<^_?<^?!!<_?@>_>@>_<@>_?!!<_?1<_?3<_?38@@G8@@O0@@_0@@? @@?@@@>@@@\@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 upArrow24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self upArrow24x24Icon inspect
-     ImageEditor openOnClass:self andSelector:#upArrow24x24Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class upArrow24x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#upArrow24x24Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class upArrow24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PH@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@A@0PE@@@@@@@@@@@@@@@@@@@@@@@@@@DFA0 DAP@@@@@@@@@@@@@@@@@@@@@@@P$@A0(HA@T@@@@@@@@@@@@@@@@@@@@AB0@@C@4N
 C0PE@@@@@@@@@@@@@@@@@@DF@@@LB@ MD@<DAP@@@@@@@@@@@@@@@PLGDQHHD1LHE@8UA@H@@@@@@@@@@@@AE!!\XA@<SD1LHEPPYF DB@@@@@@@@@@D\@Q0A
 GA4OD1LJEPD\@Q0A@ @@@@@@@@@@@@@@@!!8^C1T_A@T@@@@@@@@@@@@@@@@@@@@@E @GHATRA@T@@@@@@@@@@@@@@@@@@@@@E @GDQT_A@T@@@@@@@@@@@@@
 @@@@@@@@@P@!!H!!TJA@T@@@@@@@@@@@@@@@@@@@@@@P\#IATTA@T@@@@@@@@@@@@@@@@@@@@@@QXXFPPDF H@@@@@@@@@@@@@@@@@@@@@@ TEAPTE@ H@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[224 224 224 0 32 64 0 0 0 96 128 160 0 96 128 0 0 32 128 160 192 192 224 224 0 160 192 128 128 160 32 192 192 128 160 160 96 192 224 0 192 224 32 192 224 32 160 192 64 224 224 160 192 224 64 192 192 0 128 192 0 192 192 0 128 160 32 64 96 64 96 128 32 96 128 0 64 128 0 64 96 192 192 192 0 32 96 32 128 192 128 192 224 64 192 224 128 192 192 160 224 224 96 192 192 96 160 192 64 160 192]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@F@@@O@@@_ @@?0@A?8@C?<@G?>@O??@_?? @?0@@?0@@?0@@?0@@?0@@?0@@?0@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 224 224 224 0 32 64 0 0 0 96 128 160 0 96 128 0 0 32 128 160 192 192 224 224 0 160 192 128 128 160 32 192 192 128 160 160 96 192 224 0 192 224 32 192 224 32 160 192 64 224 224 160 192 224 64 192 192 0 128 192 0 192 192 0 128 160 32 64 96 64 96 128 32 96 128 0 64 128 0 64 96 192 192 192 0 32 96 32 128 192 128 192 224 64 192 224 128 192 192 160 224 224 96 192 192 96 160 192 64 160 192 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@F@@@O@@@_ @@?0@A?8@C?<@G?>@O??@_?? @?0@@?0@@?0@@?0@@?0@@?0@@?0@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 
     "Modified: / 06-02-2007 / 19:40:02 / cg"
 !
 
 windowInspectIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self windowInspectIcon inspect
      ImageEditor openOnClass:self andSelector:#windowInspectIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class windowInspectIcon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class windowInspectIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@E!!0[E1LOC@(HA TDA@PDA@PD@@@@@@@@GDP;L" $HA(UCP$IBP$IBP$N@@@@@@@@HTL9J2X#G1 RB0\GA0\GA0\N@@@@@@@@I7)4Y&U$X5YUUEQT
 UEQTUEPN@@@@@@@@NHZF!!(ZF!!(ZF!!(ZF!!(ZF!!(XN@@@@@@@@M8ZJ"(*J"(ZJ"(*J"(*J!!(XN@@@@@@@@M(ZJ!!(ZF!!#*F!!(*F!!(X:!!(XN@@@@@@@@MXY.O#5A
 S5]5!!(*F!!(X:!!(XN@@@@@@@@MDYQ\''1=^V5RSHNF!!(X:!!(XN@@@@@@@@VHQST5MST5M8T4FCN#(:!!(XN@@@@@@AY G!!8^G!!8^G!!8^F4>!!(ZF!!(XN@@@@@GA,
 #G!!ST5MST5MST81-WS(:#8XN@@@@@E=7K7!!S^G!!8^G!!8^G!!-OH:F#8XN@@@@@E%=K''!!S^G!!8^G!!8^G"BPH:F#8XN@@@@@E&BKW!!S^G!!8^G!!8^G"BRH:F#8XN
 @@@@@E%=KG!!S^G!!8^G!!8^G"BRH>F#8XN@@@@@E)3J''!!S^G!!8^G!!8^G"BOXZF#8XB@@@@@F=!!JW!!S^G!!8^G!!8^G!!1QX>O#8XN@@@@@@AJ[W!!8^G!!8^G!!8^G!!G
  8ZF!!(XN@@@@@@ANR''NB!!''!!8^G!!8"59)!!(ZF!!(XN@@BT#W=MO4)"^HJI!!XE6W&(NC 8NC 8C@INQ$G9K@@AOP$%PXE9+^0@@@@@@@@@@$9JP"F]\@@@@@@@@
-@@@@@@@@@@@@@@@@$)BHZE,@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 0 0 7 66 194 12 59 167 23 89 204 27 95 206 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 52 90 178 53 127 212 54 123 255 54 131 221 55 95 181 57 127 255 57 149 229 58 137 224 63 132 255 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 72 122 199 72 141 255 75 144 255 77 163 236 78 131 206 80 149 255 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 105 172 233 105 174 234 106 175 235 112 180 255 116 116 120 117 186 255 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 132 200 255 139 207 255 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 149 184 255 153 188 255 157 192 255 159 159 192 159 160 192 159 160 207 159 160 208 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 162 196 255 166 200 255 170 204 255 174 208 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 181 215 255 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 225 255 192 192 208 192 239 255 192 240 255 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 212 211 224 217 217 217 223 128 63 223 255 255 237 236 242 239 239 240 239 255 255 240 207 144 245 244 247 247 246 249 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@???@???@???@???@???@???@???@???@???@???A???C???C???C???C???C???C???C???A???A???O???_O<@?@@@>@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@$)BHZE,@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 0 0 7 66 194 12 59 167 23 89 204 27 95 206 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 52 90 178 53 127 212 54 123 255 54 131 221 55 95 181 57 127 255 57 149 229 58 137 224 63 132 255 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 72 122 199 72 141 255 75 144 255 77 163 236 78 131 206 80 149 255 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 105 172 233 105 174 234 106 175 235 112 180 255 116 116 120 117 186 255 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 132 200 255 139 207 255 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 149 184 255 153 188 255 157 192 255 159 159 192 159 160 192 159 160 207 159 160 208 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 162 196 255 166 200 255 170 204 255 174 208 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 181 215 255 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 225 255 192 192 208 192 239 255 192 240 255 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 212 211 224 217 217 217 223 128 63 223 255 255 237 236 242 239 239 240 239 255 255 240 207 144 245 244 247 247 246 249 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@???@???@???@???@???@???@???@???@???@???A???C???C???C???C???C???C???C???A???A???O???_O<@?@@@>@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 windowInspectIcon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self windowInspectIcon2 inspect
      ImageEditor openOnClass:self andSelector:#windowInspectIcon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class windowInspectIcon2'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class windowInspectIcon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@AXVE1LOC@(HA TDA@PDA@PD@@@@@@@@@A0\L" $HA(UCP$IBP$IBP$N@@@@@@@@@BD!!J2X#G1 RB0\GA0\GA0\N@@@@@@@@@B\''Y&U$X5YUUEQT
 UEQTUEPN@@@@@@@@@C 8!!(ZF!!(ZF!!(ZF!!(ZF!!(XN@@@@@@@@@C\7"(*J"(ZJ"(*J"(*J!!(XN@@@@@@@@@CX6!!(ZF!!#*F!!(*F!!(X:!!(XN@@@@@@@@@CT5O#5A
 S5]5!!(*F!!(X:!!(XN@@@@@@@@@DYQ\''1=^V5RSHNF!!(X:!!(XN@@@@@@@@VHQST5MST5M8T4FCN#(:!!(XN@@@@@@AYJW!!8^G!!8^G!!8^F4>!!(ZF!!(XN@@@@@GA,
 JW!!ST5MST5MST81-WS(:#8XN@@@@@E=7JW!!S^G!!8^G!!8^G!!-OH:F#8XN@@@@@E%=JW!!S^G!!8^G!!8^G"BPH:F#8XN@@@@@E&BJW!!S^G!!8^G!!8^G"BRH:F#8XN
 @@@@@E%=JW!!S^G!!8^G!!8^G"BRH>F#8XN@@@@@E)3JW!!S^G!!8^G!!8^G"BOXZF#8XN@@@@@F=!!JW!!8^G!!8^G!!8^G!!1QP8NC 8N@@@@@@AJ[R%8^G!!8^G!!8^G!!G
 @@@@@@@@@@@@@@ANR''L)JR$)JR$)"59)@@@@@@@@@@BT#W=MO4)"^HJI!!XE6W&(@@@@@@@@@@INQ$G9K@@AOP$%PXE9+^0@@@@@@@@@@$9JP"F]\@@@@@@@@
-@@@@@@@@@@@@@@@@$)BHZE,@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 0 0 7 66 194 12 59 167 23 89 204 27 95 206 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 52 90 178 53 127 212 54 123 255 54 131 221 55 95 181 57 127 255 57 149 229 58 137 224 63 132 255 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 72 122 199 72 141 255 75 144 255 77 163 236 78 131 206 80 149 255 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 105 172 233 105 174 234 106 175 235 112 180 255 116 116 120 117 186 255 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 132 200 255 139 207 255 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 149 184 255 153 188 255 157 192 255 159 159 192 159 160 192 159 160 207 159 160 208 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 162 196 255 166 200 255 170 204 255 174 208 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 181 215 255 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 225 255 192 192 208 192 239 255 192 240 255 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 212 211 224 217 217 217 223 128 63 223 255 255 237 236 242 239 239 240 239 255 255 240 207 144 245 244 247 247 246 249 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@O??@O??@O??@O??@O??@O??@O??@O??@_??@???A???C???C???C???C???C???C???C???A??@A??@O?>@_O<@?@@@>@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@$)BHZE,@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 0 0 7 66 194 12 59 167 23 89 204 27 95 206 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 52 90 178 53 127 212 54 123 255 54 131 221 55 95 181 57 127 255 57 149 229 58 137 224 63 132 255 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 72 122 199 72 141 255 75 144 255 77 163 236 78 131 206 80 149 255 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 105 172 233 105 174 234 106 175 235 112 180 255 116 116 120 117 186 255 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 132 200 255 139 207 255 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 149 184 255 153 188 255 157 192 255 159 159 192 159 160 192 159 160 207 159 160 208 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 162 196 255 166 200 255 170 204 255 174 208 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 181 215 255 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 225 255 192 192 208 192 239 255 192 240 255 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 212 211 224 217 217 217 223 128 63 223 255 255 237 236 242 239 239 240 239 255 255 240 207 144 245 244 247 247 246 249 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@O??@O??@O??@O??@O??@O??@O??@O??@_??@???A???C???C???C???C???C???C???C???A??@A??@O?>@_O<@?@@@>@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 workspace24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self workspace24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#workspace24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class workspace24x24Icon'
-        ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class workspace24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A&Y&Y&Y&Y&Y&Y&Y @@@@@@@@@@@@@@@@@QDQDQDQDQDQDQAP@TPDQDQ@Q@PQDQ@ @TPDQDQ@
 P@@QDQ@ @P@D@@Q@Q@PQDQ@ @PPDA@Q@Q@PQDQ@ @P@D@@Q@Q@@QDQ@ @QDQDQDQDQD1DQ@ @QDQDQDQDQD3DQ@ @QDQDQDQDQD3LQ@ @QDQDQDQDQD3DQ@G
 @QDQDQDQDQDQLQ@ @QDQDQDQDQDQLQ@ @QDQDQDQDQDQDQAP@@@@@@@@@@@@@@@@ARH"H"H"H"H"H%AP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 255 0 0 0 255 0 127 127 127 0 127 127 127 0 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@????????????????????????????????????????????????????????????????????????????@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 255 0 0 0 255 0 127 127 127 0 127 127 127 0 0 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@????????????????????????????????????????????????????????????????????????????@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-28x28'!
 
 bug28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self bug28x28Icon inspect
-     ImageEditor openOnClass:self andSelector:#bug28x28Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class bug28x28Icon'
-	ifAbsentPut:[(Depth2Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#bug28x28Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class bug28x28Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UUUUUUUUT@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O?0@@@@@@?*+@@@@C3>**,@@@O*N***
 0@@C:#***,@@@N(@@@@@@@O*O***0@@@>3>**<@@@@@O??0@@@@@@C?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 192 192 192 255 0 0 128 0 0]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 192 192 192 255 0 0 128 0 0 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@0L@@@#F0@@F_1@@@/>@@A/?0@@??>@G??? BG??8@A??>@G??? @???8@@[?<@@@/>@@@Y?D@@H1,@@@0L@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 bugReporter28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self bugReporter28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#bugReporter28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class bugReporter28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class bugReporter28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@EUUUUUUUU@@@@@@@@@@@@@@@@@@T@@@@@@@@EUUUUUUUUAP@@@@@@@@@@@@@@@@TE@@@@@@@ADQDQDQDQAPT@@@@@@@@@
 @@@@@@DEAP@@@@@ADQDQDQDQ@PTE@@@@@@@@@@@@@@DAAP@@@@@DQDQDQDQD@PDE@@@@@@@@@@@@@@PA@P@@@@@DQDQDQ@ADA@D@@@@@@@PQDTPDQ@@D@@@@
 @@@@ADQDQD@DP@@@@@@@@@@DPTEAQ@P@H"H"@@@@@@QDEA@D@BH#L3L @@@@ADEA@"@"H3L3L3H@@@@@@@H#L0H3L3L3L2@@@@@@@"L3@#L3L3L3H@@@@@@@
 H3L@@@@@@@@@@@@@@@H#L0H#L3L3L2@@@@@@@BH2@"H3L3L2H@@@@@@@@@@@H"H"H"@@@@@@@@@@@@@@@"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 170 170 170 128 0 0 255 0 0 255 255 255 127 127 127]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 170 170 170 128 0 0 255 0 0 255 255 255 127 127 127 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@??8@@O?>@@O?? @C??8@C??>@@??? @???8@O??>@O??? C??? C???8@???8@O???@C???D@???8@O???@C???8@???>@O??? @G??8@_??>@C??? @A/
-?0@@B?8@@A''<P@@#F0@@C@0@@@@@@@@a') ; yourself); yourself]
+?0@@B?8@@A''<P@@#F0@@C@0@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 bugReporterIcon
@@ -7283,125 +10769,177 @@
 !
 
 changesBrowser28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self changesBrowser28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#changesBrowser28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class changesBrowser28x28Icon'
-	ifAbsentPut:[(Depth2Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class changesBrowser28x28Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@B****@@@@@@@@@ @@@B****H@@@@@@@@"@@@C????H @@@@@@@2H@@C????L"@@@@@@@3H@@AUUUUL2@@@@@@@SL@@AUUUUD3@@@_=UUQL@
 @@EUUUTS@@@A]7UUD@@@@U7]5Q@@@@E7]5T@@@@AUUUU@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BH@@@@@@@@LB@L@@@@@@@@@@@@@@@@J@@@@@@@@@@@
-@@@@@@@H@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@H@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@??8@@O?>@@O?? @C??8@C??>@@??? @???8@O??>@O??? C??? C???8@???8@O??>@C??>@@??? @O?? @C??8@@??8@@O?>@@@@@@@@@@@@@Z.$7LH+-
-YDBJ+TQ@#.=WHH*+UABJ*5PPZ*$7X@@a') ; yourself); yourself]
+YDBJ+TQ@#.=WHH*+UABJ*5PPZ*$7X@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 copy28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copy28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#copy28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class copy28x28Icon'
-	ifAbsentPut:[(Depth2Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class copy28x28Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#[ 2 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@O????8@@@C****)@@@@:****P@@@N****$@@@C****)@@@@:****P@@@@@@**$C????>J*)@:****R**PN****$**$C****)J*
 )@:****R**PN****$**$C****)J*)@:****R**PN****$**$C****)J*)@:****QUUPN****$@@@C****)@@@@:****P@@@N****$@@@C****)@@@@:****Q
-@@@IUUUUT@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@IUUUUT@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 84 84 84 170 170 170 255 255 255 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@???@@O??0@C??<@@???@@O??0@C??<@@???A????0_???<G????A????0_???<G????A????0_???<G????A????0_???<G????A????0_?? @G??
-8@A??>@@_?? @G??8@A??>@@_?? @@@a') ; yourself); yourself]
+8@A??>@@_?? @G??8@A??>@@_?? @@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 cut28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self cut28x28Icon inspect
-     ImageEditor openOnClass:self andSelector:#cut28x28Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class cut28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#cut28x28Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class cut28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@DQDQDQDQDQDS@@@@@@@SL3L3L3L<L3H@@@0@@AL3L3L3L303L @@C@@@D3L3L3L3OLL2@@CL@@@SL3L3L3L303H@@L@@@AL3L3L3
 L3OLL @L0@@@D3L3L3L3L302@@0@@@@SL3L3L3L3OLH@3@@@@AL3L3L3L3L<0 CL@@@@D3L3L3L3L3OB@L@@@@@SL3L3L3L3L<H@0@@@@AL3L3L3L3L33L3@
 @@@@D3L3L3L3L3L<3@@@@@@SL3L3L3L3L33L@@@@@AL3L3L3L3L3OL0@@@@@D3L3L3L3L3L<3@@@@@@SL3L3L3L3L33L@@@@@AL3L3L3L3L33@3@@@@@L"H"
 H"H"H"3B@,0@@@@@@@@@@@CL3@@@CL3@@@@@@@@@C@C@@@@@0@0@@@@@@@@L@L@@@@C@C@@@@@@@@@0@0@@@@L@L@@@@@@@@C@C@@@@@0@0@@@@@@@@L@L@@
-@@C@C@@@@@@@@@CL@@@@@@3@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@C@C@@@@@@@@@CL@@@@@@3@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 _??8@G??>@A???!!@_??8PG??>LA???"@_??9 G??>PA???,@_??;@G??> A???(@_??>@G???@A???0@_??<@G???@A???0@_??>@G???0A???'' @@R@$@@D
- I@@AHBP@@R@$@@D I@@@0A @@@@@@@a') ; yourself); yourself]
+ I@@AHBP@@R@$@@D I@@@0A @@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 delete28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self delete28x28Icon inspect
-     ImageEditor openOnClass:self andSelector:#delete28x28Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class delete28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#delete28x28Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class delete28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ADQDQDQDQDQL@@@@@@@D3L3L3L3L3L @@@@@@@SL3L3L3L3L2@@@@@@@AL3L3L3L3L3H@@@@@@@D3L3L3
 L3L3L @@@B@@@SL3L3L3L3L2@@@B@@@AL3L3L3L3L3H@@@@@@@D3L3L3L3L3L @@@@@@@SL3L3L3L3L2@@@@@@@AL3L3L3L3L3@@@@@ @@D3L3L3L3L0@@@@
 @@@@@SL3L3L3L3@P@@@@H@@AL3L3L3L3LADSL3H @@D3L3L3L3L0DQL3L"@@@SL3L3L3L3@Q@3L0H@@AL3L3L3L3LADC@3@ @@D3L3L3L3L0DPLCLB@@@2H"
 H"H"H"@Q@0L0H@@@@@@@@@@@@ADC@3@ @@@@@@@@@@@@DPLCLB@@@@@@@@@@@@@Q@0L0H@@@@@@@@@@@@ADC@3@ @@@@@@@@@@@@DPLCLB@@@@@@@@@@@@@Q
-D0L2H@@@@@@@@@@@@ DSL3HB@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+D0L2H@@@@@@@@@@@@ DSL3HB@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@C??>@@??? @O??8PC??>D@???!!@O??8XC??>F@???  O??8HC??>B@????0O?? LC????@????0O???<C????@????0O???<C????@????0@@A?<@@@
-_?@@@G?0@@A?<@@@_?@@@G?0@@@_0@@a') ; yourself); yourself]
+_?@@@G?0@@A?<@@@_?@@@G?0@@@_0@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 desktop28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self desktop28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#desktop28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class desktop28x28Icon'
-	ifAbsentPut:[(Depth8Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class desktop28x28Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@XFA ]FA XFA4]FA XFA XGQ4]@@@@@@@@@@@@FA XGQ4]FA XFA XFA XGQ4]GQ XFA XF@@@@A XGP,RB!! QFA ]GQ4]GQ4XGQ XFA XFA @@@@XFA D
 A@PDC@LKC!!HQDQ XFA4]GR@]HA X@@@]FA ]C@4DCPPMAA( HB@]GQ XDQ QFB@]F@@@GQ4XF@PDC@PGA@4SHA8^HA8 G"@^HA$ GQ @@A4]FA4MCPPMA@4D
 EA8 HA8 G"@ HA8^HA4X@@@]GQ4XA@PGA@ DB@\^GQ8^GQ8^HA4^GR@XF@@@FA XG!!PMA04HCP MF!!8^G"@^HA8 G"@]GQ @@A XGQ8^CP$MBP4ICQPZGA(\
@@ -7410,141 +10948,212 @@
 FA XFA4]FQLK@0LF@ LF@0XCA1L]GQ ]GP@@FA XGQ4]GQ4]GQ4]FQ$K@0,CA0LZGR@XGQ4@@A XFA4XFA4]GQ4]FA XGQ4YFP,KFQ4XGQ4]@@@@FA4]FA X
 FA ]GR@]GQ4]GQ4]GR@]GQ ]GP@@@@@]FA4QFA XFA XGQ XGQ4 GQ4]HA4XFA4@@@@@@A4XGQ4]GQ4]GQ4]FADXFA4]HB@]DQD]@@@@@@@QFA4]FA4]GQ4]
 GQ4]FA4XFADXDQDQ@@@@@@@@GQD]GQ4]HA4 GR@ GR@]GQ4XGQ4QDP@@@@@@@A4XDQ4]GQ4]GR@]GQ4]HA QFA ]DP@@@@@@@@@]@A QFA ]GR@]HB@]FADX
-FA QGQ4@@@@@@@@@GQ4XDQ4QFA QFADQDQD]GQ QDQ4@@@@@@@@@@A4@@@@@@@@@@@@@@@@@@@@XDQD]@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 0 0 0 0 102 0 0 153 0 0 204 0 0 255 0 51 153 0 51 204 0 51 255 51 0 204 51 51 102 51 51 153 51 51 204 51 51 255 51 102 153 51 102 204 51 102 255 102 102 102 102 102 153 102 102 204 102 102 255 102 153 51 102 153 204 102 153 255 153 153 153 153 153 204 153 153 255 153 204 204 153 204 255 204 204 204 204 204 255 204 255 255 255 255 255]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+FA QGQ4@@@@@@@@@GQ4XDQ4QFA QFADQDQD]GQ QDQ4@@@@@@@@@@A4@@@@@@@@@@@@@@@@@@@@XDQD]@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 0 0 0 0 0 102 0 0 153 0 0 204 0 0 255 0 51 153 0 51 204 0 51 255 51 0 204 51 51 102 51 51 153 51 51 204 51 51 255 51 102 153 51 102 204 51 102 255 102 102 102 102 102 153 102 102 204 102 102 255 102 153 51 102 153 204 102 153 255 153 153 153 153 153 204 153 153 255 153 204 204 153 204 255 204 204 204 204 204 255 204 255 255 255 255 255 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 G?@@@A??<@@_???@G???8A???>@???? O???8C???>@???? O???8C???>A???? _???8G???<A????@_???0G???<@_???@C???0@G??<@G??>@C??? @??
-?0@O??8@A??<@@O?>@@@?>@@@@@@@@@a') ; yourself); yourself]
+?0@O??8@A??<@@O?>@@@?>@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 dos28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self dos28x28Icon inspect
-     ImageEditor openOnClass:self andSelector:#dos28x28Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class dos28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#dos28x28Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class dos28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H"H"H"H"H"H"H"H"H @#L3L3L3L3L3L3L3L3@BMDQDQDQDQDQDQDQBL@H4QDQDQDQDQDQDQDH0@#QDQDQD
 QDQDQDQDP#@BMDEDQDQDQDQDQDQBL@H4QAQDQDQDQDQDQDH0@#QDPTQDQDQDQDQDP#@BMDQDEDQDQDQDQDQBL@H4QDEDQDQDQDQDQDH0@#QDEDQDQDQDQDQD
 P#@BMDEDQADQHQDTDQEBL@H4QDQDQDQDQDQDQDH0@#QDQDQDQDQDQDQDP#@BL"H"H"H"H"H"H"H"L@@3L3L3L3L3L3L3L3L0@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 0 0 194 222 222 222 125 125 125 194 194 194]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 0 0 194 222 222 222 125 125 125 194 194 194 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@A???? _???8G???>A???? _???8G???>A???? _???8G???>A???? _???8G???>A???? _???8G???>@???? @@@@@@@P@@@@D@@@@GLX@@BT
-(@@@%I@@@IRH@@A3L@@@@@@@@@@@@@@a') ; yourself); yourself]
+(@@@%I@@@IRH@@A3L@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 extract28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self extract28x28Icon inspect
-     ImageEditor openOnClass:self andSelector:#extract28x28Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class extract28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#extract28x28Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class extract28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CL3L3L0@@@@@@@@@@@@MDP4QC@@@@@@UUTE@@@3L3L3L@@B@AAUUPD@@CQDMDP0
 @@H DEUU@P@@L3L3L2H"H"HPUUTA@@@4QCQDH"H"H"@@@@D@@CL3L3L"H"H"DQDQDP@@MDP4QC@@@"@Q@@@A@@@3L3L3L@@B@AD@UPD@@CQDMDP0@@@@DPAU
 @P@@L3L3L3@@@@@@@@@@@@@4QCQDL@@@@@@@@@@@@CL3L3L0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 129 129 129 255 0 0 255 255 255 105 133 190 194 194 194]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 129 129 129 255 0 0 255 255 255 105 133 190 194 194 194 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@A?<@@@_?A?8G?0_>A?<W? _?G?8G???>A???? _???8G?1?>A?<W? _?A?8G?0O>A?<@@@_?@@@G?0@@@@@@@@@@@@@@@@@@@@D@A@MED3PD*:
-UNA9D%Q@P)ITPCQZL6@@@@@@@@@@@@@a') ; yourself); yourself]
+UNA9D%Q@P)ITPCQZL6@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fileBrowser28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileBrowser28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#fileBrowser28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileBrowser28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class fileBrowser28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@CLA&Y&Y&Y&X@@@@@@@@L0F@@@@@@A @@@@@@@@3@XN;.;.8F@@@@@@@@CLA ;.@@@@@@@@@@@@@L0FC.8O[6=/[0@@@@@@3@X@
 ; [6=/[6@@@@@@CLA DNC6<@@F<@@@@@@L0F@A@F= [0= @@@@@@3@X@@P=/[6=/@@@@@@CLA @@A/[6=/X@@@@@@L0FC0@O[6=/[0@@@@@@3@XF<@@@@@@@
 @@@@@@CLA = @@@@@@@@@@@@@L0FA/[6=/A @@@@@@@@3@XO[6=/XF@@@@@@@@CLA @@@@@@X@@@@@@@@L0FY&Y&Y&Y @@@@@@@@C@Y&Y&Y&Y&@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@N@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C @b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C @b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 A??<@@_??@@G??0@A??<@@_??8@G??>@A??? @_??8@G??>@A??? @_??8@G??>@A??? @_??@@G??0@A??<@@_??@@G??0@@??<@@G??@@@@@@@G.P=0AAD
-HP@PQBD@GDP8 AADHD@PQBA@DN^=0@@a') ; yourself); yourself]
+HP@PQBD@GDP8 AADHD@PQBA@DN^=0@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fileIn28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileIn28x28Icon inspect
-     ImageEditor openOnClass:self andSelector:#fileIn28x28Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class fileIn28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#fileIn28x28Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class fileIn28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A&Y&Y&Y&@@@FY&A @@@FL3L&Y&X@@PY&XA@@@@X3L2Y&Y @AA&Y D@
 @0A"H"I&Y&@@DFY&@P@CLFY"Y&Y&X@@P@@@3L3L3Y&I%UUI @ADQDSL3L3L6X&UUT&@@DP@@L3L3L6Y"H"H"X@@Q@FXA@@L0Y&I&Y&Y @AD@Y D@@0A&X&QD
 P&@@@@@@@@@@@FY"YDQBX@@@@F@@@@@@Y&H"H"I @@@@@@@@@@A&Y&Y&Y&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 129 129 129 63 63 36 255 0 0 194 194 0 0 127 0 194 194 194]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 129 129 129 63 63 36 255 0 0 194 194 0 0 127 0 194 194 194 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@_?0_>G?<G?!!??A?8_?0_>W?<G?''??A????0_???<G????A?9??0_>W?<C?!!??@B@_?0@@G?<@@A??@@@@@@@@@@@@U@D@@HP@@@BT0S@@%R
-EH@]W!!R@BU@T @%LEH@@@@@@@@@@@@@a') ; yourself); yourself]
+EH@]W!!R@BU@T @%LEH@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 garbageCollect28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self garbageCollect28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#garbageCollect28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class garbageCollect28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class garbageCollect28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 DQD@@@.;.1D[DQDQD@@QDP@@.;.;,[,@@ADP@ADQ@@.;@@.;.1@@@A@@DQD@B;@@@[.;DCH@D@@QDP@K,@@K.;,Q@2@P@ADQ@K.;@@DQDQDPL @@DQDKB;B0
 @QDQ@@@C@@@QD[B0B0,ADP@"H"@@@ADQ@@@@@@DQ@P@@@0@@DQ@@@@C 8@@ADQL3@@@Q@@@@;.;.@@DCL0H@@@@@@@@NC @@@PLC@ @@@@@@C.;.8@@A@0LB
 @@@@@@@@8N@@@@DC@0H@@@@@B (@@AD@@PLC@ @@@@****@LG@@A@0LB@@@@@JB CL3L0@DC@0H@@@B***(@0L@Q@SLCL @@@@(J@L3L3AD@L"H @@@@@QDQ
 C@0QDQD@@@DP@@@ADQD@@@@QD@@@@@@@@ @B@ @B@@HB@ H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@@H@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@H@@@H@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@H@@@H@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @G1@@@C>0@@A1=0@@XO^@@FG30@C0@^@AZ@? @)P?8@@@O>@@B#? @C<?8@@TO>@@_#? @B ?8@E@O>@G9S? @)>?8@?JO>@EO3? @APO @@@@@@]7]7\DUU
-UDAEUUQ@U7]5\EUUUTAUUUU@]U]W\@@a') ; yourself); yourself]
+UDAEUUQ@U7]5\EUUUTAUUUU@]U]W\@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 help28x28Icon1
@@ -7625,46 +11234,61 @@
 !
 
 history28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self history28x28Icon inspect
-     ImageEditor openOnClass:self andSelector:#history28x28Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class history28x28Icon'
-	ifAbsentPut:[(Depth2Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#history28x28Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class history28x28Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@0@@@@@@@@@B**(@@@@@@%YV@@@@@@J**"@@@@@BU%X @@@@@***H @@@@IVU"H@@@@B**("H@@@@%YVH"@@@@J**"H @@@@@@@"H@@@@B**("@@
 @@@@@@H @@@@@***H@@@@@@@@B@@@@@@J** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 0 129 194 194 194 255 255 255]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 0 0 129 194 194 194 255 255 255 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@C?8@@@?>@@@O?8@@C?>@@@??8@@O?>@@C??8@@??>@@O?? @C??8@@??>@@C?? @@??8@@C?>@@@?? @@C?8@@@?>@@@@@@@H@H@@BDB@@@<M3IHITI
-KRBT"R$ %D$)8IVD2B@@@@G @@@@@@@a') ; yourself); yourself]
+KRBT"R$ %D$)8IVD2B@@@@G @@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 home28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self home28x28Icon inspect
-     ImageEditor openOnClass:self andSelector:#home28x28Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class home28x28Icon'
-	ifAbsentPut:[(Depth8Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#home28x28Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class home28x28Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@DA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HCA@H@@@@@@@@@@@@@@@@@@@@@@@@@A@D@@@H@@0LD@ @@@@@@@@@@@@@@@@@@@@@@@@HA@@H@
 @0TEAPPA@@@@@@@@@@@@@@@@@@@@@@@D@PH@@0XFA XGB@D@@@@@@@@@@@@@@@@@@@@@BP$@@0PDA@PDA@XD@P@@@@@@@@@@@@@@@@@@@@H@@0PDAP(CAPPD
@@ -7673,396 +11297,586 @@
 @@@@@@HG@0@@EATVE1\N@@@CA H@@@@@@@@@@@@@@@@AA0L@@A QFQ([C @@@0\B@@@@@@@@@@@@@@@@@P\C@@@XE!!0]F08@@@LG@ @@@@@@@@@@@@@@@@DG
 @0@@FAHWGQ,N@@@CA0H@@@@@@@@@@@@@@@@AA0L@@A ^E14[C @@@0\B@@@@@@@@@@@@@@@@@P\C@@@_GA4 F08@@@LG@ @@@@@@@@@@@@@@@@DG@0@@G2D[
 F2HN@@@CA0H@@@@@@@@@@@@@@@@AA0TC@1<"H"H"C LCARLB@@@@@@@@@@@@@@@@C0DA@PDA@PDA@PDA@PDAC0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[224 224 224 0 0 0 32 32 32 192 192 192 64 64 64 160 160 160 96 96 96 128 128 128 96 64 96 64 32 64 224 192 224 32 0 0 160 96 64 128 64 32 96 32 0 64 0 0 160 128 128 224 192 192 192 160 160 160 64 32 128 96 96 224 224 192 224 192 160 192 128 64 128 64 64 224 160 128 192 128 32 160 64 0 192 128 96 192 96 0 192 160 128 96 32 32 192 64 0 160 96 32 128 32 0 128 96 128]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 224 224 224 0 0 0 32 32 32 192 192 192 64 64 64 160 160 160 96 96 96 128 128 128 96 64 96 64 32 64 224 192 224 32 0 0 160 96 64 128 64 32 96 32 0 64 0 0 160 128 128 224 192 192 192 160 160 160 64 32 128 96 96 224 224 192 224 192 160 192 128 64 128 64 64 224 160 128 192 128 32 160 64 0 192 128 96 192 96 0 192 160 128 96 32 32 192 64 0 160 96 32 128 32 0 128 96 128 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@C0@@@@<@@@@O@@X@C0@O@@<A''8@O@[?@C0G?8@<A??@O@_?8C0O??@<G??8OC???C1???8<O??<O@??<C0O??@<C??0O@??<C0O??@<C??0O@??<C0O?
-?@<C??0O@??<C0@@@@<@@@@O@@@@C0@a') ; yourself); yourself]
+?@<C??0O@??<C0@@@@<@@@@O@@@@C0@a');
+                            yourself);
+                yourself
+        ]
 !
 
 imageEditor28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self imageEditor28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#imageEditor28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class imageEditor28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class imageEditor28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@M7]7]7]7]7]7]@@@@@@@@@@@@@@@@@@@@@@@@@"H"H"HDQEUVY @@@@@BH"H3L QDUUY&@@@@@@HA@#L2ADQUU&X@@@@@@"H"H"HH
 "I&W]0@@@@@BL3L3L "H&Y]7@@@@@@H"H"H"BH"Y%7\@@@@@@#L3L3HDQEUVY @@@@@BH"H"H QDUUY&@@@@@@H3L3L2ADQUU&X@@@@@@"H"H"HH"I&W]0@@
 @@@BL#L3L "H&Y]7@@@@@@H2L3L2BH"Y%7\@@@@@@"H"H"HBH"H"H @@@@@@@@@@@@@@@@@@@@@@@@H"H"H"H"H"H"H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C@0@0@0L@L@@@@@@@@@@0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@L@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 127 127 127 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@L@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 127 127 127 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 ???8@O??>@C??? @???8@O??>PC???&@???90O??>^C???''0???90O??>TC???  ???8HO??>AC??? P???8@O??>@C??? @???8@@@@@@@@@@@@;[7/@D>%
-J@AJ)P @RK5.@D"%J@AH)R @:JW/@@@a') ; yourself); yourself]
+J@AJ)P @RK5.@D"%J@AH)R @:JW/@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 menuEditor28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self menuEditor28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#menuEditor28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class menuEditor28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class menuEditor28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@DQDQDQDQDQDQD@@@@@@@@@@@@@@@@@@@@@@@@@QH"H DQHQD"H @@@@@ATBH"@RHBH H"@@@@@@H@H"HAT%UUUUT@@@@@@%H"H D%
 IRT%IP@@@@@BUQIU@UIRT%IR@@@@@@IRHBHAIRT%IRT@@@@@@%H"H ERT%IRT @@@@@BUQIU@RT%IRT%@@@@@@IRHBHAT%IRT%H@@@@@@%H"H D%IRT%IP@@
 @@@BUQIU@UIRT%IR@@@@@@H"HBHAIRT%IRT@@@@@@"H"H IRT%IRT @@@@@@@@@@@@@@@@@@@@@@@@H"H"H"H"H"H"H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@APT@@@@@@@@@@@@@@@@@T@@@@@@@@@@@@@@@@@@@@@@@@@T@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@T@T@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@T@T@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 ???8@O??>@C??? @???8@O??>PC???&@???90O??>^C???''0???90O??>TC???  ???8HO??>AC??? P???8@O??>@C??? @???8@@@@@@@@@@@@6=D$@O(Y
-I@B*GRP@"9T$@H(WI@BJD2P@"=D<@@@a') ; yourself); yourself]
+I@B*GRP@"9T$@H(WI@BJD2P@"=D<@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 paste28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self paste28x28Icon inspect
-     ImageEditor openOnClass:self andSelector:#paste28x28Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class paste28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#paste28x28Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class paste28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@!!DR@@@@@@@@@@@@@@@BDQH@@@@@@@@@@@@@@@DQDP@@@@@@@@@@@@@AD"H"D@@@@@@@@@ADQBDQDQDRQDP@@@@@@DQDHQDQDQIDQ@@@@@@@QD
 QDQDQDQDQD@@@@@@ADQDQDQDQDQDP@@@@@@@@@@@@@ADQDQ@@DQDQDQDQDQDLDQDQD@@P3L3L3L3L3L QDQDP@ACL3L3L3L3L2ADQDQ@@DL3L3L3L3L3HDQD
 QD@@P3L3L3L3L3L QDQDP@ACL3L3L3L3L2ADQDQ@@DL3L3L3L3L3HDQDQD@@P3L3L3L3L3L QDQDP@ACL3L3L3L3L2ADQDQ@@DL3L3L3L3L3HDQDQD@@P3L3
 L3L3L3L QDQDP@ACL3L3L3L3L2ADQDQ@@DL3L3L3L3L3HDQDQD@@P3L3L3L3L3L QDQDP@ACL3L3L3L3L2ADQDQ@@DL3L3L3L3L3HDQDQD@@P3L3L3L3L3L
-@@@@@@@2H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 0 0 127 127 127 127 170 170 170 255 255 255]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@2H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 0 0 127 127 127 127 170 170 170 255 255 255 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@C8@@@@>@@@@O @@O??<@C???@@???0@O??<@C???A????0_???<G????A????0_???<G????A????0_???<G????A????0_???<G????A????0_???<G??
-??A????0_???<G????A???@@_??0@@@a') ; yourself); yourself]
+??A????0_???<G????A???@@_??0@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 reloadFromFile28x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self reloadFromFile28x22Icon inspect
      ImageEditor openOnClass:self andSelector:#reloadFromFile28x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class reloadFromFile28x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 28; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class reloadFromFile28x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:28;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@TEAPTEAPTEAP@@@@@@@@LC@0L@@0@@
 @@@@@@@E@PDAAPDA@PT@@@@@@ @C@0LC@@H@@@@@A@@@APTEAPTEAPTE@@@@@@H@@0LC@0@B@@@@@@PD@@TA@PDE@PDAAP@@@@@B@@LC@0L@A@PDA@PDA@PE
 APTEAPTEAPT@@@@@@ @@@@@@@@HDA@PDA@PDA@DA@PTA@PDE@@@@@@HB@ HB@ HDA@PDA@PDA@TEAPTEAPTEAP@@@@@B@ @@@@@@@ @@@@@DA@@E@PDAAPDA
 @PT@@@@@@ H@@@LC@@H@@@@@A@@@APTEAPTEAPTE@@@@@@HB@@@C@0@B@@@@@@@@@@TA@PDE@PDAAP@@@@@@@@@@@@@@@@@@@@@@@@@EAPTEAPTEAPT@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 105 133 190 129 129 129 194 194 194 255 0 0 255 255 255]; mask:((Depth1Image new) width: 28; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@?>A?8O? _>C?8G?"?>A?8?? _???8G???>A???? _>O?8G?"?>A?8O? O>C?8@@@?>@@@@@@@@@@@@@@@@$@@@@G@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 105 133 190 129 129 129 194 194 194 255 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@?>A?8O? _>C?8G?"?>A?8?? _???8G???>A???? _>O?8G?"?>A?8O? O>C?8@@@?>@@@@@@@@@@@@@@@@$@@@@G@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 reloadTextFromFile28x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self reloadTextFromFile28x22Icon inspect
      ImageEditor openOnClass:self andSelector:#reloadTextFromFile28x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class reloadTextFromFile28x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 28; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class reloadTextFromFile28x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:28;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@TEAPTEAPTEAP@@@@@@@@LC@0L@@0@@
 @@@@@@@E@PDAAPDA@PT@@@@@@ @C@0LC@@H@@@@@A@@@APTEAPTEAPTE@@@@@@H@@0LC@0@B@@@@@@PD@@TA@PDE@PDAAP@@@@@B@@LC@0L@A@PDA@PDA@PE
 APTEAPTEAPT@@@@@@ @@@@@@@@HDA@PDA@PDA@DA@PTA@PDE@@@@@@HB@ HB@ HDA@PDA@PDA@TEAPTEAPTEAP@@@@@B@ @@@@@@@ @@@@@DA@@E@PDAAPDA
 @PT@@@@@@ H@@@LC@@H@@@@@A@@@APTEAPTEAPTE@@@@@@HB@@@C@0@B@@@@@@@@@@TA@PDE@PDAAP@@@@@@@@@@@@@@@@@@@@@@@@@EAPTEAPTEAPT@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 105 133 190 129 129 129 194 194 194 255 0 0 255 255 255]; mask:((Depth1Image new) width: 28; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@?>A?8O? _>C?8G?"?>A?8?? _???8G???>A???? _>O?8G?"?>A?8O? O>C?8@@@?>@@@@@@@@@@@@@@@@$@@@@G@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 105 133 190 129 129 129 194 194 194 255 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@?>A?8O? _>C?8G?"?>A?8?? _???8G???>A???? _>O?8G?"?>A?8O? O>C?8@@@?>@@@@@@@@@@@@@@@@$@@@@G@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 sUnit28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self sUnit28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#sUnit28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class sUnit28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class sUnit28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O??C???????C?<O?0@@??<O??????<O?0??@@@@@@@@@@@@@@@@@@@@@BH"H"H"
 H"H"H#L3L0@@H"H"H"H"H"H#L3L3@@@"H"H"H"H"H#L3L3L@@BH"H"H"H"H#L3L3L0@@H"H"H"H@@@L1L3L3@@@"H"H"HO??<A@3L3L@@BH"H"HO???1@3L3
 L0@@H"H"HO???1@@L3L3@@@"H"H <_?1@O@3L3L@@BH"H"C0G1@O<CL3L0@@H"H"HO@A@O?0L3L3@@@"H"H ?0@O??@3L3L@@BH"H#LO<O??@3L3L0@@H"H#
 L3C???@3L3L3@@@"H#L3L0@@@3L3L3L@@BH#L3L3L3L3L3L3L0@@H#L3L3L3L3L3L3L3@@@#L3L3L3L3L3L3L3L@@CL3L3L3L3L3L3L3L0@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@A???? _???8G???>A???? _???8G???>A???? _???8G???>A???? _???8G???>A???? _???8G???>A???? _???8G???>A???? _???8G??
-?>A???? _???8G???>@@@@@@@@@@@@@a') ; yourself); yourself]
+?>A???? _???8G???>@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 saveImage28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveImage28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#saveImage28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class saveImage28x28Icon'
-	ifAbsentPut:[(Depth2Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class saveImage28x28Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UPSL3L0A@ET7L3L0?PAUML3L3OT@US\3L3C5@ET43L3L?PAUM3L3LO4@USSL3L3=@ET7L3L0?PAUML3L3O4@US\3L3C=@ET43L3L?PAUM@@@@O4@US?????=
 @ET?UUUU?PAUO7??6?4@US=T?=+=@ET?ZO?Z?PAUO4C?6/4@U]U**)WU@ET@@@@@@@AUUUUUUUUU%Y%UUUTE%%UUUUTU)UEUUUUEUUUUUUVYUUTEUTUUUUDU
-AUUUUUUQUPUUVUUUUUTU%P@a') ; colorMapFromArray:#[255 255 255 0 0 0 127 127 127 170 170 170]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+AUUUUUUQUPUUVUUUUUTU%P@a');
+                colorMapFromArray:#[ 255 255 255 0 0 0 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 C???@@???0@O??<@C???@@???0@O??<@C???@@???0@O??<@C???@@???0@O??<@C???@@???0@O??<@C???@@???0@O??<@C??>@@@@@@@@@@@@;*9R<H*(
-W)BJ*E:@S.9R,B)HT)@*REJP:$9R<@@a') ; yourself); yourself]
+W)BJ*E:@S.9R,B)HT)@*REJP:$9R<@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 saveTextToFile28x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveTextToFile28x22Icon inspect
      ImageEditor openOnClass:self andSelector:#saveTextToFile28x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class saveTextToFile28x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class saveTextToFile28x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@3L3L3L@@@@@@@@@@@@CQDMDP0
 @@@@@EUUAP@@L3L3L3@@@ @PUUTA@@@4QCQDL@@BHAAUUPD@@CL3L3L"H"H"DEUU@P@@MDP4QCH"H"H @@@A@@@3L3L3H"H"H!!DQDQD@@CQDMDP0@@H DP@@
 @P@@L3L3L3@@@ @Q@ETA@@@4QCQDL@@@@AD@UPD@@CL3L3L0@@@E@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 129 129 129 255 0 0 255 255 255 105 133 190 194 194 194]; mask:((Depth1Image new) width: 28; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@G?0@@A?<G? _?A?8G?1_>A?<_? _???8G???>A???? _?G?8G?1_>A?<G? _?@?8G?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 129 129 129 255 0 0 255 255 255 105 133 190 194 194 194 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@G?0@@A?<G? _?A?8G?1_>A?<_? _???8G???>A???? _?G?8G?1_>A?<G? _?@?8G?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 saveToFile28x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveToFile28x22Icon inspect
      ImageEditor openOnClass:self andSelector:#saveToFile28x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class saveToFile28x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class saveToFile28x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@3L3L3L@@@@@@@@@@@@CQDMDP0
 @@@@@EUUAP@@L3L3L3@@@ @PUUTA@@@4QCQDL@@BHAAUUPD@@CL3L3L"H"H"DEUU@P@@MDP4QCH"H"H @@@A@@@3L3L3H"H"H!!DQDQD@@CQDMDP0@@H DP@@
 @P@@L3L3L3@@@ @Q@ETA@@@4QCQDL@@@@AD@UPD@@CL3L3L0@@@E@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 129 129 129 255 0 0 255 255 255 105 133 190 194 194 194]; mask:((Depth1Image new) width: 28; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@G?0@@A?<G? _?A?8G?1_>A?<_? _???8G???>A???? _?G?8G?1_>A?<G? _?@?8G?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 129 129 129 255 0 0 255 255 255 105 133 190 194 194 194 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@G?0@@A?<G? _?A?8G?1_>A?<_? _???8G???>A???? _?G?8G?1_>A?<G? _?@?8G?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 search28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self search28x28Icon inspect
-     ImageEditor openOnClass:self andSelector:#search28x28Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class search28x28Icon'
-	ifAbsentPut:[(Depth2Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#search28x28Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class search28x28Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@J @@@@H@@B(@@@@B@@@*@@@@@@@@@@@@@@@@@@@@@@@H@@B@@@@@B@@@ @@@@@ @@H@@@@@@@@@@@
 @@AT@D@P@@@@U@B@D@@@@EP@ A@@@@AT@H@P@@@@*@@@H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@P@@@@@P@@H@@@@@H@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[40 40 80 212 208 200 255 255 255]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 40 40 80 212 208 200 255 255 255 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@_A<@@G0_@@A<G0@@_A<@@G0_@@O>?8@C?/>@@?;? @O>?8@G???0O???>C???? ????8O???>C???? ??/?8O?;?>C?>?? ?8@?8O>@
-O>C? C? ?8@?8O>@O>@@@@@@@@@@@@@a') ; yourself); yourself]
+O>C? C? ?8@?8O>@O>@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 shell28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self shell28x28Icon inspect
-     ImageEditor openOnClass:self andSelector:#shell28x28Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class shell28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#shell28x28Icon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class shell28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@L3L3L3L3L3L3L3L3L0@1DQDQDQDQDQDQDQDQ@CD"H"H"H"H"H"H"H#D@LRH"H"H"H"H"H"H"LP@1H"P"H"
 H"H"H"H"H1@CD"QDH"H"H"H"H"H#D@LRP$IBH"H"H"H"H"LP@1ICP"H"H"H"H"H"H1@CD"QDH"H"H"H"H"H#D@LRH4IBH"H"H"H"H"LP@1IBP$H"H"H"H"H"
 H1@CD"QDH"H"H"H"H"H#D@LRH$H"QDP$QDIDQBLP@1H"H"H"H"H"H"H"H1@CD3L3L3L3L3L3L3L3D@@QDQDQDQDQDQDQDQDP@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 125 125 125 194 194 194 222 222 222 0 0 194]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 125 125 125 194 194 194 222 222 222 0 0 194 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@A???? _???8G???>A???? _???8G???>A???? _???8G???>A???? _???8G???>A???? _???8G???>@???? @@@@@@A@E@@@PAP@@7&T@@QJ
-U@@BR=P@@T(T@@YI%@@@@@@@@@@@@@@a') ; yourself); yourself]
+U@@BR=P@@T(T@@YI%@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 systemBrowserClassHistory28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self systemBrowserClassHistory28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#systemBrowserClassHistory28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class systemBrowserClassHistory28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class systemBrowserClassHistory28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@ADQDQDQG0@@@@@@@@@@D"H"H"H.@@@@@@@@@@@RH"H"H"8@@@@@@@@@@O;.;.;.; @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@8@@@
 @@@@@@@@@@@@@@C @@@@@@@@@@@@@@@@@N@@@@@@@@@@@@@@@@@@@@@@@@DQ@@@QG0@@@@@P;.;.@SL@@CL>@@@@@@@@@@@O; @@;.8@@@@@8@@@@@@@@@@@
 @@@@@@C @@@@@@@@@@@@@@@@@N@@@@@@@@@@@@@@@@@@@@@@@@DQ@@@QG0@@@@@P;.;.@VX@@FY.@@@@@@@@@@@O8@@@C.8@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C @@@@8@8@@N@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@N@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@8@@@8@8@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@8@@@8@8@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 ??0^@O?<O0C??FF@??1!! O?<XXC??CF@@ @C@@H@A @B@>7 A0O[8@_?6>@G@=/ @ O[8@H@@@@B@<O A0O[8@_??>@G@;7 @@NY8@@@@@@@@@@@%]7/TITI
-JUBUBR%P=H$/TIQIJRBTRR$ %\'')P@@a') ; yourself); yourself]
+JUBUBR%P=H$/TIQIJRBTRR$ %\'')P@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 uiPainter28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self uiPainter28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#uiPainter28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class uiPainter28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class uiPainter28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@DQDQDQDQDQDQD@@@@@@@@@@@@@@@@@@@@@@@@@3H"H DQHQD"H @@@@@CLBH"@RHBH H"@@@@@@H@H"HAT%UUUUT@@@@@@%H"H D%
 IRT%IP@@@@@BUSMU@UIRT%IR@@@@@@IRLBHAIRT%IRT@@@@@@%H"H ERT%IRT @@@@@BUSMU@RT%IRT%@@@@@@IRLBHAT%IRT%H@@@@@@%H"H D%IRT%IP@@
 @@@BUSMU@UIRT%IR@@@@@@H"LBHAIRT%IRT@@@@@@"H"H IRT%IRT @@@@@@@@@@@@@@@@@@@@@@@@H"H"H"H"H"H"H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@T@AP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@T@@@AP@E@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@T@@@AP@E@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 ???8@O??>@C??? @???8@O??>PC???&@???90O??>^C???''8???90O??>TC???  ???8HO??>A#??? X???8@O??>@C??? @???8@@@@@@@@@@@@>QN@@H$Q
-@@BADP@@.QD@@H$Q@@BIDP@@>_N@@@@a') ; yourself); yourself]
+@@BADP@@.QD@@H$Q@@BIDP@@>_N@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 workspace28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self workspace28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#workspace28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class workspace28x28Icon'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class workspace28x28Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@M7]7]7]7]7]7]7]@@@@@@@@@@@@@@@@@@@@@@@QDQDQDQDQDQDQ@0@@@AUPUUUUAUAQDQDB@@@@EUAUUUTE@@DQDPH@@@@P@E@@UP
 UPTQDQ@ @@@AAPTEAUAUAQDQDB@@@@D@AP@ETET@DQDPH@@@@QDQDQDQDQEADQ@ @@@ADQDQDQDQDTPQDB@@@@DQDQDQDQDQQDDPH@@@@QDQDQDQDQEDDQ@
 @@@ADQDQDQDQDQEADB@@@@DQDQDQDQDQDTDPH@@@@QDQDQDQDQDQDQ@0@@@@@@@@@@@@@@@@@@@@@@L"H"H"H"H"H"H0L@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C@@L@@C@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C@@L@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 127 127 127 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C@@L@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 127 127 127 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 ????@O???0C???<@????@O???0C???<@????@O???0C???<@????@O???0C???<@????@O???0C???<@????@O???0C???<@????@@@@@@@@@@@@ //R@HJJ
-T BB"%P@$(/X@IJJU@BR"%H@[O)R@@@a') ; yourself); yourself]
+T BB"%P@$(/X@IJJU@BR"%H@[O)R@@@a');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-28x28-XP'!
 
 eraseXP28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self eraseXP28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#eraseXP28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class eraseXP28x28Icon'
-	ifAbsentPut:[(Depth8Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class eraseXP28x28Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@GNB!!GL@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A="H"F[0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@^(VE!!XM/@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@A8^7-;_F<@@@@@@@@@@@@@ H%3@@@@@@@@@@@@@GQ5]WU6ZP@@@@@@@@A%_8^B@@@@@@@@@@@@@@@@[WA0\GE)@@@@@@A)
@@ -8071,29 +11885,41 @@
 @@@@@@@@O"H\GA04H1,[GS8@@@@@@@@@@@@@@@@@@@@@LQ(WE1\5@@@_E!!XXO @@@@@@@@@@@@@@@@@@IALSD1L-@@@@@B@SD1T=@@@@@@@@@@@@@@@@E@4M
 CP4-@@@@@@@@G!!DQD#0@@@@@@@@@@@@@B0$IBP,2@@@@@@@@@@@,C 8PO@@@@@@@@@@@K PDA@\6@@@@@@@@@@@@@B\JB <8@@@@@@@@@@@B@@H3@@@@@@@@
 @@@@@@@@K XCA#X@@@@@@@@@NR$9@@@@@@@@@@@@@@@@@@@8APDH@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CXLFP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[209 43 1 210 43 1 211 55 15 212 43 1 212 44 1 212 55 15 214 55 15 214 56 15 214 68 29 215 44 1 216 44 1 217 56 15 217 91 57 218 44 1 218 45 1 218 56 15 219 56 15 220 45 1 221 57 15 222 45 1 222 81 43 223 57 15 224 46 1 225 46 1 225 58 15 225 140 112 226 58 15 227 47 1 228 47 1 228 58 15 228 118 85 229 95 58 229 118 85 230 47 1 230 70 29 230 83 44 230 131 99 231 47 1 231 59 15 231 165 140 232 47 1 232 190 168 233 59 15 233 107 72 233 166 140 233 166 141 233 190 168 234 48 1 234 60 15 234 166 142 234 190 168 234 201 182 235 154 128 235 166 142 235 201 182 236 120 86 236 201 182 236 214 196 237 49 1 237 60 15 237 201 182 237 202 182 237 202 184 238 203 184 238 227 210 238 236 222 238 236 223 238 236 224 238 237 222 238 237 223 238 237 224 239 49 1 239 61 15 239 85 44 239 133 100 239 167 142 239 179 156 239 203 184 239 227 210 239 227 213 239 236 223 239 237 223 239 237 224 239 238 223 239 238 224 239 238 225 239 238 226 239 238 227 240 49 1 240 155 128 240 203 184 240 227 213 240 237 223 240 238 223 240 238 226 240 239 226 240 239 227 240 239 228 240 240 226 240 240 227 241 121 86 241 227 213 242 49 1 242 61 15 242 121 86 242 203 184 242 227 213 242 229 214 243 49 1 243 121 86 243 167 142 243 205 185 244 50 1 244 62 15 244 121 86 244 206 185 245 86 44 246 50 1 246 62 15 247 50 1 247 86 44 247 122 86 247 134 101 248 51 1 248 63 15 248 122 86 249 75 29 249 98 58 249 147 114 250 51 1 250 111 72 251 63 15 251 99 58 252 51 1 252 63 15 253 52 1 254 52 1 255 52 1]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 209 43 1 210 43 1 211 55 15 212 43 1 212 44 1 212 55 15 214 55 15 214 56 15 214 68 29 215 44 1 216 44 1 217 56 15 217 91 57 218 44 1 218 45 1 218 56 15 219 56 15 220 45 1 221 57 15 222 45 1 222 81 43 223 57 15 224 46 1 225 46 1 225 58 15 225 140 112 226 58 15 227 47 1 228 47 1 228 58 15 228 118 85 229 95 58 229 118 85 230 47 1 230 70 29 230 83 44 230 131 99 231 47 1 231 59 15 231 165 140 232 47 1 232 190 168 233 59 15 233 107 72 233 166 140 233 166 141 233 190 168 234 48 1 234 60 15 234 166 142 234 190 168 234 201 182 235 154 128 235 166 142 235 201 182 236 120 86 236 201 182 236 214 196 237 49 1 237 60 15 237 201 182 237 202 182 237 202 184 238 203 184 238 227 210 238 236 222 238 236 223 238 236 224 238 237 222 238 237 223 238 237 224 239 49 1 239 61 15 239 85 44 239 133 100 239 167 142 239 179 156 239 203 184 239 227 210 239 227 213 239 236 223 239 237 223 239 237 224 239 238 223 239 238 224 239 238 225 239 238 226 239 238 227 240 49 1 240 155 128 240 203 184 240 227 213 240 237 223 240 238 223 240 238 226 240 239 226 240 239 227 240 239 228 240 240 226 240 240 227 241 121 86 241 227 213 242 49 1 242 61 15 242 121 86 242 203 184 242 227 213 242 229 214 243 49 1 243 121 86 243 167 142 243 205 185 244 50 1 244 62 15 244 121 86 244 206 185 245 86 44 246 50 1 246 62 15 247 50 1 247 86 44 247 122 86 247 134 101 248 51 1 248 63 15 248 122 86 249 75 29 249 98 58 249 147 114 250 51 1 250 111 72 251 63 15 251 99 58 252 51 1 252 63 15 253 52 1 254 52 1 255 52 1 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@A8@@@@_@@@@G8@@@@?@C @G8C0@@?A8@@G8<@@@?^@@@G?@@@@? @@@G8@@@G?@@@C?8@@A>_@@@?C8@@_ _@@O0C8@G8@_@@<@
-C8@N@@^@@@@C @@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+C8@N@@^@@@@C @@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 redoXP28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self redoXP28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#redoXP28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class redoXP28x28Icon'
-	ifAbsentPut:[(Depth8Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class redoXP28x28Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@[E1QR5Q][P@@@@@@@@@@@@@@@@@@@@@@@@@@WC8RG2<!!
 FTAX[P@@@@@@VDIFX0@@@@@@@@@@W@HXHBT(KS@2F$U''@@@@@C-RT40@@@@@@@@@ZC<XF1 PC1P''K#D.A%,@@@@:ST=J@@@@@@@@@E@QF1 BU6IYQA@,K2<L
@@ -8102,29 +11928,41 @@
 @@A[A1,[@V(@@EXQF1,[F1,[F1,^H4(@@@@@@@@@@DLVF1MK@@A_AALSD1LSD1LSD1MJ@@@@@@@@@@A^AQ,[BUT@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@D(Q
 F1,BV @@@@@@@@@@@@@@@@@@@@@@@@@@@@A+OQX[F@IZ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@F@BFA,X@%(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@V HXF05P
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@AZ@!!EHZ0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E(<Z0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[1 55 156 1 58 159 1 62 163 1 64 165 1 65 166 1 68 169 1 69 170 1 71 172 1 74 174 1 74 175 1 75 176 1 78 179 1 79 180 1 81 182 1 82 182 1 84 185 1 86 187 1 87 188 1 88 189 1 90 191 1 92 193 1 93 194 1 97 198 1 98 199 1 100 201 1 101 201 1 102 203 1 103 204 1 104 205 1 105 206 1 106 207 1 109 210 1 110 211 1 111 212 1 112 213 1 114 215 1 115 216 1 116 217 1 118 219 1 119 219 1 119 220 1 120 221 1 123 223 1 123 224 1 126 226 1 127 227 1 128 228 1 129 229 1 129 230 1 130 231 1 135 236 1 138 240 1 140 242 1 143 245 1 149 251 1 153 255 3 154 255 6 79 179 13 82 179 15 76 172 16 64 158 16 66 161 16 67 162 16 70 164 16 75 169 20 160 255 23 78 172 31 79 166 31 80 167 31 81 168 33 82 171 34 164 255 46 87 167 54 171 255 61 98 171 61 99 171 61 99 172 68 176 255 76 110 176 85 181 255 91 122 180 91 123 181 99 186 255 102 174 242 106 134 185 120 145 189 120 145 190 120 146 190 121 146 191 135 156 194 150 168 196 150 168 198 151 169 198 151 169 199 165 180 201 165 180 203 180 192 205 180 192 207 180 192 208 181 193 208 195 203 212 195 203 213 195 204 212 196 205 213 210 214 216 210 214 217 210 215 217 225 226 219 226 228 222 226 228 223]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 1 55 156 1 58 159 1 62 163 1 64 165 1 65 166 1 68 169 1 69 170 1 71 172 1 74 174 1 74 175 1 75 176 1 78 179 1 79 180 1 81 182 1 82 182 1 84 185 1 86 187 1 87 188 1 88 189 1 90 191 1 92 193 1 93 194 1 97 198 1 98 199 1 100 201 1 101 201 1 102 203 1 103 204 1 104 205 1 105 206 1 106 207 1 109 210 1 110 211 1 111 212 1 112 213 1 114 215 1 115 216 1 116 217 1 118 219 1 119 219 1 119 220 1 120 221 1 123 223 1 123 224 1 126 226 1 127 227 1 128 228 1 129 229 1 129 230 1 130 231 1 135 236 1 138 240 1 140 242 1 143 245 1 149 251 1 153 255 3 154 255 6 79 179 13 82 179 15 76 172 16 64 158 16 66 161 16 67 162 16 70 164 16 75 169 20 160 255 23 78 172 31 79 166 31 80 167 31 81 168 33 82 171 34 164 255 46 87 167 54 171 255 61 98 171 61 99 171 61 99 172 68 176 255 76 110 176 85 181 255 91 122 180 91 123 181 99 186 255 102 174 242 106 134 185 120 145 189 120 145 190 120 146 190 121 146 191 135 156 194 150 168 196 150 168 198 151 169 198 151 169 199 165 180 201 165 180 203 180 192 205 180 192 207 180 192 208 181 193 208 195 203 212 195 203 213 195 204 212 196 205 213 210 214 216 210 214 217 210 215 217 225 226 219 226 228 222 226 228 223 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@A?@@@@?<G @_?!!8@O?<^@C??'' @>G=8@_@?>@G0G? A<@?8@O!!?>@C8?? @?O?8@G3?>@A>@@@@O0@@@C>@@@@_0@@@C<
-@@@@_@@@@C @@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@_@@@@C @@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 undoXP28x28Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self undoXP28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#undoXP28x28Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class undoXP28x28Icon'
-	ifAbsentPut:[(Depth8Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class undoXP28x28Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:28;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@F5]UD-QWF0@@@@@@@@@@@@@X4YBV@@@@@@@
 [U!!@FRD/G1H>W@@@@@@@@@@@@D1ST#,@@@@@Y4TZL#@-JBT F@I\@@@@@@@@@@AJS44:@@@@V0X.LR8''E@<PFA,XO6 @@@@@@@@@R$%GNP@@V00/K20PQE%"
@@ -8133,9 +11971,18 @@
 @D(#G!!,[F1,[F1,[DUX@@F(AF1,GV0@@@@@@@@AJD1LSD1LSD1LSD0Q_@@AKD1,VP0@@@@@@@@@@@@@@@@@@@@@@@@@@@@AUBQ,[AU8@@@@@@@@@@@@@@@@@
 @@@@@@@@@@AZ@!!,[DT(@@@@@@@@@@@@@@@@@@@@@@@@@@@AZ@!! [E#5+@@@@@@@@@@@@@@@@@@@@@@@@@@AZ@!! [F@I @@@@@@@@@@@@@@@@@@@@@@@@@@@@
 T@4[F@IZ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@F-HDPIZ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Z31Z@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[1 55 156 1 58 159 1 62 163 1 64 165 1 65 166 1 68 169 1 69 170 1 71 172 1 74 174 1 74 175 1 75 176 1 78 179 1 79 180 1 81 182 1 82 182 1 84 185 1 86 187 1 87 188 1 88 189 1 90 191 1 92 193 1 93 194 1 97 198 1 98 199 1 100 201 1 101 201 1 102 203 1 103 204 1 104 205 1 105 206 1 106 207 1 109 210 1 110 211 1 111 212 1 112 213 1 114 215 1 115 216 1 116 217 1 118 219 1 119 219 1 119 220 1 120 221 1 123 223 1 123 224 1 126 226 1 127 227 1 128 228 1 129 229 1 129 230 1 130 231 1 135 236 1 138 240 1 140 242 1 143 245 1 149 251 1 153 255 3 154 255 6 79 179 13 82 179 15 76 172 16 64 158 16 66 161 16 67 162 16 70 164 16 75 169 20 160 255 23 78 172 31 79 166 31 80 167 31 81 168 33 82 171 34 164 255 46 87 167 54 171 255 61 98 171 61 99 171 61 99 172 68 176 255 76 110 176 85 181 255 91 122 180 91 123 181 99 186 255 102 174 242 106 134 185 120 145 189 120 145 190 120 146 190 121 146 191 135 156 194 150 168 196 150 168 198 151 169 198 151 169 199 165 180 201 165 180 203 180 192 205 180 192 207 180 192 208 181 193 208 195 203 212 195 203 213 195 204 212 196 205 213 210 214 216 210 214 217 210 215 217 225 226 219 226 228 222 226 228 223]; mask:((Depth1Image new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 1 55 156 1 58 159 1 62 163 1 64 165 1 65 166 1 68 169 1 69 170 1 71 172 1 74 174 1 74 175 1 75 176 1 78 179 1 79 180 1 81 182 1 82 182 1 84 185 1 86 187 1 87 188 1 88 189 1 90 191 1 92 193 1 93 194 1 97 198 1 98 199 1 100 201 1 101 201 1 102 203 1 103 204 1 104 205 1 105 206 1 106 207 1 109 210 1 110 211 1 111 212 1 112 213 1 114 215 1 115 216 1 116 217 1 118 219 1 119 219 1 119 220 1 120 221 1 123 223 1 123 224 1 126 226 1 127 227 1 128 228 1 129 229 1 129 230 1 130 231 1 135 236 1 138 240 1 140 242 1 143 245 1 149 251 1 153 255 3 154 255 6 79 179 13 82 179 15 76 172 16 64 158 16 66 161 16 67 162 16 70 164 16 75 169 20 160 255 23 78 172 31 79 166 31 80 167 31 81 168 33 82 171 34 164 255 46 87 167 54 171 255 61 98 171 61 99 171 61 99 172 68 176 255 76 110 176 85 181 255 91 122 180 91 123 181 99 186 255 102 174 242 106 134 185 120 145 189 120 145 190 120 146 190 121 146 191 135 156 194 150 168 196 150 168 198 151 169 198 151 169 199 165 180 201 165 180 203 180 192 205 180 192 207 180 192 208 181 193 208 195 203 212 195 203 213 195 204 212 196 205 213 210 214 216 210 214 217 210 215 217 225 226 219 226 228 222 226 228 223 ];
+                mask:((ImageMask new)
+                            width:28;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@? @G ?<@A8_? @^O?<@G''??@A;>G0@_?@>@G? O A?0C8@_?!!<@G?<_@A??O0@_?38@@@A>@@@@?@@@@_0@@@O8@@@C
-<@@@@>@@@@G@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+<@@@@>@@@@G@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-32x32'!
@@ -8146,23 +11993,26 @@
 !
 
 desktop32x32Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self desktop32x32Icon1 inspect
      ImageEditor openOnClass:self andSelector:#desktop32x32Icon1
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class desktop32x32Icon1'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class desktop32x32Icon1'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 .+*:.+*:.+*:.+*:.+*:.+*:.+*:.+*:.+*:.+*:.+*:.+*:.+*:.+*:.+*:.+*:.+*:.+*7 G>W@@B3.+*:.+*:.+*:.+*:.+*:.+*:DHA?%89"##VTAY$"
 #3F3.+*:.+*:.+*:.(@O%6T@#$1LAP.YNZ(B"V\$IBROP'':&.+*:&I\[@JQ#SIPK&P5PBQ$Y$W&T,QXV*S\7M8=U_)>:.#J,B9$9NR@FFSBQ+IR1E+*:.+*:
 .+(V]#P7#5U>'';*:R3$7MCP]$[F:.+*:.+*:.+*:.+*:.+(P\#Q7UW:_.+*LHA4]GU._!!8^G!!8^G!!8^G!!39PMB^G!!8\P\#AVNI>:.(07W5>F+(^G!!8^G-KD
@@ -8174,29 +12024,41 @@
 M55FK8(#''FZH"H N^KN:. <-.I2\''I2\''E=_W5>K\2<XYBLL''I2BQV9.[ 98,;*:."5ERXJ\''I2\,A0ASP #T)2\''I1QS8=WV$AXZ7"3.+*:P2-WWEQRT%IR
 CEIRT%ITY#V%U5]@C!!D)&"18_ B:.+*MEU]WJ9URT%IR%T<3.U]ZD!!DTJ[T.^CX8O[L@.+*:.%)5V%)Z(W,5)U]ZPE QZ9(,W'' 6_%N3@@B:.+*:.+*:P7U@
 PDA@PAHN!!BZ5KE8_NC5S,0@@@K*:.+*:.+*:.+*LU1IXDXR6(B98M )S,;N_.+*:.+*:.+*:.+*:.+*:.)9DQ21^^C!!>T;L@@K*:.+*:.+*:.+*:.+*:.+*:
-.+*:@KM>[UN3@JZ:.+*:.+*:.+*:.+*:.+*:.+*:.+*:. @a') ; colorMapFromArray:#[80 128 180 208 192 110 96 176 220 144 32 30 144 96 100 144 208 220 96 176 240 176 32 20 255 224 140 128 192 240 192 192 180 160 208 240 255 240 180 176 224 255 16 64 130 192 192 220 208 224 240 32 64 130 0 48 140 208 224 255 48 64 130 16 96 190 240 240 255 80 160 210 240 208 100 80 160 220 48 160 255 96 128 180 176 208 180 80 176 255 160 128 130 160 144 140 128 208 255 160 80 100 176 240 255 255 224 160 144 192 255 255 255 210 64 80 100 208 240 255 176 208 255 64 80 110 224 240 255 16 112 210 112 112 110 32 96 190 112 112 130 192 192 130 64 144 220 128 144 160 80 112 180 80 144 210 96 192 255 112 160 210 160 160 160 112 192 255 176 176 180 160 224 255 192 176 180 32 64 110 80 112 110 192 192 210 192 224 255 80 112 130 0 64 160 48 128 190 80 96 130 16 80 180 112 128 140 32 112 210 144 192 180 96 96 130 80 192 255 96 160 210 160 160 140 80 112 190 96 144 210 240 208 130 144 160 190 144 176 210 144 208 255 192 208 210 255 240 190 208 208 210 224 224 210 80 96 110 48 80 130 0 80 180 16 48 140 80 128 160 0 64 180 32 128 220 48 128 210 112 192 210 128 128 130 64 176 255 144 48 50 112 160 190 96 128 190 80 128 210 255 224 130 112 128 190 176 208 210 128 192 255 128 176 240 128 112 60 80 80 80 48 80 110 64 112 140 208 192 210 0 96 190 16 128 220 240 255 255 144 128 100 48 144 220 144 176 160 64 144 210 16 96 210 48 128 220 48 112 210 144 144 140 112 176 220 112 144 190 128 176 210 96 144 220 160 192 210 192 192 190 144 160 210 192 208 220 160 208 255 240 240 210 255 255 220 48 64 110 0 112 210 32 144 220 255 255 240 0 96 210 64 160 220 224 208 110 128 192 190 48 96 180 16 64 180 80 128 190 64 128 210 64 96 180 96 160 220 208 80 30 160 16 20 144 192 220 192 208 190 160 192 220 128 144 210 176 192 220 192 240 255 80 96 100 240 240 220 255 240 210 16 64 140 208 208 220 240 240 240 112 96 100 0 80 190 48 176 255 16 16 0 64 112 180 64 128 190 255 240 255 208 96 30 144 16 20 80 144 220 128 208 240 192 48 20 128 176 220 112 176 240 176 208 220 144 192 240 224 240 210 192 224 240 208 176 180 224 224 220 224 240 240 96 96 100 80 80 100 224 224 240 32 128 210 32 112 190 255 255 255]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+.+*:@KM>[UN3@JZ:.+*:.+*:.+*:.+*:.+*:.+*:.+*:. @a');
+                colorMapFromArray:#[ 80 128 180 208 192 110 96 176 220 144 32 30 144 96 100 144 208 220 96 176 240 176 32 20 255 224 140 128 192 240 192 192 180 160 208 240 255 240 180 176 224 255 16 64 130 192 192 220 208 224 240 32 64 130 0 48 140 208 224 255 48 64 130 16 96 190 240 240 255 80 160 210 240 208 100 80 160 220 48 160 255 96 128 180 176 208 180 80 176 255 160 128 130 160 144 140 128 208 255 160 80 100 176 240 255 255 224 160 144 192 255 255 255 210 64 80 100 208 240 255 176 208 255 64 80 110 224 240 255 16 112 210 112 112 110 32 96 190 112 112 130 192 192 130 64 144 220 128 144 160 80 112 180 80 144 210 96 192 255 112 160 210 160 160 160 112 192 255 176 176 180 160 224 255 192 176 180 32 64 110 80 112 110 192 192 210 192 224 255 80 112 130 0 64 160 48 128 190 80 96 130 16 80 180 112 128 140 32 112 210 144 192 180 96 96 130 80 192 255 96 160 210 160 160 140 80 112 190 96 144 210 240 208 130 144 160 190 144 176 210 144 208 255 192 208 210 255 240 190 208 208 210 224 224 210 80 96 110 48 80 130 0 80 180 16 48 140 80 128 160 0 64 180 32 128 220 48 128 210 112 192 210 128 128 130 64 176 255 144 48 50 112 160 190 96 128 190 80 128 210 255 224 130 112 128 190 176 208 210 128 192 255 128 176 240 128 112 60 80 80 80 48 80 110 64 112 140 208 192 210 0 96 190 16 128 220 240 255 255 144 128 100 48 144 220 144 176 160 64 144 210 16 96 210 48 128 220 48 112 210 144 144 140 112 176 220 112 144 190 128 176 210 96 144 220 160 192 210 192 192 190 144 160 210 192 208 220 160 208 255 240 240 210 255 255 220 48 64 110 0 112 210 32 144 220 255 255 240 0 96 210 64 160 220 224 208 110 128 192 190 48 96 180 16 64 180 80 128 190 64 128 210 64 96 180 96 160 220 208 80 30 160 16 20 144 192 220 192 208 190 160 192 220 128 144 210 176 192 220 192 240 255 80 96 100 240 240 220 255 240 210 16 64 140 208 208 220 240 240 240 112 96 100 0 80 190 48 176 255 16 16 0 64 112 180 64 128 190 255 240 255 208 96 30 144 16 20 80 144 220 128 208 240 192 48 20 128 176 220 112 176 240 176 208 220 144 192 240 224 240 210 192 224 240 208 176 180 224 224 220 224 240 240 96 96 100 80 80 100 224 224 240 32 128 210 32 112 190 255 255 255 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@A?@@@??8@_??>G????#????8????>O????#????8?????O????;????????????????????>?????O????3????<?????O????3????<?????O??
-??3????<_????G????!!????0_???@G??<@A??8@@_>@@@C8@@@@b') ; yourself); yourself]
+??3????<_????G????!!????0_???@G??<@A??8@@_>@@@C8@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 desktop32x32Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self desktop32x32Icon2 inspect
      ImageEditor openOnClass:self andSelector:#desktop32x32Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class desktop32x32Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class desktop32x32Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N@@BN#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N
 #(:N#(8@@H:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N# @@-;^7-;^7VJB (BX*PTD&(GH-Q@@.@DRHI!!LNMVL9@@@2L ];^18[F6^._:-PTI.[ 8LO
 ,6,=UI>G[6>"(#T@@CJ$)WZSSI\JB&@FRYA5#X6M]WU4^G DAE:(*J!!0NP@@A4^PA)\JB (J%G18$YF''$S@0^J**_G%$ST46XW@9@@A;FT&TH"H"H!!<H+D)J
@@ -8208,9 +12070,18 @@
 JHVE!!XVE!!QDQDQDQDPHN@@@R-TZ^P(*]W5=_W5=HRCP4MCP4LSD]GQ4]GQ4]K08@@HNFQZLXJ5=.EAPTEK"!!(ZF!!(ZF!!(X.K"X&I"X$ZC @@ 0M1U4@)\;Z6
 -+YZV$MCP4MCP20UEV9.[&9.[!!(N@@A+Z6,=UI>G[6>"(''A0V1YY#A]]W[(@@PHB@!!(ZF 8@@KV5NP:9(E1D@@B:KWH&D08NC 8NC 8NC 8NC 8NC @@#(:N
 #(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N@@BN#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(8@@H:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N#(:N
-# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[239 239 240 239 239 255 240 240 255 111 112 128 64 112 191 48 112 208 79 112 191 95 111 176 64 112 208 63 127 223 95 128 207 95 144 223 63 112 223 48 112 224 175 176 191 144 160 207 112 159 208 159 175 191 143 144 207 191 191 207 47 63 95 47 48 80 208 208 224 223 224 240 255 208 64 48 95 176 255 255 255 96 127 176 48 111 208 127 143 160 96 112 176 80 127 208 48 112 223 47 111 223 95 128 208 95 144 224 95 160 240 47 96 208 192 207 208 111 144 208 144 160 176 16 143 191 192 192 208 15 127 191 32 48 80 223 223 224 239 240 240 240 255 255 48 111 191 112 143 160 80 111 176 47 111 207 112 128 160 160 175 176 80 128 207 80 144 223 48 111 223 160 175 191 79 128 223 79 143 240 47 96 223 160 175 208 47 112 223 143 159 176 0 175 224 192 192 207 96 176 31 32 48 64 224 224 224 47 128 191 63 143 191 32 80 175 112 128 144 64 111 191 48 111 207 32 96 208 95 127 191 79 128 207 80 143 223 95 159 224 127 143 191 79 127 223 63 127 224 80 159 240 160 176 208 48 96 207 143 159 191 15 159 208 207 208 208 208 223 224 32 47 64 207 208 224 223 223 223 224 224 240 64 127 191 111 127 144 80 127 191 80 143 207 32 111 223 159 175 176 79 127 207 79 143 223 80 144 224 111 127 191 80 128 223 96 160 240 32 96 223 159 175 208 176 176 191 128 159 191 47 63 80 176 191 223 192 207 224 48 111 144 208 208 223 64 80 111 48 111 176 48 96 176 64 111 176 79 128 176 63 111 191 64 127 207 64 143 224 95 112 176 64 112 207 79 128 208 79 143 224 112 128 191 95 143 223 95 159 240 79 127 208 143 159 207 111 175 255 144 160 191 144 144 175 175 191 223 208 223 223 63 79 95 31 112 175 63 64 95 223 223 240 47 96 176 0 0 0 63 144 208 63 96 176 48 96 191 64 127 208 80 112 191 80 127 207 63 112 208 64 128 223 95 127 207 95 127 208 80 144 240 79 144 240 128 144 207 96 160 255 144 159 176 224 48 0 175 176 208 207 207 208 48 64 95 191 192 223 15 160 240 31 79 160 47 95 175 96 144 176 47 96 191 79 127 191 63 127 208 63 112 207 112 143 191 63 111 207 64 127 223 111 128 191 79 112 207 64 128 224 64 112 223 95 128 223 144 160 208 95 143 224 159 160 176 31 47 64 208 208 208 48 63 95 191 192 207 224 239 240]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 239 239 240 239 239 255 240 240 255 111 112 128 64 112 191 48 112 208 79 112 191 95 111 176 64 112 208 63 127 223 95 128 207 95 144 223 63 112 223 48 112 224 175 176 191 144 160 207 112 159 208 159 175 191 143 144 207 191 191 207 47 63 95 47 48 80 208 208 224 223 224 240 255 208 64 48 95 176 255 255 255 96 127 176 48 111 208 127 143 160 96 112 176 80 127 208 48 112 223 47 111 223 95 128 208 95 144 224 95 160 240 47 96 208 192 207 208 111 144 208 144 160 176 16 143 191 192 192 208 15 127 191 32 48 80 223 223 224 239 240 240 240 255 255 48 111 191 112 143 160 80 111 176 47 111 207 112 128 160 160 175 176 80 128 207 80 144 223 48 111 223 160 175 191 79 128 223 79 143 240 47 96 223 160 175 208 47 112 223 143 159 176 0 175 224 192 192 207 96 176 31 32 48 64 224 224 224 47 128 191 63 143 191 32 80 175 112 128 144 64 111 191 48 111 207 32 96 208 95 127 191 79 128 207 80 143 223 95 159 224 127 143 191 79 127 223 63 127 224 80 159 240 160 176 208 48 96 207 143 159 191 15 159 208 207 208 208 208 223 224 32 47 64 207 208 224 223 223 223 224 224 240 64 127 191 111 127 144 80 127 191 80 143 207 32 111 223 159 175 176 79 127 207 79 143 223 80 144 224 111 127 191 80 128 223 96 160 240 32 96 223 159 175 208 176 176 191 128 159 191 47 63 80 176 191 223 192 207 224 48 111 144 208 208 223 64 80 111 48 111 176 48 96 176 64 111 176 79 128 176 63 111 191 64 127 207 64 143 224 95 112 176 64 112 207 79 128 208 79 143 224 112 128 191 95 143 223 95 159 240 79 127 208 143 159 207 111 175 255 144 160 191 144 144 175 175 191 223 208 223 223 63 79 95 31 112 175 63 64 95 223 223 240 47 96 176 0 0 0 63 144 208 63 96 176 48 96 191 64 127 208 80 112 191 80 127 207 63 112 208 64 128 223 95 127 207 95 127 208 80 144 240 79 144 240 128 144 207 96 160 255 144 159 176 224 48 0 175 176 208 207 207 208 48 64 95 191 192 223 15 160 240 31 79 160 47 95 175 96 144 176 47 96 191 79 127 191 63 127 208 63 112 207 112 143 191 63 111 207 64 127 223 111 128 191 79 112 207 64 128 224 64 112 223 95 128 223 144 160 208 95 143 224 159 160 176 31 47 64 208 208 208 48 63 95 191 192 207 224 239 240 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@G????9????>_????''????9????>_????''????9????>_????''????9????>_????''????9????>_????''????9????>_????''??
-??9????>_????''????9????>_???? @@@@@@@@@@@@@@@@@@@@@b') ; yourself); yourself]
+??9????>_????''????9????>_???? @@@@@@@@@@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 error32x32Icon
@@ -8314,23 +12185,26 @@
 !
 
 desktop30x30Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self desktop30x30Icon inspect
      ImageEditor openOnClass:self andSelector:#desktop30x30Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class desktop30x30Icon'
-	ifAbsentPut:[(Depth8Image new) width: 30; height: 30; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class desktop30x30Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:30;
+                height:30;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 .+*:.+*:.+*:.+*:.+*:.+*3T788,5MST5N^.+*:.+*:.+*:.+*:.+*_,;MSB#Z3T788,5MST5MS@K*:.+*:.+*: @>3T34@,;MSB#Z3T788^E8,Q4QS@JZ:
 &I\[@KMS_#X@T348,;MSB#Y8K*B6!!AEXD%^L@@B:+C48M AS_#Y8T348G58,-RZDC!!I@PDA@PGUC@@B:^C48M''!!S_#Y8W"2ZZ1EXPE)W)SU;%YVU%WUZ@@B:
 ^C4=NG .-R$TDQIZU;$3S9URT%IRT%IRT!!VM@@B:^G ,&!!DNPE]W)SU&UEIRT%HLT%IRT%IRT"-C@I>:U5]WPH>OS5F\T%IRT%HH""@ $YF\!!8^G!!2.DH[H@
@@ -8341,29 +12215,41 @@
 KR4+''I2\''I1_O#9_"7L/FFP#CI2\ %EQ[&8N@@B:KR68T%J\''I1_W5=MBBMRT%IRCEEO#5]ZPE!!+@@B:P4L+T%IRT%IRCEIRT%ITY#V%U5]@C!!D)&"18@@B:
 #X4UT%IRT%IRT)UOL;%WV!!HQEB&5K'' 6NC58@@B:V%)5%YVU^3V%U5)@VAE+&"1^^CY>T;L6NC4@@K*:P4M5PDA@PAHN!!BZ5KE8_NC5S,3Y>T;L@@K*:.+*:
 #H1WD!!FD-*@.^CXJT;N3''35S,0@@@K*:.+*:.+*:'')9DQ598NG9S,3XJT;N3'';*:.+*:.+*:.+*:.+*:''+N3_%N3NG9S,0@@.+*:.+*:.+*:.+*:.+*:.+*:
-') ; colorMapFromArray:#[80 128 180 208 192 110 96 176 220 144 32 30 144 96 100 144 208 220 96 176 240 176 32 20 255 224 140 128 192 240 192 192 180 160 208 240 255 240 180 176 224 255 16 64 130 192 192 220 208 224 240 32 64 130 0 48 140 208 224 255 48 64 130 16 96 190 240 240 255 80 160 210 240 208 100 80 160 220 48 160 255 96 128 180 176 208 180 80 176 255 160 128 130 160 144 140 128 208 255 160 80 100 176 240 255 255 224 160 144 192 255 255 255 210 64 80 100 208 240 255 176 208 255 64 80 110 224 240 255 16 112 210 112 112 110 32 96 190 112 112 130 192 192 130 64 144 220 128 144 160 80 112 180 80 144 210 96 192 255 112 160 210 160 160 160 112 192 255 176 176 180 160 224 255 192 176 180 32 64 110 80 112 110 192 192 210 192 224 255 80 112 130 0 64 160 48 128 190 80 96 130 16 80 180 112 128 140 32 112 210 144 192 180 96 96 130 80 192 255 96 160 210 160 160 140 80 112 190 96 144 210 240 208 130 144 160 190 144 176 210 144 208 255 192 208 210 255 240 190 208 208 210 224 224 210 80 96 110 48 80 130 0 80 180 16 48 140 80 128 160 0 64 180 32 128 220 48 128 210 112 192 210 128 128 130 64 176 255 144 48 50 112 160 190 96 128 190 80 128 210 255 224 130 112 128 190 176 208 210 128 192 255 128 176 240 128 112 60 80 80 80 48 80 110 64 112 140 208 192 210 0 96 190 16 128 220 240 255 255 144 128 100 48 144 220 144 176 160 64 144 210 16 96 210 48 128 220 48 112 210 144 144 140 112 176 220 112 144 190 128 176 210 96 144 220 160 192 210 192 192 190 144 160 210 192 208 220 160 208 255 240 240 210 255 255 220 48 64 110 0 112 210 32 144 220 255 255 240 0 96 210 64 160 220 224 208 110 128 192 190 48 96 180 16 64 180 80 128 190 64 128 210 64 96 180 96 160 220 208 80 30 160 16 20 144 192 220 192 208 190 160 192 220 128 144 210 176 192 220 192 240 255 80 96 100 240 240 220 255 240 210 16 64 140 208 208 220 240 240 240 112 96 100 0 80 190 48 176 255 16 16 0 64 112 180 64 128 190 255 240 255 208 96 30 144 16 20 80 144 220 128 208 240 192 48 20 128 176 220 112 176 240 176 208 220 144 192 240 224 240 210 192 224 240 208 176 180 224 224 220 224 240 240 96 96 100 80 80 100 224 224 240 32 128 210 32 112 190 255 255 255]; mask:((Depth1Image new) width: 30; height: 30; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+');
+                colorMapFromArray:#[ 80 128 180 208 192 110 96 176 220 144 32 30 144 96 100 144 208 220 96 176 240 176 32 20 255 224 140 128 192 240 192 192 180 160 208 240 255 240 180 176 224 255 16 64 130 192 192 220 208 224 240 32 64 130 0 48 140 208 224 255 48 64 130 16 96 190 240 240 255 80 160 210 240 208 100 80 160 220 48 160 255 96 128 180 176 208 180 80 176 255 160 128 130 160 144 140 128 208 255 160 80 100 176 240 255 255 224 160 144 192 255 255 255 210 64 80 100 208 240 255 176 208 255 64 80 110 224 240 255 16 112 210 112 112 110 32 96 190 112 112 130 192 192 130 64 144 220 128 144 160 80 112 180 80 144 210 96 192 255 112 160 210 160 160 160 112 192 255 176 176 180 160 224 255 192 176 180 32 64 110 80 112 110 192 192 210 192 224 255 80 112 130 0 64 160 48 128 190 80 96 130 16 80 180 112 128 140 32 112 210 144 192 180 96 96 130 80 192 255 96 160 210 160 160 140 80 112 190 96 144 210 240 208 130 144 160 190 144 176 210 144 208 255 192 208 210 255 240 190 208 208 210 224 224 210 80 96 110 48 80 130 0 80 180 16 48 140 80 128 160 0 64 180 32 128 220 48 128 210 112 192 210 128 128 130 64 176 255 144 48 50 112 160 190 96 128 190 80 128 210 255 224 130 112 128 190 176 208 210 128 192 255 128 176 240 128 112 60 80 80 80 48 80 110 64 112 140 208 192 210 0 96 190 16 128 220 240 255 255 144 128 100 48 144 220 144 176 160 64 144 210 16 96 210 48 128 220 48 112 210 144 144 140 112 176 220 112 144 190 128 176 210 96 144 220 160 192 210 192 192 190 144 160 210 192 208 220 160 208 255 240 240 210 255 255 220 48 64 110 0 112 210 32 144 220 255 255 240 0 96 210 64 160 220 224 208 110 128 192 190 48 96 180 16 64 180 80 128 190 64 128 210 64 96 180 96 160 220 208 80 30 160 16 20 144 192 220 192 208 190 160 192 220 128 144 210 176 192 220 192 240 255 80 96 100 240 240 220 255 240 210 16 64 140 208 208 220 240 240 240 112 96 100 0 80 190 48 176 255 16 16 0 64 112 180 64 128 190 255 240 255 208 96 30 144 16 20 80 144 220 128 208 240 192 48 20 128 176 220 112 176 240 176 208 220 144 192 240 224 240 210 192 224 240 208 176 180 224 224 220 224 240 240 96 96 100 80 80 100 224 224 240 32 128 210 32 112 190 255 255 255 ];
+                mask:((ImageMask new)
+                            width:30;
+                            height:30;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@A>@@@G? @@??8@A??>@G??? O???8G???>A????8_????G????1????<_???>G???>A???? _???8G???>A???? _???8G???>A???? _???8G??
-?>A???? _???0G??? A??>@@_?<@@G?@@@@<@@@@') ; yourself); yourself]
+?>A???? _???0G??? A??>@@_?<@@G?@@@@<@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 documents26x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self documents26x26Icon inspect
      ImageEditor openOnClass:self andSelector:#documents26x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary class documents26x26Icon'
-        ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class documents26x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E)ZQ!!0IBP).
 G)^WWX]PTA4@@@@@@@@@@@@@QDPPX#T5I6U@ZF!!<E38>TP@@@@@@@@@@@@ADQAA"MST''YTA(ZG0WO#9Q@@@@@@@@@@@@@E!!XJ7.Q$S>HA)RT%SFA YP0L3L@
 @@@@@@@@[F1''E%IRP#^DHB@<OC0<OC2S$0@@@@@@@@B@ B):@ H-\9AUUXJB (JBOF-+@@@@@@@@@HB@J''(B@"53$EUU (JB (H<Z6,@@@@@@@@@B@"M@#4=
@@ -8371,9 +12257,18 @@
 PP@@@@@@@@@[F7!!7@@AN\)AUUXJB (JBODEA@@@@@@@@@E]W"0BJ"$4NVYVUW5=_W5<<_W4@@@@@@@@@_7<S''VE!!DXVPUUVB (JB #0EAP@@@@@@@@@GA2VI
 NC!!4&E&U%U=_W5=_OEQT@@@@@@@@@@\GIX$8NGRXVYVUW5=_W5<<UEP@@@@@@@@@K"95II.[R06PUUVB (JB #2O#0@@@@@@@@@.K&AL&)("RCHKB1HRNS$9
 I!!$Y@@@@@@@@@IJRQYY0\D$4X4=O@89ST6$Y[6<@@@@@@@@@$)IE%''A0RSQ#S4<C#%MSZQ%/[0@@@@@@@@B\''E-CY&Y6!!''D:N @@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[121 174 168 117 164 171 112 155 176 142 153 154 145 184 186 154 154 154 161 162 162 87 181 134 86 176 134 84 167 135 83 160 137 200 200 200 159 207 255 73 134 146 70 129 149 67 122 152 94 152 159 124 183 164 238 238 238 122 175 167 252 252 252 136 182 178 108 147 180 145 185 187 93 194 255 160 160 160 168 168 168 87 178 134 85 170 136 163 185 209 78 147 140 154 198 251 213 213 213 202 230 247 126 194 164 199 225 255 125 185 164 122 179 166 242 242 242 105 152 170 115 161 174 113 157 175 109 148 180 106 142 183 147 184 190 148 181 193 87 182 134 86 177 134 179 179 179 187 187 187 197 197 197 207 207 207 74 137 145 86 147 151 68 123 151 66 119 153 124 184 164 237 237 237 241 241 241 119 169 170 255 255 255 114 159 174 136 177 182 130 168 185 141 177 188 159 159 159 149 179 197 183 217 203 85 172 135 96 180 141 99 176 145 137 189 255 73 136 145 116 185 158 205 237 255 125 191 164 125 189 164 123 180 165 122 177 167 120 131 130 88 131 169 85 127 171 110 150 178 141 149 153 151 151 151 162 161 158 166 166 166 87 179 134 86 173 135 186 186 186 101 179 146 211 234 223 194 239 255 71 130 148 69 125 150 227 227 227 125 186 164 123 181 165 117 171 166 120 132 130 254 254 254 114 149 164 151 197 183 107 144 181 144 181 188 153 157 160 163 163 163 170 170 170 86 174 135 146 215 254 81 154 138 201 201 201 108 181 153 217 217 217 70 126 149 66 120 152 125 187 164 124 183 165 120 174 165 119 170 169 118 166 171 116 161 173 110 151 178 106 144 182 145 183 188 156 156 156 27 119 255 87 180 134 86 175 135 185 185 185 194 193 189 173 227 255 209 209 209 71 131 148 85 143 148 67 121 152 65 117 154 123 182 165 122 177 166 119 171 169 117 165 171 111 152 177 140 150 153 149 149 149 159 158 155 140 172 193 88 183 134 174 174 174 182 182 182 190 190 190 102 178 147 75 139 144 72 132 147 216 244 248 125 192 164 125 188 164 238 246 242 122 178 166]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 121 174 168 117 164 171 112 155 176 142 153 154 145 184 186 154 154 154 161 162 162 87 181 134 86 176 134 84 167 135 83 160 137 200 200 200 159 207 255 73 134 146 70 129 149 67 122 152 94 152 159 124 183 164 238 238 238 122 175 167 252 252 252 136 182 178 108 147 180 145 185 187 93 194 255 160 160 160 168 168 168 87 178 134 85 170 136 163 185 209 78 147 140 154 198 251 213 213 213 202 230 247 126 194 164 199 225 255 125 185 164 122 179 166 242 242 242 105 152 170 115 161 174 113 157 175 109 148 180 106 142 183 147 184 190 148 181 193 87 182 134 86 177 134 179 179 179 187 187 187 197 197 197 207 207 207 74 137 145 86 147 151 68 123 151 66 119 153 124 184 164 237 237 237 241 241 241 119 169 170 255 255 255 114 159 174 136 177 182 130 168 185 141 177 188 159 159 159 149 179 197 183 217 203 85 172 135 96 180 141 99 176 145 137 189 255 73 136 145 116 185 158 205 237 255 125 191 164 125 189 164 123 180 165 122 177 167 120 131 130 88 131 169 85 127 171 110 150 178 141 149 153 151 151 151 162 161 158 166 166 166 87 179 134 86 173 135 186 186 186 101 179 146 211 234 223 194 239 255 71 130 148 69 125 150 227 227 227 125 186 164 123 181 165 117 171 166 120 132 130 254 254 254 114 149 164 151 197 183 107 144 181 144 181 188 153 157 160 163 163 163 170 170 170 86 174 135 146 215 254 81 154 138 201 201 201 108 181 153 217 217 217 70 126 149 66 120 152 125 187 164 124 183 165 120 174 165 119 170 169 118 166 171 116 161 173 110 151 178 106 144 182 145 183 188 156 156 156 27 119 255 87 180 134 86 175 135 185 185 185 194 193 189 173 227 255 209 209 209 71 131 148 85 143 148 67 121 152 65 117 154 123 182 165 122 177 166 119 171 169 117 165 171 111 152 177 140 150 153 149 149 149 159 158 155 140 172 193 88 183 134 174 174 174 182 182 182 190 190 190 102 178 147 75 139 144 72 132 147 216 244 248 125 192 164 125 188 164 238 246 242 122 178 166 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@C??0@@??<@@O??@@C??>@@??? @O??8@C??>@@??? @O??8@C??>@@??? @O??8@C??>@@??? @O??8@C??>@@??? @O??8@C??>@@??
-? @O? @@@@@@@@@@@@@b') ; yourself); yourself]
+? @O? @@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 fileOpenIcon
@@ -8383,23 +12278,35 @@
 !
 
 greenThumbUnknownSmallIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self greenThumbUnknownSmallIcon inspect
      ImageEditor openOnClass:self andSelector:#greenThumbUnknownSmallIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary greenThumbUnknownSmallIcon'
-        ifAbsentPut:[(Depth2Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@B @@@@(U@@@!!E@@@*IP@@J)P@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 76 76 76 153 153 153]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@C @_8A?0O?@?8C?@O8@@@@@a') ; yourself); yourself]
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 2 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@B @@@@(U@@@!!E@@@*IP@@J)P@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 76 76 76 153 153 153 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'@@@@@@@@C @_8A?0O?@?8C?@O8@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 greenThumbUpIcon
@@ -8425,23 +12332,35 @@
 !
 
 greenThumbUpSmallIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self greenThumbUpSmallIcon inspect
      ImageEditor openOnClass:self andSelector:#greenThumbUpSmallIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary class greenThumbUpSmallIcon'
-        ifAbsentPut:[(Depth2Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@P@@@@D@@@@A@@L@@P@B@@U*@@@UZ@@@UV @@EV @@@@@@B@@@@B@b') ; colorMapFromArray:#[0 0 0 0 255 0 0 127 0]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'C@@N@@8@C @_8A?0O?@?8C?@O8@@@@@a') ; yourself); yourself]
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@P@@@@D@@@@A@@L@@P@B@@U*@@@UZ@@@UV @@EV @@@@@@B@@@@B@b');
+                colorMapFromArray:#[ 0 0 0 0 255 0 0 127 0 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'C@@N@@8@C @_8A?0O?@?8C?@O8@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 greyThumbRightIcon
@@ -8497,140 +12416,228 @@
 !
 
 hideToolbar24x8Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self hideToolbar24x8Icon inspect
      ImageEditor openOnClass:self andSelector:#hideToolbar24x8Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class hideToolbar24x8Icon'
-	ifAbsentPut:[(Depth2Image new) width: 24; height: 8; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@J@B(@* @HPB%@"D@AP@U@ET@@@@@ @J@@B$@*PH)@BT@IPA%@@T@AP@E') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 24; height: 8; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@XFA TEAPLC@0@@@@A XFAPTE@0LC') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class hideToolbar24x8Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:24;
+                height:8;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@J@B(@* @HPB%@"D@AP@U@ET@@@@@ @J@@B$@*PH)@BT@IPA%@@T@AP@E');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:8;
+                            bits:(ByteArray fromPackedString:'@@@@XFA TEAPLC@0@@@@A XFAPTE@0LC');
+                            yourself);
+                yourself
+        ]
 !
 
 hideToolbar8x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self hideToolbar8x24Icon inspect
      ImageEditor openOnClass:self andSelector:#hideToolbar8x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class hideToolbar8x24Icon'
-	ifAbsentPut:[(Depth2Image new) width: 8; height: 24; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@(@BD@AP@@@@@)@BT(AR$@JP@%J@T)@BT(JR$!!IPTEJB )HRT%AR$@IR EJP@%') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 8; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@FAPL@@FAPL@XE@0@@XE@0A TC@@A TC') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class hideToolbar8x24Icon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:8;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@(@BD@AP@@@@@)@BT(AR$@JP@%J@T)@BT(JR$!!IPTEJB )HRT%AR$@IR EJP@%');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:8;
+                            height:24;
+                            bits:(ByteArray fromPackedString:'@FAPL@@FAPL@XE@0@@XE@0A TC@@A TC');
+                            yourself);
+                yourself
+        ]
 !
 
 hideToolbarIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self hideToolbarIcon inspect
-     ImageEditor openOnClass:self andSelector:#hideToolbarIcon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class hideToolbarIcon'
-	ifAbsentPut:[(Depth2Image new) width: 10; height: 26; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@HB @HBD@D@T@@@@(@@@!!@@@ELB @HBD@A@T@@@@(B@@!!@@@ELB @@BD@@@T@H@@(@@@!!@@@EHB @HBD@N@T@@@@(B@@!!@@@EB@@@C') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 10; height: 26; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a') ; yourself); yourself]
+     ImageEditor openOnClass:self andSelector:#hideToolbarIcon"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class hideToolbarIcon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:10;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@HB @HBD@D@T@@@@(@@@!!@@@ELB @HBD@A@T@@@@(B@@!!@@@ELB @@BD@@@T@H@@(@@@!!@@@EHB @HBD@N@T@@@@(B@@!!@@@EB@@@C');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:10;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 hideToolbarIcon10x26
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self hideToolbarIcon inspect
-     ImageEditor openOnClass:self andSelector:#hideToolbarIcon
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class hideToolbarIcon10x26'
-	ifAbsentPut:[(Depth2Image new) width: 10; height: 26; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@HB @HBD@D@T@@@@(@@@!!@@@ELB @HBD@A@T@@@@(B@@!!@@@ELB @@BD@@@T@H@@(@@@!!@@@EHB @HBD@N@T@@@@(B@@!!@@@EB@@@C') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 10; height: 26; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a') ; yourself); yourself]
+     ImageEditor openOnClass:self andSelector:#hideToolbarIcon"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class hideToolbarIcon10x26'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:10;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@HB @HBD@D@T@@@@(@@@!!@@@ELB @HBD@A@T@@@@(B@@!!@@@ELB @@BD@@@T@H@@(@@@!!@@@EHB @HBD@N@T@@@@(B@@!!@@@EB@@@C');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:10;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a');
+                            yourself);
+                yourself
+        ]
 
     "Created: / 18-02-2007 / 14:52:07 / cg"
 !
 
 hideToolbarIconH14
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self hideToolbarIconH14 inspect
-     ImageEditor openOnClass:self andSelector:#hideToolbarIconH14
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class hideToolbarIconH14'
-	ifAbsentPut:[(Depth2Image new) width: 10; height: 14; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@B @@BD@@@T@@@@(@@@!!@@@E@B @@BD@@@T@@@@(@@@!!@@@E@@@@@') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 10; height: 14; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a') ; yourself); yourself]
+     ImageEditor openOnClass:self andSelector:#hideToolbarIconH14"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class hideToolbarIconH14'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:10;
+                height:14;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@B @@BD@@@T@@@@(@@@!!@@@E@B @@BD@@@T@@@@(@@@!!@@@E@@@@@');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:10;
+                            height:14;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 hideToolbarIconH20
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self hideToolbarIconH20 inspect
-     ImageEditor openOnClass:self andSelector:#hideToolbarIconH20
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class hideToolbarIconH20'
-	ifAbsentPut:[(Depth2Image new) width: 10; height: 20; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@B @@BD@@@T@@@@(@@@!!@@@E@B @@BD@@@T@@@@(@@@!!@@@E@B @@BD@@@T@@@@(@@@!!@@@E@@@@@') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 10; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a') ; yourself); yourself]
+     ImageEditor openOnClass:self andSelector:#hideToolbarIconH20"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class hideToolbarIconH20'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:10;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@B @@BD@@@T@@@@(@@@!!@@@E@B @@BD@@@T@@@@(@@@!!@@@E@B @@BD@@@T@@@@(@@@!!@@@E@@@@@');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:10;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 hideToolbarIconH26
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self hideToolbarIconH26 inspect
-     ImageEditor openOnClass:self andSelector:#hideToolbarIconH26
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class hideToolbarIconH26'
-	ifAbsentPut:[(Depth2Image new) width: 10; height: 26; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@HB @HBD@D@T@@@@(@@@!!@@@ELB @HBD@A@T@@@@(B@@!!@@@ELB @@BD@@@T@H@@(@@@!!@@@EHB @HBD@N@T@@@@(B@@!!@@@EB@@@C') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 10; height: 26; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a') ; yourself); yourself]
+     ImageEditor openOnClass:self andSelector:#hideToolbarIconH26"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class hideToolbarIconH26'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:10;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@HB @HBD@D@T@@@@(@@@!!@@@ELB @HBD@A@T@@@@(B@@!!@@@ELB @@BD@@@T@H@@(@@@!!@@@EHB @HBD@N@T@@@@(B@@!!@@@EB@@@C');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:10;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 languages20x12Icon
@@ -8691,23 +12698,35 @@
 !
 
 redThumbDownSmallIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self redThumbDownSmallIcon inspect
      ImageEditor openOnClass:self andSelector:#redThumbDownSmallIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary class redThumbDownSmallIcon'
-        ifAbsentPut:[(Depth2Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@B@@@@@@EV @@AUZ@@@EV C@@U*@@@A@@@@@P@@@@D@@@@A@@@@@@@@ b') ; colorMapFromArray:#[0 0 0 255 0 0 127 0 0 255 255 255]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@? C?@O>@?<A?0G>@N@@8@C @L@@@a') ; yourself); yourself]
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@B@@@@@@EV @@AUZ@@@EV C@@U*@@@A@@@@@P@@@@D@@@@A@@@@@@@@ b');
+                colorMapFromArray:#[ 0 0 0 255 0 0 127 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'@@@? C?@O>@?<A?0G>@N@@8@C @L@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 redoIcon
@@ -8732,53 +12751,77 @@
 !
 
 smallBugIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self smallBugIcon inspect
      ImageEditor openOnClass:self andSelector:#smallBugIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class smallBugIcon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class smallBugIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@@@@@@@@@@@3@@@@@@@@@@@3LS@@@@@@@@@@LSL2@@
 @@@@@@@3LSL @@@@@@@@D3L2@@@@@@@@@CLSH @@@@@@@@@BH @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 128 0 0 248 0 0]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 128 0 0 248 0 0 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@#@@B_ @A? @O?@@C?@@G?@@G> @G>@@C=@@A4@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 smiley_veryAngry
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self smiley_veryAngry inspect
      ImageEditor openOnClass:self andSelector:#smiley_veryAngry
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class smiley_veryAngry'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class smiley_veryAngry'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 3L3L3L3L3L3K/L2;.;3L.<,[.9X36;,[27(&H$QM6''/K(+IDQDR=*<V3HDQDPD6526I@ADP@SZ/KL  @P@ M><,4BHQD"@7;22Q@ADP@S_/K5DQDQDS-*<2=
-Q@@@AM6<3K7PQDS 6+3L2=7]7]6+3L3L.???*;3L3L3L.;.<3L0b') ; colorMapFromArray:#[0 0 0 254 42 0 255 253 19 255 254 147 255 234 0 150 150 150 255 255 199 254 109 3 255 0 0 255 255 235 254 157 0 69 69 69 248 244 251 255 201 0 255 229 0 255 180 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A#87??_?=??7??_?=??7??_?=??3?>O?8_?@?8@>@b') ; yourself); yourself]
+Q@@@AM6<3K7PQDS 6+3L2=7]7]6+3L3L.???*;3L3L3L.;.<3L0b');
+                colorMapFromArray:#[ 0 0 0 254 42 0 255 253 19 255 254 147 255 234 0 150 150 150 255 255 199 254 109 3 255 0 0 255 255 235 254 157 0 69 69 69 248 244 251 255 201 0 255 229 0 255 180 0 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@A#87??_?=??7??_?=??7??_?=??3?>O?8_?@?8@>@b');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-tools'!
@@ -9758,7 +13801,6 @@
 desktopIcon
     <resource: #programImage>
 
-    "/ ^ self desktop28x28Icon
     ^ self desktop24x24Icon
 !
 
@@ -9769,28 +13811,41 @@
 !
 
 directoryBookmarks20x20Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self directoryBookmarks20x20Icon inspect
      ImageEditor openOnClass:self andSelector:#directoryBookmarks20x20Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class directoryBookmarks20x20Icon'
-	ifAbsentPut:[(Depth8Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class directoryBookmarks20x20Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:20;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@X&I"X&I"X&I"X&I"X&I"X&I"X A"X&I"X&I"X&I"B0,KB0,KB6I"@FI"X&I"X&I"X&HKW5=_W5<KX&H@X&H@@@@@@@@@
 X -_W5=_W0-"X A"X A#X6M#X0A"B5=_W5=_B6I"@FH@X6M#X6M#X0@KW5=_W5<KX&H@@@@@@@@@@@@@@@-_W5=_W0,@@@@@X6M#X6M#X6M#B5=_W5=_B6L@
 @@A#X6M#X6M#X6LKW5=_W5<KX0@@@FM#X6M#X6M#X0-_W5=_W0-#@@@@X6M#X6M#X6M#B5=_W5=_B6L@@@A#X6M#X6M#X6LKW5=_W5<KX0@@@FM#X6M#X6M#
 X0-_W5=_W0-#@@@@X6M#X6M#X6M#B5< B1=_B6L@@@A#X6M#X6M#X6LKW0-#B5<KX0@@@FM#X6M#X6M#X0,KX6M#B0-#@@@@X6M#X6M#X6M#B6M#X6M#B6L@
-@@A#X6M#X6M#X6M#X6M#X6M#X0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 71 169 0 71 170 0 74 172 0 78 174 0 83 177 0 100 189 0 106 193 0 107 193 0 112 196 0 118 201 0 122 205 0 128 208 0 128 209 0 132 212 0 133 212 0 137 215 0 138 215 0 141 218 0 144 220 18 78 164 19 80 169 19 81 168 20 79 165 22 138 207 23 81 167 23 91 173 23 138 207 26 92 173 39 141 229 41 141 229 42 134 204 43 135 204 43 142 209 48 144 209 51 192 255 59 166 231 59 195 255 61 166 231 61 166 232 66 198 255 72 171 234 73 200 255 74 172 234 75 172 234 82 204 255 84 176 236 87 177 237 88 178 238 89 207 255 97 209 255 98 182 239 100 182 239 101 183 240 104 213 255 109 187 241 111 156 203 112 216 255 113 188 243 121 191 244 121 221 255 123 193 245 125 194 245 126 221 255 131 196 246 135 197 247 136 198 248 136 226 255 140 200 248 140 228 255 144 202 250 146 203 250 148 203 250 149 232 255 150 233 255 151 189 220 153 205 252 153 206 252 154 207 252 156 194 223 159 209 253 160 237 255 162 209 253 163 238 255 168 241 255 173 243 255 174 243 255 181 201 223 182 206 226 183 248 255 186 249 255 191 251 255 195 252 255 201 220 238 201 255 255 202 216 231 210 226 242 211 229 247 255 0 0 226 226 111]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@A?@@A?@G=?@G=?@O??@_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0') ; yourself); yourself]
+@@A#X6M#X6M#X6M#X6M#X6M#X0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 0 71 169 0 71 170 0 74 172 0 78 174 0 83 177 0 100 189 0 106 193 0 107 193 0 112 196 0 118 201 0 122 205 0 128 208 0 128 209 0 132 212 0 133 212 0 137 215 0 138 215 0 141 218 0 144 220 18 78 164 19 80 169 19 81 168 20 79 165 22 138 207 23 81 167 23 91 173 23 138 207 26 92 173 39 141 229 41 141 229 42 134 204 43 135 204 43 142 209 48 144 209 51 192 255 59 166 231 59 195 255 61 166 231 61 166 232 66 198 255 72 171 234 73 200 255 74 172 234 75 172 234 82 204 255 84 176 236 87 177 237 88 178 238 89 207 255 97 209 255 98 182 239 100 182 239 101 183 240 104 213 255 109 187 241 111 156 203 112 216 255 113 188 243 121 191 244 121 221 255 123 193 245 125 194 245 126 221 255 131 196 246 135 197 247 136 198 248 136 226 255 140 200 248 140 228 255 144 202 250 146 203 250 148 203 250 149 232 255 150 233 255 151 189 220 153 205 252 153 206 252 154 207 252 156 194 223 159 209 253 160 237 255 162 209 253 163 238 255 168 241 255 173 243 255 174 243 255 181 201 223 182 206 226 183 248 255 186 249 255 191 251 255 195 252 255 201 220 238 201 255 255 202 216 231 210 226 242 211 229 247 255 0 0 226 226 111 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@A?@@A?@G=?@G=?@O??@_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0');
+                            yourself);
+                yourself
+        ]
 !
 
 directoryBookmarksIcon
@@ -9844,26 +13899,39 @@
 !
 
 fileContents14x17Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileContents14x17Icon inspect
      ImageEditor openOnClass:self andSelector:#fileContents14x17Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class fileContents14x17Icon'
-	ifAbsentPut:[(Depth8Image new) width: 14; height: 17; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class fileContents14x17Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:14;
+                height:17;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@APTEAPTEAPTEAP@@@@@E@@@@AP@@@@TE@@@@@@TEAPTEAPTEAPT@@@@@APT@@@T@@@TEAP@@@@@EAPTE
 APTEAPTE@@@@@@T@@@@E@@TEAPT@@@@@APTEAPTEAPTEAP@@@@@E@@T@AP@@@@TE@@@@@@TEAPTEAPTEAPT@@@@@AP@@@@T@@@@EAP@@@@@EAPTEAPTEAPTE
-@@@@@@T@AP@E@@@@APT@@@@@APTEAPTEAPTEAP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 105 133 190 129 129 129 194 194 194 255 0 0 255 255 255]; mask:((Depth1Image new) width: 14; height: 17; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_? @@@@a') ; yourself); yourself]
+@@@@@@T@AP@E@@@@APT@@@@@APTEAPTEAPTEAP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 105 133 190 129 129 129 194 194 194 255 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:14;
+                            height:17;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@A?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_? @@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fileContentsIcon
@@ -9873,26 +13941,39 @@
 !
 
 fileImageContents14x17Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileImageContents14x17Icon inspect
      ImageEditor openOnClass:self andSelector:#fileImageContents14x17Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary class fileImageContents14x17Icon'
-        ifAbsentPut:[(Depth8Image new) width: 14; height: 17; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:14;
+                height:17;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@ HB@ HB@ HB@@@@@@HA0\GA0\GA0 H@@@@@@\GA0\IA0$GA0 @@@@@A0\GA0\GA0\GB@@@@@@GA0\G
 A0\GA0\H@@@@@@\GA0$GA0\GA0 @@@@@A0\GA0\GA0\GB@@@@@@HA0\GA0\IA0\H@@@@@@\GA0\GA0\GA0 @@@@@B@\GA0XGA0 HB@@@@@@HB@ HA  HB@ H
-@@@@@@ HB@ FB@ HB@ @@@@@BP$IBPXIBP$IBP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 105 133 190 129 129 129 194 194 194 255 0 0 255 255 255 133 60 36 0 206 0 174 218 230 0 137 0]; mask:((Depth1Image new) width: 14; height: 17; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_? @@@@a') ; yourself); yourself]
+@@@@@@ HB@ FB@ HB@ @@@@@BP$IBPXIBP$IBP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 105 133 190 129 129 129 194 194 194 255 0 0 255 255 255 133 60 36 0 206 0 174 218 230 0 137 0 ];
+                mask:((ImageMask new)
+                            width:14;
+                            height:17;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@A?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_? @@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fileImageContentsIcon
@@ -9916,26 +13997,39 @@
 !
 
 hexToggle14x17Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self hexToggle14x17Icon inspect
      ImageEditor openOnClass:self andSelector:#hexToggle14x17Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class hexToggle14x17Icon'
-	ifAbsentPut:[(Depth8Image new) width: 14; height: 17; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class hexToggle14x17Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:14;
+                height:17;
+                photometric:(#palette);
+                bitsPerSample:(#( 8 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@APTEAPTEAPTEAP@@@@@E@@@@AP@@@@TE@@@@@@TEAP@E@@TEAPT@@@@@APT@@@T@@@TEAP@@@@@EAPT@
 AP@EAPTE@@@@@@T@@@@E@@TEAPT@@@@@APTEAPTEAPTEAP@@@@@E@@@@AP@@@@TE@@@@@@T@AP@E@@T@APT@@@@@AP@@@@T@@@@EAP@@@@@E@@T@AP@E@@TE
-@@@@@@T@AP@E@@@@APT@@@@@APTEAPTEAPTEAP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 105 133 190 129 129 129 194 194 194 255 0 0 255 255 255]; mask:((Depth1Image new) width: 14; height: 17; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_? @@@@a') ; yourself); yourself]
+@@@@@@T@AP@E@@@@APT@@@@@APTEAPTEAPTEAP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 105 133 190 129 129 129 194 194 194 255 0 0 255 255 255 ];
+                mask:((ImageMask new)
+                            width:14;
+                            height:17;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@A?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_? @@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 hexToggleIcon
@@ -9953,7 +14047,7 @@
 historyBackInGlobalListIcon
     <resource: #programImage>
 
-    ^ self left2Arrow24x24Icon
+    ^ self left2Arrow20x20Icon
 
     "Created: / 02-07-2011 / 18:41:50 / cg"
 !
@@ -10027,27 +14121,40 @@
 !
 
 saveAsToFile32x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveAsToFile32x22Icon inspect
      ImageEditor openOnClass:self andSelector:#saveAsToFile32x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class saveAsToFile32x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 32; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class saveAsToFile32x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:32;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@L3L3L3@@@@@@@@@@@@@@@CQDMDP0@@@@@EUUAP@@@@@3L3L3L@@B@AAUUPD@@@@@MDP4QC@@@"@P
 UUTA@@@@@CL3L3L"H"H"DEUU@P@@@@@4QCQDL"H"H"@@@@D@@@@@L3L3L2H"H"HQDQDQ@@@@@CQDMDP0@@H DP@@@P@@@@@3L3L3L@@B@AD@UPD@@@@@MDP4
 QC@@@@@Q@ETA@@@@@CL3L3L0@@@E@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 129 129 129 255 0 0 255 255 255 105 133 190 194 194 194]; mask:((Depth1Image new) width: 32; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@G?0@@A?<G? _?A?8G?1_>A?<_? _???8G???>A???? _?G?8G?1_>A?<G? _?@?8G?0@@@@@@@@@@@@@C''RX\9BT)IPL%K"S@)L $I13FG\@@@@@@@@a') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 129 129 129 255 0 0 255 255 255 105 133 190 194 194 194 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@G?0@@A?<G? _?A?8G?1_>A?<_? _???8G???>A???? _?G?8G?1_>A?<G? _?@?8G?0@@@@@@@@@@@@@C''RX\9BT)IPL%K"S@)L $I13FG\@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 saveImageToFileAsIcon
@@ -10084,26 +14191,38 @@
 !
 
 stxHomeIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self stxHomeIcon inspect
      ImageEditor openOnClass:self andSelector:#stxHomeIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class stxHomeIcon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(nil )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'GenericToolbarIconLibrary class stxHomeIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( nil ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@D@@@@@@@@@@@@@DQ@@@@@@@@@@@@DQDP@@@@@@@@@@DQ@QD@@@@@@@@@DQIBDQ@@@@@@@@DQICP!!DP@@@@@@DQICL4HQD@@@@@
 DQICL3MBDQ@@@@DQIFX3L3P!!DP@@DQICY#L3L6HQD@D"ICM&L3M&M@@A@RH$L3Y#M&L4@@D@@@P3L6L6L3P@@@@@ACL3Y&L3M@@@@@@DL3L6L3L4@@@@@@P3
-L6X3L3P@@@@@ACL6L6L3M@@@@@@DM&L3M#L4@@@@@@Q&L3L3X3P@@@@@A&YDQDQ$Q@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 192 0 0 64 0 0 73 73 73 192 192 192 100 128 255 0 200 48]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A@@@C @A''0@A/8@A?<@A?>@A??@C?? G??0O??8_??<_??<_??<C?? C?? C?? C?? C?? C?? C?? C?? C?? ') ; yourself); yourself]
+L6X3L3P@@@@@ACL6L6L3M@@@@@@DM&L3M#L4@@@@@@Q&L3L3X3P@@@@@A&YDQDQ$Q@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 192 0 0 64 0 0 73 73 73 192 192 192 100 128 255 0 200 48 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@A@@@C @A''0@A/8@A?<@A?>@A??@C?? G??0O??8_??<_??<_??<C?? C?? C?? C?? C?? C?? C?? C?? C?? ');
+                            yourself);
+                yourself
+        ]
 !
 
 unixShellTerminalIcon
@@ -10124,6 +14243,804 @@
     ^ self viewNoDetails16x16Icon
 ! !
 
+!GenericToolbarIconLibrary class methodsFor:'image specs-tools-FileBrowser-Filetypes'!
+
+fileTypeAddOnLinked
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeAddOnLinked inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeAddOnLinked
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeAddOnLinked'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@A<@@X@@  CC@G>@@0@B@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@?@C>@O<XA10G? O?@_8@G@@X@@@@@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeAddOnLocked
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeAddOnLocked inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeAddOnLocked
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeAddOnLocked'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@A A#@LFA LL@Y @<@A @O@A&@LLA XL@1 A @@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@A A#@LFA LL@Y @<@A @O@A&@LLA XL@1 A @@@@@b') ; yourself); yourself]
+!
+
+fileTypeApplicationBinaryIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeApplicationBinaryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeApplicationBinaryIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeApplicationBinaryIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4AQXET@T_A?<EEPUUAQTG?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeApplicationJavaArchiveIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeApplicationJavaArchiveIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeApplicationJavaArchiveIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeApplicationJavaArchiveIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A @F?([>1/8F?>[?9/? ?>C?8@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?>O?<??;?????????????G?<_?0@@@@@b') ; yourself); yourself]
+!
+
+fileTypeApplicationLibraryIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeApplicationLibraryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeApplicationLibraryIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeApplicationLibraryIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4AQXET@T_A?<EEPUUAQTG?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeApplicationPdfIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeApplicationPdfIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeApplicationPdfIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeApplicationPdfIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A?XD\@U?AE$E60TQA5,GF0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeApplicationPostscriptIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeApplicationPostscriptIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeApplicationPostscriptIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeApplicationPostscriptIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A?XD\@U?AFLE;0W#A?,G00@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeApplicationRtfIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeApplicationRtfIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeApplicationRtfIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeApplicationRtfIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A?XD<@W?A[$E.0TQA;,G&0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeApplicationSharedLibraryIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeApplicationSharedLibraryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeApplicationSharedLibraryIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeApplicationSharedLibraryIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4AQXET@T_A?<EEPUUAQTG?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:' @@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeAudioIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeAudioIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeAudioIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeAudioIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A7XG\@]/AF<D;0^OA9<G?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeBinaryFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeBinaryFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeBinaryFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeBinaryFileIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4AQXET@T_A?<EEPUUAQTG?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeCPlusPlusSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeCPlusPlusSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeCPlusPlusSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeCPlusPlusSourceIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A?XG<@Y?A],E PW[A''<G?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeCSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeCSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeCSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeCSourceIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A?XG<@Y?A_<E?0W?A''<G?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeCompressedArchiveIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeCompressedArchiveIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeCompressedArchiveIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeCompressedArchiveIcon'
+        ifAbsentPut:[(Depth2Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@J @@@B(@@@B* @@@J @@@@ @@UUQ@@E@@@@AQUUD@TUUQPEEUT@@AUUUP@@H@@@@J @@@J*@@@@*@@@@J @@@a') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@\@A0@O @\C?0O? ??#??O?>?????1??@\@C8@G@@\@b') ; yourself); yourself]
+!
+
+fileTypeDeviceFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self deviceFile inspect
+     ImageEditor openOnClass:self andSelector:#deviceFile
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeDeviceFileIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_?!!?>D2(UZ!!T*EV(SM!!?>G?8@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?<??3??O?<??3??O?<??3??O?<??0@@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeDigitalNotepadIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDigitalNotepadIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDigitalNotepadIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeDigitalNotepadIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4AAXE4@W\A] DDP_3AA\G?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@??G?>;??O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeDirectoryGrayIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDirectoryGrayIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryGrayIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeDirectoryGrayIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@@<@@@@UU@**EUPJ*!!UTB*(@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 0]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@O@A>@O?<??3??O?<??3??O?<??0@@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeDirectoryIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDirectoryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeDirectoryIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@@<@@@@_?!!?>G?8_?!!?>G?8@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 0]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@O@A>@O?<??3??O?<??3??O?<??0@@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeDirectoryLinkIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDirectoryLinkIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryLinkIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeDirectoryLinkIcon'
+        ifAbsentPut:[(Depth2Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@J(@@@B* @@DB(UPAUJ B@UR**(EUJ**AUT@B@UUUU@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 0 255 0 0]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@O @?@O?<??3??/???????/?<??0@@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeDirectoryLockedIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDirectoryLockedIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryLockedIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeDirectoryLockedIcon'
+        ifAbsentPut:[(Depth2Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@B @@B J@@B @)PB @B B @EZV%PAU*%T@UV%U@EV*UPAV%)T@V%V%@B @J@B @@(B @@B @@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 0 255 0 0]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@L@L_A!!>LO?<??3??O?<??3??O?<??1 FL@L@@@b') ; yourself); yourself]
+!
+
+fileTypeDirectoryNetworkIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDirectoryNetworkIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryNetworkIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeDirectoryNetworkIcon'
+        ifAbsentPut:[(Depth2Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@UP@@@@@@@@EUUUPAUUUT@UUUU@EUUUPAUJET@UR!!U@@@(@@@@J@@@@B @B*****@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 0 255 0 0]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@A8@O0A??''?>_?9??''?>_?9??''?>@<C???????<b') ; yourself); yourself]
+!
+
+fileTypeDirectoryOpenGrayIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDirectoryOpenGrayIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryOpenGrayIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeDirectoryOpenGrayIcon'
+        ifAbsentPut:[(Depth2Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@"@@@@"H@@@BH"H B@@@@@ QDQ@@QDQD@QDQD@QDQD@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 0 178 178 178]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@O@A>@O?<??3???????;??/?<??0@@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeDirectoryOpenIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDirectoryOpenIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryOpenIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeDirectoryOpenIcon'
+        ifAbsentPut:[(Depth2Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@* @@@**@@@J*** B@@@@@!!UUUPAUUUT@UUUT@UUUU@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 0 179 179 179]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@O@A>@O?<??3???????;??/?<??0@@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeExecutableFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeExecutableFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeExecutableFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeExecutableFileIcon'
+        ifAbsentPut:[(Depth2Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@J**(@B***@@@@@@@EUUT@AUUU@@UUUP@EUUT@AUUU@@UUUP@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 174 218 230]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeExpeccoLogfileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeExpeccoLogfileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeExpeccoLogfileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeExpeccoLogfileIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+F#@0LC@0LC@0LC@-F!!(ZF!!(0N3,;N3,;N3,;NR4ZF!!(ZLC,;K2</K2</K2<9KQ(ZF#@;JR0;N3,;N3,;N3\@F!!(0N2P&KC,/K2</K3(7@A(ZLC,1GRL,N3,;
+N#T(H@@ZF#@;M!!$VH"08L2(RE00@F!!(0N3X''C!!D_IQTIC00,@A(ZLC,;K!!@KA0(KBA ,M0@ZF#@;K3PTA XFAAL,N3\@F!!(0N3,6G@TECQ,,N3,7@A(ZLC,/
+N2,C@"D,N2<;M0@ZF#@;N3,2@Q8,N3,;N3\@F!!(0N2</N20,N2</K3,7@A(ZLC,;N3,;N3,;N3,;M0@ZF"4-KR4-KR4-KR4-KR4@F @@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 129 0 0 174 0 0 182 0 0 206 0 0 209 0 0 222 0 0 223 0 0 225 0 0 226 0 0 228 0 0 234 0 1 191 1 1 194 1 1 235 1 1 242 1 2 209 2 2 216 2 5 199 5 6 156 6 14 179 14 14 195 14 17 226 17 18 232 18 19 167 19 26 194 26 27 202 27 28 148 28 32 147 32 35 191 35 39 137 39 45 167 45 45 202 45 47 141 47 49 178 49 50 181 50 54 175 54 55 163 55 55 177 55 56 184 56 60 183 60 71 185 71 71 187 71 75 147 75 84 146 84 85 85 85 110 178 110 112 204 224 134 134 134 136 206 136 141 185 141 155 207 155 157 198 157 161 216 161 187 223 187 204 204 204 229 242 229 231 231 214 241 250 241 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'_?A?>G?<_?9??''?>_?9??''?>_?9??''?>_?9??''?>_?8b') ; yourself); yourself]
+!
+
+fileTypeExpeccoSuiteIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeExpeccoSuiteIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeExpeccoSuiteIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeExpeccoSuiteIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@B8.K"8.K"8.K"8,@@@@@@@.NS$9NS$9NS$9M20@@@@@K#$9NS$9NS$9NS$7K@@@@B89JB,9NS$9NS$9NST@@@@.NRL%J3$9NS$9NS 5@@@@K#$/GBH+NS$9
+NCL''G0@@@B89MA$VHR,6LR$RE00@@@@.NSP&C!!D^IATIC00+@@@@K#$9KQ@KA0(KBA +MP@@@B89NSHTA XFAAL+NST@@@@.NS$4F0TECQ(+NS$5@@@@K#$9
+NR(C@"@+NS$9MP@@@B89NS$0@Q4+NS$9NST@@@@.NS$9NR,+NS$9NS$5@@@@K#$9NS$9NS$9NS$9MP@@@B0,KB0,KB0,KB0,KB0@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 129 0 0 174 0 0 182 0 0 206 0 0 209 0 0 222 0 0 223 0 0 225 0 0 226 0 0 228 0 0 234 0 1 191 1 1 194 1 1 235 1 1 242 1 2 209 2 2 216 2 5 199 5 6 156 6 14 179 14 14 195 14 17 226 17 18 232 18 19 167 19 26 194 26 28 148 28 32 147 32 35 191 35 39 137 39 45 167 45 45 202 45 47 141 47 49 178 49 50 181 50 54 175 54 55 163 55 55 177 55 56 184 56 60 183 60 71 185 71 71 187 71 75 147 75 84 146 84 85 85 85 110 178 110 134 134 134 136 206 136 141 185 141 155 207 155 157 198 157 161 216 161 187 223 187 204 204 204 229 242 229 231 231 214 241 250 241 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'_?A?>G?<_?9??''?>_?9??''?>_?9??''?>_?9??''?>_?8b') ; yourself); yourself]
+!
+
+fileTypeFileArchiveIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeFileArchiveIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeFileArchiveIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeFileArchiveIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A @F?([>1/8F?>[?9/? ?>C?8@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?>O?<??;?????????????G?<_?0@@@@@b') ; yourself); yourself]
+!
+
+fileTypeFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeFileIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A?XG<@_?A?<G?0_?A?<G?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeFileLinkIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeFileLinkIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeFileLinkIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeFileLinkIcon'
+        ifAbsentPut:[(Depth2Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@*H@AUR" @UUH@@@ER(@@(U@D@JEUUPB(UUT@* @D@J** @@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@G? _?C?>O?<_?1??G?>_?9??G?<_?0@@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeFileLockedIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeFileLockedIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeFileLockedIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeFileLockedIcon'
+        ifAbsentPut:[(Depth2Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@B @@B JUTR A)UF @V%R @EZV%@AU*%P@UV%T@EV*U@AV%)P@V%V$@B @J@B @@(B @@B @@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?L??#?<O?8??#?>O?8??#?>O?8??!! FL@L@@@b') ; yourself); yourself]
+!
+
+fileTypeHeaderFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeHeaderFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeHeaderFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeHeaderFileIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A?XG<@V?A[<DO0V?A[<G?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeHomeDirectoryIcon
+    ^ self fileTypeDirectoryIcon
+!
+
+fileTypeImageFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeImageFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeImageFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeImageFileIcon'
+        ifAbsentPut:[(Depth4Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DQDQDQDQ@@@QDQADQQD@@ADQADQDTP@@DQDPQDTQ@@@QDQDIDQD@@ADQDP$QDP@@CMCL2L4Q@@@L3
+L3L3L3@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 0 205 0 133 62 38 0 139 0 173 216 230]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@??3??O?<??3??O?<??3??O?<??0@@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeJavaSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeJavaSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeJavaSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeJavaSourceIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A?XG<@Q?A7<G_0U?A''<G?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeLispSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeLispSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeLispSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeLispSourceIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A?XG<@[?A7<G_0Z?A-<G?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeSmalltalkSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeSmalltalkSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeSmalltalkSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeSmalltalkSourceIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A?XG<@XOA]<F70]_AM<G?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeSpecialFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeSpecialFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeSpecialFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeSpecialFileIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@G?@<^C18OG <^C18O? <^C18G?@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@C?8_?1??G?<_?1??G?<_?1??G?<_?0?>@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeTextHtmlIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeTextHtmlIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeTextHtmlIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeTextHtmlIcon'
+        ifAbsentPut:[(Depth4Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@H"H"HB@@@@@"H"H H @@@BH"H"@@@@@@H#L3LBH @@@%TVL6X"@@@FY!!X1E H@@@Y&T3DV@@@@L1DSM!!M @@@CDVL6XS@@@@LQ
+L1Y!!L@@@@3D3DVD0@@@@L3L3E@@@@@@@L3L@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 160 160 0 255 255 255 10 110 230 0 128 128 128 128 128 128 128 0]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@C?0O? ??C?>O?8??#?>O?(??#?>O?8_?A?8C?@C0@b') ; yourself); yourself]
+!
+
+fileTypeTextIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeTextIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeTextIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeTextIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4AAXG<@P_A?<D@P_?A@DG?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeVideoIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeVideoIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeVideoIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeVideoIcon'
+        ifAbsentPut:[(Depth2Image new) width:16; height:16; bits:(ByteArray fromPackedString:'B***(@X@@Y@JJ*& A"*)$@(**Z@FJ*&PB%UU(@Z**)@J@@F A"*)$@(**Z@FJ*&PB"*)(@YUUY@J*** @@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 125 125 125]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'_?9??''?>_?9??''?>_?9??''?>_?9??''?>_?9??''?>@@@b') ; yourself); yourself]
+! !
+
 !GenericToolbarIconLibrary class methodsFor:'image specs-tools-ImageEditor'!
 
 loadImageFromMethodIcon
@@ -10317,51 +15234,77 @@
 !
 
 stxSettings24x24Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self stxSettings24x24Icon1 inspect
      ImageEditor openOnClass:self andSelector:#stxSettings24x24Icon1
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class stxSettings24x24Icon1'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class stxSettings24x24Icon1'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@GA0@@@@@@@@@@@@@GA0@@@@@@@@@@@EAWA0BH"H"H"H"H@EAP@@BH"I*H"H"H@EAP@@BH"I&H"H
 "X@EAP@@BH"I&H"H&H@EAP@@BH"H&("I"H@EAP@@BH"H"X"X"H@EAP@@BH"H"Z&H"H@EAP@@BH"H"I"H"H@E@C]0BH"H"Y"H"H@E@@@@BH"H&H&H"H@EAP\@
 BH")"H"("H@EAP\@BH*X"H"("H@EAP\@BI&H"H"I"H@E@CM0BH"H"H"H"H@E@C]0@@@@@@@@@@@E@C]0@@@@@@@@@@@@@C]0@@@@@@@@@@@@@CM0@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127 255 0 0 100 100 100 25 25 25 0 204 51 0 168 39]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@N@@@N_?<N_?<D_?<D_?<D_?<D_?<D_?<D_?<N_?<__?<__?<N_?<N_?<N_?<__?<__?<_@@@_@@@_@@@N@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 255 255 0 0 127 127 127 127 127 255 0 0 100 100 100 25 25 25 0 204 51 0 168 39 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@N@@@N_?<N_?<D_?<D_?<D_?<D_?<D_?<D_?<N_?<__?<__?<N_?<N_?<N_?<__?<__?<_@@@_@@@_@@@N@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 stxSettings24x24Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self stxSettings24x24Icon2 inspect
      ImageEditor openOnClass:self andSelector:#stxSettings24x24Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class stxSettings24x24Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class stxSettings24x24Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EAP@@@@@@@@@@@@@EAPB;.;.;.;.;,FA%APB;.;.;.;.;,FA @@B;.1F;.;.;,FA @@B;.1F;.;
 ,[,FA @@B;.1F;.;F;,FA @@B;.;D[.1.;,FA @@B;.;,[,[.;,FA @@B;.;,QF;.;,FA @@B;.;.1.;.;,F@IUPB;.;,Q.;.;,F@@@@B;.;F;F;.;,FA T@
 B;,Q.;,[.;,FA T@B;D[.;,[.;,FA T@B1F;.;.1.;,F@I%PB;.;.;.;.;,F@IUPB;.;.;.;.;,F@IUP@@@@@@@@@@@@@IUP@@@@@@@@@@@@@I%P@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 127 127 0 168 39 0 204 51 25 25 25 100 100 100 127 127 127 170 170 170 255 0 0 255 255 0 255 255 255 184 231 231]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@N@@@N_?<N_?<D_?<D_?<D_?<D_?<D_?<D_?<N_?<__?<__?<N_?<N_?<N_?<__?<__?<_@@@_@@@_@@@N@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 0 127 127 0 168 39 0 204 51 25 25 25 100 100 100 127 127 127 170 170 170 255 0 0 255 255 0 255 255 255 184 231 231 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@N@@@N_?<N_?<D_?<D_?<D_?<D_?<D_?<D_?<N_?<__?<__?<N_?<N_?<N_?<__?<__?<_@@@_@@@_@@@N@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 systemBrowserIcon
@@ -10399,65 +15342,103 @@
 !GenericToolbarIconLibrary class methodsFor:'image specs-tools-SystemBrowser'!
 
 addBreakPointIcon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self addBreakPointIcon2 inspect
      ImageEditor openOnClass:self andSelector:#addBreakPointIcon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class addBreakPointIcon2'
-	ifAbsentPut:[(Depth2Image new) width: 12; height: 21; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'****/??>/:+>/%V>.TA..P@..P@..@@./ B>/:+>/??>/:+>/**>.)V..%U..%U..UU./%V>/:+>/??>****') ; colorMapFromArray:#[255 0 0 63 63 63 0 0 0 127 127 127]; mask:((Depth1Image new) width: 12; height: 21; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class addBreakPointIcon2'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:12;
+                height:21;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'****/??>/:+>/%V>.TA..P@..P@..@@./ B>/:+>/??>/:+>/**>.)V..%U..%U..UU./%V>/:+>/??>****');
+                colorMapFromArray:#[ 255 0 0 63 63 63 0 0 0 127 127 127 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:21;
+                            bits:(ByteArray 
+                                        fromPackedString:'??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0');
+                            yourself);
+                yourself
+        ]
 !
 
 addBuffer13x11Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self addBuffer13x11Icon1 inspect
      ImageEditor openOnClass:self andSelector:#addBuffer13x11Icon1
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class addBuffer13x11Icon1'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@;.;.;.; @N???/??8@C.;.;.;.@@Y&Y&Y&XP@FY&Y&Y&D@A&Y&Y&Y!!@@Y&Y&Y&XP@FY&Y&Y&D@@QDQDQDQ@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??#?>O?8??#?>O?8??#?>O?8??#?>@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class addBuffer13x11Icon1'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@;.;.;.; @N???/??8@C.;.;.;.@@Y&Y&Y&XP@FY&Y&Y&D@A&Y&Y&Y!!@@Y&Y&Y&XP@FY&Y&Y&D@@QDQDQDQ@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'??#?>O?8??#?>O?8??#?>O?8??#?>@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 addBuffer16x16Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self addBuffer16x16Icon2 inspect
      ImageEditor openOnClass:self andSelector:#addBuffer16x16Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class addBuffer16x16Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class addBuffer16x16Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@ADQDPDQDQ@@D3L>@SL38@@SL38AL3O @@@@@@@@@@@@L3L3L3L3L@@3L3L3L3L0@CL3L6L3X3A L3L3M#M#M @3L3L3X6M @@@@@@@FY @@@@
-@@Y&Y&Y&@@@@@@Y&Y&@@@@@@A Y&@@@@@@A Y&A @@@@A @F@@Xb') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 192 192 192 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??;??/?>??;??/?>??;????>??;?? G?@C @U@BR@QDb') ; yourself); yourself]
+@@Y&Y&Y&@@@@@@Y&Y&@@@@@@A Y&@@@@@@A Y&A @@@@A @F@@Xb');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 192 192 192 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'??;??/?>??;??/?>??;????>??;?? G?@C @U@BR@QDb');
+                            yourself);
+                yourself
+        ]
 !
 
 breakpointBlueDisabled
@@ -10507,23 +15488,36 @@
 !
 
 removeBreakPointIcon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self removeBreakPointIcon2 inspect
      ImageEditor openOnClass:self andSelector:#removeBreakPointIcon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class removeBreakPointIcon2'
-	ifAbsentPut:[(Depth2Image new) width: 12; height: 21; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'****/??>/:+>/**>.)V..%U..%U..UU./%V>/:+>/??>/:+>/%V>.TA..P@..P@..@@./ B>/:+>/??>****') ; colorMapFromArray:#[0 255 0 63 63 63 0 0 0 127 127 127]; mask:((Depth1Image new) width: 12; height: 21; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class removeBreakPointIcon2'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:12;
+                height:21;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'****/??>/:+>/**>.)V..%U..%U..UU./%V>/:+>/??>/:+>/%V>.TA..P@..P@..@@./ B>/:+>/??>****');
+                colorMapFromArray:#[ 0 255 0 63 63 63 0 0 0 127 127 127 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:21;
+                            bits:(ByteArray 
+                                        fromPackedString:'??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0');
+                            yourself);
+                yourself
+        ]
 !
 
 tracepointBlue
@@ -10533,45 +15527,64 @@
 !GenericToolbarIconLibrary class methodsFor:'image specs-tools-SystemBrowser-classIcons'!
 
 abstractClassIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self abstractClassIcon inspect
      ImageEditor openOnClass:self andSelector:#abstractClassIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary abstractClassIcon'
-        ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@EBIA@@@@@BH"H @@@AH"H"H!!@@ABH#L"I@@@H"L@L"H@@BH#@CH"@@ABH#L"I@@@D"H"H"D@@@@"H"H@@@@@EBIA@@@b') ; colorMapFromArray:#[214 177 82 229 207 148 204 159 42 226 201 136 207 165 55]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@O0A? O?@?<C30OO@?<C?0G>@O0@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary abstractClassIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@EBIA@@@@@BH"H @@@AH"H"H!!@@ABH#L"I@@@H"L@L"H@@BH#@CH"@@ABH#L"I@@@D"H"H"D@@@@"H"H@@@@@EBIA@@@b');
+                colorMapFromArray:#[ 214 177 82 229 207 148 204 159 42 226 201 136 207 165 55 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'@@@O0A? O?@?<C30OO@?<C?0G>@O0@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 announcementClassIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self announcementClassIcon inspect
      ImageEditor openOnClass:self andSelector:#announcementClassIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary announcementClassIcon'
-        ifAbsentPut:[(Depth8Image new) width:12; height:12; bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary announcementClassIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:12;
+                height:12;
+                bits:(ByteArray 
+                            fromPackedString:'
 @A@C@PDA@PDA@P4@C1P9N3,;N3,;N1XI@#(8M#H/KB$$IS,KA#,4LR8+JBP!!G3,NA#,0KR,''H2D^GC,N@#(6J"X"HA4ZF3,LC1P:N3,;KQ$6N1XI@A@B@PDR
-N3,7D (@@@@@@@@HL1HDEP@@@@@@@ALQAQ\@@@@@@@@@MP\X@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 88 135 184 90 136 185 92 138 186 93 139 186 95 140 187 108 149 192 110 151 193 111 151 194 112 152 194 117 156 196 123 160 199 125 162 200 133 167 203 137 170 205 139 172 206 147 177 209 153 182 212 157 184 213 163 189 216 169 193 218 173 196 220 180 201 223 181 202 224 190 208 227 208 227 253 208 228 253 209 228 252 209 228 253 211 230 253 212 230 253 213 230 253 214 231 253 215 232 253 217 233 253 218 233 253 219 234 253 220 234 253 220 235 253 221 235 254 221 236 254 222 236 254 223 236 254 224 237 254 225 238 254 226 238 254 227 239 254 228 239 254 229 240 254 230 240 254 230 241 254 231 238 245 232 241 254 233 239 246 233 242 254 239 243 248 240 246 254 251 252 253 253 254 254 255 255 255]; mask:((Depth1Image new) width:12; height:12; bits:(ByteArray fromPackedString:'_>????????????????=?;0_OC0<\C0@O') ; yourself); yourself]
+N3,7D (@@@@@@@@HL1HDEP@@@@@@@ALQAQ\@@@@@@@@@MP\X@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 88 135 184 90 136 185 92 138 186 93 139 186 95 140 187 108 149 192 110 151 193 111 151 194 112 152 194 117 156 196 123 160 199 125 162 200 133 167 203 137 170 205 139 172 206 147 177 209 153 182 212 157 184 213 163 189 216 169 193 218 173 196 220 180 201 223 181 202 224 190 208 227 208 227 253 208 228 253 209 228 252 209 228 253 211 230 253 212 230 253 213 230 253 214 231 253 215 232 253 217 233 253 218 233 253 219 234 253 220 234 253 220 235 253 221 235 254 221 236 254 222 236 254 223 236 254 224 237 254 225 238 254 226 238 254 227 239 254 228 239 254 229 240 254 230 240 254 230 241 254 231 238 245 232 241 254 233 239 246 233 242 254 239 243 248 240 246 254 251 252 253 253 254 254 255 255 255 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray fromPackedString:'_>????????????????=?;0_OC0<\C0@O');
+                            yourself);
+                yourself
+        ]
 !
 
 applicationDefinitionClassIcon
@@ -10581,63 +15594,92 @@
 !
 
 autoloadedClassBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self autoloadedClassBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#autoloadedClassBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary autoloadedClassBrowserIcon'
-        ifAbsentPut:[(Depth2Image new) width:13; height:11; bits:(ByteArray fromPackedString:'UUUUXEUUUTAY?=% V_?YPE''?6TAZUU%@V**)PE)UVTAZU=%@U%_YPEUUUT@b') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((Depth1Image new) width:13; height:11; bits:(ByteArray fromPackedString:'_?A?<G?0_?A?<G?0_?A?<G?0_?@?<@@a') ; yourself); yourself]
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:13;
+                height:11;
+                bits:(ByteArray 
+                            fromPackedString:'UUUUXEUUUTAY?=% V_?YPE''?6TAZUU%@V**)PE)UVTAZU=%@U%_YPEUUUT@b');
+                colorMapFromArray:#[ 0 0 0 84 84 84 170 170 170 255 255 255 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'_?A?<G?0_?A?<G?0_?A?<G?0_?@?<@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 containerClassBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self containerClassBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#containerClassBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary containerClassBrowserIcon'
-        ifAbsentPut:[(Depth4Image new) width:13; height:11; bits:(ByteArray fromPackedString:'@QDP@ADQ@@DQD@@QDP@AD@@@@AD@@Q@@@@@Q@@DP@@@@DP@AD@@@@AD@@Q@@@@@Q@@DP@@@@DP@AD@@@@AD@@QDP@ADQ@@DQD@@QDP@b') ; colorMapFromArray:#[0 0 0 0 127 127]; mask:((Depth1Image new) width:13; height:11; bits:(ByteArray fromPackedString:'^OA8<F@0XCA LF@0XCA LF@0^OA8<@@a') ; yourself); yourself]
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                bits:(ByteArray 
+                            fromPackedString:'@QDP@ADQ@@DQD@@QDP@AD@@@@AD@@Q@@@@@Q@@DP@@@@DP@AD@@@@AD@@Q@@@@@Q@@DP@@@@DP@AD@@@@AD@@QDP@ADQ@@DQD@@QDP@b');
+                colorMapFromArray:#[ 0 0 0 0 127 127 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'^OA8<F@0XCA LF@0XCA LF@0^OA8<@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 dart13x11Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self dart13x11Icon inspect
      ImageEditor openOnClass:self andSelector:#dart13x11Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'GenericToolbarIconLibrary dart13x11Icon'
-        ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@H @@@@@@@BH @@@@@@H2H@@@@HH!!H2@@@@@BH!!H0@@@@@BH!!H @@@@@@@BH @@@@@@@BI@@@@@@@@DQ@@@@@@@@DP@AP@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 0 57 93 0 115 187 127 185 221 238 191 43]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'F@@\@C0@?@C<@G8@A0@C @G@@L@@H@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary dart13x11Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@H @@@@@@@BH @@@@@@H2H@@@@HH!!H2@@@@@BH!!H0@@@@@BH!!H @@@@@@@BH @@@@@@@BI@@@@@@@@DQ@@@@@@@@DP@AP@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 0 57 93 0 115 187 127 185 221 238 191 43 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'F@@\@C0@?@C<@G8@A0@C @G@@L@@H@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 dartClassBrowserIcon
@@ -10648,63 +15690,99 @@
 !
 
 enumTypeBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self enumTypeBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#enumTypeBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class enumTypeBrowserIcon'
-	ifAbsentPut:[(Depth2Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'(@@@NJ@@@C" @@@@(@@@@J(@J BB@B@@  @ NJ@@@@B @@@@(@@@@J@@@@@b') ; colorMapFromArray:#[0 0 0 127 127 127 255 0 0 255 255 0]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@F60[[@@@@@@@@@@@@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class enumTypeBrowserIcon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'(@@@NJ@@@C" @@@@(@@@@J(@J BB@B@@  @ NJ@@@@B @@@@(@@@@J@@@@@b');
+                colorMapFromArray:#[ 0 0 0 127 127 127 255 0 0 255 255 0 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@F60[[@@@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 errorClassBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self errorClassBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#errorClassBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class errorClassBrowserIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@BH@@@@@@@@"@@@@@@@BH"@@@@@@@"H @@@@@@H"H@@@@@@BH"@@@@@@@"H @@@@@@@"@@@@@@@@@@@@@@@@@BH@@@@@@@@"@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A @F@@<@C0@O@@<@C0@F@@@@A @F@@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class errorClassBrowserIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@BH@@@@@@@@"@@@@@@@BH"@@@@@@@"H @@@@@@H"H@@@@@@BH"@@@@@@@"H @@@@@@@"@@@@@@@@@@@@@@@@@BH@@@@@@@@"@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'A @F@@<@C0@O@@<@C0@F@@@@A @F@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 exceptionClassBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self exceptionClassBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#exceptionClassBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class exceptionClassBrowserIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@BH@@@@@@@@"@@@@@@@BH"@@@@@@@"H @@@@@@H"H@@@@@@BH"@@@@@@@"H @@@@@@@"@@@@@@@@@@@@@@@@@BH@@@@@@@@"@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 110 110 110]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A @F@@<@C0@O@@<@C0@F@@@@A @F@@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class exceptionClassBrowserIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@BH@@@@@@@@"@@@@@@@BH"@@@@@@@"H @@@@@@H"H@@@@@@BH"@@@@@@@"H @@@@@@@"@@@@@@@@@@@@@@@@@BH@@@@@@@@"@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 110 110 110 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'A @F@@<@C0@O@@<@C0@F@@@@A @F@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 guiApplicationDefinitionClassIcon
@@ -10746,183 +15824,290 @@
 !
 
 notificationClassBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self notificationClassBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#notificationClassBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class notificationClassBrowserIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@BH@@@@@@@@"@@@@@@@BH"@@@@@@@"H @@@@@@H"H@@@@@@BH"@@@@@@@"H @@@@@@@"@@@@@@@@@@@@@@@@@BH@@@@@@@@"@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 0 127 255]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A @F@@<@C0@O@@<@C0@F@@@@A @F@@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class notificationClassBrowserIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@BH@@@@@@@@"@@@@@@@BH"@@@@@@@"H @@@@@@H"H@@@@@@BH"@@@@@@@"H @@@@@@@"@@@@@@@@@@@@@@@@@BH@@@@@@@@"@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 0 127 255 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'A @F@@<@C0@O@@<@C0@F@@@@A @F@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 queryClassBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self queryClassBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#queryClassBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class queryClassBrowserIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@BH@@@@@@@@"@@@@@@@BH"@@@@@@@"H @@@@@@H"H@@@@@@BH"@@@@@@@"H @@@@@@@"@@@@@@@@@@@@@@@@@BH@@@@@@@@"@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 61 173 0]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A @F@@<@C0@O@@<@C0@F@@@@A @F@@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class queryClassBrowserIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@BH@@@@@@@@"@@@@@@@BH"@@@@@@@"H @@@@@@H"H@@@@@@BH"@@@@@@@"H @@@@@@@"@@@@@@@@@@@@@@@@@BH@@@@@@@@"@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 61 173 0 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'A @F@@<@C0@O@@<@C0@F@@@@A @F@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 sharedPoolBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self sharedPoolBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#sharedPoolBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'GenericToolbarIconLibrary class sharedPoolBrowserIcon'
-        ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@H"H"H"H @BH"H"H"H@@"H"H"H"@@H"H"H"H @BH"H"H"H@@"H"H"H"@@H"H"H"H @BH"H"H"H@@"H"H"H"@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 0 127 255]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A?<G?0_?A?<G?0_?A?<G?0_?@@@@@a') ; yourself); yourself]
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@H"H"H"H @BH"H"H"H@@"H"H"H"@@H"H"H"H @BH"H"H"H@@"H"H"H"@@H"H"H"H @BH"H"H"H@@"H"H"H"@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 0 127 255 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'@@A?<G?0_?A?<G?0_?A?<G?0_?@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 smallGrayPackageIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self smallGrayPackageIcon inspect
      ImageEditor openOnClass:self andSelector:#smallGrayPackageIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class smallGrayPackageIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@ADP@@DQ@@DPDP@Q@P@AD@DQD@D@@ADQDQDQ@@@@HRH D@@@@@D@@ @@@@H!!H H@@@@BHRHB@@@@@"D"@ @@@@H!!H @@@@@@@P@@@@@b') ; colorMapFromArray:#[0 0 0 132 0 132 153 153 153]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'NGA,4F^PO?@_8C? O>@?8C? O<@? @@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class smallGrayPackageIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@ADP@@DQ@@DPDP@Q@P@AD@DQD@D@@ADQDQDQ@@@@HRH D@@@@@D@@ @@@@H!!H H@@@@BHRHB@@@@@"D"@ @@@@H!!H @@@@@@@P@@@@@b');
+                colorMapFromArray:#[ 0 0 0 132 0 132 153 153 153 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'NGA,4F^PO?@_8C? O>@?8C? O<@? @@a');
+                            yourself);
+                yourself
+        ]
 !
 
 smallGreenPackageIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self smallGreenPackageIcon inspect
      ImageEditor openOnClass:self andSelector:#smallGreenPackageIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class smallGreenPackageIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@BH @@H"@@H H @"@ @BH@H"H@H@@BH"H"H"@@@@D!!DPH@@@@@H@@P@@@@DRDPD@@@@AD!!DA@@@@@QHQ@P@@@@DRDP@@@@@@@ @@@@@b') ; colorMapFromArray:#[0 0 0 0 255 0 132 0 132]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'NGA,4F^PO?@_8C? O>@?8C? O<@? @@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class smallGreenPackageIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@BH @@H"@@H H @"@ @BH@H"H@H@@BH"H"H"@@@@D!!DPH@@@@@H@@P@@@@DRDPD@@@@AD!!DA@@@@@QHQ@P@@@@DRDP@@@@@@@ @@@@@b');
+                colorMapFromArray:#[ 0 0 0 0 255 0 132 0 132 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'NGA,4F^PO?@_8C? O>@?8C? O<@? @@a');
+                            yourself);
+                yourself
+        ]
 !
 
 smallOrangePackageIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self smallOrangePackageIcon inspect
      ImageEditor openOnClass:self andSelector:#smallOrangePackageIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class smallOrangePackageIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@ADP@@DQ@@DPDP@Q@P@AD@DQD@D@@ADQDQDQ@@@@HRH D@@@@@D@@ @@@@H!!H H@@@@BHRHB@@@@@"D"@ @@@@H!!H @@@@@@@P@@@@@b') ; colorMapFromArray:#[0 0 0 132 0 132 255 139 0]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'NGA,4F^PO?@_8C? O>@?8C? O<@? @@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class smallOrangePackageIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@ADP@@DQ@@DPDP@Q@P@AD@DQD@D@@ADQDQDQ@@@@HRH D@@@@@D@@ @@@@H!!H H@@@@BHRHB@@@@@"D"@ @@@@H!!H @@@@@@@P@@@@@b');
+                colorMapFromArray:#[ 0 0 0 132 0 132 255 139 0 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'NGA,4F^PO?@_8C? O>@?8C? O<@? @@a');
+                            yourself);
+                yourself
+        ]
 !
 
 smallYellowPackageIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self smallYellowPackageIcon inspect
      ImageEditor openOnClass:self andSelector:#smallYellowPackageIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class smallYellowPackageIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@ADP@@DQ@@DPDP@Q@P@AD@DQD@D@@ADQDQDQ@@@@HRH D@@@@@D@@ @@@@H!!H H@@@@BHRHB@@@@@"D"@ @@@@H!!H @@@@@@@P@@@@@b') ; colorMapFromArray:#[0 0 0 132 0 132 255 255 0]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'NGA,4F^PO?@_8C? O>@?8C? O<@? @@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class smallYellowPackageIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@ADP@@DQ@@DPDP@Q@P@AD@DQD@D@@ADQDQDQ@@@@HRH D@@@@@D@@ @@@@H!!H H@@@@BHRHB@@@@@"D"@ @@@@H!!H @@@@@@@P@@@@@b');
+                colorMapFromArray:#[ 0 0 0 132 0 132 255 255 0 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'NGA,4F^PO?@_8C? O>@?8C? O<@? @@a');
+                            yourself);
+                yourself
+        ]
 !
 
 startableClassBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self startableClassBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#startableClassBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class startableClassBrowserIcon'
-	ifAbsentPut:[(Depth2Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'**J*NJ*"*#"*!!J(@*!!T*@J(DJ B*DR(@*!!T*NJ(*J B*O2(@*+.*@J*** @b') ; colorMapFromArray:#[0 0 0 127 127 127 255 0 0 255 255 0]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@ @B@@\@C8@O @>@C8@H @>@A0@G@@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class startableClassBrowserIcon'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'**J*NJ*"*#"*!!J(@*!!T*@J(DJ B*DR(@*!!T*NJ(*J B*O2(@*+.*@J*** @b');
+                colorMapFromArray:#[ 0 0 0 127 127 127 255 0 0 255 255 0 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'@ @B@@\@C8@O @>@C8@H @>@A0@G@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 testCaseClassIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self testCaseClassIcon inspect
      ImageEditor openOnClass:self andSelector:#testCaseClassIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'GenericToolbarIconLibrary class testCaseClassIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@H @@@@@@@"D@@@@@@@HP@@@@@ @"D@@@@@H HP@@@@@AH"D@@@@@@AHP@@@@@@@A@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 56 142 51]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@C@@\@A AN@F0@_@@8@A@@@@@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'GenericToolbarIconLibrary class testCaseClassIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@H @@@@@@@"D@@@@@@@HP@@@@@ @"D@@@@@H HP@@@@@AH"D@@@@@@AHP@@@@@@@A@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 56 142 51 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'@@@@@@C@@\@A AN@F0@_@@8@A@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 testCaseErrorIcon
@@ -10955,83 +16140,131 @@
 !
 
 visualStartableClassBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self visualStartableClassBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#visualStartableClassBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class visualStartableClassBrowserIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A@P@@@@9&XPE&XP@NY!!C E&D@C&DN; E!!@@9!!@N@AXP@NXP8N@VD@C&DN; E!!@@9!!A&XAXP@NXPY&@VD@C1DVI!!DQ@@@@D"HP@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??#?>O?8??#?>O?8??#?>O?8??#?>@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class visualStartableClassBrowserIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@A@P@@@@9&XPE&XP@NY!!C E&D@C&DN; E!!@@9!!@N@AXP@NXP8N@VD@C&DN; E!!@@9!!A&XAXP@NXPY&@VD@C1DVI!!DQ@@@@D"HP@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'??#?>O?8??#?>O?8??#?>O?8??#?>@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 warningClassBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self warningClassBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#warningClassBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class warningClassBrowserIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@BH@@@@@@@@"@@@@@@@BH"@@@@@@@"H @@@@@@H"H@@@@@@BH"@@@@@@@"H @@@@@@@"@@@@@@@@@@@@@@@@@BH@@@@@@@@"@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 127 0]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A @F@@<@C0@O@@<@C0@F@@@@A @F@@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class warningClassBrowserIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@BH@@@@@@@@"@@@@@@@BH"@@@@@@@"H @@@@@@H"H@@@@@@BH"@@@@@@@"H @@@@@@@"@@@@@@@@@@@@@@@@@BH@@@@@@@@"@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 127 0 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'A @F@@<@C0@O@@<@C0@F@@@@A @F@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 webServiceClassBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self webServiceClassBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#webServiceClassBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class webServiceClassBrowserIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@ADQD@@@@@DQDQD@@@@QDQDQD@@ACMDP3MD@@P3MDP3M@@DL3QCL3P@ADL4P3L4@@QCMDL3Q@@@QDQCMD@@@@QDQDP@@@@@QDQ@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'C8@_0C? _?A?<G?0_?A?<C? G<@O @@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class webServiceClassBrowserIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@ADQD@@@@@DQDQD@@@@QDQDQD@@ACMDP3MD@@P3MDP3M@@DL3QCL3P@ADL4P3L4@@QCMDL3Q@@@QDQCMD@@@@QDQDP@@@@@QDQ@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'C8@_0C? _?A?<G?0_?A?<C? G<@O @@a');
+                            yourself);
+                yourself
+        ]
 !
 
 windowClassBrowserIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self windowClassBrowserIcon inspect
      ImageEditor openOnClass:self andSelector:#windowClassBrowserIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class windowClassBrowserIcon'
-	ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@;.;.;.8P@N??????D@C/?????1@@;?????<P@N??????D@C/?????1@@;?????<P@N??????D@@QDQDQDQ@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??#?>O?8??#?>O?8??#?>O?8??#?>@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'GenericToolbarIconLibrary class windowClassBrowserIcon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:13;
+                height:11;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@;.;.;.8P@N??????D@C/?????1@@;?????<P@N??????D@C/?????1@@;?????<P@N??????D@@QDQDQDQ@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:13;
+                            height:11;
+                            bits:(ByteArray fromPackedString:'??#?>O?8??#?>O?8??#?>O?8??#?>@@a');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-tools-SystemBrowser-java'!
@@ -11241,7 +16474,7 @@
      Icon flushCachedIcons
     "
 
-    <resource: #image>
+    <resource: #programImage>
 
     ^self javaClassBrowserIcon
 
@@ -11480,7 +16713,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionA12x12'
+        constantNamed:'GenericToolbarIconLibrary versionA12x12'
         ifAbsentPut:[(Depth8Image new) width: 13; height: 13; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<+KR8/LCD2L3<?O3<?J"T%IRX''JB0?O3<?O18 HRD!!H2P)O3<?O3<RE1\[F14_H#<?O3<?A@LLD1DQE!!0?O3<?
 O0HPCP(FB@TNO3<?O3<GF!!$XEQPMBS<?O3<?@@<NC ,KB0D?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O0@@@@@@@@@@@@@@
@@ -11503,7 +16736,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionA16x16'
+        constantNamed:'GenericToolbarIconLibrary versionA16x16'
         ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 DLQ;_W7F1<#R4-_T5]WZG2[%9._&:>/,;^;/<OG2<<T 7;Z:/K6<0LGA8NK#9N)9F-6(+*:1-[V5*;V>/;?"^A''P^*J#+[B0*KF7-;F+02 X2(2R%9^ ^*N%
 (:Z0+]0''E<&H H*J")JU%)ZU)9^''IQY-SFQ$"H"@ XFJ$)JR''"PRM$A@QU]XT5NB (RD Y0#B3\,LR9@QDQERT%WVE!!1H 1-TC$9LSD1K#8.QDUE[BDN[51[
@@ -11527,7 +16760,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionA24x24'
+        constantNamed:'GenericToolbarIconLibrary versionA24x24'
         ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @",2L3T8MCP:O#(<OC0<O349M3,7M#XEG.[4;/G1<_O6=/W7>_''9>?/;?O3=??80G>O$9>#(:N#):^''/;^;0<OK5=?_8>O(0FMSH2</M3\7Q3]GW5=_W6-3!!
 8.K+9^0/G]''J,<C@0LCH0LCS2L#H2MOU6MWW7.(1GKB1.*65.LGA0\GA0\GA0\GN2\CH4>@.F:2/)Z6-+Z65.K.8.++@0LC@0LB=4=4-F96#(JJ#+Z6-+Z6-
@@ -11554,7 +16787,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionAB12x12'
+        constantNamed:'GenericToolbarIconLibrary versionAB12x12'
         ifAbsentPut:[(Depth8Image new) width: 13; height: 13; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 _7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=FS%AQUEUVV''=?_7=?O",+J284NT!!?_7=?_1<"H2L#JB$<_7=?_7<SFA \GA8 IE]XVU-RA@LMEAHRE15LST=O
 T0HQC (FB@TOQ4%IR$,GF1(YE!!TNBTEBP4ME@A@OC0,KB0D;OS4?NG=?_7=?L3D*IRX&I21?_7=?_4@:N#X1LR4!!_7=?_7=DMS\2L"<0C@@@@@@@@@@@@@@@
@@ -11577,7 +16810,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionABBase12x12'
+        constantNamed:'GenericToolbarIconLibrary versionABBase12x12'
         ifAbsentPut:[(Depth8Image new) width: 13; height: 13; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 _7=?_4!!QU51]YF!!@_7=?_7<+H"T''KCQPN''=^Y6)+[&=0]A\_H!!!!?T30<OC=FSF@EA 4C_281L#H2NC%O@PDB@G<\H2L)JR4/L7E2\7U,B $TGQ,[HR)%Y&%)
 [P ZEQDLC0,VW6E!!X&LNJBX$HA8UDEYXVU%[AA$VE!!HRD ]NT%ITR7=?_7=?QTL;MSX6M35?_7=?_5UMST%CP380_7=?_7=ZQ4)DQDEBD0@@@@@@@@@@@@@@
@@ -11600,7 +16833,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionABase12x12'
+        constantNamed:'GenericToolbarIconLibrary versionABase12x12'
         ifAbsentPut:[(Depth8Image new) width: 13; height: 13; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 _7=?_4UIR41MTEIC_7=?_7<5KB<1M#5HPG=NTUMTUUYWVBD)KBI?R$EAPTIDQ$<PDQ N_3 :N3,;O#=GB (MBG<&KR43L3\9O@LEBPE?EQP^I2T%J3PGA P@
 _1L$G10WF!!X C@0K@''<YL#@.J" _F7=?_7=?C2L HA4]GQI?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_7=?_0@@@@@@@@@@@@@@
@@ -11623,7 +16856,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionB12x12'
+        constantNamed:'GenericToolbarIconLibrary versionB12x12'
         ifAbsentPut:[(Depth8Image new) width: 13; height: 13; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O20+KR0.K3@)O3<?O3<&H2T%I2 (
 J#<?O3<?HQ0_HBH"H2P?O3<?O1\VFQ([GA0^O3<?O3<G@ $TEQTVD#<?O3<?C 0E@ LCA@X?O3<?O1 SD1@LC@ AO3<?O3<]C1DMCP(K@@@@@@@@@@@@@@@@
@@ -11646,7 +16879,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionB16x16'
+        constantNamed:'GenericToolbarIconLibrary versionB16x16'
         ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 GRP H"L%]GU6;N;.:^/*@]#$8^K#9^_(<OG2</S6=Q0-4\KM3\/Q4=SU5]_ 9.<\KLV5.++B.++B0,KB3<?UF2:7(:N2-[V8.LR81LSB2!!$/*).['':N!!([J/
 +;J5-\$XJ:&O#)R[&9:#&9>_(ZGHCB).SIFV$X*L"8:'')9"[6  )\C]FQ49KR8VE!!XVT%-$II7@6LS9DQD9NT$-LSH):BRY1MS(8NC 7OC0<P5EN^0\(\&Y"
@@ -11670,7 +16903,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionB24x24'
+        constantNamed:'GenericToolbarIconLibrary versionB24x24'
         ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 GB$/KB00K2</MC 8NCX6M#X6LSL5L!!<BN?S0;.;0=_W8>OS4>_'';>?/;?/;<?=<QPN_(:N#(:N#*9>/.<OC3<?O4<//6>>0SO=7U5MSU5]WU5]/[7^C 8.K%
 9N''-:^LSO-SG2,3R3=KR4-KR4-WU5M/[7-/^8.XWOM":2\#H2L#J2,+J3MKS4-KT5MS\5^DTN,J5-KR8.++I2\''I2\#I2L+L4=SR5MDRN\Z+*:.++;R8.K*:
@@ -11697,7 +16930,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionBBase12x12'
+        constantNamed:'GenericToolbarIconLibrary versionBBase12x12'
         ifAbsentPut:[(Depth8Image new) width: 13; height: 13; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 _7=?_3@7O$MER4<)_7=?_7<\FQ([GQ<6H7=?_7=?D!!DSEQXXFQ]?_7=?_0TJC@4NC1HK_7=?_7<@@PXGB@ IAG=?_7=?@%QSUUQVU5!!Q_7=?_0MMRT1LS%AP
 T''=?_7<PQ4ADQ$!!HRT)?_7=?_3(9OC4?PDAB_7=?_7<&HB 5NC 9L7=?_7=?K"0$HBD!!H"U?_7=?_3,4MCD,KB\^_7=?_7=AK3H-KR(+E@@@@@@@@@@@@@@@
@@ -11720,7 +16953,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionBase16x16'
+        constantNamed:'GenericToolbarIconLibrary versionBase16x16'
         ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 ARP!!HRL%I"\0LSL4L#X5@TK.;^70</O4=_[6>_+;=1AA9NC^7.W%9._(:^3.<^($PMGL4=OU5=[V6=/\7^S!!HC:>0<OC0L''I3,?Q4-_W108/,J6-+[R9.+.<
 0L''E3LXMK)& (:Z''):^,,[R6/+;AB212$YZU"9^\(:N%)::.''00TN$=)]XVD"(*R_Y&Y&Y8JD3(:N4Q_U6=5]WU5^IF]BQIHR$-EP4QHTV)+Y&&DT@\+Y55Z
@@ -11744,7 +16977,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'SVN::IconLibrary class versionBase24x24'
+        constantNamed:'GenericToolbarIconLibrary versionBase24x24'
         ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @!!LNDADQE!!XVF!!0_H2D$H2@ H18"H!!8AO=SZ6]''\7^C"8.[&9.#*;N?2;_W6>]HXU^''.;.;.<OS4=OS4=?_8>O#;?O;=?>\RTMOM3L3K2<3M3<?Q5=/^8^W)
 9.[1:=T]Q<N:.[&8.K?A/\GA1LSG1<+J5-#$7<8VR*:.,+N6-+&9.[2<0LC@0LC@0<#B4L$ON:J*****+:.+*;N1-[V5-;.;0LB=1+8VN*J\)JF!!)JR#*J"+
@@ -12099,11 +17332,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.202 2014-04-27 20:02:10 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.225 2014-12-04 19:04:35 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.202 2014-04-27 20:02:10 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.225 2014-12-04 19:04:35 cg Exp $'
 !
 
 version_HG
--- a/Label.st	Thu May 01 10:47:38 2014 +0100
+++ b/Label.st	Wed Dec 10 23:42:26 2014 +0000
@@ -1473,6 +1473,18 @@
     ^ m
 ! !
 
+!Label methodsFor:'native widget support'!
+
+nativeWindowType
+    "return a symbol describing my native window type 
+     (may be used internally by the device as a native window creation hint)"
+
+    self class == Label ifTrue:[
+        ^ #Label
+    ].
+    ^ nil
+! !
+
 !Label methodsFor:'others'!
 
 rawLabelSizeOf:aLogo
@@ -1959,10 +1971,10 @@
 !Label class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.153 2014-02-18 16:46:07 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.154 2014-08-03 12:28:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.153 2014-02-18 16:46:07 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.154 2014-08-03 12:28:17 cg Exp $'
 ! !
 
--- a/ListView.st	Thu May 01 10:47:38 2014 +0100
+++ b/ListView.st	Wed Dec 10 23:42:26 2014 +0000
@@ -36,7 +36,8 @@
 !
 
 Object subclass:#SearchSpec
-	instanceVariableNames:'pattern match ignoreCase variable fullWord forward'
+	instanceVariableNames:'pattern match ignoreCase variable fullWord forward
+		atBeginOfLineOnly ignoreDiacritics'
 	classVariableNames:''
 	poolDictionaries:''
 	privateIn:ListView
@@ -700,7 +701,7 @@
     list add:aString.
 
     includesNonStrings ifFalse:[
-        includesNonStrings := (aString notNil and:[(aString isMemberOf:String) not]).
+        includesNonStrings := (aString notNil and:[(aString isSingleByteString) not]).
         includesNonStrings ifTrue:[
             fontHeightBefore := fontHeight.
             self getFontParameters.
@@ -735,7 +736,7 @@
     ].
 
     includesNonStrings ifFalse:[
-        includesNonStrings := (aString notNil and:[(aString isMemberOf:String) not]).
+        includesNonStrings := (aString notNil and:[(aString isSingleByteString) not]).
 "/        includesNonStrings ifTrue:[self getFontParameters].
     ].
     shown ifTrue:[
@@ -772,7 +773,7 @@
         includesNonStrings := 
             aCollectionOfLines 
                 contains:[:someLine |
-                    someLine notNil and:[(someLine isMemberOf:String) not].
+                    someLine notNil and:[(someLine isSingleByteString) not].
                 ]
     ].
 
@@ -1554,10 +1555,10 @@
 
     didIncludeNonStrings := includesNonStrings.
     includesNonStrings ifFalse:[
-        includesNonStrings := (aString notNil and:[(aString isMemberOf:String) not]).
+        includesNonStrings := (aString notNil and:[(aString isSingleByteString) not]).
     ] ifTrue:[
-        (aString isNil or:[(aString isMemberOf:String)]) ifTrue:[
-            includesNonStrings := list contains:[:l | l notNil and:[(l isMemberOf:String) not]].
+        (aString isNil or:[(aString isSingleByteString)]) ifTrue:[
+            includesNonStrings := list contains:[:l | l notNil and:[(l isSingleByteString) not]].
         ]
     ].
 
@@ -1781,7 +1782,7 @@
 !
 
 model:aModel
-    "define the receivers model, from which the text is
+    "define the receiver's model, from which the text is
      to be aquired via list- or aspect-messages, whenever its aspect
      changes."
 
@@ -1951,7 +1952,7 @@
 drawLine:line atX:x inVisible:visLineNr with:fg and:bg
     "draw a given string at visible lines position with
      given x position in fg/bg. Clears the whole line before drawing the string.
-     Low level entry; not meant for public use."
+     This is a low level entry; not meant for public use."
 
     |y l|
 
@@ -2064,7 +2065,7 @@
         yf := y - (lineSpacing // 2).
 
         len := lineString size.
-        (lineString notNil and:[(lineString isMemberOf:String) not ])
+        (lineString notNil and:[lineString isString not ])
         ifTrue:[
             w := lineString widthFrom:sCol to:(endCol min:len) on:self.
             endCol > len ifTrue:[
@@ -2109,7 +2110,7 @@
             lineString := self withoutColorEmphasis:lineString ifFg:fg andBg:bg.
 
             backgroundAlreadyClearedColor == bg ifFalse:[
-                (lineString isMemberOf:String) ifTrue:[
+                (lineString isSingleByteString) ifTrue:[
                     fontIsFixedWidth ifTrue:[
                         w := (eCol - sCol + 1) * fontWidth
                     ] ifFalse:[
@@ -2376,7 +2377,7 @@
     ] ifFalse:[
         line := self visibleAt:startLine.
 
-        (fontIsFixedWidth and:[line isMemberOf:String]) ifFalse:[
+        (fontIsFixedWidth and:[line isSingleByteString]) ifFalse:[
             "start/end col has to be computed for each line"
 
             startLine to:stopLine do:[:i |
@@ -2396,7 +2397,7 @@
                 endCol > 0 ifTrue:[
                     startLine to:stopLine do:[:i |
                         line := self visibleAt:i.
-                        (line isMemberOf:String) ifTrue:[
+                        (line isSingleByteString) ifTrue:[
                             self redrawVisibleLine:i from:startCol to:endCol
                         ] ifFalse:[
                             self redrawVisibleLine:i
@@ -2847,7 +2848,7 @@
                                         thisLine isNil ifTrue:[
                                             maxSoFar
                                         ] ifFalse:[
-                                            (thisLine isMemberOf:String) ifTrue:[
+                                            (thisLine isSingleByteString) ifTrue:[
                                                 maxSoFar
                                             ] ifFalse:[
                                                 maxSoFar max:(thisLine heightOn:self)
@@ -2872,12 +2873,14 @@
     "ask my model (if any) for the text via the listMsg.
      If there is no listMessage, try aspect for backward compatibility."
 
-    |newText msg|
+    |newText msg doCompareIfUnchanged|
 
     model notNil ifTrue:[
         msg := listMsg ? aspectMsg.
 
         msg notNil ifTrue:[
+            doCompareIfUnchanged := compareModelOnUpdate.
+
             newText := model perform:msg.
             "/ cg: this makes many optimizations (virtualArray) useless;
             "/ I do not think that this is a good idea:
@@ -2885,9 +2888,15 @@
             "/ so I changed it to:
             (newText notNil and:[newText isString]) ifTrue:[
                 newText := newText asStringCollection.
+            ] ifFalse:[
+                newText == model ifTrue:[
+                    "/ I must operate on a copy
+                    newText := model asNewOrderedCollection.
+                    "/ doCompareIfUnchanged := false.
+                ].
             ].
 
-            compareModelOnUpdate ifTrue:[
+            doCompareIfUnchanged ifTrue:[
                 "/ see if there is a change at all.
                 "/ use to compare using =, but that's not enough in case of emphasis change.
                 newText size == list size ifTrue:[
@@ -3042,7 +3051,7 @@
         newEntry isNil ifTrue:[
             newW := 0
         ] ifFalse:[
-            (newEntry isMemberOf:String) ifTrue:[
+            (newEntry isSingleByteString) ifTrue:[
                 newW := font widthOf:newEntry
             ] ifFalse:[
                 newW := newEntry widthOn:self
@@ -3055,7 +3064,7 @@
             oldEntry isNil ifTrue:[
                 oldW := 0
             ] ifFalse:[
-                (oldEntry isMemberOf:String) ifTrue:[
+                (oldEntry isSingleByteString) ifTrue:[
                     oldW := font widthOf:oldEntry
                 ] ifFalse:[
                     oldW := oldEntry widthOn:self
@@ -3178,7 +3187,7 @@
     "return the width of an entry"
 
     entry isNil ifTrue:[^ 0].
-    (entry isMemberOf:String) ifTrue:[
+    (entry isSingleByteString) ifTrue:[
         ^ font widthOf:entry
     ].
     ^ entry widthOn:self
@@ -3215,7 +3224,7 @@
 
     self from:first to:last do:[:line |
         line notNil ifTrue:[
-            (line isMemberOf:String) ifTrue:[
+            (line isSingleByteString) ifTrue:[
                 thisLen := font widthOf:line
             ] ifFalse:[
                 thisLen := line widthOn:self
@@ -3283,7 +3292,7 @@
 
         line := self visibleAt:visLineNr.
         (fontIsFixedWidth
-        and:[line isNil or:[line isMemberOf:String]])
+        and:[line isNil or:[line isSingleByteString]])
         ifTrue:[
             lText := (tcol * fontWidth)
         ] ifFalse:[
@@ -3298,7 +3307,7 @@
                 (lineSize < col) ifTrue:[
                     lText := (line widthOn:self) + (fontWidth * (tcol - lineSize))
                 ] ifFalse:[
-                    (line isMemberOf:String) ifTrue:[
+                    (line isSingleByteString) ifTrue:[
                         lText := (font widthOf:line from:1 to:tcol)
                     ] ifFalse:[
                         lText := line widthFrom:1 to:tcol on:self.
@@ -3622,7 +3631,7 @@
 
             entry := list at:lineNr.
             entry notNil ifTrue:[
-                (entry isMemberOf:String) ifTrue:[
+                (entry isSingleByteString) ifTrue:[
                     w := f widthOf:entry
                 ] ifFalse:[
                     w := entry widthOn:self
@@ -3639,7 +3648,7 @@
 
                     line := list at:lineNr.
                     line notNil ifTrue:[
-                        (line isMemberOf:String) ifTrue:[
+                        (line isSingleByteString) ifTrue:[
                             line size > lengthOfLongestString ifTrue:[
                                 lengthOfLongestString := line size
                             ].
@@ -3656,7 +3665,7 @@
                 start to:stop do:[:lineNr |
                     |line len|
 
-                    line := list at:lineNr.
+                    line := list at:lineNr ifAbsent:nil.
                     line notNil ifTrue:[
                         len := line size.
                         "/ consider this a speed hack (not exact, but fast)
@@ -3691,7 +3700,7 @@
     ].
     f := font := font onDevice:d.
 
-    (line isMemberOf:String) ifTrue:[
+    (line isSingleByteString) ifTrue:[
         ^ f widthOf:line
     ].
     ^ line widthOn:self
@@ -4257,11 +4266,13 @@
 
 startAutoScrollDown:yDistance
     "setup for auto-scroll down (when button-press-moving below view)
-     - timeDelta for scroll is computed from distance"
+     - timeDelta for scroll is computed from distance.
+     Return true, to tell caller that scrolling is allowed (redefined in editField)"
 
     self
-	startAutoScrollVertical:yDistance
-	scrollSelector:#scrollSelectDown
+        startAutoScrollVertical:yDistance
+        scrollSelector:#scrollSelectDown.
+    ^ true
 !
 
 startAutoScrollHorizontal:xDistance scrollSelector:scrollSelector
@@ -4289,8 +4300,9 @@
      - timeDelta for scroll is computed from distance"
 
     self
-	startAutoScrollHorizontal:xDistance negated
-	scrollSelector:#scrollSelectLeft
+        startAutoScrollHorizontal:xDistance negated
+        scrollSelector:#scrollSelectLeft.
+    ^ true
 !
 
 startAutoScrollRight:xDistance
@@ -4298,17 +4310,20 @@
      - timeDelta for scroll is computed from distance"
 
     self
-	startAutoScrollHorizontal:xDistance
-	scrollSelector:#scrollSelectRight
+        startAutoScrollHorizontal:xDistance
+        scrollSelector:#scrollSelectRight.
+    ^ true
 !
 
 startAutoScrollUp:yDistance
     "setup for auto-scroll up (when button-press-moving below view)
-     - timeDelta for scroll is computed from distance"
+     - timeDelta for scroll is computed from distance.
+     Return true, to tell caller that scrolling is allowed (redefined in editField)"
 
     self
-	startAutoScrollVertical:yDistance negated
-	scrollSelector:#scrollSelectUp
+        startAutoScrollVertical:yDistance negated
+        scrollSelector:#scrollSelectUp.
+    ^ true
 !
 
 startAutoScrollVertical:yDistance scrollSelector:scrollSelector
@@ -4679,7 +4694,7 @@
      Sorry, but pattern is no regular expression pattern (yet)"
 
     |lineString
-     pattern ignCase match fullWord
+     pattern ignCase match fullWord atBeginOfLineOnly
      found firstChar1 firstChar2 c pc col1
      col         "{ Class: SmallInteger }"
      cc          "{ Class: SmallInteger }"
@@ -4692,6 +4707,7 @@
     match := searchSpec match.
     match ifTrue:[ Transcript showCR:'backward matchsearch is (still) not implemented' ].
     fullWord := searchSpec fullWord.
+    atBeginOfLineOnly := searchSpec atBeginOfLineOnly.
 
     patternSize := pattern size.
     (list notNil
@@ -4758,7 +4774,9 @@
                                         or:[ (self findBeginOfWordAtLine:lnr col:col) == col
                                               and:[ (self findEndOfWordAtLine:lnr col:col) == (col + patternSize - 1) ]]
                                     ) ifTrue:[
-                                        ^ block1 value:lnr value:col.
+                                        (atBeginOfLineOnly not or:[col == 1]) ifTrue:[
+                                            ^ block1 value:lnr value:col.
+                                        ]
                                     ]
                                 ].
                                 col := col - 1.
@@ -4821,7 +4839,7 @@
     "search for a pattern, if found evaluate block1 with row/col as arguments, if not
      found evaluate block2."
 
-    |lineString col pattern match ignCase fullWord
+    |lineString col pattern match ignCase fullWord atBeginOfLineOnly
      patternSize
      line1 "{Class: SmallInteger}"
      line2 "{Class: SmallInteger}"
@@ -4831,6 +4849,7 @@
     match := searchSpec match.
     ignCase := searchSpec ignoreCase.
     fullWord := searchSpec fullWord.
+    atBeginOfLineOnly := searchSpec atBeginOfLineOnly.
 
     patternSize := pattern size.
     (list notNil and:[patternSize ~~ 0]) ifTrue:[
@@ -4868,7 +4887,9 @@
                                         caseSensitive:ignCase not
                                         ifAbsent:0.
                                 col ~~ 0 ifTrue:[
-                                    ^ block1 value:lnr value:col.
+                                    (atBeginOfLineOnly not or:[col == 1]) ifTrue:[
+                                        ^ block1 value:lnr value:col.
+                                    ]
                                 ]
                             ]
                         ].
@@ -4899,7 +4920,9 @@
                                     or:[ (self findBeginOfWordAtLine:lnr col:col) == col
                                           and:[ (self findEndOfWordAtLine:lnr col:col) == (col + patternSize - 1) ]]
                                 ) ifTrue:[
-                                    ^ block1 value:lnr value:col.
+                                    (atBeginOfLineOnly not or:[col == 1]) ifTrue:[
+                                        ^ block1 value:lnr value:col.
+                                    ]
                                 ]
                             ]
                         ]
@@ -5194,6 +5217,14 @@
 
 !ListView::SearchSpec methodsFor:'accessing'!
 
+atBeginOfLineOnly
+    ^ atBeginOfLineOnly ? false
+!
+
+atBeginOfLineOnly:something
+    atBeginOfLineOnly := something.
+!
+
 forward
     ^ forward ? true
 !
@@ -5206,6 +5237,14 @@
     ^ ignoreCase ? false
 !
 
+ignoreDiacritics
+    ^ ignoreDiacritics
+!
+
+ignoreDiacritics:something
+    ignoreDiacritics := something.
+!
+
 match
     ^ match ? false
 !
@@ -5253,6 +5292,18 @@
     forward := forwardBoolean
 !
 
+pattern:patternString ignoreCase:ignoredCaseBoolean match:matchBoolean variable:variableBoolen 
+                      fullWord:fullWordBoolen forward:forwardBoolean
+                      atBeginOfLineOnly:atBeginOfLineOnlyArg
+    pattern := patternString.
+    ignoreCase := ignoredCaseBoolean.
+    match := matchBoolean.
+    variable := variableBoolen.
+    fullWord := fullWordBoolen.
+    forward := forwardBoolean.
+    atBeginOfLineOnly := atBeginOfLineOnlyArg
+!
+
 variable
     ^ variable
 !
@@ -5264,10 +5315,10 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.391 2014-04-12 11:35:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.401 2014-12-08 17:31:05 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.391 2014-04-12 11:35:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.401 2014-12-08 17:31:05 cg Exp $'
 ! !
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MacOSXToolbarIconLibrary.st	Wed Dec 10 23:42:26 2014 +0000
@@ -0,0 +1,1438 @@
+"
+ COPYRIGHT (c) 2014 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+"{ Package: 'stx:libwidg' }"
+
+XPToolbarIconLibrary subclass:#MacOSXToolbarIconLibrary
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Smalltalk'
+!
+
+!MacOSXToolbarIconLibrary class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2014 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+documentation
+"
+    ToolbarIconLibrary := MacOSXToolbarIconLibrary
+
+    This is a style specific icon library for a mac-OSX look.
+
+    Never access this iconlibrary directly from an application -
+    always use ToolbarIconLibrary, which is an alias to one of the style specific
+    icon libs.
+
+    Notice and Warning:
+        only redefine existing icons here; never add ionly to here.
+        For every icon-method here, there MUST be a corresponding (albeit
+        possibly ugly) icon-method in GenericToolBarIcon.
+
+"
+! !
+
+!MacOSXToolbarIconLibrary class methodsFor:'image specs'!
+
+checkToggleOffDisabledIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self checkToggleOffDisabledIcon inspect
+     ImageEditor openOnClass:self andSelector:#checkToggleOffDisabledIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary checkToggleOffDisabledIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@N0L$IBP$IBP$P@L<@@@@@@@;L!!X#H2LAH2L#H1X3N0@@@@@HGS8@NAXVE!!X8H 0!!F0@@
+@@@/JR XC@0LC@0LJ089K0@@@@@%P34!!K@8NC 8NKSTJP@@@@@@ZFS<9ACT5MST5DDLYF @@@@@_A0XQAPTEM TEDPXGG0@@@@@;A1D6M"(*E3XB@!!DGN0@@
+@@@RDP,^MCPYFSP4G ,QD @@@@@&B4MBNST5MST9P$LKI @@@@@MP2D(I2\''CB\+C"5CBP@@@@AAB0@0ER@#H2@UL@@KC0@@@@@7I ,?O3<?O3<?P1\&N @@
+@@ADD1PTEAPTEAPTEAPSQ@@@@@@@NR8\GA0\GA0\GB89@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[235 235 235 241 241 242 210 211 210 123 123 123 223 224 224 210 210 210 208 208 208 206 206 206 120 120 120 169 169 169 217 217 218 214 214 214 232 232 232 168 168 168 228 228 228 153 153 153 222 222 222 209 209 209 154 154 154 110 110 110 97 97 97 239 239 239 237 237 237 213 213 213 230 230 231 218 218 218 132 132 132 119 119 119 199 199 199 229 229 228 215 215 215 140 140 140 240 240 240 227 227 227 235 235 234 241 241 241 126 126 126 124 124 124 162 162 162 231 231 231 229 229 229 225 225 225 212 212 212 230 230 230 227 227 228 226 226 226 202 202 202 127 127 127 238 238 238 234 234 234 190 190 190 188 188 188 217 217 217 224 224 224 211 211 211 116 116 116 236 236 236 223 223 223 117 117 117 146 146 146 144 144 144 225 224 225 233 233 233 220 220 220 125 125 125 152 152 152 221 221 221 219 219 219 197 197 197]; mask:((Depth1Image new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@@@@@@G?8@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@G?8@@@@@') ; yourself); yourself]
+!
+
+checkToggleOffEnteredIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self checkToggleOffEnteredIcon inspect
+     ImageEditor openOnClass:self andSelector:#checkToggleOffEnteredIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary checkToggleOffEnteredIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@N0L$IBP$IBP$P@L<@@@@@@@;LY^_''9>_''9>_''9\>N0@@@@@H HBW%9^W%9^W((A?F0@@
+@@@/[XB@ HB@ HB@ HAUK0@@@@@%UV5?+8B@ HB@[V6''P@@@@@@ZX%UU+F5-[V5-UUU"F @@@@@_ER@ HB@ H2@ HB@UG0@@@@@;ER@#H2L#H2N%)R@UN0@@
+@@@RHD=OS4="X$=OS4< D @@@@@&S5UUUV5-[V5UUUUOI @@@@@MUW>@ HB@ HB@ F5UBP@@@@AAS9^W''9>_''9>_%9]OC0@@@@@7JT=UUUUUUUUUURL)N @@
+@@ADD1PTEAPTEAPTEAPSQ@@@@@@@NR8\GA0\GA0\GB89@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[235 235 235 241 241 242 210 211 210 123 123 123 223 224 224 210 210 210 208 208 208 206 206 206 120 120 120 169 169 169 217 217 218 214 214 214 232 232 232 168 168 168 228 228 228 153 153 153 222 222 222 209 209 209 154 154 154 110 110 110 97 97 97 239 239 239 237 237 237 213 213 213 230 230 231 218 218 218 132 132 132 119 119 119 199 199 199 229 229 228 215 215 215 140 140 140 240 240 240 227 227 227 235 235 234 241 241 241 126 126 126 124 124 124 162 162 162 231 231 231 229 229 229 225 225 225 212 212 212 230 230 230 227 227 228 226 226 226 202 202 202 127 127 127 238 238 238 234 234 234 190 190 190 188 188 188 217 217 217 224 224 224 211 211 211 116 116 116 236 236 236 223 223 223 117 117 117 146 146 146 144 144 144 225 224 225 233 233 233 220 220 220 125 125 125 152 152 152 221 221 221 219 219 219 197 197 197 226 226 227 229 229 229 221 222 221 223 223 223 218 218 218 241 241 241 235 235 235 230 230 230 232 232 232 220 220 220 242 242 242 238 238 238 232 232 232 227 227 227 231 232 232 223 223 223 244 244 244 185 185 185 235 235 235 229 229 229 224 224 224 244 244 245 220 220 220 241 241 241 236 236 236 232 232 232 205 205 205 226 226 226 221 221 221 243 243 243 234 234 235 240 240 239 244 244 244 238 238 238 236 236 237 233 233 233 235 235 235 206 206 206 237 238 238 229 229 229 245 245 245 218 218 218 241 241 241 233 233 234 235 235 235 230 230 230 242 242 242 241 241 241 238 238 238 232 232 232 227 227 227 244 244 244 217 217 217 239 239 239 244 244 243 235 235 235 229 229 229 202 202 202 246 246 246 247 247 247 239 239 240 241 241 241 236 236 236 229 230 229 232 232 232 247 247 247 244 244 244 238 238 238 233 233 233 245 245 245 241 242 242 238 238 239 241 241 241 235 235 235 243 243 244 247 247 247 242 242 242 215 215 215 247 247 246 235 236 235 238 238 238 227 227 227 249 249 249 244 244 244 239 239 239 247 247 247 241 241 241 236 236 236 226 226 226 248 248 248 250 250 250 245 245 245 241 241 241 249 249 248 247 247 247 242 242 242 240 241 240 250 250 250 242 242 243 244 244 244 239 239 239 247 247 247 241 241 241 244 245 245 244 244 244 233 233 233 246 246 247]; mask:((Depth1Image new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@@@@@@G?8@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@G?8@@@@@') ; yourself); yourself]
+!
+
+checkToggleOffIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self checkToggleOffIcon inspect
+     ImageEditor openOnClass:self andSelector:#checkToggleOffIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary checkToggleOffIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+A XFA XFA XFA XFA XFA XFA XFA XFA XFA XFA XFA XFA X@IB@@@@@@@@@@@B@$@@XFA XGGC$NC 8NC 8NC#$5DPXFA X;H3L9B0,KB0,9NPT-N0XF
+A XXL#@PD@T3APTSDCP+F@XFA XYBSHUG3P4MCP#KQH"FPXFA XLH#(RL#H2L#H2J2$"C0XFA X7@"<DE!!XVE!!XVAA,BM0XFA X1CQXCJ"X&I"(*N@PMLPXF
+A X''@RH:JB (JB :JRHAI0XFA X]I",#LA@PDC@4H2,&GPXFA XWJ0TKC 8NC 8NNPTRM XFA X1I ,NC 8NC 8NC ,&LPXFA X,E@(^G!!8^G!!8^G (TOPXF
+A X>OA(ZF!!(ZF!!(ZF!!(<O XFA XFK  !!HRD!!HRD!!HP .A XFA XFA XFA XFA XFA XFA XF') ; colorMapFromArray:#[131 131 131 231 231 231 227 227 227 234 234 234 232 232 232 250 250 250 0 0 0 153 153 153 202 202 202 239 238 239 225 225 225 254 254 254 148 148 148 228 228 228 255 255 255 149 149 149 249 249 249 152 152 152 243 243 243 250 249 249 175 175 175 246 245 245 233 233 233 189 189 189 143 143 143 141 141 141 97 97 97 229 230 229 203 203 204 180 180 180 229 229 229 246 247 246 130 130 130 199 199 199 237 237 237 246 246 246 151 151 151 220 220 220 236 236 236 172 172 172 241 241 241 239 239 239 235 235 235 242 242 242 116 116 116 245 245 245 223 223 223 230 230 230 248 248 248 164 164 164 244 244 244 251 251 251 247 247 247 203 203 203 190 190 190 157 157 157 234 233 234 253 253 253 240 240 240 132 132 132 110 110 110 117 117 117 197 197 197]; mask:((Depth1Image new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@@@@@@G?8@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@G?8@@@@@') ; yourself); yourself]
+!
+
+checkToggleOnDisabledIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self checkToggleOnDisabledIcon inspect
+     ImageEditor openOnClass:self andSelector:#checkToggleOnDisabledIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary checkToggleOnDisabledIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@ABA0T@@@@@@@@@@@@@@@@@@@MZH0H@@@@@F @4MCP4MCP4MDTXH @@@@@NM1\QSUIRT$5MI# ''N @@@@@EBB()V1\WE5,7ES /AP@@
+@@@OL0,*A@P)A@-LER-WC0@@@@@0S!!IUURPPDCTUG48AL@@@@@@2U3L&VC4MK%%XIT-HU@@@@@@SN5\(P3<1FT<>R5\AD0@@@@@JRCX\RS<UES5QPCYHB @@
+@@ADR2)[E0<8NB5[PR(3Q@@@@@@LDBERBRAGGP%VT"DPC@@@@@@,HS0[F1,9L1,[E#0QD @@@@@JAA,[F1,[F1,[F1,DB @@@@AJEE\6M#X6M#X6M%\TGP@@
+@@@^A$YFQ$YFQ$YFQ$XFG @@@@@@S%MPTEAPTEAPTEMN@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[142 142 142 222 222 222 209 209 209 145 145 145 236 236 236 132 132 132 110 110 110 88 88 88 230 230 230 248 248 248 164 164 164 233 233 233 180 180 180 218 218 218 165 165 165 143 143 143 234 234 234 243 243 243 190 190 190 157 157 157 175 175 175 60 60 60 253 253 253 240 240 240 32 32 32 123 123 123 163 163 163 254 254 254 232 232 232 117 117 117 197 197 197 82 82 82 244 244 244 242 242 242 136 136 136 52 52 52 174 174 174 183 183 183 130 130 130 77 77 77 219 219 219 237 237 237 235 235 235 140 140 140 189 189 189 176 176 176 216 216 216 194 194 194 141 141 141 119 119 119 148 148 148 228 228 228 131 131 131 160 160 160 229 229 229 196 196 196 61 61 61 214 214 214 161 161 161 221 221 221 250 250 250 73 73 73 122 122 122 58 58 58 231 231 231 238 238 238 103 103 103 81 81 81 172 172 172 37 37 37 97 97 97 95 95 95 224 224 224 191 191 191 116 116 116 227 227 227 92 92 92 245 245 245 223 223 223 57 57 57 199 199 199 217 217 217 246 246 246 202 202 202 149 149 149 74 74 74 247 247 247 225 225 225 59 59 59 68 68 68 46 46 46 239 239 239]; mask:((Depth1Image new) width:18; height:18; bits:(ByteArray fromPackedString:'@@N@@@^@G?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@G?8@@@@@') ; yourself); yourself]
+!
+
+checkToggleOnEnteredIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self checkToggleOnEnteredIcon inspect
+     ImageEditor openOnClass:self andSelector:#checkToggleOnEnteredIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary checkToggleOnEnteredIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+A0\GA0\GA0\GA0\GA6E/N9\GA0\GA0\GA0\GA0\GA9QN &0GA0\GLD2V%)ZV%)ZVF2\OV \GA0]?B@NN''95QCZZAF$8;*@\GA0]7O@Q4^"QTIB6DS#,/L0\G
+A0]]X9ICGRVURV$SS%")HP\GA0^GYDYNS!!TEAUYNN1%@B0\GA0\1"''0LS#-0!!#-NG*EGNP\GA0]W^XV*J$8BED8:Y''D5BP\GA0]=&5@\\$9NS!!@#GA<VO \G
+A0^C[S>XP"@;N51BQJU6)@\GA0]EK%-MUW9_PSXRXE.''Y0\GA0\QV2J\$1]SZ!!^SOX2H@P\GA0^K#0X4 HB@ HBIMB&M( \GA0]ON@(,KEIRT$!!8RE:^L \G
+A0]%I" (JB (JB (JB &YP\GA0\GA9A5]WU5]WU5]Y@@A0\GA0\GA0\GA0\GA0\GA0\GA0\G') ; colorMapFromArray:#[223 223 223 88 144 206 107 132 153 218 231 243 200 221 240 182 213 239 205 242 254 0 0 0 160 175 210 38 90 174 205 240 248 30 70 160 120 143 161 231 239 248 101 105 109 14 14 32 90 105 118 78 138 203 183 220 251 112 123 132 108 134 156 150 174 194 137 189 231 201 236 254 85 98 108 167 201 231 149 155 161 48 49 134 156 200 237 192 219 240 144 174 201 150 196 235 126 150 171 33 63 155 189 226 253 151 192 226 210 228 243 193 219 240 110 110 110 5 5 37 97 97 97 205 240 254 91 109 124 84 96 107 213 248 252 210 227 243 159 203 239 162 187 209 88 89 163 31 78 167 117 118 119 33 53 147 210 246 254 133 187 230 185 221 252 81 96 107 166 189 206 34 80 167 108 133 155 88 88 88 187 213 236 196 231 254 45 100 181 161 204 240 149 193 230 118 136 151 171 210 243 189 216 240 168 208 242 53 120 194 153 181 206 151 195 231 212 247 251 195 219 240 101 114 125 92 105 114 49 50 142 181 219 250 46 46 46 116 117 118 150 197 235 231 240 248 212 247 252 180 209 224 211 228 243 184 221 252 144 165 183 34 87 173 134 153 168 87 99 108 129 129 136 174 213 246 141 171 195 30 62 155 205 239 248 107 121 135 180 217 249 232 232 232 88 99 108 171 206 234 151 194 231 197 197 197 147 195 234 61 125 197 81 96 106 191 216 238 187 219 234 97 109 119 209 209 209 147 194 234 98 105 121 103 103 103 165 198 227 144 193 232 141 176 207 93 102 108 205 225 241 199 199 199 149 195 234 32 53 147 212 246 251 132 186 229 209 226 243 97 103 108 159 200 234 39 98 179 182 217 246 89 96 165 213 249 254 228 237 247 52 52 52 44 107 186 181 197 210 143 192 232 165 198 225 27 68 160 177 214 247 213 248 254 151 195 232 112 144 178 190 226 253 186 220 249 225 236 246 182 218 249 202 202 202 96 107 118 186 215 238 198 234 254 145 145 145 194 219 241 52 54 145 132 132 132 168 208 243 90 99 108 98 109 119 136 188 231 197 232 254 230 239 248 169 189 206 228 238 247 96 103 109 158 199 234 118 147 180 88 99 109 50 111 188 162 204 240 230 239 247 161 204 239 85 92 161 163 201 232 145 190 228]; mask:((Depth1Image new) width:18; height:18; bits:(ByteArray fromPackedString:'@@^@@@^@G?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@C?8@@@@@') ; yourself); yourself]
+!
+
+checkToggleOnIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self checkToggleOnIcon inspect
+     ImageEditor openOnClass:self andSelector:#checkToggleOnIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary checkToggleOnIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+X6M#X6M#X6M#X6M#X08IR)]#X6M#X6M#X6M#X6M#X9POGII#X6M#($"*********EE4H_&M#X6MULHQB&%.CER12OQB-*VM#X6NH[E]<%WYNLU"3QJ"YA&M#
+X6MYO0@8PYA9(V%@E+D''F6M#X6L6''(5(&@H>O%HMDY4KT6M#X6M;)$XC_PQ.TX0$J''@R*6M#X6N#UI,7+$\ZE6^EL58!!YVM#X6NOX#*V"16S$6EZCI1E,FM#
+X6NAYF)-SH:F!!''PGJT.IK&M#X6N%S3U_MBTY]1<"!!509OFM#X6L^F@E?'':\S J]CZ0((RVM#X6MM$SH;"+H/,()VI&@+^&M#X6N/)@UPTG!!8^F> [7FBKVM#
+X6M5+GM3\7M3\7M3\7N,]VM#X6M#X6X#H2L#H2L#H6X X6M#X6M#X6M#X6M#X6M#X6M#X6M#') ; colorMapFromArray:#[164 202 233 168 217 253 116 148 174 76 106 130 43 58 73 189 235 246 33 53 147 143 195 239 14 14 32 103 103 103 169 217 253 114 173 222 123 182 231 36 48 60 232 232 232 46 46 46 50 56 61 50 68 82 117 175 224 155 194 214 48 49 134 223 234 246 40 51 60 60 94 123 147 199 243 58 77 95 58 92 119 33 63 155 52 52 52 27 44 58 78 138 203 162 210 251 223 223 223 93 165 222 160 209 250 199 199 199 32 47 59 158 205 244 195 243 254 133 183 225 151 201 245 139 193 238 107 148 183 163 209 248 222 234 245 117 118 119 50 111 188 200 247 254 129 149 196 196 220 240 189 238 254 112 176 227 161 210 252 147 199 244 27 68 160 109 169 219 168 204 235 130 187 234 115 178 229 196 244 254 61 125 197 114 122 130 158 199 234 144 190 228 65 79 92 171 207 236 216 230 243 180 227 254 45 53 60 98 168 224 128 182 228 24 43 58 49 50 142 88 144 206 88 88 88 131 187 235 143 195 240 112 144 178 197 220 240 127 186 234 199 246 251 136 179 216 107 136 160 30 70 160 92 164 221 89 96 165 199 246 254 182 210 235 195 218 239 30 62 155 117 171 217 222 234 246 148 199 243 5 5 37 107 173 225 157 207 249 189 235 254 36 56 73 97 166 224 0 0 0 111 174 227 38 90 174 202 202 202 24 43 57 45 61 74 170 203 233 130 187 235 177 224 254 165 199 230 139 193 239 136 180 218 198 245 250 126 181 227 189 234 246 219 232 245 97 97 97 104 143 176 197 197 197 196 219 240 73 97 117 198 245 251 174 207 237 118 147 180 31 78 167 189 215 237 33 47 59 129 129 136 178 225 254 165 208 228 44 107 186 141 168 190 223 235 246 206 223 240 59 93 122 33 48 61 156 205 248 32 53 147 114 176 228 199 247 254 103 150 191 38 55 68 120 157 190 84 116 143 39 98 179 173 207 236 158 206 248 209 209 209 29 46 60 145 145 145 194 217 239 124 182 232 132 132 132 46 61 74 132 165 194 220 233 245 106 172 225 116 177 229 138 184 223 117 174 223 180 228 254 198 244 250 175 207 236 88 89 163 34 87 173 137 167 190 53 120 194 117 175 225 183 230 254 44 53 61 85 92 161 52 54 145 34 80 167 110 110 110 46 55 77 37 61 81 116 117 118 45 100 181 94 119 140 200 248 254 157 178 196]; mask:((Depth1Image new) width:18; height:18; bits:(ByteArray fromPackedString:'@@^@@@^@G?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@O?<@C?8@@@@@') ; yourself); yourself]
+!
+
+radioOffDisabledIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self radioOffDisabledIcon inspect
+     ImageEditor openOnClass:self andSelector:#radioOffDisabledIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary radioOffDisabledIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@C=PTC<@@@@@@@@@@@@@@C=\O@=WHA]@WC<@@@@@@@@@B"  UAHLCCD9A2 J@@@@@@@JN@4HHRD!!HRDLU T8B @@@C<2SC >AD$LL0PQM3!!FL#<@
+@A4ANQ<5@!!XQDQX^V@X;EQ4@T@8,IR,?R1,^G#UGU",-FP8@TDQTA!!4JO1L7M1L?B$HI@TQPTT)^W@(SM4,1LT,7D0(+K$)QTU-SC#=GV#8>O#9ZR5%MPU-Q
+TET=L"L^E!!@DW1@VIC\0I5UP@C@@P3<VL2D!!HQ0XDQHF@C@@@CP/U0(PHRD!!HRD!!ABLKK3P@@E@_ED=RGBD!!HRD\O0LTG5@@@@AQJ"X"OTL>O$ ''H"X*TP@@
+@@@@TSYAJTU]WTT)PSYQ@@@@@@@@@E@:A$8ZF$8FN%@@@@@@@@@@@@@@O5EBP%D?@@@@@@@@') ; colorMapFromArray:#[122 122 122 151 151 151 242 242 242 107 107 107 249 249 249 114 114 114 205 205 205 110 110 110 221 220 220 208 208 208 226 226 226 111 111 111 253 253 253 118 118 118 209 209 209 125 125 125 247 247 247 245 245 245 232 232 232 230 230 230 135 135 135 153 153 153 244 244 244 129 129 129 251 251 251 136 136 136 176 176 176 237 238 237 254 254 254 221 221 221 239 239 239 206 206 206 113 113 113 255 255 255 89 89 89 231 231 231 240 240 240 187 187 187 134 134 134 132 132 132 181 181 181 117 117 117 197 197 197 215 215 215 131 131 131 191 191 191 169 169 169 167 167 167 207 207 207 236 236 236 203 203 203 252 252 252 219 219 219 237 237 237 204 204 204 233 233 233 180 180 180 158 158 158 218 218 218 165 165 165 163 163 163 130 130 130 241 241 241 228 228 228 164 164 164 162 162 162 222 222 222 200 200 200 198 198 198 94 94 94 123 123 123 234 234 234 201 201 201 250 250 250 186 186 186 235 235 235 120 120 120 211 211 211 189 189 189 105 105 105 227 227 227 225 225 225 223 223 223 159 159 159 146 146 146 195 195 195 224 224 224 109 109 109 232 232 231 229 229 229 238 238 238 185 185 185 214 214 214 88 88 88 168 168 168 248 248 248]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@^@?C?0?G?8?O?<?_?>?_?>???>?????????????????_?>?_?>?_?>?O?<?G?8?C?0?@?@?') ; yourself); yourself]
+!
+
+radioOffIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self radioOffIcon inspect
+     ImageEditor openOnClass:self andSelector:#radioOffIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary radioOffIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@C=PTC<@@@@@@@@@@@@@@C=\O@=WHA]@WC<@@@@@@@@@B"  UAHLCCD9A2 J@@@@@@@JN@4HHRD!!HRDLU T8B @@@C<2SC >AD$LL0PQM3!!FL#<@
+@A4ANQ<5@!!XQDQX^V@X;EQ4@T@8,IR,?R1,^G#UGU",-FP8@TDQTA!!4JO1L7M1L?B$HI@TQPTT)^W@(SM4,1LT,7D0(+K$)QTU-SC#=GV#8>O#9ZR5%MPU-Q
+TET=L"L^E!!@DW1@VIC\0I5UP@C@@P3<VL2D!!HQ0XDQHF@C@@@CP/U0(PHRD!!HRD!!ABLKK3P@@E@_ED=RGBD!!HRD\O0LTG5@@@@AQJ"X"OTL>O$ ''H"X*TP@@
+@@@@TSYAJTU]WTT)PSYQ@@@@@@@@@E@:A$8ZF$8FN%@@@@@@@@@@@@@@O5EBP%D?@@@@@@@@') ; colorMapFromArray:#[122 122 122 151 151 151 242 242 242 107 107 107 249 249 249 114 114 114 205 205 205 110 110 110 221 220 220 208 208 208 226 226 226 111 111 111 253 253 253 118 118 118 209 209 209 125 125 125 247 247 247 245 245 245 232 232 232 230 230 230 135 135 135 153 153 153 244 244 244 129 129 129 251 251 251 136 136 136 176 176 176 237 238 237 254 254 254 221 221 221 239 239 239 206 206 206 113 113 113 255 255 255 89 89 89 231 231 231 240 240 240 187 187 187 134 134 134 132 132 132 181 181 181 117 117 117 197 197 197 215 215 215 131 131 131 191 191 191 169 169 169 167 167 167 207 207 207 236 236 236 203 203 203 252 252 252 219 219 219 237 237 237 204 204 204 233 233 233 180 180 180 158 158 158 218 218 218 165 165 165 163 163 163 130 130 130 241 241 241 228 228 228 164 164 164 162 162 162 222 222 222 200 200 200 198 198 198 94 94 94 123 123 123 234 234 234 201 201 201 250 250 250 186 186 186 235 235 235 120 120 120 211 211 211 189 189 189 105 105 105 227 227 227 225 225 225 223 223 223 159 159 159 146 146 146 195 195 195 224 224 224 109 109 109 232 232 231 229 229 229 238 238 238 185 185 185 214 214 214 88 88 88 168 168 168 248 248 248]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@^@?C?0?G?8?O?<?_?>?_?>???>?????????????????_?>?_?>?_?>?O?<?G?8?C?0?@?@?') ; yourself); yourself]
+!
+
+radioOnDisabledIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self radioOnDisabledIcon inspect
+     ImageEditor openOnClass:self andSelector:#radioOnDisabledIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary radioOnDisabledIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@DB@ D@@@@@@@@@@@@@@@DCA@TFA0 D@0D@@@@@@@@@BP(KC@4NC0LPDQHI@@@@@@@ID1PUE!!\XFQ([GA4SBP@@@@D^G2@!!H"L$IRX''JB$*G D@
+@B,,KR8/LCD2L3P5M#\8NR,@@C(@N30=O#=@PTICQDUFQ3(@@$!!IR$-LST9OS49PSEER@D BT5QUU%]XVU)[V5)\VE5^W5QST6A!!X&M$YVY''Y6!!)Z&-,[VAS
+@&9/\GE2\7Q5]WY3]7!!9^&8B@G-<_W9? HFB 8RE!!!!2G_G,@@H R"X*K#H6N#9BQ$)NTD( @@@JU%)^XFY&Z&92]'')>V%PH@@@AS(JF"(:R%)ZZ''(*F T0@@
+@@@@T:")**.,+J.**Z!!S@@@@@@@@@@J-+*>0,J>.+PH@@@@@@@@@@@@@@UN1,ULA@@@@@@@@') ; colorMapFromArray:#[77 77 77 228 228 228 227 227 227 211 211 211 139 139 139 82 82 82 59 59 59 62 62 62 87 87 87 226 226 226 167 167 167 56 56 56 81 81 81 206 206 206 244 244 244 243 243 243 99 99 99 55 55 55 167 167 167 165 165 165 52 52 52 172 172 172 211 211 211 221 221 221 223 223 223 222 222 222 218 218 218 207 207 207 174 174 174 50 50 50 202 202 202 58 58 58 87 87 87 180 180 180 194 194 194 199 199 199 202 202 202 201 201 201 196 196 196 189 189 189 167 167 167 86 86 86 58 58 58 221 221 221 126 126 126 74 74 74 111 111 111 171 171 171 182 182 182 184 184 184 175 175 175 175 175 175 183 183 183 176 176 176 160 160 160 110 110 110 77 77 77 127 127 127 209 209 209 92 92 92 126 126 126 156 156 156 167 167 167 111 111 111 42 42 42 41 41 41 109 109 109 164 164 164 146 146 146 127 127 127 95 95 95 79 79 79 198 198 198 73 73 73 109 109 109 138 138 138 149 149 149 144 144 144 37 37 37 37 37 37 143 143 143 139 139 139 116 116 116 225 225 225 186 186 186 87 87 87 123 123 123 148 148 148 160 160 160 155 155 155 40 40 40 40 40 40 154 154 154 150 150 150 130 130 130 95 95 95 185 185 185 103 103 103 123 123 123 156 156 156 171 171 171 178 178 178 118 118 118 44 44 44 117 117 117 179 179 179 172 172 172 161 161 161 133 133 133 112 112 112 195 195 195 106 106 106 119 119 119 163 163 163 181 181 181 192 192 192 198 198 198 187 187 187 197 197 197 183 183 183 170 170 170 133 133 133 111 111 111 207 207 207 121 121 121 140 140 140 164 164 164 192 192 192 206 206 206 214 214 214 215 215 215 215 215 215 212 212 212 207 207 207 197 197 197 152 152 152 219 219 219 99 99 99 169 169 169 203 203 203 219 219 219 231 231 231 233 233 233 232 232 232 229 229 229 221 221 221 208 208 208 180 180 180 101 101 101 206 206 206 135 135 135 96 96 96 179 179 179 232 232 232 240 240 240 240 240 240 233 233 233 224 224 224 188 188 188 98 98 98 197 197 197 134 134 134 89 89 89 115 115 115 172 172 172 215 215 215 175 175 175 117 117 117 204 204 204 162 162 162 117 117 117 94 94 94 88 88 88 218 218 218 205 205 205 189 189 189 176 176 176 222 222 222]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@^@?C?0?G?8?O?<?_?>?_?>?_?>?????????????????_?>?_?>?_?>?O?<?G?8?C?0?@?@?') ; yourself); yourself]
+!
+
+radioOnIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self radioOnIcon inspect
+     ImageEditor openOnClass:self andSelector:#radioOnIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary radioOnIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@G]EQW\@@@@@@@@@@@@@@G^LV0);-:A[#G\@@@@@@@@@YF)DB3&C#&ZW[YM$@@@@@@A$LJU''RJXS($)4BQX0Y@@@@G^BWVVP]SZ-G*\=@''E< ''\@
+@BJV[''@)N9<#%FMIWH<WD"H@@B8GKS]MCX56DI&U"U>Z,B8@QR<8\92RDPL>O LH$&!! @B=EQ;T3[205XU"X&E"AMZ<(,+UGQ3H!!*DD+\ E=_T@*!!HUUCCIG
+QUB)"A4<^U:1,Q!!9*%FQT%AE@J.FU@Z6^!!0:F4L'''' V.!!*,@@H)WMCF#S7!!,U&HZ"5*3U8(@@DV!!I), -DH%_2R]G:P&(TT@@@AGS*1SR40OC79)T:1NQ0@@
+@@@@Q1PUC&.G!!6,NEQQG@@@@@@@@@DTYQ QYVPQFFTT@@@@@@@@@@@@@]4\?O4]7@@@@@@@@') ; colorMapFromArray:#[33 85 163 90 126 156 129 178 220 21 42 57 189 189 189 130 187 235 114 178 231 54 77 148 92 158 211 151 180 214 70 77 150 59 81 154 79 120 171 121 180 229 117 117 117 185 226 240 30 45 59 93 159 212 117 127 165 208 227 245 204 204 204 162 162 162 27 47 140 27 88 170 158 208 250 218 218 218 187 234 254 180 227 254 179 226 254 112 178 231 175 208 238 158 197 233 143 190 230 64 113 168 221 221 221 143 184 220 200 246 254 208 255 255 135 135 135 171 218 253 66 149 216 129 183 227 135 192 239 122 185 234 90 165 224 27 109 189 209 209 209 198 198 198 162 164 189 125 181 232 185 185 185 34 99 177 91 102 112 107 175 229 172 207 236 60 145 213 34 79 162 197 207 229 181 227 254 145 192 233 137 194 241 159 198 232 23 42 57 222 222 222 89 125 154 102 172 228 199 246 254 177 224 254 37 52 140 227 227 227 205 205 205 225 225 225 193 216 237 137 187 231 202 223 242 103 119 133 147 181 202 103 171 225 197 197 197 184 232 254 195 195 195 123 184 234 96 114 138 89 89 89 95 152 206 72 150 216 200 245 254 167 167 167 27 44 60 176 176 176 142 191 234 132 136 178 114 174 223 34 56 143 159 209 251 62 146 212 46 136 207 109 169 217 196 242 254 146 194 234 226 226 226 26 103 179 204 212 232 147 178 213 78 157 219 106 121 133 163 166 192 94 94 94 200 247 254 38 51 138 28 82 168 54 144 213 42 131 201 26 102 177 134 191 238 35 131 204 188 213 235 167 202 234 30 46 60 228 228 228 197 245 254 152 204 247 169 218 253 46 53 138 34 57 143 33 48 62 152 183 200 208 254 255 229 229 229 108 168 216 202 202 207 239 246 254 125 186 235 109 176 230 121 121 121 88 88 88 56 137 209 90 163 221 219 219 219 174 219 253 211 211 217 82 120 151 238 245 253 42 130 199 146 190 226 76 149 213 91 166 224 163 165 191 143 184 219 117 178 228 117 125 164 80 99 164 27 44 58 80 118 150 26 115 190 90 98 107 76 156 219 192 236 254 158 208 249 148 194 234 75 82 153 206 206 206 207 226 245 166 214 252 93 100 107 26 50 144 205 226 243 168 204 236 56 142 213 90 110 136 141 195 241 207 207 207 134 134 134 176 209 238 115 162 210 93 166 225 53 82 148 152 197 235 45 107 179 96 103 113 188 234 254 186 186 186 151 204 248 49 56 140]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@^@?C?0?G?8?O?<?_?>?_?>?_?>?????????????????_?>?_?>?_?>?O?<?G?8?C?0?@?@?') ; yourself); yourself]
+!
+
+scrollDownActiveIcon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollDownActiveIcon inspect
+     ImageEditor openOnClass:self andSelector:#scrollDownActiveIcon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'VistaToolbarIconLibrary class scrollDownActiveIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@ADWEAPTEAPTEAPTEAP)D A@O"H,M#X6@PDARQX=LB$@EBH!!O4!!HRDUEQT<%C3DT@AP,O0)QQ4\EAPTEAB4&E@@TM$!!QG" (SD1LSA%AS!!P@ECYHQ1<VE"\''
+I2\;ID8T@AP6RAXHJ L.P4QMGA1NE@@TM$ _E# GB1 BN2P$S!!P@ECYHJA<VP#$<I2=APT8T@AP6RB (G1<ZI1,YPTENE@@TM$ (JB (F1-LFTEAS!!P@ECX4
+Q2 (JD1LSD0YM48T@AQJL3IPTE@YFQ$YH4-NE@@TMTXSGQ4]PTEAM4,NS!!P@CP$ @ATUET9NS$9NS!!@+@C(MEAPTEAPTEAPTEAPLA @a');
+                colorMapFromArray:#[ 203 226 236 211 239 250 69 137 173 105 160 189 111 201 239 131 209 242 152 178 198 30 75 99 35 88 116 189 217 232 198 234 249 50 125 165 64 116 156 79 126 162 98 177 211 109 198 235 139 179 201 153 177 195 162 186 204 171 219 239 24 89 138 201 224 234 204 236 250 64 114 153 80 144 178 108 196 233 18 46 61 141 213 243 157 211 233 170 217 236 176 225 247 192 231 249 206 231 241 221 243 251 238 249 253 105 192 228 134 201 228 138 212 243 161 203 221 163 221 245 175 225 247 43 94 132 49 123 162 60 112 152 234 247 253 104 190 226 130 176 200 139 208 238 157 201 223 167 211 230 175 225 246 190 231 248 201 235 249 218 241 251 231 246 252 102 185 220 14 34 45 22 55 72 163 183 199 161 217 241 37 94 124 189 230 248 204 222 233 211 239 251 69 120 158 102 186 221 13 31 41 145 185 207 157 193 212 159 220 245 174 223 244 186 229 248 202 236 249 211 238 250 227 244 252 100 182 216 111 202 240 143 184 206 158 199 217 158 219 245 173 222 243 187 230 248 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollDownOffEntered1Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollDownOffEntered1Icon inspect
+     ImageEditor openOnClass:self andSelector:#scrollDownOffEntered1Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollDownOffEntered1Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@A8QC@4MCP4MCP4MCP4PE @QLTIBP$EAN#$8MSL.IA@@BTIBPS8=OCD.KR,%F2XN@@%APS<<N3$-J"$&G1($C @IPS<=N3$6J"\%H!!8YI@8@BTD?OS8?OSP1
+LB8,FRPN@@%AO34EA1TXG"H]JQ$$C @IPS<=O0DDB@<LKB0YI@8@BTD?OS0=@@LFK"X&FRPN@@%AO349N3PBLB$^G!!$$C @IPS<=N3$6K3D,H!!8YI@8@BTD?
+OS,9M"(''IRH^FRPN@@%AO309NCP)I"P!!GA $C @IO309MSP2I"P!!G!!,WI@8@D3D=N3$9NB4+J"$(I!!<T@B@SB (JB (KB ,KB0,RH0@a');
+                colorMapFromArray:#[ 52 52 50 56 56 60 68 70 70 80 78 80 100 100 100 112 112 110 120 118 120 144 144 140 148 146 150 152 152 150 152 154 150 156 154 150 156 158 160 160 158 160 160 160 160 164 162 160 164 166 170 168 168 170 172 170 170 172 172 170 172 174 170 176 178 180 188 188 190 188 190 190 192 192 190 192 192 200 192 194 200 196 196 200 196 198 200 200 198 200 200 200 200 200 202 200 204 204 200 204 204 210 204 206 210 208 206 210 208 208 210 208 210 210 212 212 210 212 214 220 216 214 220 216 216 220 216 218 220 220 218 220 220 220 220 220 222 220 224 224 230 224 226 230 228 226 230 228 228 230 228 230 230 232 230 230 232 232 230 232 234 230 232 234 240 236 234 230 236 234 240 236 236 240 236 238 240 240 238 240 240 240 240 240 242 240 244 242 240 244 244 240 244 244 250 244 246 250 248 246 250 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollDownOffEntered2Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollDownOffEntered2Icon inspect
+     ImageEditor openOnClass:self andSelector:#scrollDownOffEntered2Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollDownOffEntered2Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@A<NBP$IBP$IBP$IBP$KGP@PN41KR4-KRT%IRT%HM@,@BT1EP#<?O28.K"4(HDDI@@%KP#48NC &I"X&H!!,:BP@IR3<8M#X6H2L#H18ZM0$@BT,?NC1@PB</
+K2<,F#\I@@%KO3 EA1DSEQ$TJ1(7BP@IR3<8P@DDB@0JKBTZM0$@BT,?NC1@@@LFK2\ZF#\I@@%KO3 6OB<BK2(^F!!(7BP@IR3<8M#X6J"<*H18ZM0$@BT,?
+NCX6M"L#H2L^FC\I@@%KNST2L#H^G!!8^GA\7BP@IR#L1LC@0F!!(ZFA\VM0$@D#9GQ$QDQC\7M3\7M2$M@BPRBP$IBP$IBP$IBP$OHP@a');
+                colorMapFromArray:#[ 12 38 52 13 41 57 17 56 76 20 66 91 28 91 124 32 106 145 34 113 155 45 148 203 46 151 207 60 127 177 66 161 212 71 123 162 76 166 214 89 143 184 92 144 183 93 147 188 97 149 188 103 179 220 105 154 191 128 192 226 141 198 229 143 199 229 148 192 216 152 198 222 155 201 226 155 205 232 156 202 227 159 206 232 160 208 233 162 186 204 164 213 239 166 191 209 166 215 241 167 194 214 168 218 245 169 219 246 174 195 211 177 213 233 181 224 247 183 222 242 185 226 248 187 202 213 187 227 248 192 221 237 197 228 245 197 231 249 198 231 249 200 232 249 207 229 242 209 231 244 211 235 247 212 236 248 213 226 235 213 237 250 214 238 251 219 221 223 220 240 251 222 241 252 223 225 227 223 234 242 223 242 252 226 242 252 227 235 241 227 244 252 229 244 252 231 234 236 233 246 253 234 234 234 238 239 240 238 248 253 240 240 242 244 245 246 250 252 254 251 253 254 253 253 255 253 254 255 254 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollDownOffIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self scrollDownOffIcon inspect
+     ImageEditor openOnClass:self andSelector:#scrollDownOffIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+	constantNamed:'VistaToolbarIconLibrary class scrollDownOffIcon'
+	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@DB@0LC@0LC@0LC@0PEA @A@ LC@0LC@0LC@0LDAPX@@PHC@0LC@0LC@0LCA@TF@@DB@0LC@0LC@0LC@0PEA @A@ LC@0LC@0LC@0LDAPX@@PHCAP HB@ H
+B@ GA@TF@@DB@0 RD1PUE!!\XB@PEA @A@ LEB@4NC1@QB@\DAPX@@PHC@0THB ,LB@\CA@TF@@DB@0LCAP IB@\C@0PEA @A@ LC@0LGB@\C@0LDAPX@@PHC
+@0LC@0LC@0LCA@TF@@DB@0LC@0LC@0LC@0PEA @A@ LC@0LC@0LC@0LDAPX@@PHC@0LC@0LC@0LCA@TF@@DB@0LC@0LC@0LC@0PEA @a') ; colorMapFromArray:#[228 228 230 232 232 230 236 238 240 240 240 240 240 242 240 244 242 240 236 234 230 244 244 240 244 246 250 44 46 50 32 30 30 52 54 50 92 92 90 32 34 30 72 74 70 120 122 120 140 140 140 136 134 130 84 86 90 120 120 120 156 158 160 176 174 170 184 184 180 192 192 190 184 182 180]; yourself]
+!
+
+scrollLeftActiveIcon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollLeftActiveIcon inspect
+     ImageEditor openOnClass:self andSelector:#scrollLeftActiveIcon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'VistaToolbarIconLibrary class scrollLeftActiveIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@BHIK2</K2</K2</K2</BQ!!QI2$3Q4]GQ4]GQ4\TQ"T2K2$<GQHRD!!HRD!!HGS!!AOK2<3GQ0[DQDGT@\QDT4.I"</Q1H[NTL:N2P;
+P4LZNC@/K4\RDTL:N3UEN4MCF# 0K2=GD!!D:N3<#@C-CP1(8LB</D1$MP!!]@LR-B@PDVO L/K1LYCP9BAQ=JP DAE#8CK2<SFP4AC$H^R4HA@QX>@2</B@<M
+@PDNP IB@PDVM@L/K3,6RQXVE"0DKAXVHD CK2<FCB(>O#8>O#8>MD K@2<=PT07@0LC@0LC@0LC@2EDKR /K2</K2</K2</K2=DB @a');
+                colorMapFromArray:#[ 105 160 189 111 202 240 143 184 206 158 199 217 161 217 241 37 94 124 188 230 248 201 235 249 211 238 250 69 120 158 104 128 146 98 177 211 109 198 235 131 209 242 141 213 243 158 219 245 174 223 244 186 229 248 202 236 249 211 239 250 227 244 252 248 248 248 108 196 233 18 46 61 153 177 195 159 220 245 173 222 243 187 230 248 198 234 249 210 239 251 69 137 173 80 144 178 105 192 228 139 179 201 152 176 194 30 75 99 35 88 116 189 217 232 203 226 236 210 227 237 66 117 155 238 249 253 104 190 226 130 176 200 139 208 238 162 186 204 171 219 239 24 89 138 201 224 234 50 125 165 64 115 153 234 247 253 102 185 220 14 34 45 138 212 243 161 203 221 170 217 236 176 225 247 192 231 249 204 236 250 221 243 251 72 123 161 102 186 221 13 31 41 22 55 72 154 197 220 163 221 245 175 225 247 43 94 132 49 123 162 218 241 251 231 246 252 100 182 216 111 201 239 145 185 207 157 193 212 167 211 230 175 225 246 190 231 248 206 231 241 211 238 251 70 121 159 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollLeftOffEntered1Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollLeftOffEntered1Icon inspect
+     ImageEditor openOnClass:self andSelector:#scrollLeftOffEntered1Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollLeftOffEntered1Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@=NC@1ZV%)ZC@0LC@0LS =NUQ 2L#H2L#H2L#H2L!!QNSVXKL"T%IRT>O#8>VD($L4AYL&TWE1\2Y#HWE2Q$U2]@B5 $U5]XL (2
+U5]$X3@''PCH1U1X$R08&R1XVBQT0I4@%OQX=VA-HJE <O@ ;RR]@H2EGH%@^FT<"NS% T"@''PC0.D3(/S@@*K0TEG2,SI4AVQ5MEXP\ZQ@]EQQE^Q"]@B@X8
+M3\-K$L.M3]^GV@''PFIE@14]GQ=TG14]M HRI4@:WQ1BP$IBP$IBMR%\KB]ATQ=_J2,+J2,+J2,+J1@@ACPMCP4MCP4MCP4MCP5[@P@a');
+                colorMapFromArray:#[ 162 162 162 185 185 185 191 191 195 197 197 201 207 207 207 210 210 213 215 215 218 224 224 226 230 230 231 232 233 234 112 112 112 243 243 244 148 148 148 158 158 158 55 55 55 195 195 195 198 198 200 203 204 207 210 211 212 215 215 217 226 226 226 229 230 231 234 234 235 240 240 240 244 244 244 146 146 146 157 157 157 51 51 51 190 190 193 196 196 199 78 78 78 208 208 211 217 218 218 224 224 225 229 229 230 233 233 234 238 238 239 242 242 243 144 144 144 155 155 155 177 177 177 187 187 191 199 199 199 204 204 206 209 209 210 213 213 216 221 221 223 226 226 228 234 234 234 238 239 240 243 243 243 153 153 153 174 174 174 188 188 192 194 194 198 202 202 205 207 207 210 214 214 216 220 220 222 228 228 229 232 232 233 237 237 238 241 241 242 248 248 248 151 151 151 171 171 171 188 189 192 198 198 198 205 205 205 206 206 209 214 214 215 218 218 220 100 100 100 233 233 233 238 238 238 242 242 242 118 118 118 150 150 150 165 165 165 191 191 191 69 69 69 202 202 203 207 208 210 211 211 214 217 217 219 228 228 228 231 231 232 236 236 237 240 240 241 244 244 245 149 149 149 164 164 164 186 186 190 192 192 196 200 200 203 205 205 208 212 212 214 216 216 219 226 227 228 231 232 233 234 234 236 241 241 241 245 245 245 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollLeftOffEntered2Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollLeftOffEntered2Icon inspect
+     ImageEditor openOnClass:self andSelector:#scrollLeftOffEntered2Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollLeftOffEntered2Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@CH0F!!(ZF!!(ZF!!(ZF!!(ZLB &H3$/K2</K2</K2</IQ@@F#$.BDEAPTEAPTEAFQ $HQ(/BD,,KB07SC\,K@X5NBDZK4D,R$("KQX-
+R$(+RQD!!F"=AKD("KPE@KT)JJ4$QHQ(/PR0"KP(LD25JR"-IDRDZBQ\DC#,TM$TNJR$CQ#<!!F $WACPNRD4]C"$)@4X?HQ(IE0P)M@8[O@8)JPMFO2DZBR@D
+JR$4C#DNJR$C@#<!!F $>L0LC@04*CPLCG ,?HQ)CQ1UFQ$YFQ$YF@ ,''O2D\AP\OO3<?O3<?O3<?O1=BOTP!!HRD!!HRD!!HRD!!HREBN @a');
+                colorMapFromArray:#[ 92 144 183 13 41 57 155 201 226 164 213 239 181 224 247 207 222 233 213 237 250 231 234 236 232 246 253 251 253 254 12 38 52 152 198 222 28 91 124 183 222 242 200 232 249 223 225 227 227 235 241 238 239 240 248 248 248 103 179 220 20 66 91 159 206 232 32 106 145 198 231 249 212 236 248 222 241 252 60 127 177 66 161 212 100 152 191 143 199 229 160 208 233 187 202 213 197 231 249 52 110 153 223 242 252 229 237 245 244 245 246 253 253 255 98 150 189 148 192 216 166 191 209 169 219 246 197 228 245 211 235 247 220 240 251 229 244 252 238 248 253 253 254 255 97 149 188 141 198 229 165 190 208 168 218 245 187 227 248 209 231 244 46 151 207 227 243 252 240 240 242 254 255 255 117 142 160 17 56 76 155 205 232 176 200 218 185 226 248 219 221 223 45 148 203 227 244 252 71 123 162 250 252 254 94 146 185 128 192 226 156 202 227 166 215 241 34 113 155 207 229 242 214 238 251 225 242 252 233 245 252 76 166 214 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollLeftOffIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self scrollLeftOffIcon inspect
+     ImageEditor openOnClass:self andSelector:#scrollLeftOffIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+	constantNamed:'VistaToolbarIconLibrary class scrollLeftOffIcon'
+	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@DA@PDA@PDA@PDA@PDA@PDB@ HB@ HB@ HB@ HB@ HB@0LC@0LC@0LC@0LC@0LC@0LC@0LC@0LCAP E@0LC@0LC@0LC@0LEBAHH
+B@LC@0LC@0LC@0LEB@4SB@ C@0LC@0LC@0LCB@(NE@ H@0LC@0LC@0LC@0$KC1THB@LC@0LC@0LC@0LHCA@VB@ C@0LC@0LC@0LCA0 QE0 H@0LC@0LC@0LC
+@0LGBA HB@LC@0LC@0LC@0LC@0LGB@\C@0LC@0PDA@PDA@PDA@PDA@PDA@PEAPTEAPTEAPTEAPTEAPTEA XFA XFA XFA XFA XFA @a') ; colorMapFromArray:#[228 228 230 232 232 230 236 238 240 240 240 240 240 242 240 244 242 240 236 234 230 244 244 240 244 246 250 44 46 50 32 30 30 52 54 50 92 92 90 32 34 30 72 74 70 120 122 120 140 140 140 136 134 130 84 86 90 120 120 120 156 158 160 176 174 170 184 184 180 192 192 190 184 182 180]; mask:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??????????????????????????????????????????<b') ; yourself); yourself]
+!
+
+scrollRightActiveIcon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollRightActiveIcon inspect
+     ImageEditor openOnClass:self andSelector:#scrollRightActiveIcon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollRightActiveIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@H/R$)JR$)JR$)JR$)JK0H/K$PID1LSD1LSD1L&ST@9R$QCIQDQDQDQDQDGDB-LR$(IIRP,H0\HA2L#H2HDKT)JD1D,C1%BE$IK
+FQ$5C#]JR!!LQH1$YP#IIP$,YMP87R$(SDRLYFTH2AQ-BR3TNM4)JGC8L@PDXJC KOA ^@A]JR!!0>C@DAFB@''O1 3G @WR$(\O 0A@Q 6CQ 3@Q8@E4)JD#PL
+@PDXN!! 3@PD^QQ]JR$IGQ!!8^OR(=G!!8^LP(WR$(ZES,@@@@@@@@@QP(TE4)NJRDCE1\WE1\WE1\WE1<FRA5JR$)JR$)JR$)JR$)A@ @a');
+                colorMapFromArray:#[ 102 186 221 111 202 240 150 173 191 161 203 221 171 219 239 39 98 129 43 93 131 201 235 249 211 238 251 234 247 253 100 182 216 124 172 197 131 209 242 157 193 212 170 217 236 176 225 247 190 231 248 202 236 249 210 238 250 231 246 252 98 177 211 109 198 235 20 50 65 158 199 217 163 221 245 175 225 247 188 230 248 48 121 159 211 239 250 72 120 156 108 196 233 139 179 201 25 62 82 167 211 230 175 225 246 186 229 248 198 234 249 210 239 251 227 244 252 117 167 194 17 42 55 149 192 216 161 217 241 174 223 244 187 230 248 203 226 236 210 227 237 68 119 157 248 248 248 105 192 228 15 38 50 141 213 243 158 219 245 173 222 243 42 105 139 201 224 234 50 125 165 63 114 152 80 144 178 104 190 226 129 175 200 139 208 238 159 220 245 176 205 220 189 217 232 43 94 132 204 236 250 221 243 251 238 249 253 102 185 220 111 201 239 138 212 243 164 186 202 35 88 116 24 89 138 192 231 249 206 231 241 218 241 251 77 125 161 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollRightOffEntered1Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollRightOffEntered1Icon inspect
+     ImageEditor openOnClass:self andSelector:#scrollRightOffEntered1Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollRightOffEntered1Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@DP5I2\''I2\''I2\''I2\''MTP[U3MMST5MST5MST5MY1T(F!!%MSU)ZV%)ZV%(XB40?CP@YSQ %IT@LPBT%IS<>B @@L0,?B )@DD@2
+B (>E$,@@CM&B#8>FDMYFC<>BRMX@@AMI#9%YRUCV4D%B#AJBP@@I@!!#UUT=JSQPM#4:NRD@@A\<N24-YFE]HFQVAQD.@@@1X1MFQ"INNBHTQ P+A @@BR8_
+G!!9IS4%"G!!8+@4 @@C4,QQ4]NP\9GQ4]W3]T@@@/J%8OC0<OC0<OTPH\D @ADQ= T5MST5MST5MST5IBQ09\WE1\WE1\WE1\WE1BQ@@a');
+                colorMapFromArray:#[ 158 158 158 177 177 177 190 190 194 199 199 202 206 207 210 211 211 214 217 217 218 219 219 221 226 226 228 234 234 235 238 238 239 242 242 243 246 246 247 157 157 157 175 175 175 191 192 195 73 73 73 207 207 209 212 212 213 214 214 217 218 219 221 228 228 228 233 233 234 236 236 238 243 243 243 247 247 247 156 156 156 171 171 171 189 189 192 198 199 202 204 204 208 210 210 213 216 216 216 220 220 221 225 226 228 231 231 233 238 238 238 241 241 242 239 239 240 151 151 151 169 169 169 63 63 63 195 195 199 203 203 206 209 209 212 213 213 216 218 218 220 225 225 226 232 232 233 235 236 236 242 242 242 246 246 246 146 146 146 167 167 167 190 190 190 194 194 198 205 205 205 210 211 213 214 215 217 217 217 220 224 224 226 231 231 232 236 236 237 240 240 241 244 244 245 142 142 142 165 165 165 60 60 60 198 198 198 200 200 204 208 209 212 212 212 212 215 215 217 222 222 225 229 229 231 236 236 236 240 240 240 245 245 245 128 128 128 162 162 162 187 187 187 191 191 195 201 201 202 206 206 209 213 214 215 217 217 219 222 222 224 231 231 231 235 235 236 112 112 112 243 243 244 121 121 121 160 160 160 184 184 184 192 193 196 197 197 201 208 208 210 86 86 86 215 215 218 221 221 223 228 228 230 233 233 235 240 241 241 244 244 244 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollRightOffEntered2Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollRightOffEntered2Icon inspect
+     ImageEditor openOnClass:self andSelector:#scrollRightOffEntered2Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollRightOffEntered2Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@A4HQ4]GQ4]GQ4]GQ4]GBA4HA"P[F1,[F1,[F1,[DS4RQ2PPMRH"H"H"H"H"Q$TGAD\[MR,NC!!$,FP8NC#LWF QGF2HNHRDOBP<E
+HRDMJS8DQ1,"C"D!!C2TBC0T!!CR$>AD\[H 8!!HP<%G2(OAP4)O QGO3,:G!!82D1 .GCIBI"@DQ3<;N!!8^L# 7ESH(P"X AD\?N3(^G#IDECH(G$H&H@QGO0L:
+G!!82M#H(G!!9BK2@DQ3<1I4IBP01CP$IBB$D AD\-NPD&I"X&I"X&K4D@H@Q@E#P<HB@ HB@ HB@ H@,#LD$DA@PDA@PDA@PDA@P#GP@a');
+                colorMapFromArray:#[ 148 192 216 159 206 232 32 106 145 197 231 249 52 110 153 223 242 252 229 237 245 244 245 246 96 148 187 18 60 82 160 208 233 187 202 213 197 228 245 211 235 247 220 240 251 229 244 252 238 248 253 253 253 255 91 143 182 15 50 69 155 205 232 175 215 237 200 217 230 209 231 244 46 151 207 227 243 252 240 240 242 253 254 255 126 191 225 163 187 206 169 219 246 36 118 162 219 221 223 214 238 251 227 244 252 71 123 162 254 255 255 14 46 63 156 202 227 168 218 245 187 227 248 207 229 242 44 146 200 225 242 252 233 245 252 250 252 254 121 189 224 155 201 226 176 198 215 185 226 248 200 232 249 213 237 250 231 234 236 232 246 253 76 166 214 114 185 223 23 75 103 166 215 241 181 224 247 198 231 249 223 225 227 227 235 241 238 239 240 251 253 254 103 153 190 152 198 222 164 213 239 183 222 242 39 127 175 212 236 248 222 241 252 60 127 177 248 248 248 98 148 185 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollRightOffIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self scrollRightOffIcon inspect
+     ImageEditor openOnClass:self andSelector:#scrollRightOffIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+	constantNamed:'VistaToolbarIconLibrary class scrollRightOffIcon'
+	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@DA@PDA@PDA@PDA@PDA@PDB@ HB@ HB@ HB@ HB@ HB@0LC@0LC@0LC@0LC@0LC@0LC@0LCAP E@0LC@0LC@0LC@0LC@0 RB@TC
+@0LC@0LC@0LC@0LHD04HAPLC@0LC@0LC@0LCBAPNB  G@0LC@0LC@0LC@0 UC0,IB@LC@0LC@0LC@0LHE!!@LB@\C@0LC@0LC@0LCBA\QB@\C@0LC@0LC@0LC
+@0 XB@\C@0LC@0LC@0LC@0LGB@\C@0LC@0LC@0PDA@PDA@PDA@PDA@PDA@PEAPTEAPTEAPTEAPTEAPTEA XFA XFA XFA XFA XFA @a') ; colorMapFromArray:#[228 228 230 232 232 230 236 238 240 240 240 240 240 242 240 244 242 240 236 234 230 244 244 240 244 246 250 44 46 50 32 30 30 52 54 50 92 92 90 32 34 30 72 74 70 120 122 120 140 140 140 136 134 130 84 86 90 120 120 120 156 158 160 176 174 170 184 184 180 192 192 190 184 182 180]; mask:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??????????????????????????????????????????<b') ; yourself); yourself]
+!
+
+scrollUpActiveIcon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollUpActiveIcon inspect
+     ImageEditor openOnClass:self andSelector:#scrollUpActiveIcon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'VistaToolbarIconLibrary class scrollUpActiveIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@C(MEAPTEAPTEAPTEAPLA @MO"H,M#X6@PDARQX=LB,@EBH!!O4!!HRDUEQT<%C3DT@AP,O0)QQ4\EAPTEAB4&E@@TM$!!QG" (SD1LSA%AS!!P@ECYHJB (JA,[
+SA%APT8T@AP6RB (G1<ZI1,YPTENE@@TM$ (G1YBNS0''K4EAS!!P@ECYHG1X8A0,X@#,$ID8T@AP6RAXHJ L.P4QMGA1NE@@TM$!!GG1XVI2\''I3,$S!!P@ECX4
+Q2 (JD1LSD0YM48T@AQJL3IPTE@YFQ$YH4-NE@@TMTXSGQ4]PTEAM4,NS!!P@P@$ @ATUET9NS$9NS!!@)@ADWEAPTEAPTEAPTEAP)D @a');
+                colorMapFromArray:#[ 203 226 236 211 239 250 69 137 173 105 160 189 111 201 239 131 209 242 152 178 198 30 75 99 35 88 116 189 217 232 198 234 249 50 125 165 64 116 156 79 126 162 98 177 211 109 198 235 139 179 201 153 177 195 162 186 204 171 219 239 24 89 138 201 224 234 204 236 250 64 114 153 80 144 178 108 196 233 18 46 61 141 213 243 157 211 233 170 217 236 176 225 247 192 231 249 206 231 241 221 243 251 238 249 253 105 192 228 134 201 228 138 212 243 161 203 221 163 221 245 175 225 247 43 94 132 49 123 162 60 112 152 234 247 253 104 190 226 130 176 200 139 208 238 157 201 223 167 211 230 175 225 246 190 231 248 201 235 249 218 241 251 231 246 252 102 185 220 14 34 45 22 55 72 163 183 199 161 217 241 37 94 124 189 230 248 204 222 233 211 239 251 69 120 158 102 186 221 13 31 41 145 185 207 157 193 212 159 220 245 174 223 244 186 229 248 202 236 249 211 238 250 227 244 252 100 182 216 111 202 240 143 184 206 158 199 217 158 219 245 173 222 243 187 230 248 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollUpOffEntered1Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollUpOffEntered1Icon inspect
+     ImageEditor openOnClass:self andSelector:#scrollUpOffEntered1Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollUpOffEntered1Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@B@SB (JB (KB ,KB0,RH0@SLTIBP$EAN#$8MSL.IAP@BTIBPS8=OCD.KR,%F2XN@@%APS<<N3$-J"$&G1($C @IPS<=N3$6J"\%H!!8YI@8@BTD?OS,9M"<1
+KBH^FRPN@@%AO349N3PBLB$^G!!$$C @IPS<=OC4@@0X.I"XYI@8@BTD?OS<AA@ OCB0,FRPN@@%AO34EA1TXG"H]JQ$$C @IPS<=O#<=MCD0K"0YI@8@BTD?
+OS,9M"(''IRH^FRPN@@%AO309NCP)I"P!!GA $C @IO309MSP2I"P!!G!!,WI@8@DSD=N3$9NB4+J"$(I!!<P@A8QC@4MCP4MCP4MCP4PE @a');
+                colorMapFromArray:#[ 52 52 50 56 56 60 68 70 70 80 78 80 100 100 100 112 112 110 120 118 120 144 144 140 148 146 150 152 152 150 152 154 150 156 154 150 156 158 160 160 158 160 160 160 160 164 162 160 164 166 170 168 168 170 172 170 170 172 172 170 172 174 170 176 178 180 188 188 190 188 190 190 192 192 190 192 192 200 192 194 200 196 196 200 196 198 200 200 198 200 200 200 200 200 202 200 204 204 200 204 204 210 204 206 210 208 206 210 208 208 210 208 210 210 212 212 210 212 214 220 216 214 220 216 216 220 216 218 220 220 218 220 220 220 220 220 222 220 224 224 230 224 226 230 228 226 230 228 228 230 228 230 230 232 230 230 232 232 230 232 234 230 232 234 240 236 234 230 236 234 240 236 236 240 236 238 240 240 238 240 240 240 240 240 242 240 244 242 240 244 244 240 244 244 250 244 246 250 248 246 250 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollUpOffEntered2Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self scrollUpOffEntered2Icon inspect
+     ImageEditor openOnClass:self andSelector:#scrollUpOffEntered2Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollUpOffEntered2Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@BPRBP$IBP$IBP$IBP$OHP@RN41KR4-KRT%IRT%HM@4@BT1EP#<?O28.K"4(HDDI@@%KP#48NC &I"X&H!!,:BP@IR3<8M#X6H2L#H18ZM0$@BT,?NCX6M"(/
+J"L^F#\I@@%KO3 6OB<BK2(^F!!(7BP@IR3<8OD@@@0X/I1(ZM0$@BT,?ND@AA@ LB"0%F#\I@@%KO3 EA1DSEQ$TJ1(7BP@IR3<8ODA@K2</K20ZM0$@BT,?
+NCX6M"L#H2L^FC\I@@%KNST2L#H^G!!8^GA\7BP@IR#L1LC@0F!!(ZFA\VM0$@DC9GQ$QDQC\7M3\7M2$K@A<NBP$IBP$IBP$IBP$KGP@a');
+                colorMapFromArray:#[ 12 38 52 13 41 57 17 56 76 20 66 91 28 91 124 32 106 145 34 113 155 45 148 203 46 151 207 60 127 177 66 161 212 71 123 162 76 166 214 89 143 184 92 144 183 93 147 188 97 149 188 103 179 220 105 154 191 128 192 226 141 198 229 143 199 229 148 192 216 152 198 222 155 201 226 155 205 232 156 202 227 159 206 232 160 208 233 162 186 204 164 213 239 166 191 209 166 215 241 167 194 214 168 218 245 169 219 246 174 195 211 177 213 233 181 224 247 183 222 242 185 226 248 187 202 213 187 227 248 192 221 237 197 228 245 197 231 249 198 231 249 200 232 249 207 229 242 209 231 244 211 235 247 212 236 248 213 226 235 213 237 250 214 238 251 219 221 223 220 240 251 222 241 252 223 225 227 223 234 242 223 242 252 226 242 252 227 235 241 227 244 252 229 244 252 231 234 236 233 246 253 234 234 234 238 239 240 238 248 253 240 240 242 244 245 246 250 252 254 251 253 254 253 253 255 253 254 255 254 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
+!
+
+scrollUpOffIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self scrollUpOffIcon inspect
+     ImageEditor openOnClass:self andSelector:#scrollUpOffIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+	constantNamed:'VistaToolbarIconLibrary class scrollUpOffIcon'
+	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@DB@0LC@0LC@0LC@0PEA @A@ LC@0LC@0LC@0LDAPX@@PHC@0LC@0LC@0LCA@TF@@DB@0LC@0LC@0LC@0PEA @A@ LC@0LC@0LC@0LDAPX@@PHC@0LCA0 G
+@0LCA@TF@@DB@0LCAP IB@\C@0PEA @A@ LCAP JB00HA0LDAPX@@PHCAP MC <PDP GA@TF@@DB@0 RD1PUE!!\XB@PEA @A@ LEB@ HB@ HB@\DAPX@@PHC
+@0LC@0LC@0LCA@TF@@DB@0LC@0LC@0LC@0PEA @A@ LC@0LC@0LC@0LDAPX@@PHC@0LC@0LC@0LCA@TF@@DB@0LC@0LC@0LC@0PEA @a') ; colorMapFromArray:#[228 228 230 232 232 230 236 238 240 240 240 240 240 242 240 244 242 240 236 234 230 244 244 240 244 246 250 44 46 50 32 30 30 52 54 50 92 92 90 32 34 30 72 74 70 120 122 120 140 140 140 136 134 130 84 86 90 120 120 120 156 158 160 176 174 170 184 184 180 192 192 190 184 182 180]; yourself]
+! !
+
+!MacOSXToolbarIconLibrary class methodsFor:'image specs-09x09'!
+
+closeIndicatorInTree9x9Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self closeIndicatorInTree9x9Icon inspect
+     ImageEditor openOnClass:self andSelector:#closeIndicatorInTree9x9Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary closeIndicatorInTree9x9Icon'
+        ifAbsentPut:[(Depth4Image new) width:9; height:9; bits:(ByteArray fromPackedString:'EHDQDQDSL DQDAL3-QDPD3L3ZQ@SL3L7*AL3L6$PD3N5DQ@SL DQDARADQDP') ; colorMapFromArray:#[225 231 241 235 241 252 178 180 183 152 152 152 162 163 164 198 201 207 166 167 169 150 150 150 212 216 224 217 221 230 211 215 223 154 154 154]; mask:((ImageMask new) width:9; height:9; bits:(ByteArray fromPackedString:'XG=8_71?_7=??7=?_G=8_6A?') ; yourself); yourself]
+!
+
+fileTypeApplicationSharedLibraryIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeApplicationSharedLibraryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeApplicationSharedLibraryIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeApplicationSharedLibraryIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CP4MCP4MCP@@@@@@@@@@@@@@CPDA@PDPQ\4@@@@@@@@@@@@@CP@GQ4]J@8HM@@@@@@@
+@@@@@CPZK"8.GT@HBCP@@@@@@@@@@CP$JR$)@RL&B@ 4@@@@@@@@@CP A0\GP4@"OA<4@@@@@@@@@CP2P4IBQDLGFB84@@@@@@@@@CPQKTUFQ$YCASH4@@@@
+@@@@@CQCQDYF@D]BA104@@@@@@@@@CP&R@]IBDUHP2X4@@@@@@@@@CP[P$UEA4 HP1,4@@@@@@@@@CP[P4MCBBYCI!!,4@@@@@@@@@CPHB@ HP0 HB@ 4@@@@
+@@@@@CP4MCP4MCP4MCP4@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[246 246 246 233 233 233 252 252 251 216 212 172 245 245 245 243 243 243 239 239 239 237 237 237 255 255 255 159 154 124 181 177 143 100 103 106 223 223 223 241 241 241 197 197 197 201 197 160 166 160 114 251 251 251 145 141 101 197 191 137 159 155 126 157 153 122 139 135 100 204 204 204 222 222 222 218 213 173 247 247 247 254 254 254 252 252 252 228 228 228 153 149 116 169 169 169 249 249 249 215 210 169 161 161 161 188 188 188 248 248 248 148 144 118 253 253 253 218 212 172 227 227 227 234 234 234 120 116 84 222 228 234 0 0 0 244 244 244 231 231 231 138 134 101 155 151 119 208 202 155 250 250 250 145 140 99 149 153 157 214 208 165 146 142 103 198 193 140 166 162 117 162 158 115 191 184 139 199 193 138 162 162 162 219 213 174 151 147 112 138 134 99 192 192 192 242 242 241 165 165 165 85 85 85 225 225 225 149 149 149 255 211 171 255 255 223 129 129 129 255 237 211]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?@@@?C>@?C?@?C? ?C?0?C?8?C?8?C?8?C?8?C?8?C?8?C?8?C?8?C?8?C?8?@@@?@@@?') ; yourself); yourself]
+!
+
+openIndicatorInTree9x9Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self openIndicatorInTree9x9Icon inspect
+     ImageEditor openOnClass:self andSelector:#openIndicatorInTree9x9Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary openIndicatorInTree9x9Icon'
+        ifAbsentPut:[(Depth4Image new) width:9; height:9; bits:(ByteArray fromPackedString:'@@@@@@GCL3L34AL3L3O0B3L3N@@F03MYB@@CL0@@@@(7@@@@C#H@@@@@P@@@') ; colorMapFromArray:#[194 197 203 207 211 219 219 224 233 152 152 152 211 215 223 156 157 157 224 229 239 169 170 172 182 184 188 228 234 244 163 164 165 174 176 179 153 153 153 165 166 167 212 217 225 215 219 228]; mask:((ImageMask new) width:9; height:9; bits:(ByteArray fromPackedString:'@G??????_7=?_39?GG<\_0!!?') ; yourself); yourself]
+! !
+
+!MacOSXToolbarIconLibrary class methodsFor:'image specs-tools-FileBrowser'!
+
+desktopIcon
+    <resource: #programImage>
+
+    ^ self desktopOSX24x24Icon
+! !
+
+!MacOSXToolbarIconLibrary class methodsFor:'image specs-tools-FileBrowser-Filetypes'!
+
+fileTypeAddOnLinked
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeAddOnLinked inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeAddOnLinked
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeAddOnLinked'
+        ifAbsentPut:[(Depth4Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@BH!! @@@@@@@@AP@P@@@@@@@@B"A@@@@@@@@@(CI@@@@@@@@@B$Q@@@@@@@@@%4@@@@@@@@@@Q@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 204 204 204 45 45 45 169 169 169 214 214 214 66 66 66 224 224 224 184 184 184 241 241 241 138 138 138 154 154 154]; mask:((Depth1Image new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@^@@@^@@@^@@@>@@@>@@@8@@@0@@@') ; yourself); yourself]
+!
+
+fileTypeApplicationBinaryIcon
+    ^ self fileTypeBinaryFileIcon
+!
+
+fileTypeApplicationJavaArchiveIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeApplicationJavaArchiveIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeApplicationJavaArchiveIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeApplicationJavaArchiveIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+APV:]%1L_7=8US @@@@@APTEM(*;ZUB4&*JW*Y0@@@T@@FIX"()F*599XDQN''@@E@@A")VU%Y(); ZA0Y:L@AP@@([E0&FY<]6*9R''%CNPT@@JE>''8]EO4>I
+#694OK0E@@A"#%^$-9&K\T5,Q9BRAP@@(QEQ#U=Z^+J@&5&BT T@@F6QR%F3#H 5$4"5)5HE@@A--[Q(*GL5N&.5Q6=RAP@@+(:5''U](WU\!!T1D7%@T@@F5T
+UC,JYD]2TE.,_UHE@@A-%Z,>Q;!!@N%]B+D-RAPT@+*AFTXNE+1>Q!!J1KT TE@F6,*&MF&@J+]Z2,,EHEAPV^+XYVU)ZV%)Y!!XS5IAP@a') ; colorMapFromArray:#[111 112 112 160 160 160 207 207 207 121 121 121 159 159 159 0 0 0 122 121 121 109 115 106 138 138 138 112 112 112 212 212 212 84 84 84 111 111 111 140 140 140 133 161 122 130 159 119 108 108 108 206 206 206 102 102 102 101 102 101 87 87 87 111 110 111 99 99 99 106 105 105 130 158 119 112 128 105 105 105 105 101 101 101 139 139 139 90 89 92 133 133 133 131 131 131 97 97 98 205 205 205 90 90 90 86 86 86 83 77 85 120 120 120 136 136 136 120 133 114 88 88 88 85 79 87 100 100 100 98 98 98 84 77 85 111 128 107 117 117 117 122 122 122 151 151 151 147 147 147 100 99 100 150 150 150 112 128 109 144 144 144 168 172 179 172 174 177 197 202 211 226 232 243 124 124 124 237 237 237 150 152 157 149 153 159 186 186 186 109 91 55 217 217 217 237 243 254 248 248 248 161 164 169 196 196 197 111 96 69 228 228 228 197 197 197 115 115 115 217 222 233 177 177 177 174 176 179 152 154 159 166 161 152 180 185 193 110 92 57 219 219 219 157 157 157 209 214 224 188 188 188 250 250 250 163 165 170 133 136 140 199 199 199 230 230 230 179 179 179 208 209 211 241 241 241 154 156 161 190 190 190 221 221 221 219 221 223 252 252 252 135 138 142 163 167 174 170 170 170 201 201 201 232 233 233 232 232 232 190 191 193 192 192 192 223 223 223 221 221 223 141 141 141 170 170 172 165 169 176 203 204 204 169 171 174 234 234 234 145 131 107 203 203 203 152 152 152 183 183 183 214 214 214 158 161 166 224 224 225 149 151 156 185 185 185 194 195 197 227 227 227 226 225 226 173 175 178 238 238 238 151 153 158 154 155 157 187 187 187 153 155 158 156 156 156 249 249 249 137 138 137 132 135 139 174 169 162 167 167 167 115 98 68 229 229 229 145 130 101 178 178 178 208 208 209 240 240 240 170 165 153 154 156 160 189 189 189 210 216 226 107 106 106 210 215 225 251 251 251 134 137 141 198 199 201 231 231 231 146 130 102 211 211 211 97 96 97 231 237 248 191 191 191 182 186 195 222 223 223 253 253 253 164 168 175 171 171 171 193 198 207 206 202 198 233 233 233 233 239 250 159 161 164 162 162 162 184 188 197 193 193 193 224 224 224 255 255 255 137 140 145 166 170 177 173 173 173 170 172 175 235 235 235 181 182 185 184 183 183 215 215 215 184 184 184 235 241 252 153 140 120 164 164 164 193 194 196 186 190 199 226 226 226 216 222 232]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O>@?>C?<O?0??#?>O?8??#?>O?8??#?>O?8??#?>O?8b') ; yourself); yourself]
+!
+
+fileTypeApplicationPdfIcon
+    ^ self fileTypeTextIcon
+!
+
+fileTypeApplicationPostscriptIcon
+    ^ self fileTypeTextIcon
+!
+
+fileTypeApplicationRtfIcon
+    ^ self fileTypeTextIcon
+!
+
+fileTypeArchiveIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeArchiveIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeArchiveIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeArchiveIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@V5-[V5-IS$X@@@@@@@@@@@@@V0PDA@QTSRAH@@@@@@@@@@@@V0@]GQ5YR%0HS0@@@@@@@@@@V1(.K"9XT5(HBE\@@@@@
+@@@@V2P)JR%YP5T&B@!!V@@@@@@@@V2@GA0]LST\"OEIP@@@@@@@@V3HMCP5YS@DLFDQ[@@@@@@@@V1D-KR5IRPTEARA[@@@@@@@@V10@@@AEQP@@@A1[@@@@
+@@@@V2X HBAKR2@ HBY[@@@@@@@@V1,\GA1QTQ0\GA-[@@@@@@@@V1,&I"X&I"X&I!!-[@@@@@@@@V0 HB@ HB@ HB@!![@@@@@@@@V0 HB@ HB@ HB@!![@@@@
+@@@@V0 HB@ HB@ HB@!![@@@@@@@@V5-[V5-[V5-[V5-[@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[246 246 246 233 233 233 252 252 251 216 212 172 245 245 245 243 243 243 239 239 239 237 237 237 255 255 255 159 154 124 181 177 143 100 103 106 223 223 223 241 241 241 197 197 197 201 197 160 166 160 114 251 251 251 145 141 101 197 191 137 159 155 126 157 153 122 139 135 100 204 204 204 222 222 222 218 213 173 247 247 247 254 254 254 252 252 252 228 228 228 153 149 116 169 169 169 249 249 249 215 210 169 161 161 161 188 188 188 248 248 248 148 144 118 253 253 253 218 212 172 227 227 227 234 234 234 120 116 84 222 228 234 0 0 0 244 244 244 231 231 231 138 134 101 155 151 119 208 202 155 250 250 250 145 140 99 149 153 157 214 208 165 146 142 103 198 193 140 166 162 117 162 158 115 191 184 139 199 193 138 162 162 162 219 213 174 151 147 112 138 134 99 192 192 192 242 242 241 211 206 161 134 134 134 235 235 235 174 174 174 128 128 128 209 209 209 176 176 176 89 89 89 136 136 136 224 224 224 131 131 131 178 178 178 91 91 91 185 185 185 138 138 138 205 205 205 199 199 199 179 179 179 139 139 139 206 206 206 146 146 146 193 193 193 133 133 133 180 180 180 207 207 207 127 127 127 221 221 221]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?G>@?G?@?G? ?G?0?G?8?G?8?G?8?G?8?G?8?G?8?G?8?G?8?G?8?G?8?G?8?G?8?@@@?') ; yourself); yourself]
+!
+
+fileTypeAudioIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeAudioIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeAudioIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeAudioIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@]P\X_22J[V8PY @@@@@@@@@R]'',#SDX@E8Q*B@@@@@@@@@A!!DSHJQ4IST604V0@@@@@@@@A!!XHT_N#VGI(M4WP@@
+@@@@@@A!!N0H/I6>@AS@N_P@@@@@@@@A!!_HJKNDA3@@A!!VP@@@@@@@@A!!S @@@@@@@@A!!J0@@@@@@@@A!!\ @@@@@@@@A!!O@@@@@@@@@A!!A@@@@@@@@@A!!R @@
+@@@@@@A!!I@@@@@@@@@M!!P0@@@@@@@@A!!\@@@@@@KS2@FX @@@@BASQ%!!@P@@@A1IYX58GP@@@F](LV$9U @@F$U+O8Y#T@@@@H1HU34.D0@@KTQZ"ED!!M0@@
+@@%:EUQ_J@@@@AQ1_%!!^@@@@@G^I^SLL@@@@@D,VJ#X%@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[56 166 247 15 62 120 27 144 230 220 226 232 13 60 118 75 127 183 50 126 185 194 211 228 42 108 173 48 97 145 115 201 253 166 184 203 119 129 142 215 222 230 61 135 193 214 221 228 41 132 208 40 159 245 115 160 200 13 50 108 129 144 157 55 140 205 151 155 164 75 177 251 166 188 211 103 145 189 189 208 226 218 224 231 115 160 197 14 54 108 215 221 227 111 205 253 97 142 182 15 64 133 179 184 189 26 137 224 13 59 117 188 193 198 57 167 250 18 116 196 117 132 153 204 210 215 157 162 172 18 63 117 123 167 207 189 204 218 44 138 213 23 130 215 107 143 184 43 169 252 99 197 253 70 91 123 125 205 253 84 185 252 174 178 184 130 145 164 164 184 209 49 155 222 98 195 253 22 136 226 17 62 115 115 207 253 196 202 207 121 215 253 181 197 215 222 228 234 131 209 253 16 61 116 16 89 153 20 126 215 42 160 247 119 203 253 53 178 252 24 145 237 18 61 115 158 162 167 31 143 233 104 152 198 16 72 133 106 151 193 21 55 109 46 123 201 178 184 190 146 215 253 43 119 196 214 222 230 12 56 111 115 210 253 80 104 140 17 63 120 44 144 212 33 103 171 216 223 230 28 91 151 144 152 167 13 61 134 29 151 237 68 133 189 16 60 115 39 131 203 216 223 229 40 163 252 46 125 197 122 163 199 27 143 232 57 170 247 156 215 253 60 191 252 144 216 253 78 148 209 55 137 210 29 107 184 12 60 121 39 73 116 13 62 120 201 210 222 29 155 235 196 212 227 25 121 203 137 148 158 42 142 205 41 69 109 35 122 188 26 130 214 16 91 163 23 67 121 39 72 119 150 180 207 56 116 184 166 185 203 103 134 173 35 156 241 96 188 252 94 198 253 108 203 253 71 176 252 68 153 219 49 77 109 104 159 207 156 173 198 37 121 192 50 160 238]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?@?<?A?<?A?<?A?<?A?<?A?L?A L?A L?A L?A \?A!!<?O#<?_''<?_''<?_#8?_C8?@@@?') ; yourself); yourself]
+!
+
+fileTypeBinaryFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeBinaryFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeBinaryFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeBinaryFileIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@AY $)JE75PT6%J!!@@@@@@@@@AR!!X.KFF@WU592YT4@@@@@@@BC"14(JHVIW'',\\%!!-@@@@@@BC\$92\!!6EXFP\GGJG\P@@
+@@BCU DAU"9NCF)$P&!!HTP@@@@BCX6L Q60 Q6I4T7]GR0@@@@BCA''UGHD\ Q2@ SD)7V @@@@BCCW1GHD\ Q8XMKUQ+RP@@@@BCAPT RB@ Q2@ HB9.W@@@
+@@BC_@P$HB@ HB@ H@YVW@@@@@BCAP@ Q2@ Q2@ Q70FW@@@@@BCHBP Q0]G]T\MQ25<W@@@@@BCHAD Q2AGHD\ Q0@-W@@@@@BCDRX$Q04MQ2@GQ2BJW@@@
+@@A>I!!0\GA0QDSH2HB@$UP@@@@A8QE-OS4=OS4=OS5-D P@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[246 246 246 233 233 233 252 252 251 216 212 172 245 245 245 243 243 243 239 239 239 237 237 237 255 255 255 159 154 124 181 177 143 100 103 106 223 223 223 241 241 241 197 197 197 201 197 160 166 160 114 251 251 251 145 141 101 197 191 137 159 155 126 157 153 122 139 135 100 204 204 204 222 222 222 218 213 173 247 247 247 254 254 254 252 252 252 228 228 228 153 149 116 169 169 169 249 249 249 215 210 169 161 161 161 188 188 188 248 248 248 148 144 118 253 253 253 218 212 172 227 227 227 234 234 234 120 116 84 222 228 234 0 0 0 244 244 244 231 231 231 138 134 101 155 151 119 208 202 155 250 250 250 145 140 99 149 153 157 214 208 165 146 142 103 198 193 140 166 162 117 162 158 115 191 184 139 199 193 138 162 162 162 219 213 174 151 147 112 138 134 99 192 192 192 242 242 241 144 144 144 175 175 175 59 60 63 155 155 155 237 243 254 166 166 166 177 177 177 169 173 181 208 208 208 179 183 192 219 219 219 209 214 224 230 230 230 34 35 36 179 179 179 200 205 215 181 185 194 190 190 190 221 221 221 162 166 174 232 232 232 181 181 181 179 181 183 202 207 217 173 178 186 27 28 29 164 168 176 172 172 172 203 203 203 183 183 183 214 214 214 163 163 163 225 225 225 236 236 236 154 154 154 183 185 187 185 185 185 216 216 216 165 165 165 196 196 196 176 176 176 207 207 207 238 238 238 208 213 223 218 218 218 167 167 167 198 198 198 218 223 234 229 229 229 178 178 178 209 209 209 240 240 240 158 158 158 189 189 189 180 184 193 200 200 200 149 149 149 180 180 180 242 242 242 191 191 191 182 186 195 140 140 140 171 171 171 174 179 187 213 213 213 184 188 197 214 220 230 224 224 224 235 235 235 181 183 186 184 184 184 215 215 215 246 245 245 226 226 226]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?O? ?O?0?O?8?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?@@@?') ; yourself); yourself]
+!
+
+fileTypeCPlusPlusSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeCPlusPlusSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeCPlusPlusSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeCPlusPlusSourceIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+APW"7=?_:=/[8.@@@@@@APTE6JV%"*-P&$_^6 @@@@T@@NM0\JVX.<?EP.'',@@@E@@C#1;Q@]TCQQ:1B9N4@AP@@9+=0_#,;VGV//Z++NPT@@NY[N=M[#'':%
+*<3N!!+0E@@C&1MQ00-I[V<^JZ]6RAP@@\<&%.>W%9:.+PI#.T T@@GND3NW'')TA&1*T;0EHE@@A3UHS%959F9\3%4#MRAP@@\9UX9^^D9^W%9^\3%@T@@GM 
+4.W''UES%!!NWI\5HE@@A3(DKO9^W''%URD!!GMRAPT@\<N (K=P_&Z%.5Q3T TE@MZ,0<OC(JB (FA \5HEAPWP2,+J2,+J2,+JM]AIAP@a') ; colorMapFromArray:#[111 112 112 160 160 160 207 207 207 121 121 121 159 159 159 0 0 0 122 121 121 109 115 106 138 138 138 112 112 112 212 212 212 84 84 84 111 111 111 140 140 140 133 161 122 130 159 119 108 108 108 206 206 206 102 102 102 101 102 101 87 87 87 111 110 111 99 99 99 106 105 105 130 158 119 112 128 105 105 105 105 101 101 101 139 139 139 90 89 92 133 133 133 131 131 131 97 97 98 205 205 205 90 90 90 86 86 86 83 77 85 120 120 120 136 136 136 120 133 114 88 88 88 85 79 87 100 100 100 98 98 98 84 77 85 111 128 107 117 117 117 122 122 122 151 151 151 147 147 147 100 99 100 150 150 150 112 128 109 144 144 144 168 172 179 172 174 177 197 202 211 226 232 243 124 124 124 237 237 237 150 152 157 149 153 159 186 186 186 109 91 55 217 217 217 237 243 254 248 248 248 161 164 169 196 196 197 111 96 69 228 228 228 197 197 197 115 115 115 217 222 233 177 177 177 174 176 179 152 154 159 166 161 152 180 185 193 110 92 57 219 219 219 157 157 157 209 214 224 188 188 188 250 250 250 163 165 170 133 136 140 199 199 199 230 230 230 179 179 179 208 209 211 241 241 241 154 156 161 190 190 190 221 221 221 219 221 223 252 252 252 135 138 142 163 167 174 170 170 170 201 201 201 232 233 233 232 232 232 190 191 193 192 192 192 223 223 223 221 221 223 141 141 141 170 170 172 165 169 176 203 204 204 169 171 174 234 234 234 145 131 107 203 203 203 152 152 152 183 183 183 214 214 214 158 161 166 224 224 225 149 151 156 185 185 185 194 195 197 227 227 227 226 225 226 173 175 178 238 238 238 151 153 158 154 155 157 187 187 187 153 155 158 156 156 156 249 249 249 137 138 137 132 135 139 174 169 162 167 167 167 115 98 68 229 229 229 145 130 101 178 178 178 208 208 209 240 240 240 170 165 153 154 156 160 189 189 189 210 216 226 107 106 106 210 215 225 251 251 251 134 137 141 198 199 201 231 231 231 146 130 102 211 211 211 97 96 97 231 237 248 191 191 191 182 186 195 222 223 223 253 253 253 164 168 175 171 171 171 193 198 207 206 202 198 233 233 233 233 239 250 159 161 164 162 162 162 184 188 197 193 193 193 224 224 224 255 255 255 137 140 145 166 170 177 173 173 173 170 172 175 235 235 235 181 182 185 184 183 183 215 215 215 184 184 184 235 241 252 153 140 120 164 164 164 193 194 196 186 190 199 226 226 226 216 222 232 175 175 175 155 155 155 239 239 239 148 148 148 210 210 210 243 243 243 254 254 254 245 245 245 194 194 194 225 225 225 236 236 236 55 146 70 247 247 247 145 145 145 176 176 176 218 218 218 0 91 12 209 209 209 220 220 220 169 169 169 200 200 200 242 242 242 222 222 222 244 244 244 142 142 142 153 153 153 246 246 246 140 142 146 133 137 143 192 197 206 145 148 153 146 148 152 137 139 143 171 172 173 147 150 155 234 240 251 139 141 145 158 161 168 141 143 147 187 188 188 15 15 116 143 145 149 93 93 178 145 147 151 191 192 192 134 138 144 146 149 154 195 200 209 224 230 241 146 146 146]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O>@?<C?8O?0??#?>O?8??#?>O?8??#?>O?8??#?>O?8b') ; yourself); yourself]
+!
+
+fileTypeCSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeCSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeCSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeCSourceIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+APW"7=?_:=/[8.@@@@@@APTE6JV%"*-P&$_^6 @@@@T@@NM0\JVX.<?EP.'',@@@E@@C#1;Q@]TCQQ:1B9N4@AP@@9+=0_#,;VGV//Z++NPT@@NY[N=M[#'':%
+*<3N!!+0E@@C&1MQ00-I[V<^JZ]6RAP@@:L&%.>W%9^^+PI#!!T T@@N"D3NW'')TC%9:T;85HE@@C(UHS%959F]\154.YRAP@@:IUX9^^D!!HSI4-_&%@T@@N!! 
+4.W''UES%98SI:EHE@@C((DKO9^W%95RD!!N!!RAPT@:LN (K=P_&Z%.5S(T TE@M2,0<OC(JB (FA :EHEAPW":.+*:.+*:.+*6^IIAP@a') ; colorMapFromArray:#[111 112 112 160 160 160 207 207 207 121 121 121 159 159 159 0 0 0 122 121 121 109 115 106 138 138 138 112 112 112 212 212 212 84 84 84 111 111 111 140 140 140 133 161 122 130 159 119 108 108 108 206 206 206 102 102 102 101 102 101 87 87 87 111 110 111 99 99 99 106 105 105 130 158 119 112 128 105 105 105 105 101 101 101 139 139 139 90 89 92 133 133 133 131 131 131 97 97 98 205 205 205 90 90 90 86 86 86 83 77 85 120 120 120 136 136 136 120 133 114 88 88 88 85 79 87 100 100 100 98 98 98 84 77 85 111 128 107 117 117 117 122 122 122 151 151 151 147 147 147 100 99 100 150 150 150 112 128 109 144 144 144 168 172 179 172 174 177 197 202 211 226 232 243 124 124 124 237 237 237 150 152 157 149 153 159 186 186 186 109 91 55 217 217 217 237 243 254 248 248 248 161 164 169 196 196 197 111 96 69 228 228 228 197 197 197 115 115 115 217 222 233 177 177 177 174 176 179 152 154 159 166 161 152 180 185 193 110 92 57 219 219 219 157 157 157 209 214 224 188 188 188 250 250 250 163 165 170 133 136 140 199 199 199 230 230 230 179 179 179 208 209 211 241 241 241 154 156 161 190 190 190 221 221 221 219 221 223 252 252 252 135 138 142 163 167 174 170 170 170 201 201 201 232 233 233 232 232 232 190 191 193 192 192 192 223 223 223 221 221 223 141 141 141 170 170 172 165 169 176 203 204 204 169 171 174 234 234 234 145 131 107 203 203 203 152 152 152 183 183 183 214 214 214 158 161 166 224 224 225 149 151 156 185 185 185 194 195 197 227 227 227 226 225 226 173 175 178 238 238 238 151 153 158 154 155 157 187 187 187 153 155 158 156 156 156 249 249 249 137 138 137 132 135 139 174 169 162 167 167 167 115 98 68 229 229 229 145 130 101 178 178 178 208 208 209 240 240 240 170 165 153 154 156 160 189 189 189 210 216 226 107 106 106 210 215 225 251 251 251 134 137 141 198 199 201 231 231 231 146 130 102 211 211 211 97 96 97 231 237 248 191 191 191 182 186 195 222 223 223 253 253 253 164 168 175 171 171 171 193 198 207 206 202 198 233 233 233 233 239 250 159 161 164 162 162 162 184 188 197 193 193 193 224 224 224 255 255 255 137 140 145 166 170 177 173 173 173 170 172 175 235 235 235 181 182 185 184 183 183 215 215 215 184 184 184 235 241 252 153 140 120 164 164 164 193 194 196 186 190 199 226 226 226 216 222 232 175 175 175 155 155 155 239 239 239 148 148 148 210 210 210 243 243 243 254 254 254 245 245 245 194 194 194 225 225 225 236 236 236 55 146 70 247 247 247 145 145 145 176 176 176 218 218 218 0 91 12 209 209 209 220 220 220 169 169 169 200 200 200 242 242 242 222 222 222 244 244 244 142 142 142 153 153 153 246 246 246 140 142 146 133 137 143 192 197 206 145 148 153 146 148 152 137 139 143 171 172 173 147 150 155 234 240 251 139 141 145 158 161 168 141 143 147 187 188 188 15 15 116 143 145 149 93 93 178 145 147 151 191 192 192 134 138 144 146 149 154 195 200 209 224 230 241]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O>@?<C?8O?0??#?>O?8??#?>O?8??#?>O?8??#?>O?8b') ; yourself); yourself]
+!
+
+fileTypeCompressedArchiveIcon
+    ^ self fileTypeArchiveIcon
+!
+
+fileTypeDirectoryIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDirectoryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeDirectoryIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@AT5MST0D@@@@@@@@@@@@@@@ASU5]"U5L@@@@@@@@@@@@@@DF@I LC@5EQQ4]OS6%)Q14@
+@F-@&)(/GID!!''781E7J LE0@@F-TC 8"C$:[R)H=XT%RU($@@BM.^$L)A#4YO8)/$01U]''T@@H<QMR@YVV4SX1TE^S1;JI$@@@JENU5]EPUE^5\6V @-#Y0@
+@A:FC5(HV"48"6TM%X2L  P@@DI8J")XVG1<IEAP"BP$Q#,@@GR]XIRT]1XVG7L_G8P2Y7P@@I!!MI4-_Y ,[Y(NGIR8I%60@@A)LDC8RO#NVO!!HXFDPX\I@@
+@B,,M3\7M3\7M3\7M3\,KB,@@F*NRC)1A75[ VQ?MF!!^B!!P@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[162 194 216 161 179 191 110 142 163 154 183 200 109 140 160 170 200 219 182 208 224 191 196 201 163 195 217 136 178 205 197 202 208 132 176 205 171 200 219 157 192 214 193 214 229 164 195 217 131 171 195 176 208 227 128 171 196 174 203 222 196 203 209 171 200 220 143 183 209 194 219 234 131 171 196 178 205 223 102 137 158 134 176 205 210 229 242 132 159 177 108 141 161 142 182 208 179 205 223 204 225 238 193 214 227 114 144 163 150 188 211 135 179 206 153 182 200 134 178 204 165 200 224 183 209 224 154 190 212 102 135 156 87 124 149 162 195 216 134 179 206 209 228 240 190 216 236 194 221 235 142 182 206 128 169 196 190 195 200 178 205 222 164 197 217 87 125 149 160 194 216 172 200 219 195 201 206 106 140 161 167 198 218 180 207 223 129 171 196 176 205 223 209 229 243 133 160 177 107 140 161 183 208 224 130 171 196 168 200 218 148 189 216 111 144 166 198 203 209 176 204 221 188 210 224 133 178 205 126 173 205 132 179 214 191 212 228 112 144 166 150 188 212 111 144 165 174 201 219 119 151 171 194 216 232 170 200 218 175 203 225 165 197 218 153 190 212 177 205 223 163 195 216 188 193 198 112 144 163 172 201 220 195 200 205 131 178 205 143 184 208 179 205 222 164 197 218 175 202 221 187 192 197 159 193 215 133 179 205 140 185 213 192 197 202 113 144 166 199 207 214 114 146 165 100 137 159 176 205 222 181 207 228 173 203 221 128 175 205 193 198 203 191 217 233 139 182 208 102 138 159 112 143 163 168 200 224 144 183 209 153 191 217 169 200 219 181 208 224 166 198 218 152 189 212 189 194 200 200 222 237 188 194 199 109 143 165 186 191 196 153 194 221 132 179 205 142 183 208 173 204 227 158 197 224 136 179 206 149 188 211 111 144 163 174 204 220 158 193 214 156 192 213 162 197 221 201 206 211 112 143 164 101 137 158 208 226 242 185 208 225 173 202 220 144 184 209 156 192 214 129 169 196 133 182 214 101 137 159 111 142 163 209 228 242 187 210 224 108 142 162 140 186 214 222 228 234 204 224 237 189 215 232]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?@@@?O0@?O0@?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?@@@?') ; yourself); yourself]
+!
+
+fileTypeDirectoryOpenIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDirectoryOpenIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryOpenIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeDirectoryOpenIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@IT@"!!7@4@@@@@@@@@@@@@@@@FD)]!!HH5^19ZAYJH@@@@@@@@G@]JW(I>@@$?YPQ1@@@@
+@C8;F#L,UF]XEDY9TB<P#Q4@@C%" 4<HBE1.U"4(T&P#SCD@@FBAKW]NI$]I\65_A)L_XYP@@IQDYA&EYHXK IL!!Z0E,QP(@@B.LI4!!H$6%+P&0[[9A&M(8@
+@@IWF1L<D9A8CQ\8NB8 V7<@@E%=PTE<_EMS]GQ4]WP*SU$@@G(CCH<LI@0$Z@0$C@0L@5D@@H(CCH<LI@0$Z@0$C@0L@7H@@H(CCH<LI@0$Z@0$C@0L@7H@
+@AX:L#H2L#H2L#H2L#H:N!!X@@@=K"QDUX5VQJS@=P08RZ(,@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[194 217 233 129 175 203 116 148 167 112 164 196 176 205 224 155 180 198 136 180 206 185 211 228 159 194 215 192 215 232 118 150 168 139 181 207 111 164 196 123 171 200 192 192 192 210 212 214 116 152 175 199 199 199 197 197 197 127 174 202 122 156 178 193 193 193 112 144 163 122 171 200 175 198 214 144 184 209 125 159 181 128 174 202 169 193 209 148 172 187 154 179 197 133 177 205 120 169 199 132 177 204 173 197 212 140 181 207 111 164 197 220 230 236 150 188 211 135 178 205 148 187 210 180 180 180 115 166 198 118 149 167 124 159 180 150 188 212 122 170 200 118 152 175 181 181 181 121 151 169 95 132 154 125 160 181 210 220 227 157 182 200 124 171 200 255 255 255 121 170 200 123 152 169 95 131 154 125 161 183 127 173 202 185 185 185 149 173 187 186 212 229 177 200 215 119 168 199 130 174 203 188 188 188 141 181 206 128 174 201 121 155 178 149 186 210 135 179 206 146 185 210 195 218 234 209 209 209 140 181 208 114 164 195 151 188 211 161 194 216 119 153 175 109 144 165 145 184 209 117 167 198 124 158 180 186 186 186 152 189 212 125 172 200 121 157 178 111 145 165 154 180 197 119 168 198 157 193 214 203 224 239 203 224 237 138 181 206 122 151 170 133 176 204 159 193 215 190 190 190 143 183 208 180 210 227 125 172 202 123 158 179 111 165 196 134 177 205 202 202 202 132 176 204 129 174 203 141 182 208 154 191 213 126 173 201 167 191 207 154 180 198 110 144 164 144 183 209 116 166 198 115 166 197 237 243 254 151 188 212 124 172 201 120 154 176 110 144 165 154 181 198 118 168 199 116 166 197 202 221 237 115 148 167 137 180 206 149 187 210 210 229 242 160 194 215 209 228 240 143 184 209 141 182 207 170 194 210 159 185 201 204 204 204 111 144 164 201 204 205 133 176 203 115 152 175 118 148 166 112 164 197 125 172 201 183 183 183 156 183 199 134 178 205 120 150 169]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?@@@?G8@?G?8?G?8?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?@@@?') ; yourself); yourself]
+!
+
+fileTypeDocumentsIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDocumentsIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDocumentsIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeDocumentsIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@4MCP4MCP4@@@@@@@@@@@@@@@4OS4=OPLJM@@@@@@@@@@4MCPKECL3N1LPBCP@@@@@@@@4A@PDADDWD#\8B@ 4@@@@
+@@@4@A4]GR NBCX9@  HM@@@@@@4F"8.K!!5@B@ *O1X%M@@@@@@4IB$)JPD#I  HK3(OM@@@@@@4H@\GA2%@H#0_O#DYM@@@@@@4L 4MCPX]CA .G$H=M@@@
+@@@4DR4-KR4EAPT2LCT=M@@@@@@4G@@@@@@@@@@\ERD=M@@@@@@4I"@ HB@ HB@&BR\=M@@@@@@4F10\GA0\GA0[EC4=M@@@@@@4F2X&I"X&I"X[B3P4M@@@
+@@@4B@ HB@ HB@ HM@@@@@@@@@@4MCP4MCP4MCP4M@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[246 246 246 233 233 233 252 252 251 216 212 172 245 245 245 243 243 243 239 239 239 237 237 237 255 255 255 159 154 124 181 177 143 100 103 106 223 223 223 241 241 241 197 197 197 201 197 160 166 160 114 251 251 251 145 141 101 197 191 137 159 155 126 157 153 122 139 135 100 204 204 204 222 222 222 218 213 173 247 247 247 254 254 254 252 252 252 228 228 228 153 149 116 169 169 169 249 249 249 215 210 169 161 161 161 188 188 188 248 248 248 148 144 118 253 253 253 218 212 172 227 227 227 234 234 234 120 116 84 222 228 234 0 0 0 244 244 244 231 231 231 138 134 101 155 151 119 208 202 155 250 250 250 145 140 99 149 153 157 214 208 165 146 142 103 198 193 140 166 162 117 162 158 115 191 184 139 199 193 138 162 162 162 219 213 174 151 147 112 138 134 99 192 192 192 242 242 241 211 206 161]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?A?@?A? ?O?0?O?8?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O? ?O? ?@@@?') ; yourself); yourself]
+!
+
+fileTypeExecutableFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeExecutableFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeExecutableFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeExecutableFileIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+APTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPT@@BTKB0,KB0,KB0,KIP@E@B(WC <XI1TLC@0LCA(*AP@KL"4YM@\ J2,VJ!!,RB0T@B2L,IB$]H2L#
+H1PTJ@,E@AP2F1LRD!!HRD!!,[F1XTAP@"BP$IC@0@BP$LBP$IH T@E"</@2</A LCK2</K1XE@A@_G1<_G1<_G1<_G1<PAP@.CP4MCP4MCP4\G@4MK T@BCD3
+L3@3L3L3L3L3LP E@@P&G!!8^G!!8^G!!8^G"XAAPTQHRD!!HRD!!HRD!!HRD!!@ TEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAP@a') ; colorMapFromArray:#[111 112 112 160 160 160 207 207 207 121 121 121 159 159 159 0 0 0 122 121 121 109 115 106 138 138 138 112 112 112 212 212 212 84 84 84 111 111 111 140 140 140 133 161 122 130 159 119 108 108 108 206 206 206 102 102 102 101 102 101 87 87 87 111 110 111 99 99 99 106 105 105 130 158 119 112 128 105 105 105 105 101 101 101 139 139 139 90 89 92 133 133 133 131 131 131 97 97 98 205 205 205 90 90 90 86 86 86 83 77 85 120 120 120 136 136 136 120 133 114 88 88 88 85 79 87 100 100 100 98 98 98 84 77 85 111 128 107 117 117 117 122 122 122 151 151 151 147 147 147 100 99 100 150 150 150 112 128 109]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@C?<_?9??''?>_?9??''?>_?9??''?>_?9?? @@@@@b') ; yourself); yourself]
+!
+
+fileTypeFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeFileIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CP4MCP4MCP@@@@@@@@@@@@@@CPDA@PDPQ\4@@@@@@@@@@@@@CP@GQ4]J@8HM@@@@@@@
+@@@@@CPZK"8.GT@HBCP@@@@@@@@@@CP$JR$)@RL&B@ 4@@@@@@@@@CP A0\GJT@"OA<4@@@@@@@@@CP2CP4MA!!4LFB84@@@@@@@@@CPQKR4-KPTEASH4@@@@
+@@@@@CP\@@@@@@@@@A04@@@@@@@@@CP&HB@ HB@ HBX4@@@@@@@@@CP[GA0\GA0\GA,4@@@@@@@@@CP[I"X&I"X&I!!,4@@@@@@@@@CPHB@ HB@ HB@ 4@@@@
+@@@@@CP4MCP4MCP4MCP4@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[246 246 246 233 233 233 252 252 251 216 212 172 245 245 245 243 243 243 239 239 239 237 237 237 255 255 255 159 154 124 181 177 143 100 103 106 223 223 223 241 241 241 197 197 197 201 197 160 166 160 114 251 251 251 145 141 101 197 191 137 159 155 126 157 153 122 139 135 100 204 204 204 222 222 222 218 213 173 247 247 247 254 254 254 252 252 252 228 228 228 153 149 116 169 169 169 249 249 249 215 210 169 161 161 161 188 188 188 248 248 248 148 144 118 253 253 253 218 212 172 227 227 227 234 234 234 120 116 84 222 228 234 0 0 0 244 244 244 231 231 231 138 134 101 155 151 119 208 202 155 250 250 250 145 140 99 149 153 157 214 208 165 146 142 103 198 193 140 166 162 117 162 158 115 191 184 139 199 193 138 162 162 162 219 213 174 151 147 112 138 134 99 192 192 192 242 242 241]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?@@@?C>@?C?@?C? ?C?0?C?8?C?8?C?8?C?8?C?8?C?8?C?8?C?8?C?8?C?8?@@@?@@@?') ; yourself); yourself]
+!
+
+fileTypeFileLinkIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeFileLinkIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeFileLinkIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeFileLinkIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@AZ_G1<_G1<_@@@@@@@AP@@_C@0LC@0LFY<@@@@@@T@@D80@ HB@"6DI$8@@@@E@@ANEC0<OC0<UQ@&S @@AP@@[E<)JR$)JVD7DBY,@@T@@G4AE1\WE1]W
+MSU0_P@E@@APDC@0LC@0 $A2GU@@AP@@[Q0"H"H"H%=_W3--@@T@@HUIKB0,KB0,KB1I!!P@E@@@0LC@2GA0\GA0\CE8@AP@@!!0@@]P0LC@0LCC]T@@T@LEE>
+@C47M3\7M3\V 0@E@ED@F''8=P4MCP4MCE%H@AP@@TS4=OTMCP4MCP4MV@@T@WVD=P4MCP4MCP4MCU @E@C4=ZV=6_51\_7Y/ZW,@@@@a') ; colorMapFromArray:#[0 0 0 245 245 245 228 228 228 211 211 211 194 194 194 195 200 209 240 240 240 223 223 223 158 161 168 209 214 224 155 155 155 171 172 173 252 252 252 183 90 90 218 218 218 150 150 150 247 247 247 230 230 230 140 142 146 145 145 145 242 242 242 192 197 206 254 254 254 237 237 237 220 220 220 146 149 154 169 169 169 152 152 152 249 249 249 232 232 232 215 215 215 234 240 251 147 147 147 210 216 226 244 244 244 120 4 4 193 193 193 142 142 142 239 239 239 224 230 241 251 251 251 234 234 234 217 217 217 200 200 200 246 246 246 229 229 229 144 144 144 187 188 188 241 241 241 217 222 233 224 224 224 226 232 243 210 215 225 156 156 156 173 173 173 253 253 253 236 236 236 219 219 219 145 148 153 248 248 248 231 231 231 214 214 214 197 197 197 141 143 147 226 226 226 209 209 209 175 175 175 255 255 255 238 238 238 221 221 221 147 150 155 153 153 153 216 222 232 250 250 250 233 233 233 111 112 112 191 192 192 226 226 226 184 188 197 253 253 253 180 184 193 154 154 154 173 178 186 228 228 228 176 181 189 182 182 182 172 177 185 187 187 187 214 214 214 241 241 241 197 202 211 224 224 224 134 138 144 138 138 138 177 182 190 243 243 243 239 239 239 184 184 184 244 244 244 242 242 242 249 249 249 245 245 245 190 190 190 237 237 237 255 255 255 163 167 175 169 169 169 247 247 247 183 187 196 179 183 192 246 246 246 155 159 166 160 160 160 229 229 229 225 225 225 252 252 252 248 248 248 204 204 204 144 147 154 231 231 231 156 156 156 254 254 254 250 250 250 186 191 200 184 189 198 182 186 195 45 45 45 137 141 147 232 232 232 237 243 254 235 235 235 174 179 187 180 180 180 178 182 191 234 234 234 66 66 66]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O<@?8C?0O? ??C?<O?0??C?<O?0??G?<_?1??G?<_?0b') ; yourself); yourself]
+!
+
+fileTypeFileOpenIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeFileIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CP4MCP4MCP@@@@@@@@@@@@@@CPDA@PDPQ\4@@@@@@@@@@@@@CP@GQ4]J@8HM@@@@@@@
+@@@@@CPZK"8.GT@HBCP@@@@@@@@@@CP$JR$)@RL&B@ 4@@@@@@@@@CP A0\GJT@"OA<4@@@@@@@@@CP2CP4MA!!4LFB84@@@@@@@@@CPQKR4-KPTEASH4@@@@
+@@@@@CP\@@@@@@@@@A04@@@@@@@@@CP&HB@ HB@ HBX4@@@@@@@@@CP[GA0\GA0\GA,4@@@@@@@@@CP[I"X&I"X&I!!,4@@@@@@@@@CPHB@ HB@ HB@ 4@@@@
+@@@@@CP4MCP4MCP4MCP4@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[246 246 246 233 233 233 252 252 251 216 212 172 245 245 245 243 243 243 239 239 239 237 237 237 255 255 255 159 154 124 181 177 143 100 103 106 223 223 223 241 241 241 197 197 197 201 197 160 166 160 114 251 251 251 145 141 101 197 191 137 159 155 126 157 153 122 139 135 100 204 204 204 222 222 222 218 213 173 247 247 247 254 254 254 252 252 252 228 228 228 153 149 116 169 169 169 249 249 249 215 210 169 161 161 161 188 188 188 248 248 248 148 144 118 253 253 253 218 212 172 227 227 227 234 234 234 120 116 84 222 228 234 0 0 0 244 244 244 231 231 231 138 134 101 155 151 119 208 202 155 250 250 250 145 140 99 149 153 157 214 208 165 146 142 103 198 193 140 166 162 117 162 158 115 191 184 139 199 193 138 162 162 162 219 213 174 151 147 112 138 134 99 192 192 192 242 242 241]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?@@@?C>@?C?@?C? ?C?0?C?8?C?8?C?8?C?8?C?8?C?8?C?8?C?8?C?8?C?8?@@@?@@@?') ; yourself); yourself]
+!
+
+fileTypeHeaderFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeHeaderFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeHeaderFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeHeaderFileIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+APW"7=?_:=/[8.@@@@@@APTE6JV%"*-P&$_^6 @@@@T@@NM0\JVX.<?EP.'',@@@E@@C#1;Q@]TCQQ:1B9N4@AP@@L;=0;?@;VGV//Z*CNPT@@GM[N>?0#'':%
+*<3N5[0E@@A31MS/<MI[V<^JZ\*RAP@@\<&%;>?/;?B+PI 1T T@@GND3N?0)TC/<JT;L5HE@@CVUHS/<E9F;?A54#MRAP@@5)UX;?BD!!N?04-]3%@T@@MY 
+4.?0UES/<HSI\5HE@@CV(DK/<FZU;?BD!!GMRAPT@5,N (K=P_&Z%.5Q3T TE@K:,0<OC(JB (FA \5HEAPWP2,+J2,+J2,+JM]AIAP@a') ; colorMapFromArray:#[111 112 112 160 160 160 207 207 207 121 121 121 159 159 159 0 0 0 122 121 121 109 115 106 138 138 138 112 112 112 212 212 212 84 84 84 111 111 111 140 140 140 133 161 122 130 159 119 108 108 108 206 206 206 102 102 102 101 102 101 87 87 87 111 110 111 99 99 99 106 105 105 130 158 119 112 128 105 105 105 105 101 101 101 139 139 139 90 89 92 133 133 133 131 131 131 97 97 98 205 205 205 90 90 90 86 86 86 83 77 85 120 120 120 136 136 136 120 133 114 88 88 88 85 79 87 100 100 100 98 98 98 84 77 85 111 128 107 117 117 117 122 122 122 151 151 151 147 147 147 100 99 100 150 150 150 112 128 109 144 144 144 168 172 179 172 174 177 197 202 211 226 232 243 124 124 124 237 237 237 150 152 157 149 153 159 186 186 186 109 91 55 217 217 217 237 243 254 248 248 248 161 164 169 196 196 197 111 96 69 228 228 228 197 197 197 115 115 115 217 222 233 177 177 177 174 176 179 152 154 159 166 161 152 180 185 193 110 92 57 219 219 219 157 157 157 209 214 224 188 188 188 250 250 250 163 165 170 133 136 140 199 199 199 230 230 230 179 179 179 208 209 211 241 241 241 154 156 161 190 190 190 221 221 221 219 221 223 252 252 252 135 138 142 163 167 174 170 170 170 201 201 201 232 233 233 232 232 232 190 191 193 192 192 192 223 223 223 221 221 223 141 141 141 170 170 172 165 169 176 203 204 204 169 171 174 234 234 234 145 131 107 203 203 203 152 152 152 183 183 183 214 214 214 158 161 166 224 224 225 149 151 156 185 185 185 194 195 197 227 227 227 226 225 226 173 175 178 238 238 238 151 153 158 154 155 157 187 187 187 153 155 158 156 156 156 249 249 249 137 138 137 132 135 139 174 169 162 167 167 167 115 98 68 229 229 229 145 130 101 178 178 178 208 208 209 240 240 240 170 165 153 154 156 160 189 189 189 210 216 226 107 106 106 210 215 225 251 251 251 134 137 141 198 199 201 231 231 231 146 130 102 211 211 211 97 96 97 231 237 248 191 191 191 182 186 195 222 223 223 253 253 253 164 168 175 171 171 171 193 198 207 206 202 198 233 233 233 233 239 250 159 161 164 162 162 162 184 188 197 193 193 193 224 224 224 255 255 255 137 140 145 166 170 177 173 173 173 170 172 175 235 235 235 181 182 185 184 183 183 215 215 215 184 184 184 235 241 252 153 140 120 164 164 164 193 194 196 186 190 199 226 226 226 216 222 232 175 175 175 155 155 155 239 239 239 148 148 148 210 210 210 243 243 243 254 254 254 245 245 245 194 194 194 225 225 225 236 236 236 55 146 70 247 247 247 145 145 145 176 176 176 218 218 218 0 91 12 209 209 209 220 220 220 169 169 169 200 200 200 242 242 242 222 222 222 244 244 244 142 142 142 153 153 153 246 246 246 140 142 146 133 137 143 192 197 206 145 148 153 146 148 152 137 139 143 171 172 173 147 150 155 234 240 251 139 141 145 158 161 168 141 143 147 187 188 188 15 15 116 143 145 149 93 93 178 145 147 151 191 192 192 134 138 144 146 149 154 195 200 209 224 230 241 146 146 146 120 4 4 183 90 90]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O>@?<C?8O?0??#?>O?8??#?>O?8??#?>O?8??#?>O?8b') ; yourself); yourself]
+!
+
+fileTypeHomeDirectoryIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeHomeDirectoryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeHomeDirectoryIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeHomeDirectoryIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@4 @@@@@@@@@@@@@@@@@@@@CE.\T@@I&4@@@@@@@@@@@@@I_W4]^R@L?G@@@@
+@@@@@@@@%8?C2\NO);25@@@@@@@@@@BW5;>=4K6?(<R-@@@@@@@@@J:N69[!!5NFV6="&@@@@@@@@$LJ33[F 5*B13[OB$@@@@@@@0*>>0Y>$.JR_0[:/0 @@
+@@@@@M:7''J#F5LZ(''K_^@@@@@@@@@L#]&M>26Z''_&M7H@@@@@@@@@JKL8MZS%L;V8L2"@@@@@@@@@I;V(][Z&+CV(]Z^@@@@@@@@@L+V5-Z*.:WV5-[J@@@@
+@@@@@KZ[+J/\.-N]+I.6@@@@@@@@@@@@5\CK%\/@5P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[56 166 247 15 62 120 27 144 230 220 226 232 13 60 118 75 127 183 50 126 185 194 211 228 42 108 173 48 97 145 115 201 253 166 184 203 119 129 142 215 222 230 61 135 193 214 221 228 41 132 208 40 159 245 115 160 200 13 50 108 129 144 157 55 140 205 151 155 164 75 177 251 166 188 211 103 145 189 189 208 226 218 224 231 115 160 197 14 54 108 215 221 227 111 205 253 97 142 182 15 64 133 179 184 189 26 137 224 13 59 117 188 193 198 57 167 250 18 116 196 117 132 153 204 210 215 157 162 172 18 63 117 123 167 207 189 204 218 44 138 213 23 130 215 107 143 184 43 169 252 99 197 253 70 91 123 125 205 253 84 185 252 174 178 184 130 145 164 164 184 209 49 155 222 98 195 253 22 136 226 17 62 115 115 207 253 196 202 207 121 215 253 181 197 215 222 228 234 131 209 253 16 61 116 16 89 153 20 126 215 42 160 247 119 203 253 53 178 252 24 145 237 18 61 115 158 162 167 31 143 233 104 152 198 16 72 133 106 151 193 21 55 109 46 123 201 178 184 190 146 215 253 43 119 196 214 222 230 12 56 111 115 210 253 80 104 140 17 63 120 44 144 212 33 103 171 216 223 230 28 91 151 144 152 167 13 61 134 29 151 237 68 133 189 16 60 115 39 131 203 216 223 229 40 163 252 46 125 197 122 163 199 27 143 232 57 170 247 156 215 253 60 191 252 144 216 253 78 148 209 55 137 210 29 107 184 12 60 121 39 73 116 13 62 120 201 210 222 29 155 235 196 212 227 25 121 203 137 148 158 42 142 205 41 69 109 35 122 188 26 130 214 16 91 163 23 67 121 39 72 119 150 180 207 56 116 184 166 185 203 103 134 173 35 156 241 96 188 252 94 198 253 108 203 253 71 176 252 68 153 219 49 77 109 104 159 207 156 173 198 37 121 192 50 160 238 38 33 26 38 32 25 98 93 88 237 237 237 98 94 89 113 25 5 194 94 24 177 177 177 222 217 203 100 95 90 244 239 234 207 197 178 225 124 36 32 25 17 237 231 224 97 97 97 160 158 157 232 227 216 141 41 8 255 253 250 142 139 136 34 30 22 177 176 169 220 106 25 94 91 85 92 89 85 239 234 227 105 9 3 112 17 4 99 97 97 27 20 10 184 178 166 94 90 86 123 119 117 0 2 10 225 222 211 109 12 4 206 200 188 123 117 106 157 149 135 37 30 23 244 238 230 161 158 151 49 41 33 98 103 108 223 117 28 216 205 185 212 206 190 237 231 221 191 184 169 207 207 207 228 222 212 30 24 17 186 178 159 90 87 82 100 95 91 246 244 238 140 133 120 129 125 123 208 197 178 190 189 188 189 189 189 255 254 250 224 218 205 190 79 18 211 200 180 207 200 184 190 180 161 93 89 85 96 100 104 249 247 242 224 224 224 255 255 255 37 33 25 34 27 22 114 28 5 110 23 4 198 191 177 100 103 105 251 246 241 136 132 129 250 249 245 250 247 243 115 6 4]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?@@@?@D@?@NX?@_X?@?8?A?8?C?8?G?<?G?<?C?8?C?8?C?8?C?8?C?8?C?8?@? ?@@@?') ; yourself); yourself]
+!
+
+fileTypeImageFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeImageFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeImageFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeImageFileIcon'
+        ifAbsentPut:[(Depth4Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+H"H"H"H"H"H"H"H"H"H"H"H"H@@@@@@@@@@BHBH"H"H"H"HBHBL3L3L3L3HBHBL3L3L3L3HBHBL3L5UUL3HBHBL3MUUUT3HBHBL3L5UUL3HBHBL3L3D3L3HB
+HBL3L3D3L3HBHBQCQDEDL3HBHBQDQDQDQDHBHBQDQDQDQDHBHBH"H"H"H"HBH@@@@@@@@@@BH"H"H"H"H"H"H"H"H"H"H"H"') ; colorMapFromArray:#[149 153 157 133 62 38 246 246 246 173 216 230 0 139 0 0 205 0]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?@@@?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?_?>?@@@?@@@?') ; yourself); yourself]
+!
+
+fileTypeJavaSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeJavaSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeJavaSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeJavaSourceIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+APWPTUEQ 8N>4@@@@@@@APTE0JV%"*-P&$_K@ @@@@T@@CM0\JVX.<?EP,WA@@@E@@@31;Q@]TCQQ:1BW]H@AP@@L;=0_#,;VGV//Z*CNPT@@GM[N=M[#'':%
+*<3N5[0E@@A31MQ00-KM2L^JZ\*RAP@@\<&%.6YFTJ.+PI 1T T@@GND3J-^)\7H1*T;L5HE@@CVUHRDTE;M2L154#MRAP@@5)UXUERD3\#I4-]3%@T@@MY 
+4)VUUL7H!!HSI\5HE@@CV(DKM2F[M2ERD!!GMRAPT@5,N (L7M2FZ%.5Q3T TE@K:,0<OC(JB (FA \5HEAPWP2,+J2,+J2,+JM]AIAP@a') ; colorMapFromArray:#[111 112 112 160 160 160 207 207 207 121 121 121 159 159 159 0 0 0 122 121 121 109 115 106 138 138 138 112 112 112 212 212 212 84 84 84 111 111 111 140 140 140 133 161 122 130 159 119 108 108 108 206 206 206 102 102 102 101 102 101 87 87 87 111 110 111 99 99 99 106 105 105 130 158 119 112 128 105 105 105 105 101 101 101 139 139 139 90 89 92 133 133 133 131 131 131 97 97 98 205 205 205 90 90 90 86 86 86 83 77 85 120 120 120 136 136 136 120 133 114 88 88 88 85 79 87 100 100 100 98 98 98 84 77 85 111 128 107 117 117 117 122 122 122 151 151 151 147 147 147 100 99 100 150 150 150 112 128 109 144 144 144 168 172 179 172 174 177 197 202 211 226 232 243 124 124 124 237 237 237 150 152 157 149 153 159 186 186 186 109 91 55 217 217 217 237 243 254 248 248 248 161 164 169 196 196 197 111 96 69 228 228 228 197 197 197 115 115 115 217 222 233 177 177 177 174 176 179 152 154 159 166 161 152 180 185 193 110 92 57 219 219 219 157 157 157 209 214 224 188 188 188 250 250 250 163 165 170 133 136 140 199 199 199 230 230 230 179 179 179 208 209 211 241 241 241 154 156 161 190 190 190 221 221 221 219 221 223 252 252 252 135 138 142 163 167 174 170 170 170 201 201 201 232 233 233 232 232 232 190 191 193 192 192 192 223 223 223 221 221 223 141 141 141 170 170 172 165 169 176 203 204 204 169 171 174 234 234 234 145 131 107 203 203 203 152 152 152 183 183 183 214 214 214 158 161 166 224 224 225 149 151 156 185 185 185 194 195 197 227 227 227 226 225 226 173 175 178 238 238 238 151 153 158 154 155 157 187 187 187 153 155 158 156 156 156 249 249 249 137 138 137 132 135 139 174 169 162 167 167 167 115 98 68 229 229 229 145 130 101 178 178 178 208 208 209 240 240 240 170 165 153 154 156 160 189 189 189 210 216 226 107 106 106 210 215 225 251 251 251 134 137 141 198 199 201 231 231 231 146 130 102 211 211 211 97 96 97 231 237 248 191 191 191 182 186 195 222 223 223 253 253 253 164 168 175 171 171 171 193 198 207 206 202 198 233 233 233 233 239 250 159 161 164 162 162 162 184 188 197 193 193 193 224 224 224 255 255 255 137 140 145 166 170 177 173 173 173 170 172 175 235 235 235 181 182 185 184 183 183 215 215 215 184 184 184 235 241 252 153 140 120 164 164 164 193 194 196 186 190 199 226 226 226 216 222 232 175 175 175 155 155 155 239 239 239 148 148 148 210 210 210 243 243 243 254 254 254 245 245 245 194 194 194 225 225 225 236 236 236 55 146 70 247 247 247 145 145 145 176 176 176 218 218 218 0 91 12 209 209 209 220 220 220 169 169 169 200 200 200 242 242 242 222 222 222 244 244 244 142 142 142 153 153 153 246 246 246]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O<@?<C?8O?0??#?>O?8??#?>O?8??#?>O?8??#?>O?8b') ; yourself); yourself]
+!
+
+fileTypeLispSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeLispSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeLispSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeLispSourceIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+APW"7=?_:=/[8.@@@@@@APTE6JV%"*-P&$_^6 @@@@T@@NM0\JVX.<?EP.'',@@@E@@C#1;Q@]TCQQ:1B9N4@AP@@9+=0_#,;VGV//Z++NPT@@NY[N=M[#'':%
+*<3N!!+0E@@C&1NW''4%-[18))Z]6RAP@@:L&;9^][V:-@&I#!!T T@@N"DV5/%95-[)S,;85HE@@C(UE-[W.W''3GWR4.YRAP@@:IU[V>W''9^_R5=_&%@T@@N!! 
+V>W''UE/%9<''I:EHE@@C((E/%95-[9^^D!!N!!RAPT@:LN (K=P_&Z%.5S(T TE@M2,0<OC(JB (FA :EHEAPW":.+*:.+*:.+*6^IIAP@a') ; colorMapFromArray:#[111 112 112 160 160 160 207 207 207 121 121 121 159 159 159 0 0 0 122 121 121 109 115 106 138 138 138 112 112 112 212 212 212 84 84 84 111 111 111 140 140 140 133 161 122 130 159 119 108 108 108 206 206 206 102 102 102 101 102 101 87 87 87 111 110 111 99 99 99 106 105 105 130 158 119 112 128 105 105 105 105 101 101 101 139 139 139 90 89 92 133 133 133 131 131 131 97 97 98 205 205 205 90 90 90 86 86 86 83 77 85 120 120 120 136 136 136 120 133 114 88 88 88 85 79 87 100 100 100 98 98 98 84 77 85 111 128 107 117 117 117 122 122 122 151 151 151 147 147 147 100 99 100 150 150 150 112 128 109 144 144 144 168 172 179 172 174 177 197 202 211 226 232 243 124 124 124 237 237 237 150 152 157 149 153 159 186 186 186 109 91 55 217 217 217 237 243 254 248 248 248 161 164 169 196 196 197 111 96 69 228 228 228 197 197 197 115 115 115 217 222 233 177 177 177 174 176 179 152 154 159 166 161 152 180 185 193 110 92 57 219 219 219 157 157 157 209 214 224 188 188 188 250 250 250 163 165 170 133 136 140 199 199 199 230 230 230 179 179 179 208 209 211 241 241 241 154 156 161 190 190 190 221 221 221 219 221 223 252 252 252 135 138 142 163 167 174 170 170 170 201 201 201 232 233 233 232 232 232 190 191 193 192 192 192 223 223 223 221 221 223 141 141 141 170 170 172 165 169 176 203 204 204 169 171 174 234 234 234 145 131 107 203 203 203 152 152 152 183 183 183 214 214 214 158 161 166 224 224 225 149 151 156 185 185 185 194 195 197 227 227 227 226 225 226 173 175 178 238 238 238 151 153 158 154 155 157 187 187 187 153 155 158 156 156 156 249 249 249 137 138 137 132 135 139 174 169 162 167 167 167 115 98 68 229 229 229 145 130 101 178 178 178 208 208 209 240 240 240 170 165 153 154 156 160 189 189 189 210 216 226 107 106 106 210 215 225 251 251 251 134 137 141 198 199 201 231 231 231 146 130 102 211 211 211 97 96 97 231 237 248 191 191 191 182 186 195 222 223 223 253 253 253 164 168 175 171 171 171 193 198 207 206 202 198 233 233 233 233 239 250 159 161 164 162 162 162 184 188 197 193 193 193 224 224 224 255 255 255 137 140 145 166 170 177 173 173 173 170 172 175 235 235 235 181 182 185 184 183 183 215 215 215 184 184 184 235 241 252 153 140 120 164 164 164 193 194 196 186 190 199 226 226 226 216 222 232 175 175 175 155 155 155 239 239 239 148 148 148 210 210 210 243 243 243 254 254 254 245 245 245 194 194 194 225 225 225 236 236 236 55 146 70 247 247 247 145 145 145 176 176 176 218 218 218 0 91 12 209 209 209 220 220 220 169 169 169 200 200 200 242 242 242 222 222 222 244 244 244 142 142 142 153 153 153 246 246 246 140 142 146 133 137 143 192 197 206 145 148 153 146 148 152 137 139 143 171 172 173 147 150 155 234 240 251 139 141 145 158 161 168 141 143 147 187 188 188 15 15 116 143 145 149 93 93 178 145 147 151 191 192 192 134 138 144 146 149 154 195 200 209 224 230 241]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O>@?<C?8O?0??#?>O?8??#?>O?8??#?>O?8??#?>O?8b') ; yourself); yourself]
+!
+
+fileTypeSmalltalkSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeSmalltalkSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeSmalltalkSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeSmalltalkSourceIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+APWPTUEQ 8N>4@@@@@@@APTE0JV%"*-P&$_K@ @@@@T@@CM0\JVX.<?EP,WA@@@E@@@31;Q@]TCQQ:1BW]H@AP@@L;=0_#,;VGV//Z*CNPT@@GM[N=M[#'':%
+*<3N5[0E@@A31L#M3]OM3\7MZ\*RAP@@\<''M2L#MTL7H2I 1T T@@GND3\!!^VECM2JT;L5HE@@CVUL#MTE9X3\!!54#MRAP@@5)UX2L6DVL7H4-]3%@T@@MY 
+4)WH3U#M2HSI\5HE@@CV(L7H2L5X3\"D!!GMRAPT@5,OH3\7HVL7H.5Q3T TE@K:,0<OC(JB (FA \5HEAPWP2,+J2,+J2,+JM]AIAP@a') ; colorMapFromArray:#[111 112 112 160 160 160 207 207 207 121 121 121 159 159 159 0 0 0 122 121 121 109 115 106 138 138 138 112 112 112 212 212 212 84 84 84 111 111 111 140 140 140 133 161 122 130 159 119 108 108 108 206 206 206 102 102 102 101 102 101 87 87 87 111 110 111 99 99 99 106 105 105 130 158 119 112 128 105 105 105 105 101 101 101 139 139 139 90 89 92 133 133 133 131 131 131 97 97 98 205 205 205 90 90 90 86 86 86 83 77 85 120 120 120 136 136 136 120 133 114 88 88 88 85 79 87 100 100 100 98 98 98 84 77 85 111 128 107 117 117 117 122 122 122 151 151 151 147 147 147 100 99 100 150 150 150 112 128 109 144 144 144 168 172 179 172 174 177 197 202 211 226 232 243 124 124 124 237 237 237 150 152 157 149 153 159 186 186 186 109 91 55 217 217 217 237 243 254 248 248 248 161 164 169 196 196 197 111 96 69 228 228 228 197 197 197 115 115 115 217 222 233 177 177 177 174 176 179 152 154 159 166 161 152 180 185 193 110 92 57 219 219 219 157 157 157 209 214 224 188 188 188 250 250 250 163 165 170 133 136 140 199 199 199 230 230 230 179 179 179 208 209 211 241 241 241 154 156 161 190 190 190 221 221 221 219 221 223 252 252 252 135 138 142 163 167 174 170 170 170 201 201 201 232 233 233 232 232 232 190 191 193 192 192 192 223 223 223 221 221 223 141 141 141 170 170 172 165 169 176 203 204 204 169 171 174 234 234 234 145 131 107 203 203 203 152 152 152 183 183 183 214 214 214 158 161 166 224 224 225 149 151 156 185 185 185 194 195 197 227 227 227 226 225 226 173 175 178 238 238 238 151 153 158 154 155 157 187 187 187 153 155 158 156 156 156 249 249 249 137 138 137 132 135 139 174 169 162 167 167 167 115 98 68 229 229 229 145 130 101 178 178 178 208 208 209 240 240 240 170 165 153 154 156 160 189 189 189 210 216 226 107 106 106 210 215 225 251 251 251 134 137 141 198 199 201 231 231 231 146 130 102 211 211 211 97 96 97 231 237 248 191 191 191 182 186 195 222 223 223 253 253 253 164 168 175 171 171 171 193 198 207 206 202 198 233 233 233 233 239 250 159 161 164 162 162 162 184 188 197 193 193 193 224 224 224 255 255 255 137 140 145 166 170 177 173 173 173 170 172 175 235 235 235 181 182 185 184 183 183 215 215 215 184 184 184 235 241 252 153 140 120 164 164 164 193 194 196 186 190 199 226 226 226 216 222 232 175 175 175 155 155 155 239 239 239 148 148 148 210 210 210 243 243 243 254 254 254 245 245 245 194 194 194 225 225 225 236 236 236 55 146 70 247 247 247 145 145 145 176 176 176 218 218 218 0 91 12 209 209 209 220 220 220 169 169 169 200 200 200 242 242 242 222 222 222 244 244 244 142 142 142 153 153 153 246 246 246]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O<@?<C?8O?0??#?>O?8??#?>O?8??#?>O?8??#?>O?8b') ; yourself); yourself]
+!
+
+fileTypeTextHtmlIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeTextHtmlIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeTextHtmlIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeTextHtmlIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@AY $)JE75PT6%J!!@@@@@@@@@AR!!X.KFF@WU592YT4@@@@@@@BC"14(JHVIW'',\\%!!-@@@@@@BC\$92\!!6EXFP\GGJG\P@@
+@@BCU DAU"9NCF)$P&!!HTP@@@@BCX6LA"7):^'')4T7]GR0@@@@BCA''TA^(:N#(=:SD)7V @@@@BCCW2L^)BO#(>O^%Q+RP@@@@BCAW*O#7*N#)BO#7).W@@@
+@@BC_G*N$IBN#)BN#7)VW@@@@@BCAW*N$H>N#(>P#''(FW@@@@@BCHG*N#(:N$H>P#'')<W@@@@@BCHAE:#(:N#)BM^ @-W@@@@@BCDRX$^(:N#(1:JBBJW@@@
+@@A>I!!0\GA0QDSH2HB@$UP@@@@A8QE-OS4=OS4=OS5-D P@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[246 246 246 233 233 233 252 252 251 216 212 172 245 245 245 243 243 243 239 239 239 237 237 237 255 255 255 159 154 124 181 177 143 100 103 106 223 223 223 241 241 241 197 197 197 201 197 160 166 160 114 251 251 251 145 141 101 197 191 137 159 155 126 157 153 122 139 135 100 204 204 204 222 222 222 218 213 173 247 247 247 254 254 254 252 252 252 228 228 228 153 149 116 169 169 169 249 249 249 215 210 169 161 161 161 188 188 188 248 248 248 148 144 118 253 253 253 218 212 172 227 227 227 234 234 234 120 116 84 222 228 234 0 0 0 244 244 244 231 231 231 138 134 101 155 151 119 208 202 155 250 250 250 145 140 99 149 153 157 214 208 165 146 142 103 198 193 140 166 162 117 162 158 115 191 184 139 199 193 138 162 162 162 219 213 174 151 147 112 138 134 99 192 192 192 242 242 241 144 144 144 175 175 175 59 60 63 155 155 155 237 243 254 166 166 166 177 177 177 169 173 181 208 208 208 179 183 192 219 219 219 209 214 224 230 230 230 34 35 36 179 179 179 200 205 215 181 185 194 190 190 190 221 221 221 162 166 174 232 232 232 181 181 181 179 181 183 202 207 217 173 178 186 27 28 29 164 168 176 172 172 172 203 203 203 183 183 183 214 214 214 163 163 163 225 225 225 236 236 236 154 154 154 183 185 187 185 185 185 216 216 216 165 165 165 196 196 196 176 176 176 207 207 207 238 238 238 208 213 223 218 218 218 167 167 167 198 198 198 218 223 234 229 229 229 178 178 178 209 209 209 240 240 240 158 158 158 189 189 189 180 184 193 200 200 200 149 149 149 180 180 180 242 242 242 191 191 191 182 186 195 140 140 140 171 171 171 174 179 187 213 213 213 184 188 197 214 220 230 224 224 224 235 235 235 181 183 186 184 184 184 215 215 215 246 245 245 226 226 226 85 85 85 85 149 149 90 140 200 149 149 85 165 165 85]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?O? ?O?0?O?8?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?@@@?') ; yourself); yourself]
+!
+
+fileTypeTextIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeTextIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeTextIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'MacOSXToolbarIconLibrary fileTypeTextIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@AY $)JE75PT6%J!!@@@@@@@@@AR!!X.KFF@WU592YT4@@@@@@@BC"14(JHVIW'',\\%!!-@@@@@@BC\$92\!!6EXFP\GGJG\P@@
+@@BCU DAU"9NCF)$P&!!HTP@@@@BCX6M''"61LU&I4T7]GR0@@@@BCA''U3RD9CG8 #SD)7V @@@@BCCW15[ ]#]XXMKUQ+RP@@@@BCAPT#YE=6Q7=&\B9.W@@@
+@@BC_@P$GP4M"2@GJ@YVW@@@@@BCAPBBWVE: G%/^''0FW@@@@@BCHBQ5[ ]#]XXMKR5<W@@@@@BCHAD#QX!!6Q7=&\@@-W@@@@@BCDRX$GP4M"2@GJBBJW@@@
+@@A>I!!0\GA0QDSH2HB@$UP@@@@A8QE-OS4=OS4=OS5-D P@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[246 246 246 233 233 233 252 252 251 216 212 172 245 245 245 243 243 243 239 239 239 237 237 237 255 255 255 159 154 124 181 177 143 100 103 106 223 223 223 241 241 241 197 197 197 201 197 160 166 160 114 251 251 251 145 141 101 197 191 137 159 155 126 157 153 122 139 135 100 204 204 204 222 222 222 218 213 173 247 247 247 254 254 254 252 252 252 228 228 228 153 149 116 169 169 169 249 249 249 215 210 169 161 161 161 188 188 188 248 248 248 148 144 118 253 253 253 218 212 172 227 227 227 234 234 234 120 116 84 222 228 234 0 0 0 244 244 244 231 231 231 138 134 101 155 151 119 208 202 155 250 250 250 145 140 99 149 153 157 214 208 165 146 142 103 198 193 140 166 162 117 162 158 115 191 184 139 199 193 138 162 162 162 219 213 174 151 147 112 138 134 99 192 192 192 242 242 241 144 144 144 175 175 175 59 60 63 155 155 155 237 243 254 166 166 166 177 177 177 169 173 181 208 208 208 179 183 192 219 219 219 209 214 224 230 230 230 34 35 36 179 179 179 200 205 215 181 185 194 190 190 190 221 221 221 162 166 174 232 232 232 181 181 181 179 181 183 202 207 217 173 178 186 27 28 29 164 168 176 172 172 172 203 203 203 183 183 183 214 214 214 163 163 163 225 225 225 236 236 236 154 154 154 183 185 187 185 185 185 216 216 216 165 165 165 196 196 196 176 176 176 207 207 207 238 238 238 208 213 223 218 218 218 167 167 167 198 198 198 218 223 234 229 229 229 178 178 178 209 209 209 240 240 240 158 158 158 189 189 189 180 184 193 200 200 200 149 149 149 180 180 180 242 242 242 191 191 191 182 186 195 140 140 140 171 171 171 174 179 187 213 213 213 184 188 197 214 220 230 224 224 224 235 235 235 181 183 186 184 184 184 215 215 215 246 245 245 226 226 226]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?O? ?O?0?O?8?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?O?<?@@@?') ; yourself); yourself]
+! !
+
+!MacOSXToolbarIconLibrary class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg/MacOSXToolbarIconLibrary.st,v 1.14 2014-12-04 19:04:57 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libwidg/MacOSXToolbarIconLibrary.st,v 1.14 2014-12-04 19:04:57 cg Exp $'
+! !
+
--- a/Make.proto	Thu May 01 10:47:38 2014 +0100
+++ b/Make.proto	Wed Dec 10 23:42:26 2014 +0000
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.92 2013-12-05 09:21:51 stefan Exp $
+# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.93 2014-11-22 22:38:27 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libwidg.
@@ -34,7 +34,7 @@
 # add the path(es) here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALINCLUDES=-Ifoo -Ibar
-LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libview
+LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic3 -I$(INCLUDE_TOP)/stx/libui -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2
 
 
 # if you need any additional defines for embedded C code,
@@ -71,6 +71,15 @@
 
 
 
+
+
+# run default testsuite for this package
+test: $(TOP)/goodies/builder/reports
+	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
+	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
+
+
+
 # add more install actions here
 install::
 
@@ -108,76 +117,76 @@
 
 
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
-$(OUTDIR)ButtonController.$(O) ButtonController.$(H): ButtonController.st $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)DialogBox.$(O) DialogBox.$(H): DialogBox.st $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)ButtonController.$(O) ButtonController.$(H): ButtonController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(STCHDR)
+$(OUTDIR)DialogBox.$(O) DialogBox.$(H): DialogBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
 $(OUTDIR)EditTextViewCompletionSupport.$(O) EditTextViewCompletionSupport.$(H): EditTextViewCompletionSupport.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)EnterFieldGroup.$(O) EnterFieldGroup.$(H): EnterFieldGroup.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)FramedBox.$(O) FramedBox.$(H): FramedBox.st $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)FramedBox.$(O) FramedBox.$(H): FramedBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
 $(OUTDIR)GenericToolbarIconLibrary.$(O) GenericToolbarIconLibrary.$(H): GenericToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)Label.$(O) Label.$(H): Label.st $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)ListView.$(O) ListView.$(H): ListView.st $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)ListViewController.$(O) ListViewController.$(H): ListViewController.st $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)MenuEvent.$(O) MenuEvent.$(H): MenuEvent.st $(INCLUDE_TOP)/stx/libview/WidgetEvent.$(H) $(INCLUDE_TOP)/stx/libview/WindowEvent.$(H) $(INCLUDE_TOP)/stx/libview/Event.$(H) $(INCLUDE_TOP)/stx/libbasic/MessageSend.$(H) $(INCLUDE_TOP)/stx/libbasic/Message.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)ObjectView.$(O) ObjectView.$(H): ObjectView.st $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)PanelView.$(O) PanelView.$(H): PanelView.st $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)PopUpMenu.$(O) PopUpMenu.$(H): PopUpMenu.st $(INCLUDE_TOP)/stx/libview/PopUpView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)PullDownMenu.$(O) PullDownMenu.$(H): PullDownMenu.st $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)RadioButtonGroup.$(O) RadioButtonGroup.$(H): RadioButtonGroup.st $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)ScrollBar.$(O) ScrollBar.$(H): ScrollBar.st $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)ScrollableView.$(O) ScrollableView.$(H): ScrollableView.st $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)Scroller.$(O) Scroller.$(H): Scroller.st $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SelectionInList.$(O) SelectionInList.$(H): SelectionInList.st $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)VariablePanel.$(O) VariablePanel.$(H): VariablePanel.st $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)VariablePanelController.$(O) VariablePanelController.$(H): VariablePanelController.st $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)stx_libwidg.$(O) stx_libwidg.$(H): stx_libwidg.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)Button.$(O) Button.$(H): Button.st $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)CheckLabel.$(O) CheckLabel.$(H): CheckLabel.st $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)EnterBox.$(O) EnterBox.$(H): EnterBox.st $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)FontPanel.$(O) FontPanel.$(H): FontPanel.st $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)HVScrollableView.$(O) HVScrollableView.$(H): HVScrollableView.st $(INCLUDE_TOP)/stx/libwidg/ScrollableView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)HorizontalPanelView.$(O) HorizontalPanelView.$(H): HorizontalPanelView.st $(INCLUDE_TOP)/stx/libwidg/PanelView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)HorizontalScrollBar.$(O) HorizontalScrollBar.$(H): HorizontalScrollBar.st $(INCLUDE_TOP)/stx/libwidg/ScrollBar.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)HorizontalScroller.$(O) HorizontalScroller.$(H): HorizontalScroller.st $(INCLUDE_TOP)/stx/libwidg/Scroller.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)InfoBox.$(O) InfoBox.$(H): InfoBox.st $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)MiniScroller.$(O) MiniScroller.$(H): MiniScroller.st $(INCLUDE_TOP)/stx/libwidg/Scroller.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)MultiColumnPanelView.$(O) MultiColumnPanelView.$(H): MultiColumnPanelView.st $(INCLUDE_TOP)/stx/libwidg/PanelView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)MultiSelectionInList.$(O) MultiSelectionInList.$(H): MultiSelectionInList.st $(INCLUDE_TOP)/stx/libwidg/SelectionInList.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)OptionBox.$(O) OptionBox.$(H): OptionBox.st $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)PopUpListController.$(O) PopUpListController.$(H): PopUpListController.st $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SelectionInListView.$(O) SelectionInListView.$(H): SelectionInListView.st $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SequenceView.$(O) SequenceView.$(H): SequenceView.st $(INCLUDE_TOP)/stx/libwidg/ScrollableView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)TextView.$(O) TextView.$(H): TextView.st $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)ToggleController.$(O) ToggleController.$(H): ToggleController.st $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)VariableHorizontalPanel.$(O) VariableHorizontalPanel.$(H): VariableHorizontalPanel.st $(INCLUDE_TOP)/stx/libwidg/VariablePanel.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)VariableHorizontalPanelController.$(O) VariableHorizontalPanelController.$(H): VariableHorizontalPanelController.st $(INCLUDE_TOP)/stx/libwidg/VariablePanelController.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)VariableVerticalPanel.$(O) VariableVerticalPanel.$(H): VariableVerticalPanel.st $(INCLUDE_TOP)/stx/libwidg/VariablePanel.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)VariableVerticalPanelController.$(O) VariableVerticalPanelController.$(H): VariableVerticalPanelController.st $(INCLUDE_TOP)/stx/libwidg/VariablePanelController.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)VerticalPanelView.$(O) VerticalPanelView.$(H): VerticalPanelView.st $(INCLUDE_TOP)/stx/libwidg/PanelView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)WorkspaceCompletionSupport.$(O) WorkspaceCompletionSupport.$(H): WorkspaceCompletionSupport.st $(INCLUDE_TOP)/stx/libwidg/EditTextViewCompletionSupport.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)XPToolbarIconLibrary.$(O) XPToolbarIconLibrary.$(H): XPToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)ArrowButton.$(O) ArrowButton.$(H): ArrowButton.st $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)EditTextView.$(O) EditTextView.$(H): EditTextView.st $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(STCHDR)
-$(OUTDIR)EnterBox2.$(O) EnterBox2.$(H): EnterBox2.st $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)FileSelectionList.$(O) FileSelectionList.$(H): FileSelectionList.st $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)HorizontalMiniScroller.$(O) HorizontalMiniScroller.$(H): HorizontalMiniScroller.st $(INCLUDE_TOP)/stx/libwidg/MiniScroller.$(H) $(INCLUDE_TOP)/stx/libwidg/Scroller.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)ListSelectionBox.$(O) ListSelectionBox.$(H): ListSelectionBox.st $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)MenuView.$(O) MenuView.$(H): MenuView.st $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)PopUpList.$(O) PopUpList.$(H): PopUpList.st $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)RadioButtonController.$(O) RadioButtonController.$(H): RadioButtonController.st $(INCLUDE_TOP)/stx/libwidg/ToggleController.$(H) $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)Toggle.$(O) Toggle.$(H): Toggle.st $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)VistaToolbarIconLibrary.$(O) VistaToolbarIconLibrary.$(H): VistaToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libwidg/XPToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)WarningBox.$(O) WarningBox.$(H): WarningBox.st $(INCLUDE_TOP)/stx/libwidg/InfoBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)CheckToggle.$(O) CheckToggle.$(H): CheckToggle.st $(INCLUDE_TOP)/stx/libwidg/Toggle.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)ClickMenuView.$(O) ClickMenuView.$(H): ClickMenuView.st $(INCLUDE_TOP)/stx/libwidg/MenuView.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)EditField.$(O) EditField.$(H): EditField.st $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)FileSelectionBox.$(O) FileSelectionBox.$(H): FileSelectionBox.st $(INCLUDE_TOP)/stx/libwidg/ListSelectionBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)RadioButton.$(O) RadioButton.$(H): RadioButton.st $(INCLUDE_TOP)/stx/libwidg/Toggle.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)TextCollector.$(O) TextCollector.$(H): TextCollector.st $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)Windows8ToolbarIconLibrary.$(O) Windows8ToolbarIconLibrary.$(H): Windows8ToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libwidg/VistaToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/XPToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)YesNoBox.$(O) YesNoBox.$(H): YesNoBox.st $(INCLUDE_TOP)/stx/libwidg/WarningBox.$(H) $(INCLUDE_TOP)/stx/libwidg/InfoBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)FileSaveBox.$(O) FileSaveBox.$(H): FileSaveBox.st $(INCLUDE_TOP)/stx/libwidg/FileSelectionBox.$(H) $(INCLUDE_TOP)/stx/libwidg/ListSelectionBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)Workspace.$(O) Workspace.$(H): Workspace.st $(INCLUDE_TOP)/stx/libwidg/TextCollector.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)CodeView.$(O) CodeView.$(H): CodeView.st $(INCLUDE_TOP)/stx/libwidg/Workspace.$(H) $(INCLUDE_TOP)/stx/libwidg/TextCollector.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)Label.$(O) Label.$(H): Label.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
+$(OUTDIR)ListView.$(O) ListView.$(H): ListView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
+$(OUTDIR)ListViewController.$(O) ListViewController.$(H): ListViewController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(STCHDR)
+$(OUTDIR)MenuEvent.$(O) MenuEvent.$(H): MenuEvent.st $(INCLUDE_TOP)/stx/libbasic/Message.$(H) $(INCLUDE_TOP)/stx/libbasic/MessageSend.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Event.$(H) $(INCLUDE_TOP)/stx/libview/WidgetEvent.$(H) $(INCLUDE_TOP)/stx/libview/WindowEvent.$(H) $(STCHDR)
+$(OUTDIR)ObjectView.$(O) ObjectView.$(H): ObjectView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
+$(OUTDIR)PanelView.$(O) PanelView.$(H): PanelView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
+$(OUTDIR)PopUpMenu.$(O) PopUpMenu.$(H): PopUpMenu.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/PopUpView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
+$(OUTDIR)PullDownMenu.$(O) PullDownMenu.$(H): PullDownMenu.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
+$(OUTDIR)RadioButtonGroup.$(O) RadioButtonGroup.$(H): RadioButtonGroup.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
+$(OUTDIR)ScrollBar.$(O) ScrollBar.$(H): ScrollBar.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
+$(OUTDIR)ScrollableView.$(O) ScrollableView.$(H): ScrollableView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
+$(OUTDIR)Scroller.$(O) Scroller.$(H): Scroller.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
+$(OUTDIR)SelectionInList.$(O) SelectionInList.$(H): SelectionInList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
+$(OUTDIR)VariablePanel.$(O) VariablePanel.$(H): VariablePanel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
+$(OUTDIR)VariablePanelController.$(O) VariablePanelController.$(H): VariablePanelController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(STCHDR)
+$(OUTDIR)stx_libwidg.$(O) stx_libwidg.$(H): stx_libwidg.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
+$(OUTDIR)Button.$(O) Button.$(H): Button.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(STCHDR)
+$(OUTDIR)CheckLabel.$(O) CheckLabel.$(H): CheckLabel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(STCHDR)
+$(OUTDIR)EnterBox.$(O) EnterBox.$(H): EnterBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(STCHDR)
+$(OUTDIR)FontPanel.$(O) FontPanel.$(H): FontPanel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(STCHDR)
+$(OUTDIR)HVScrollableView.$(O) HVScrollableView.$(H): HVScrollableView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/ScrollableView.$(H) $(STCHDR)
+$(OUTDIR)HorizontalPanelView.$(O) HorizontalPanelView.$(H): HorizontalPanelView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/PanelView.$(H) $(STCHDR)
+$(OUTDIR)HorizontalScrollBar.$(O) HorizontalScrollBar.$(H): HorizontalScrollBar.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/ScrollBar.$(H) $(STCHDR)
+$(OUTDIR)HorizontalScroller.$(O) HorizontalScroller.$(H): HorizontalScroller.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Scroller.$(H) $(STCHDR)
+$(OUTDIR)InfoBox.$(O) InfoBox.$(H): InfoBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(STCHDR)
+$(OUTDIR)MiniScroller.$(O) MiniScroller.$(H): MiniScroller.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Scroller.$(H) $(STCHDR)
+$(OUTDIR)MultiColumnPanelView.$(O) MultiColumnPanelView.$(H): MultiColumnPanelView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/PanelView.$(H) $(STCHDR)
+$(OUTDIR)MultiSelectionInList.$(O) MultiSelectionInList.$(H): MultiSelectionInList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInList.$(H) $(STCHDR)
+$(OUTDIR)OptionBox.$(O) OptionBox.$(H): OptionBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(STCHDR)
+$(OUTDIR)PopUpListController.$(O) PopUpListController.$(H): PopUpListController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(STCHDR)
+$(OUTDIR)SelectionInListView.$(O) SelectionInListView.$(H): SelectionInListView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(STCHDR)
+$(OUTDIR)SequenceView.$(O) SequenceView.$(H): SequenceView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/ScrollableView.$(H) $(STCHDR)
+$(OUTDIR)TextView.$(O) TextView.$(H): TextView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(STCHDR)
+$(OUTDIR)ToggleController.$(O) ToggleController.$(H): ToggleController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(STCHDR)
+$(OUTDIR)VariableHorizontalPanel.$(O) VariableHorizontalPanel.$(H): VariableHorizontalPanel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/VariablePanel.$(H) $(STCHDR)
+$(OUTDIR)VariableHorizontalPanelController.$(O) VariableHorizontalPanelController.$(H): VariableHorizontalPanelController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/VariablePanelController.$(H) $(STCHDR)
+$(OUTDIR)VariableVerticalPanel.$(O) VariableVerticalPanel.$(H): VariableVerticalPanel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/VariablePanel.$(H) $(STCHDR)
+$(OUTDIR)VariableVerticalPanelController.$(O) VariableVerticalPanelController.$(H): VariableVerticalPanelController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/VariablePanelController.$(H) $(STCHDR)
+$(OUTDIR)VerticalPanelView.$(O) VerticalPanelView.$(H): VerticalPanelView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/PanelView.$(H) $(STCHDR)
+$(OUTDIR)WorkspaceCompletionSupport.$(O) WorkspaceCompletionSupport.$(H): WorkspaceCompletionSupport.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextViewCompletionSupport.$(H) $(STCHDR)
+$(OUTDIR)XPToolbarIconLibrary.$(O) XPToolbarIconLibrary.$(H): XPToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(STCHDR)
+$(OUTDIR)ArrowButton.$(O) ArrowButton.$(H): ArrowButton.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(STCHDR)
+$(OUTDIR)EditTextView.$(O) EditTextView.$(H): EditTextView.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(STCHDR)
+$(OUTDIR)EnterBox2.$(O) EnterBox2.$(H): EnterBox2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(STCHDR)
+$(OUTDIR)FileSelectionList.$(O) FileSelectionList.$(H): FileSelectionList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(STCHDR)
+$(OUTDIR)HorizontalMiniScroller.$(O) HorizontalMiniScroller.$(H): HorizontalMiniScroller.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/MiniScroller.$(H) $(INCLUDE_TOP)/stx/libwidg/Scroller.$(H) $(STCHDR)
+$(OUTDIR)ListSelectionBox.$(O) ListSelectionBox.$(H): ListSelectionBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(STCHDR)
+$(OUTDIR)MenuView.$(O) MenuView.$(H): MenuView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(STCHDR)
+$(OUTDIR)PopUpList.$(O) PopUpList.$(H): PopUpList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(STCHDR)
+$(OUTDIR)RadioButtonController.$(O) RadioButtonController.$(H): RadioButtonController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(INCLUDE_TOP)/stx/libwidg/ToggleController.$(H) $(STCHDR)
+$(OUTDIR)Toggle.$(O) Toggle.$(H): Toggle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(STCHDR)
+$(OUTDIR)VistaToolbarIconLibrary.$(O) VistaToolbarIconLibrary.$(H): VistaToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/XPToolbarIconLibrary.$(H) $(STCHDR)
+$(OUTDIR)WarningBox.$(O) WarningBox.$(H): WarningBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/InfoBox.$(H) $(STCHDR)
+$(OUTDIR)CheckToggle.$(O) CheckToggle.$(H): CheckToggle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libwidg/Toggle.$(H) $(STCHDR)
+$(OUTDIR)ClickMenuView.$(O) ClickMenuView.$(H): ClickMenuView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/MenuView.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(STCHDR)
+$(OUTDIR)EditField.$(O) EditField.$(H): EditField.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(STCHDR)
+$(OUTDIR)FileSelectionBox.$(O) FileSelectionBox.$(H): FileSelectionBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/ListSelectionBox.$(H) $(STCHDR)
+$(OUTDIR)RadioButton.$(O) RadioButton.$(H): RadioButton.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libwidg/Toggle.$(H) $(STCHDR)
+$(OUTDIR)TextCollector.$(O) TextCollector.$(H): TextCollector.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(STCHDR)
+$(OUTDIR)Windows8ToolbarIconLibrary.$(O) Windows8ToolbarIconLibrary.$(H): Windows8ToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/VistaToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/XPToolbarIconLibrary.$(H) $(STCHDR)
+$(OUTDIR)YesNoBox.$(O) YesNoBox.$(H): YesNoBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/InfoBox.$(H) $(INCLUDE_TOP)/stx/libwidg/WarningBox.$(H) $(STCHDR)
+$(OUTDIR)FileSaveBox.$(O) FileSaveBox.$(H): FileSaveBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/FileSelectionBox.$(H) $(INCLUDE_TOP)/stx/libwidg/ListSelectionBox.$(H) $(STCHDR)
+$(OUTDIR)Workspace.$(O) Workspace.$(H): Workspace.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextCollector.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(STCHDR)
+$(OUTDIR)CodeView.$(O) CodeView.$(H): CodeView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextCollector.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/Workspace.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
 
--- a/Make.spec	Thu May 01 10:47:38 2014 +0100
+++ b/Make.spec	Wed Dec 10 23:42:26 2014 +0000
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg/Make.spec,v 1.21 2013-12-05 09:21:48 stefan Exp $
+# $Header: /cvs/stx/stx/libwidg/Make.spec,v 1.22 2014-11-22 22:38:21 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libwidg.
@@ -42,12 +42,13 @@
 #  -warnNonStandard : no warnings about ST/X extensions
 #  -warnEOLComments : no warnings about EOL comment extension
 #  -warnPrivacy     : no warnings about privateClass extension
+#  -warnUnused      : no warnings about unused variables
 #
 # ********** OPTIONAL: MODIFY the next line(s) ***
 # STCWARNINGS=-warn
 # STCWARNINGS=-warnNonStandard
 # STCWARNINGS=-warnEOLComments
-STCWARNINGS=-warnNonStandard
+STCWARNINGS=-warnNonStandard -warnUnused
 
 COMMON_CLASSES= \
 	ButtonController \
--- a/MenuView.st	Thu May 01 10:47:38 2014 +0100
+++ b/MenuView.st	Wed Dec 10 23:42:26 2014 +0000
@@ -1517,13 +1517,11 @@
     ].
 
     subMenus at:i put:aPopUpMenu.
-    aPopUpMenu notNil ifTrue:[
-        aPopUpMenu isBlock ifFalse:[
-            aPopUpMenu device:self graphicsDevice.
-            (receiver notNil and:[aPopUpMenu receiver isNil]) ifTrue:[
-                aPopUpMenu receiver:receiver
-            ]
-        ].
+    (aPopUpMenu notNil and:[aPopUpMenu isBlock not]) ifTrue:[
+        aPopUpMenu device:self graphicsDevice.
+        (receiver notNil and:[aPopUpMenu receiver isNil]) ifTrue:[
+            aPopUpMenu receiver:receiver
+        ]
     ].
 
     "Modified: 17.1.1997 / 01:03:55 / cg"
@@ -2040,6 +2038,11 @@
     ] ifFalse:[
         hilightLevel := 0.
     ].
+
+    "/ a temporary kludge to prevent drawing the white line below the selection.
+    hilightStyle == #macosx ifTrue:[
+        hilightStyle := nil
+    ].
     "/ hilightStyle := DefaultHilightStyle.
 
     hilightFrameColor := DefaultHilightFrameColor.
@@ -3004,10 +3007,10 @@
 !MenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.184 2014-02-18 14:56:00 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.186 2014-12-02 16:27:59 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.184 2014-02-18 14:56:00 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.186 2014-12-02 16:27:59 cg Exp $'
 ! !
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NOAUTOLOAD	Wed Dec 10 23:42:26 2014 +0000
@@ -0,0 +1,1 @@
+loaded from binary class lib - skip in search for autoloaded classes
--- a/ObjectView.st	Thu May 01 10:47:38 2014 +0100
+++ b/ObjectView.st	Wed Dec 10 23:42:26 2014 +0000
@@ -42,8 +42,8 @@
 documentation
 "
     a View which can hold DisplayObjects, can make selections, move them around etc.
-    ObjectView is an abstract class providing common mechanisms (i.e. a blackBox framework,
-    to be used by concrete subclasses).
+    ObjectView is an abstract class providing common mechanisms 
+    (i.e. a whiteBox framework, to be used by concrete subclasses).
     Actual instances are DrawView, DirectoryView, LogicView or DocumentView.
 
     If you want to use this class, have a special look at the pluggable behavior, especially,
@@ -3532,10 +3532,10 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.143 2014-04-03 14:36:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.144 2014-11-29 13:11:32 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.143 2014-04-03 14:36:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.144 2014-11-29 13:11:32 cg Exp $'
 ! !
 
--- a/OptionBox.st	Thu May 01 10:47:38 2014 +0100
+++ b/OptionBox.st	Wed Dec 10 23:42:26 2014 +0000
@@ -142,7 +142,9 @@
 
     |box|
 
-    box := (self basicNew) numberOfOptions:nOptions.
+    box := self basicNew numberOfOptions:nOptions.
+"/ Later...
+"/    box initializeForDevice:Screen current.
     box device:Screen current.
     box initialize.
     box title:titleString.
@@ -445,8 +447,8 @@
 numberOfOptions:nOptions
     "set the number of options - this is a private interface"
 
-    buttons := OrderedCollection withSize:nOptions.
-    actions := OrderedCollection withSize:nOptions
+    buttons := OrderedCollection newWithSize:nOptions.
+    actions := OrderedCollection newWithSize:nOptions
 
     "Modified: 18.10.1996 / 14:54:30 / cg"
 ! !
@@ -677,10 +679,10 @@
 !OptionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.76 2014-02-18 15:02:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.79 2014-07-09 15:05:03 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.76 2014-02-18 15:02:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.79 2014-07-09 15:05:03 cg Exp $'
 ! !
 
--- a/PopUpMenu.st	Thu May 01 10:47:38 2014 +0100
+++ b/PopUpMenu.st	Wed Dec 10 23:42:26 2014 +0000
@@ -1216,7 +1216,8 @@
     aMenu hideOnLeave:true.
 "
     menuView subMenuAt:indexOrName put:aMenu.
-    (aMenu notNil and:[aMenu isBlock not]) ifTrue:[
+    (aMenu notNil and:[aMenu isBlock not]
+    ) ifTrue:[
         "tell the submenu to notify me when action is performed"
         aMenu superMenu:self.
     ].
@@ -1686,10 +1687,10 @@
 !PopUpMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.115 2014-02-18 15:04:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.116 2014-06-04 12:38:42 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.115 2014-02-18 15:04:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.116 2014-06-04 12:38:42 cg Exp $'
 ! !
 
--- a/RadioButton.st	Thu May 01 10:47:38 2014 +0100
+++ b/RadioButton.st	Wed Dec 10 23:42:26 2014 +0000
@@ -841,6 +841,32 @@
     "Created: / 18.6.1998 / 21:23:58 / cg"
 ! !
 
+!RadioButton methodsFor:'changing state'!
+
+turnOff
+    |id|
+
+    super turnOff.
+    id := gc drawableId.
+    id notNil ifTrue:[
+        self isNativeWidget ifTrue:[
+            self graphicsDevice changeButtonState:false in:id.
+        ].
+    ].
+!
+
+turnOn
+    |id|
+
+    super turnOn.
+    id := gc drawableId.
+    id notNil ifTrue:[
+        self isNativeWidget ifTrue:[
+            self graphicsDevice changeButtonState:true in:id.
+        ].
+    ].
+! !
+
 !RadioButton methodsFor:'drawing'!
 
 drawToggleImage
@@ -1024,27 +1050,30 @@
     or:[buttonStyle == #image]]) ifTrue:[
         activeBgColor := bgColor. 
         activeFgColor := fgColor.
+
         buttonStyle == #image ifTrue:[
             |graphicsDevice|
 
-            graphicsDevice := self graphicsDevice.
-            buttonOnImage := self class roundOnForm.
-            buttonOnImage notNil ifTrue:[ buttonOnImage := buttonOnImage onDevice:graphicsDevice].
-            buttonOffImage := self class roundOffForm.
-            buttonOffImage notNil ifTrue:[ buttonOffImage := buttonOffImage onDevice:graphicsDevice].
+            self isNativeWidget ifFalse:[
+                graphicsDevice := self graphicsDevice.
+                buttonOnImage := self class roundOnForm.
+                buttonOnImage notNil ifTrue:[ buttonOnImage := buttonOnImage onDevice:graphicsDevice].
+                buttonOffImage := self class roundOffForm.
+                buttonOffImage notNil ifTrue:[ buttonOffImage := buttonOffImage onDevice:graphicsDevice].
 
-            onImage := self class activeForm.
-            onImage notNil ifTrue:[ onImage := onImage onDevice:graphicsDevice].
-            offImage := self class passiveForm.
-            offImage notNil ifTrue:[ offImage := offImage onDevice:graphicsDevice].
-            disabledOnImage := self class disabledActiveForm.
-            disabledOnImage notNil ifTrue:[ disabledOnImage := disabledOnImage onDevice:graphicsDevice].
-            disabledOffImage := self class disabledPassiveForm.
-            disabledOffImage notNil ifTrue:[ disabledOffImage := disabledOffImage onDevice:graphicsDevice].
-            enteredOnImage := self class enteredActiveForm.
-            enteredOnImage notNil ifTrue:[ enteredOnImage := enteredOnImage onDevice:graphicsDevice].
-            enteredOffImage := self class enteredPassiveForm.
-            enteredOffImage notNil ifTrue:[ enteredOffImage := enteredOffImage onDevice:graphicsDevice].
+                onImage := self class activeForm.
+                onImage notNil ifTrue:[ onImage := onImage onDevice:graphicsDevice].
+                offImage := self class passiveForm.
+                offImage notNil ifTrue:[ offImage := offImage onDevice:graphicsDevice].
+                disabledOnImage := self class disabledActiveForm.
+                disabledOnImage notNil ifTrue:[ disabledOnImage := disabledOnImage onDevice:graphicsDevice].
+                disabledOffImage := self class disabledPassiveForm.
+                disabledOffImage notNil ifTrue:[ disabledOffImage := disabledOffImage onDevice:graphicsDevice].
+                enteredOnImage := self class enteredActiveForm.
+                enteredOnImage notNil ifTrue:[ enteredOnImage := enteredOnImage onDevice:graphicsDevice].
+                enteredOffImage := self class enteredPassiveForm.
+                enteredOffImage notNil ifTrue:[ enteredOffImage := enteredOffImage onDevice:graphicsDevice].
+            ]
         ]
     ] ifFalse:[
         buttonStyle == #round2D ifTrue:[
@@ -1056,6 +1085,18 @@
     "Modified: / 25-08-2010 / 22:57:37 / cg"
 ! !
 
+!RadioButton methodsFor:'native widget support'!
+
+nativeWindowType
+    "return a symbol describing my native window type 
+     (may be used internally by the device as a native window creation hint)"
+
+    self class == RadioButton ifTrue:[
+        ^ #RadioButton
+    ].
+    ^ nil
+! !
+
 !RadioButton methodsFor:'private'!
 
 computeLabelOrigin
@@ -1107,10 +1148,10 @@
 !RadioButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.54 2014-02-18 15:08:31 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.56 2014-08-18 18:28:19 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.54 2014-02-18 15:08:31 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.56 2014-08-18 18:28:19 stefan Exp $'
 ! !
 
--- a/ScrollBar.st	Thu May 01 10:47:38 2014 +0100
+++ b/ScrollBar.st	Wed Dec 10 23:42:26 2014 +0000
@@ -750,6 +750,14 @@
 createElements
     "private: create my elements"
 
+    (self graphicsDevice supportsNativeWidgetType:#Scrollbar) ifTrue:[
+        "/ native widget contains all I need.
+        "/ but I need a thumb from the model
+        thumb := Scroller new.
+        thumb beInvisible.
+        ^ self
+    ].
+
     orientation == #horizontal ifTrue:[
         button1 := ArrowButton leftIn:self.
         button1 name:'leftButton'.
@@ -809,6 +817,11 @@
         thumb addDependent:self
     ].
 
+    button1 isNil ifTrue:[
+        "/ native widget: no buttons
+        ^ self
+    ].
+
     button1 autoRepeat:true.
     button2 autoRepeat:true.
 
@@ -968,22 +981,24 @@
 !
 
 updateNativeWidget
+    |id|
+
     self isNativeWidget ifTrue:[
-        self drawableId notNil ifTrue:[
+        (id := self drawableId) notNil ifTrue:[
             self graphicsDevice
                 setScrollRange:0 to:100 
                 redraw:false 
-                in:self drawableId.
+                in:id.
 
             self graphicsDevice
                 setScrollPosition:thumb thumbOrigin rounded 
                 redraw:false 
-                in:self drawableId.
+                in:id.
 
             self graphicsDevice
                 setScrollBarPageSize:thumb thumbHeight rounded 
                 redraw:true 
-                in:self drawableId.
+                in:id.
         ]
     ].
 ! !
@@ -1179,10 +1194,10 @@
 !ScrollBar class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ScrollBar.st,v 1.92 2014-02-18 16:47:16 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ScrollBar.st,v 1.94 2014-08-18 18:28:19 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ScrollBar.st,v 1.92 2014-02-18 16:47:16 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ScrollBar.st,v 1.94 2014-08-18 18:28:19 stefan Exp $'
 ! !
 
--- a/ScrollableView.st	Thu May 01 10:47:38 2014 +0100
+++ b/ScrollableView.st	Wed Dec 10 23:42:26 2014 +0000
@@ -1296,6 +1296,7 @@
                 ] ifFalse:[
                     hScrollBar beVisible
                 ].
+                "/ hScrollBar setRealized:hide not.
                 anyChange := true.
             ]
         ].
@@ -1381,6 +1382,7 @@
                 ] ifFalse:[
                     vScrollBar beVisible
                 ].
+                "/vScrollBar setRealized:hide not.
                 anyChange := true.
             ]
         ].
@@ -1418,6 +1420,14 @@
     "Created: 6.3.1997 / 18:06:23 / cg"
 !
 
+requestAutoAccept
+    "request to accept: this is invoked when a dialog closes via accept or cancel.
+     This forces my value to be accepted into my model.
+     Any widget may suppress the ok/cancel, by returning false."
+
+    ^ scrolledView requestAutoAccept
+!
+
 sizeChanged:how
     "handle size changes - this may change any scrollBars visibility"
 
@@ -2389,6 +2399,10 @@
 !ScrollableView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.150 2013-11-27 12:41:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.153 2014-06-23 13:02:55 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.153 2014-06-23 13:02:55 cg Exp $'
 ! !
 
--- a/Scroller.st	Thu May 01 10:47:38 2014 +0100
+++ b/Scroller.st	Wed Dec 10 23:42:26 2014 +0000
@@ -35,7 +35,8 @@
 		DefaultThumbActiveLevel SnapBackDistance DefaultMiddleButtonJump
 		NewCursors DefaultThumbImage HandleImage DefaultHScrollerHeight
 		DefaultVScrollerWidth DefaultStopPagerAtThumb DefaultTallyInset
-		MinThumbSize DefaultTallyDistance'
+		MinThumbSize DefaultTallyDistance DefaultVerticalThumbFrameImage
+		DefaultHorizontalThumbFrameImage'
 	poolDictionaries:''
 	category:'Views-Interactors'
 !
@@ -367,7 +368,8 @@
                        #'scroller.newCursors' 
                        #'scroller.thumbImage' #'scroller.handleImage'
                        #'scroller.vScrollerWidth' #'scroller.hScrollerHeight'
-                       #'scroller.stopPagerAtThumb' 
+                       #'scroller.stopPagerAtThumb'
+                       #'scroller.verticalThumbFrameImage' #'scroller.horizontalThumbFrameImage' 
                      )>
 
     DefaultViewBackground := StyleSheet colorAt:#'scroller.viewBackground'.
@@ -404,6 +406,8 @@
     NewCursors := StyleSheet at:#'scroller.newCursors' default:true.
     DefaultThumbImage := StyleSheet at:#'scroller.thumbImage'.
     HandleImage := StyleSheet at:#'scroller.handleImage'.
+    DefaultVerticalThumbFrameImage := StyleSheet at:#'scroller.verticalThumbFrameImage'.
+    DefaultHorizontalThumbFrameImage := StyleSheet at:#'scroller.horizontalThumbFrameImage'.
 
     DefaultVScrollerWidth  := StyleSheet at:#'scroller.vScrollerWidth' default:nil.
     DefaultHScrollerHeight := StyleSheet at:#'scroller.hScrollerHeight' default:nil.
@@ -1223,7 +1227,7 @@
     |handleX handleY l t lvl
      w "{ Class: SmallInteger }"
      h "{ Class: SmallInteger }"
-     clr clr2 xpStyle vistaStyle n|
+     clr clr2 xpStyle vistaStyle n frameImageOrNil frameImage|
 
     (thumbHeight >= 100) ifTrue:[^ self].
     thumbFrame isNil ifTrue:[^ self].
@@ -1238,66 +1242,66 @@
 
     clr := entered ifTrue:[thumbEnteredColor] ifFalse:[thumbColor].
     (scrolling and:[thumbActiveColor notNil]) ifTrue:[clr := thumbActiveColor].
-
-    (styleSheet at:#'scroller.vista3DStyle' default:false) ifTrue:[
-        "/ 243   242  240  236  234   233   215  211  207   205     200   192 206
-        (orientation == #vertical) ifTrue:[
-            n := w
-        ] ifFalse:[
-            n := h
-        ].
-        1 to:n-1 do:[:i |
-            |m|
-
-            i == (n-1) ifTrue:[
-                m := 0.4.
+    clr notNil ifTrue:[
+        (styleSheet at:#'scroller.vista3DStyle' default:false) ifTrue:[
+            "/ 243   242  240  236  234   233   215  211  207   205     200   192 206
+            (orientation == #vertical) ifTrue:[
+                n := w
             ] ifFalse:[
-                i <= (n//2) ifTrue:[
-                    i <= (n//4) ifTrue:[
-                        m := 3.
+                n := h
+            ].
+            1 to:n-1 do:[:i |
+                |m|
+
+                i == (n-1) ifTrue:[
+                    m := 0.4.
+                ] ifFalse:[
+                    i <= (n//2) ifTrue:[
+                        i <= (n//4) ifTrue:[
+                            m := 3.
+                        ] ifFalse:[
+                            i <= (n//3) ifTrue:[
+                                m := 2.5.
+                            ] ifFalse:[
+                                m := 2.
+                            ].
+                        ].
                     ] ifFalse:[
-                        i <= (n//3) ifTrue:[
-                            m := 2.5.
+                        i > (n*3//4) ifTrue:[
+                            i > (n*4//5) ifTrue:[
+                                m := 0.
+                            ] ifFalse:[
+                                m := 0.2.
+                            ]
                         ] ifFalse:[
-                            m := 2.
-                        ].
-                    ].
-                ] ifFalse:[
-                    i > (n*3//4) ifTrue:[
-                        i > (n*4//5) ifTrue:[
-                            m := 0.
-                        ] ifFalse:[
-                            m := 0.2.
-                        ]
-                    ] ifFalse:[
-                        i > (n*2//3) ifTrue:[
-                            m := 0.4
-                        ] ifFalse:[
-                            m := 0.8.
+                            i > (n*2//3) ifTrue:[
+                                m := 0.4
+                            ] ifFalse:[
+                                m := 0.8.
+                            ].
                         ].
                     ].
                 ].
+                self paint:(Color white mixed:m with:clr).
+                (orientation == #vertical) ifTrue:[
+                    self displayLineFromX:(l+i-1) y:t+1 toX:(l+i-1) y:(t+h-2)
+                ] ifFalse:[
+                    self displayLineFromX:(l+1) y:(t+i-1) toX:(l+w-2) y:(t+i-1)
+                ].
             ].
-            self paint:(Color white mixed:m with:clr).
-            (orientation == #vertical) ifTrue:[
-                self displayLineFromX:(l+i-1) y:t+1 toX:(l+i-1) y:(t+h-2)
+        ] ifFalse:[
+            self paint:clr.
+            (xpStyle and:[self isMiniScroller not]) ifTrue:[
+                (orientation == #vertical) ifTrue:[
+                    self fillRectangleX:l y:t+1 width:w-2 height:h-4.
+                ] ifFalse:[
+                    self fillRectangleX:l+1 y:t width:w-4 height:h-2.
+                ]
             ] ifFalse:[
-                self displayLineFromX:(l+1) y:(t+i-1) toX:(l+w-2) y:(t+i-1)
+                self fillRectangleX:l y:t width:w height:h.
             ].
         ].
-    ] ifFalse:[
-        self paint:clr.
-        (xpStyle and:[self isMiniScroller not]) ifTrue:[
-            (orientation == #vertical) ifTrue:[
-                self fillRectangleX:l y:t+1 width:w-2 height:h-4.
-            ] ifFalse:[
-                self fillRectangleX:l+1 y:t width:w-4 height:h-2.
-            ]
-        ] ifFalse:[
-            self fillRectangleX:l y:t width:w height:h.
-        ].
     ].
-
     lvl := thumbLevel.
     scrolling ifTrue:[
         lvl := thumbActiveLevel
@@ -1309,6 +1313,13 @@
                     halfShadow:thumbHalfShadowColor halfLight:thumbHalfLightColor
                     style:thumbEdgeStyle.
     ].
+    frameImageOrNil := (orientation == #vertical) 
+                        ifTrue:[ DefaultVerticalThumbFrameImage ]
+                        ifFalse:[ DefaultHorizontalThumbFrameImage ].
+    frameImageOrNil notNil ifTrue:[
+        frameImage  := frameImageOrNil magnifiedTo:(w @ h).
+        frameImage displayOn:self x:l y:t
+    ].
 
     self isMiniScroller ifTrue:[^ self].
 
@@ -2238,15 +2249,19 @@
     DefaultThumbColor notNil ifTrue:[
         thumbColor := DefaultThumbColor onDevice:graphicsDevice
     ] ifFalse:[
-        thumbColor := self whiteColor.
-        nm ~= #normal ifTrue:[
-            graphicsDevice hasGrayscales ifFalse:[
-                thumbColor := Color grey
+        nm ~= #napkin ifTrue:[
+            thumbColor := self whiteColor.
+            nm ~= #normal ifTrue:[
+                graphicsDevice hasGrayscales ifFalse:[
+                    thumbColor := Color gray
+                ].
             ].
         ].
     ].
-
-    thumbColor := thumbColor onDevice:graphicsDevice.
+    thumbColor notNil ifTrue:[  
+        thumbColor := thumbColor onDevice:graphicsDevice.
+    ].
+
     thumbShadowColor notNil ifTrue:[
         thumbShadowColor := thumbShadowColor onDevice:graphicsDevice.
     ].
@@ -2757,10 +2772,10 @@
 !Scroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.206 2014-03-19 10:04:19 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.208 2014-12-08 22:13:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.206 2014-03-19 10:04:19 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.208 2014-12-08 22:13:13 cg Exp $'
 ! !
 
--- a/SelectionInListView.st	Thu May 01 10:47:38 2014 +0100
+++ b/SelectionInListView.st	Wed Dec 10 23:42:26 2014 +0000
@@ -29,7 +29,9 @@
 		DefaultHilightFrameColor DefaultHilightLevel
 		DefaultRightArrowStyle DefaultRightArrowLevel
 		DefaultDisabledForegroundColor DefaultShadowColor
-		DefaultLightColor DefaultHilightStyle'
+		DefaultLightColor DefaultHilightStyle
+		DefaultHilightForegroundColorNoFocus
+		DefaultHilightBackgroundColorNoFocus'
 	poolDictionaries:''
 	category:'Views-Lists'
 !
@@ -1037,6 +1039,7 @@
 
     <resource: #style (#'selection.disabledForegroundColor'
                        #'selection.hilightForegroundColor' #'selection.hilightBackgroundColor'
+                       #'selection.hilightForegroundColorNoFocus' #'selection.hilightBackgroundColorNoFocus'
                        #'selection.hilightFrameColor' #'selection.hilightLevel'
                        #'selection.rightArrowStyle' #'selection.rightArrowLevel'
                        #'selection.foregroundColor' #'selection.backgroundColor'
@@ -1046,6 +1049,8 @@
     DefaultDisabledForegroundColor := StyleSheet colorAt:#'selection.disabledForegroundColor'.
     DefaultHilightForegroundColor := StyleSheet colorAt:#'selection.hilightForegroundColor'.
     DefaultHilightBackgroundColor := StyleSheet colorAt:#'selection.hilightBackgroundColor'.
+    DefaultHilightForegroundColorNoFocus := StyleSheet colorAt:#'selection.hilightForegroundColorNoFocus'.
+    DefaultHilightBackgroundColorNoFocus := StyleSheet colorAt:#'selection.hilightBackgroundColorNoFocus'.
     DefaultHilightFrameColor := StyleSheet colorAt:#'selection.hilightFrameColor'.
     DefaultHilightLevel := StyleSheet at:#'selection.hilightLevel' default:0.
     DefaultHilightStyle := StyleSheet at:#'selection.hilightStyle' default:(StyleSheet name).
@@ -1261,7 +1266,7 @@
 
     (index > self size) ifFalse:[
         listAttributes isNil ifTrue:[
-            listAttributes := OrderedCollection withSize:index
+            listAttributes := OrderedCollection newWithSize:index
         ] ifFalse:[
             (index > listAttributes size) ifTrue:[
                 listAttributes grow:index
@@ -2057,14 +2062,71 @@
     ]
 !
 
+drawSelectionHighlightFrameForItemAtY:yLine with:fg
+    |wEdge y y2|
+
+    y := yLine - (lineSpacing//2).
+    hilightFrameColor notNil ifTrue:[
+        hilightLevel == 0 ifTrue:[
+            "
+             a line above and below
+            "
+            self paint:hilightFrameColor.
+            self displayLineFromX:0 y:y toX:width y:y.
+            y2 := y + fontHeight - 1.
+            self displayLineFromX:0 y:y2 toX:width y:y2.
+            ^ self
+        ]
+    ] ifFalse:[
+        hilightStyle == #motif ifTrue:[
+            "/ an additional line, inset by one pixel
+            self paint:fg.
+            self displayLineFromX:0 y:y+1 toX:width y:y+1.
+            y2 := y + fontHeight - 1 - 1.
+            self displayLineFromX:0 y:y2 toX:width y:y2.
+        ] ifFalse:[
+            hilightStyle == #macosx ifTrue:[
+                "/ an additional line, at the bottom
+                self paint:viewBackground.
+                y2 := y + fontHeight - 1.
+                self displayLineFromX:0 y:y2 toX:width y:y2.
+            ]
+        ].
+    ].
+
+    "
+     an edge it around
+    "
+    (hilightLevel ~~ 0) ifTrue:[
+        "
+         let edge start at left, extending to the full width
+         XXX: widthOfContents should be cached in ListView
+              (instead of recomputing all over)
+        "
+        wEdge := width-(2 * margin).
+        includesNonStrings ifFalse:[
+            wEdge := wEdge max:(self widthOfContents).
+        ].
+        self drawEdgesForX:(margin - viewOrigin x) y:y 
+                     width:wEdge+viewOrigin x height:fontHeight 
+                     level:hilightLevel.
+    ].
+!
+
 drawVisibleLineSelected:visLineNr
     "redraw a single line as selected."
 
+    |fg bg|
+
     self hasFocus ifTrue:[
-        self drawVisibleLineSelected:visLineNr with:hilightFgColor and:hilightBgColor
+        fg := hilightFgColor.
+        bg := hilightBgColor.
     ] ifFalse:[
-        self drawVisibleLineSelected:visLineNr with:hilightFgColorNoFocus and:hilightBgColorNoFocus
-    ].    
+        fg := hilightFgColorNoFocus.
+        bg := hilightBgColorNoFocus.
+    ].
+    self drawVisibleLineSelected:visLineNr with:fg and:bg
+
     "Modified: / 31.8.1995 / 19:24:09 / claus"
     "Modified: / 21.6.1998 / 03:12:56 / cg"
 !
@@ -2074,118 +2136,76 @@
 
     |listLine 
      y  "{ Class: SmallInteger }" 
-     y2 "{ Class: SmallInteger }" 
-     wEdge dObj item t|
+     dObj item t|
 
     listLine := self visibleLineToListLine:visLineNr.
-    listLine notNil ifTrue:[
-        y := self yOfVisibleLine:visLineNr.
-
-        selectedVisualBlock notNil ifTrue:[
-            backgroundAlreadyClearedColor == bg ifFalse:[
-                self paint:bg.
-                self fillRectangleX:margin y:y - (lineSpacing//2)
-                              width:(width - (2 * margin)) 
-                             height:fontHeight.
-            ].
-
-            dObj := selectedVisualBlock value:self value:listLine.
-            self paint:fg on:bg.
-            dObj displayOn:self x:(textStartLeft-viewOrigin x) y:y + gc font ascent opaque:true.
-        ] ifFalse:[
-            strikeOut ifTrue:[
-                self drawVisibleLine:visLineNr with:fgColor and:bgColor.
-
-                self paint:fgColor.
-                y := y + (fontHeight // 2).
-                self displayLineFromX:0 y:y toX:width y:y.
-                ^ self
-            ].
-            "/ kludge:
-            "/ care for text objects with a color
-            "/ if the contrast between the fg-color and the selection-bg is too small,
-            "/ the item is not readable anymore ...
-            item := list at:listLine.
-            (item isText and:[item hasChangeOfEmphasis]) ifTrue:[
-                t := Text string:item string emphasisCollection:item emphasis asArray.
-                t emphasisAllRemove:#color.
-                self
-                    drawLine:t 
-                    atX:(textStartLeft - viewOrigin x) 
-                    inVisible:visLineNr 
-                    with:fg 
-                    and:bg
-            ] ifFalse:[ 
-                (item class == LabelAndIcon
-                and:[(t := item string) notNil
-                and:[(t isText and:[t hasChangeOfEmphasis])]]) ifTrue:[
-                    t := Text string:t string emphasisCollection:t emphasis asArray.
-                    t emphasisAllRemove:#color.
-                    t := LabelAndIcon icon:item icon string:t.
-                    t image:(item image).
-                    t gap:(item gap).
-                    t offset: (item offset).
-                    self
-                        drawLine:t 
-                        atX:(textStartLeft - viewOrigin x) 
-                        inVisible:visLineNr 
-                        with:fg 
-                        and:bg
-                ] ifFalse:[
-                    self drawVisibleLine:visLineNr with:fg and:bg.
-                ]
-            ]
+    listLine isNil ifTrue:[
+        super drawVisibleLine:visLineNr with:fg and:bg.
+        ^ self.
+    ].
+
+    y := self yOfVisibleLine:visLineNr.
+
+    "/ if an explicit drawing block has been defined - let it do it.
+    selectedVisualBlock notNil ifTrue:[
+        backgroundAlreadyClearedColor == bg ifFalse:[
+            self paint:bg.
+            self fillRectangleX:margin y:y - (lineSpacing//2)
+                          width:(width - (2 * margin)) 
+                         height:fontHeight.
         ].
 
-        y := y - (lineSpacing//2).
-
-        "
-         a line above and below
-        "
-        hilightFrameColor notNil ifTrue:[
-            hilightLevel == 0 ifTrue:[
-                self paint:hilightFrameColor.
-                self displayLineFromX:0 y:y toX:width y:y.
-                y2 := y + fontHeight - 1.
-                self displayLineFromX:0 y:y2 toX:width y:y2.
-                ^ self
-            ]
-        ] ifFalse:[
-            hilightStyle == #motif ifTrue:[
-                "/ an additional line, inset by one pixel
-                self paint:fg.
-                self displayLineFromX:0 y:y+1 toX:width y:y+1.
-                y2 := y + fontHeight - 1 - 1.
-                self displayLineFromX:0 y:y2 toX:width y:y2.
-            ]
-        ].
-
-        "
-         an edge it around
-        "
-        (hilightLevel ~~ 0) ifTrue:[
-            "
-             let edge start at left, extending to the full width
-             XXX: widthOfContents should be cached in ListView
-                  (instead of recomputing all over)
-            "
-            wEdge := width-(2 * margin).
-            includesNonStrings ifFalse:[
-                wEdge := wEdge max:(self widthOfContents).
-            ].
-            self drawEdgesForX:(margin - viewOrigin x) y:y 
-                         width:wEdge+viewOrigin x height:fontHeight 
-                         level:hilightLevel.
-
-
-        ].
+        dObj := selectedVisualBlock value:self value:listLine.
+        self paint:fg on:bg.
+        dObj displayOn:self x:(textStartLeft-viewOrigin x) y:y + gc font ascent opaque:true.
+        
+        self drawSelectionHighlightFrameForItemAtY:y with:fg.
+        ^ self.
+    ].
+
+    strikeOut ifTrue:[
+        self drawVisibleLine:visLineNr with:fgColor and:bgColor.
+
+        self paint:fgColor.
+        y := y + (fontHeight // 2).
+        self displayLineFromX:0 y:y toX:width y:y.
         ^ self
     ].
-    ^ super drawVisibleLine:visLineNr with:fg and:bg
-
-    "Modified: / 31-08-1995 / 19:24:09 / claus"
-    "Created: / 28-02-1996 / 18:40:21 / cg"
-    "Modified: / 21-06-1998 / 03:51:04 / cg"
+
+    "/ kludge:
+    "/ care for text objects with a color
+    "/ if the contrast between the fg-color and the selection-bg is too small,
+    "/ the item is not readable anymore ...
+    item := list at:listLine.
+    (item isText and:[item hasChangeOfEmphasis]) ifTrue:[
+        t := Text string:item string emphasisCollection:item emphasis asArray.
+        t emphasisAllRemove:#color.
+        self
+            drawLine:t 
+            atX:(textStartLeft - viewOrigin x) 
+            inVisible:visLineNr 
+            with:fg and:bg
+    ] ifFalse:[ 
+        (item class == LabelAndIcon
+        and:[(t := item string) notNil
+        and:[(t isText and:[t hasChangeOfEmphasis])]]) ifTrue:[
+            t := Text string:t string emphasisCollection:t emphasis asArray.
+            t emphasisAllRemove:#color.
+            t := LabelAndIcon icon:item icon string:t.
+            t image:(item image).
+            t gap:(item gap).
+            t offset: (item offset).
+            self
+                drawLine:t 
+                atX:(textStartLeft - viewOrigin x) 
+                inVisible:visLineNr 
+                with:fg and:bg
+        ] ifFalse:[
+            self drawVisibleLine:visLineNr with:fg and:bg.
+        ]
+    ].
+
+    self drawSelectionHighlightFrameForItemAtY:y with:fg.
 !
 
 invalidateLine:aLineNr
@@ -2194,7 +2214,7 @@
     visibleLine := self listLineToVisibleLine:aLineNr.
     visibleLine notNil ifTrue:[
         y := self yOfVisibleLine:visibleLine.
-        self invalidate:(Rectangle origin:(0@y-1) extent:(width@fontHeight+1))
+        self invalidate:(Rectangle origin:(0@y-(lineSpacing//2)) extent:(width@fontHeight+lineSpacing))
     ].
 !
 
@@ -2816,7 +2836,7 @@
             ] ifFalse:[
                 (hilightStyle == #openwin) ifTrue:[
                     hilightFgColor := fgColor.
-                    hilightBgColor := Color grey.
+                    hilightBgColor := Color gray.
                     smallArrow := true.
                 ] ifFalse:[
                     (hilightStyle == #win95) ifTrue:[
@@ -2885,10 +2905,16 @@
     ].
 
     hilightFgColorNoFocus isNil ifTrue:[
-        hilightFgColorNoFocus := hilightFgColor.
+        hilightFgColorNoFocus := DefaultHilightForegroundColorNoFocus.
+        hilightFgColorNoFocus isNil ifTrue:[
+            hilightFgColorNoFocus := hilightFgColor slightlyLightened.
+        ]
     ].
     hilightBgColorNoFocus isNil ifTrue:[
-        hilightBgColorNoFocus := hilightBgColor lightened.
+        hilightBgColorNoFocus := DefaultHilightBackgroundColorNoFocus.
+        hilightBgColorNoFocus isNil ifTrue:[
+            hilightBgColorNoFocus := hilightBgColor slightlyLightened.
+        ]
     ].
 
     "Modified: / 05-08-1998 / 00:00:00 / cg"
@@ -2935,6 +2961,15 @@
     "Modified: 27.2.1997 / 14:23:40 / cg"
 ! !
 
+!SelectionInListView methodsFor:'native widget support'!
+
+nativeWindowType
+    "return a symbol describing my native window type 
+     (may be used internally by the device as a native window creation hint)"
+
+    ^ #SelectionInListView
+! !
+
 !SelectionInListView methodsFor:'private'!
 
 argForChangeMessage
@@ -3569,7 +3604,7 @@
 
     selection isNil ifTrue:[^ nil].
     selection isCollection ifTrue:[
-        selection size == 0 ifTrue:[
+        selection isEmpty ifTrue:[
             ^ nil
         ].
         ^ selection min
@@ -4148,11 +4183,11 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.274 2014-03-26 09:55:36 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.282 2014-12-03 22:54:29 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.274 2014-03-26 09:55:36 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.282 2014-12-03 22:54:29 cg Exp $'
 !
 
 version_HG
--- a/TextCollector.st	Thu May 01 10:47:38 2014 +0100
+++ b/TextCollector.st	Wed Dec 10 23:42:26 2014 +0000
@@ -566,6 +566,23 @@
 
 !TextCollector methodsFor:'scrolling'!
 
+makeCursorVisible
+    (scrollLocked ? false) ifFalse:[
+        access critical:[
+            super makeCursorVisible
+        ]
+    ]
+!
+
+scrollLock:aBoolean
+    aBoolean ifTrue:[
+        scrollWhenUpdating := #endOfText.
+    ] ifFalse:[
+        scrollWhenUpdating := nil.
+    ].
+    scrollLocked := aBoolean.
+!
+
 scrollTo:anOrigin redraw:doRedraw
     access critical:[
         super scrollTo:anOrigin redraw:doRedraw
@@ -679,6 +696,10 @@
     "Created: / 14-09-2011 / 09:01:03 / cg"
 !
 
+format:formatSpec with:args
+    ^ entryStream format:formatSpec with:args
+!
+
 lineLength
     "to make a textCollector (somewhat) compatible with printer
      streams, support the lineLength query"
@@ -734,6 +755,20 @@
     "Modified: 11.1.1997 / 14:43:26 / cg"
 !
 
+println
+    "for those used to Java/Javascript, a compatibility message.
+     Most useful inside expecco"
+
+    self cr
+!
+
+println:anObject
+    "for those used to Java/Javascript, a compatibility message.
+     Most useful inside expecco"
+
+    self showCR:anObject
+!
+
 show:anObject
     "insert the argument aString at current cursor position"
 
@@ -1079,6 +1114,7 @@
             inFlush := true.
             [
                 flushPending := false.
+self withAutoIndent:false do:[
                 "/ self ~~ Transcript ifTrue:[ 'e3 "' print. outstandingLine print. '" ' print. outstandingLine asByteArray hexPrintString print. ' ' printCR. 
                 "/                             (outstandingLines ? #()) do:[:l | '"' print. l print. '" ' print. l asByteArray hexPrintString printCR ]].
                 (nLines := outstandingLines size) ~~ 0 ifTrue:[
@@ -1100,9 +1136,11 @@
                             self cursorToEnd.
                         ].
                         (cursorLine >= (firstLineShown + nFullLinesShown)) ifTrue:[
-                            self withCursorOffDo:[
-                                self scrollDown:nLines
-                            ]
+                            scrollLocked ifFalse:[
+                                self withCursorOffDo:[
+                                    self scrollDown:nLines
+                                ]
+                            ].
                         ].
                     ].
                 ].
@@ -1119,6 +1157,7 @@
                 ].
                 self checkLineLimit.
                 "/ device flush.
+].
             ] ensure:[
                 inFlush := false.
             ]
@@ -1142,11 +1181,11 @@
 !TextCollector class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.134 2014-03-20 22:58:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.139 2014-11-15 15:10:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.134 2014-03-20 22:58:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.139 2014-11-15 15:10:21 cg Exp $'
 ! !
 
 
--- a/TextView.st	Thu May 01 10:47:38 2014 +0100
+++ b/TextView.st	Wed Dec 10 23:42:26 2014 +0000
@@ -337,6 +337,9 @@
 #searchFullWord
 'Search only for full words (ignore occurrences as substring)'
 
+#searchAtBeginOfLineOnly
+'Search only for the string at the beginning if a line'
+
 #searchPattern
 'String or match-pattern to be searched'
 
@@ -376,7 +379,7 @@
          name: 'String search'
          min: (Point 10 10)
          max: (Point 1280 1024)
-         bounds: (Rectangle 0 0 302 242)
+         bounds: (Rectangle 0 0 319 266)
        )
        component: 
       (SpecCollection
@@ -420,7 +423,7 @@
                    tabable: true
                    model: caseSensitive
                    translateLabel: true
-                   extent: (Point 302 24)
+                   extent: (Point 319 24)
                  )
                 (CheckBoxSpec
                    label: 'Match (forward only)'
@@ -430,7 +433,7 @@
                    tabable: true
                    model: match
                    translateLabel: true
-                   extent: (Point 302 24)
+                   extent: (Point 319 24)
                  )
                 (CheckBoxSpec
                    label: 'Search Full Words'
@@ -441,7 +444,17 @@
                    tabable: true
                    model: searchFullWord
                    translateLabel: true
-                   extent: (Point 302 24)
+                   extent: (Point 319 24)
+                 )
+                (CheckBoxSpec
+                   label: 'At Begin of Line Only'
+                   name: 'CheckBox5'
+                   activeHelpKey: searchAtBeginOfLineOnly
+                   level: 0
+                   tabable: true
+                   model: searchAtBeginOfLineOnly
+                   translateLabel: true
+                   extent: (Point 319 24)
                  )
                 (CheckBoxSpec
                    label: 'Variable Only'
@@ -454,7 +467,7 @@
                    model: searchVariable
                    translateLabel: true
                    labelChannel: stringWithVariableUnderCursorHolder
-                   extent: (Point 302 24)
+                   extent: (Point 319 24)
                  )
                 (CheckBoxSpec
                    label: 'Select Lines'
@@ -497,7 +510,7 @@
                       )
                     
                    )
-                   extent: (Point 302 24)
+                   extent: (Point 319 24)
                  )
                 )
               
@@ -523,7 +536,7 @@
                    translateLabel: true
                    tabable: true
                    model: cancel
-                   extent: (Point 91 21)
+                   extent: (Point 96 21)
                  )
                 (ActionButtonSpec
                    label: 'Prev'
@@ -532,7 +545,7 @@
                    translateLabel: true
                    tabable: true
                    model: prevAction
-                   extent: (Point 91 21)
+                   extent: (Point 97 21)
                  )
                 (ActionButtonSpec
                    label: 'Next'
@@ -543,7 +556,7 @@
                    tabable: true
                    model: nextAction
                    isDefault: true
-                   extent: (Point 90 21)
+                   extent: (Point 96 21)
                  )
                 )
               
@@ -812,17 +825,17 @@
     |encodingSymOrNil|
 
     encodingSymOrNil := encodingArg isNil
-			    ifTrue:[#'iso10646-1']
-			    ifFalse:[encodingArg asSymbol].
+                            ifTrue:[#'iso10646-1']
+                            ifFalse:[encodingArg asSymbol].
 
     characterEncoding ~~ encodingSymOrNil ifTrue:[
-	"/ TODO: reencode contents if required.
-	(list size ~~ 0
-	and:[ list contains:[:line | line size > 0]]) ifTrue:[
-	    (self confirm:'Your text may need to be re-coded - this is not yet supported.\\Proceed ?')
-	    ifFalse:[^ self].
-	].
-	characterEncoding := encodingSymOrNil.
+        "/ TODO: reencode contents if required.
+        (list size ~~ 0
+        and:[ list contains:[:line | line size > 0]]) ifTrue:[
+            (self confirm:(resources stringWithCRs:'Your text may need to be re-coded - this is not yet supported.\\Proceed ?'))
+            ifFalse:[^ self].
+        ].
+        characterEncoding := encodingSymOrNil.
     ].
 
     "Modified (format): / 25-01-2012 / 00:28:27 / cg"
@@ -1311,23 +1324,27 @@
 
     ((y < 0) and:[firstLineShown ~~ 0]) ifTrue:[
         self compressMotionEvents:false.
-        self startAutoScrollUp:y negated.
-        ^ self
+        (self startAutoScrollUp:y negated) ifTrue:[
+            ^ self
+        ].
     ].
     (y > height) ifTrue:[
         self compressMotionEvents:false.
-        self startAutoScrollDown:(y - height).
-        ^ self
+        (self startAutoScrollDown:(y - height)) ifTrue:[ 
+            ^ self
+        ].
     ].
     ((x < 0) and:[viewOrigin x ~~ 0]) ifTrue:[
         self compressMotionEvents:false.
-        self startAutoScrollLeft:x.
-        ^ self
+        (self startAutoScrollLeft:x) ifTrue:[
+            ^ self
+        ].
     ].
     (x > width) ifTrue:[
         self compressMotionEvents:false.
-        self startAutoScrollRight:(x - width).
-        ^ self
+        (self startAutoScrollRight:(x - width)) ifTrue:[
+            ^ self
+        ].
     ].
 
     "move inside - stop autoscroll if any"
@@ -1884,21 +1901,21 @@
     selectionFgColor isNil ifTrue:[selectionFgColor := bgColor].
     selectionBgColor := DefaultSelectionBackgroundColor.
     selectionBgColor isNil ifTrue:[
-	device hasColors ifTrue:[
-	    DefaultSelectionForegroundColor isNil ifTrue:[
-		selectionFgColor := fgColor
-	    ].
-	    selectionBgColor := Color green
-	] ifFalse:[
-	    device hasGrayscales ifTrue:[
-		DefaultSelectionForegroundColor isNil ifTrue:[
-		    selectionFgColor := fgColor
-		].
-		selectionBgColor := Color grey
-	    ] ifFalse:[
-		selectionBgColor := fgColor
-	    ]
-	]
+        device hasColors ifTrue:[
+            DefaultSelectionForegroundColor isNil ifTrue:[
+                selectionFgColor := fgColor
+            ].
+            selectionBgColor := Color green
+        ] ifFalse:[
+            device hasGrayscales ifTrue:[
+                DefaultSelectionForegroundColor isNil ifTrue:[
+                    selectionFgColor := fgColor
+                ].
+                selectionBgColor := Color gray
+            ] ifFalse:[
+                selectionBgColor := fgColor
+            ]
+        ]
     ].
 
     "Modified: / 22-01-1997 / 11:57:53 / cg"
@@ -2146,7 +2163,8 @@
     "
     |searchBox patternHolder caseHolder matchHolder fwd ign match initialString
      bindings bldr doSearch modal searchVariableHolder selectedVariable searchFullWordHolder
-     replaceBooleanEnabledHolder replaceBooleanHolder replaceTextHolder|
+     replaceBooleanEnabledHolder replaceBooleanHolder replaceTextHolder
+     searchAtBeginOfLineOnlyHolder|
 
     searchBarActionBlock notNil ifTrue:[
         self resetVariablesBeforeNewSearch.
@@ -2163,6 +2181,7 @@
     matchHolder := match asValue.
     searchVariableHolder := (lastSearchWasVariableSearch ? false) asValue.
     searchFullWordHolder := false asValue.
+    searchAtBeginOfLineOnlyHolder := false asValue.
     replaceBooleanHolder := false asValue.
     replaceTextHolder := '' asValue.
     replaceBooleanEnabledHolder := self isReadOnly not asValue.
@@ -2215,7 +2234,8 @@
                             match: lastSearchWasMatch
                             variable: searchVariableHolder value
                             fullWord: searchFullWordHolder value
-                            forward:fwd).
+                            forward:fwd
+                            atBeginOfLineOnly:searchAtBeginOfLineOnlyHolder value).
                 ]
             ]
         ].
@@ -2286,6 +2306,7 @@
 
     bindings at:#searchFullWord put:searchFullWordHolder.
     bindings at:#searchFullWordEnabled put:true.
+    bindings at:#searchAtBeginOfLineOnly put:searchAtBeginOfLineOnlyHolder.
 
     bindings at:#replaceEnabled put:replaceBooleanEnabledHolder.
     bindings at:#replaceBoolean put:replaceBooleanHolder.
@@ -2345,25 +2366,36 @@
 !
 
 saveAs:fileName
-    "save the contents into a file named fileName"
+    "save the contents into a file named fileName.
+     On error return false otherwise return true"
 
     ^ self saveAs:fileName doAppend:false
 !
 
 saveAs:aFilename doAppend:doAppend
     "save the contents into a file named fileName;
-     if doAppend is true, the views contents is appended to the existing
+     if doAppend is true, the view's contents is appended to the existing
      contents - otherwise, it overwrites any previous file contents.
-     on error return false otherwise return true"
+     On error return false otherwise return true"
 
     ^ self saveAs:aFilename doAppend:doAppend compressTabs:true
 !
 
 saveAs:aFilename doAppend:doAppend compressTabs:compressTabs
     "save the contents into a file named fileName;
-     if doAppend is true, the views contents is appended to the existing
+     if doAppend is true, the view's contents is appended to the existing
      contents - otherwise, it overwrites any previous file contents.
-     on error return false otherwise return true"
+     On error return false otherwise return true"
+
+    ^ self saveAs:aFilename doAppend:doAppend compressTabs:compressTabs eolMode:nil
+!
+
+saveAs:aFilename doAppend:doAppend compressTabs:compressTabs eolMode:eolMode
+    "save the contents into a file named fileName;
+     if doAppend is true, the view's contents is appended to the existing
+     contents - otherwise, it overwrites any previous file contents.
+     eolMode is one of #cr, #nl or #crlf.
+     On error return false otherwise return true."
 
     |filename msg|
 
@@ -2383,6 +2415,7 @@
                 ] ifFalse:[
                     aStream := filename newReadWriteStream.
                 ].
+                aStream eolMode:eolMode.
                 self fileOutContentsOn:aStream compressTabs:compressTabs encoding:externalEncoding.
                 aStream syncData; close.
                 contentsWasSaved := true.
@@ -2514,6 +2547,17 @@
     "Created: / 08-03-2012 / 12:45:26 / cg"
 ! !
 
+!TextView methodsFor:'native widget support'!
+
+nativeWindowType
+    "return a symbol describing my native window type 
+     (may be used internally by the device as a native window creation hint)"
+
+    ^ #TextView
+
+    "Created: 2.5.1997 / 14:41:00 / cg"
+! !
+
 !TextView methodsFor:'private'!
 
 currentSelectionBgColor
@@ -2574,13 +2618,24 @@
         "
         startNr := 1.
         nLines := list size.
-        [startNr <= nLines] whileTrue:[
-            string := list 
-                        asStringWithCRsFrom:startNr
-                        to:((startNr + 1000) min:nLines)
-                        compressTabs:compressTabs.
-            aStream nextPutAll:(encoder encodeString:string string).
-            startNr := startNr + 1000 + 1.
+        (aStream eolMode notNil
+        and:[aStream eolMode ~= #nl]) ifTrue:[
+            "/ must do it lineWise ...
+            list do:[:line |
+                line notNil ifTrue:[
+                    aStream nextPutAll:(encoder encodeString:line withTabs)
+                ].
+                aStream cr
+            ].
+        ] ifFalse:[
+            [startNr <= nLines] whileTrue:[
+                string := list 
+                            asStringWithCRsFrom:startNr
+                            to:((startNr + 1000) min:nLines)
+                            compressTabs:compressTabs.
+                aStream nextPutAll:(encoder encodeString:string string).
+                startNr := startNr + 1000 + 1.
+            ].
         ].
     ] ifFalse:[
         list do:[:aLine |
@@ -2785,6 +2840,15 @@
     ]
 !
 
+textChanged
+    self isNativeWidget ifTrue:[
+        drawableId notNil ifTrue:[
+            device changeText:self contents in:drawableId
+        ]
+    ].
+    super textChanged
+!
+
 widthForScrollBetween:firstLine and:lastLine
     "return the width in pixels for a scroll between firstLine and lastLine"
 
@@ -4267,10 +4331,10 @@
 
     isMatch ifTrue: [
         (realPattern startsWith:$*) ifTrue:[
-            realPattern := realPattern copyFrom:2
+            realPattern := realPattern copyButFirst
         ].
         (realPattern endsWith:$*) ifTrue:[
-            realPattern := realPattern copyButLast:1
+            realPattern := realPattern copyButLast
         ].
     ].
 
@@ -4284,15 +4348,9 @@
      cursor for a while (sometimes I work with a headset :-)
      (used to be: tell user by changing cursor for a while)"
 
-    |savedCursor|
-
-    savedCursor := cursor.
-    [
-	self cursor:(Cursor cross).
-	self beep.
-	Processor activeProcess millisecondDelay:300.
-    ] ensure:[
-	self cursor:savedCursor
+    self withCursor:(Cursor cross) do:[
+        self beep.
+        Processor activeProcess millisecondDelay:200.
     ]
 
     "Modified: 20.2.1997 / 12:49:27 / cg"
@@ -4891,11 +4949,11 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.373 2014-04-30 13:57:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.384 2014-08-03 12:27:00 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.373 2014-04-30 13:57:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.384 2014-08-03 12:27:00 cg Exp $'
 !
 
 version_HG
--- a/VariablePanel.st	Thu May 01 10:47:38 2014 +0100
+++ b/VariablePanel.st	Wed Dec 10 23:42:26 2014 +0000
@@ -768,124 +768,196 @@
 !VariablePanel class methodsFor:'image specs'!
 
 snapIconDown
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self snapIconDown inspect
-     ImageEditor openOnClass:self andSelector:#snapIconDown
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:#'VariablePanel class snapIconDown'
-        ifAbsentPut:[(Depth2Image new) width: 62; height: 5; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@B(J *F(Z!!*F(Z!!*@@@@@@@!!BDHQ!!FDXQ!!FDXP@@H@@@EPUATEPUATEPUAT@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 62; height: 5; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@A?LX1#FLX3>C8)R%JT)R''0GA#FLX1#FN@H@@@@@@@@P@@a') ; yourself); yourself]
+     ImageEditor openOnClass:self andSelector:#snapIconDown"
+    
+    ^ Icon constantNamed:#'VariablePanel class snapIconDown'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:62;
+                height:5;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@B(J *F(Z!!*F(Z!!*@@@@@@@!!BDHQ!!FDXQ!!FDXP@@H@@@EPUATEPUATEPUAT@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:62;
+                            height:5;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@A?LX1#FLX3>C8)R%JT)R''0GA#FLX1#FN@H@@@@@@@@P@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 snapIconLeft
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self snapIconLeft inspect
-     ImageEditor openOnClass:self andSelector:#snapIconLeft
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:#'VariablePanel class snapIconLeft'
-        ifAbsentPut:[(Depth2Image new) width: 5; height: 62; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#snapIconLeft"
+    
+    ^ Icon constantNamed:#'VariablePanel class snapIconLeft'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:5;
+                height:62;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @C @B@@@@@@@@@@@@@@@@@@P@C@)@BD@IP@@@@@BJP@!!@BT@@@@@@B$HHP %@@@@AP@)@BD@IP@@D@T0JP@!!@BT@@@@ED2$@HP@%@@@@AP@)ARDHIP@@@@T@
-JP@!!@BT@@A@ELB @HP@E@@@@@C\@@@@@@@@@@@@@@@T@B@@a') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 5; height: 62; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A@0\OA0LA@D@6UPL@@@XE@0@@A TC@@@FAPL@@@XE@0@@A UCLD@FAPL@@@XE@0@@A TC@@DCA0=''T0D@@b') ; yourself); yourself]
+JP@!!@BT@@A@ELB @HP@E@@@@@C\@@@@@@@@@@@@@@@T@B@@a');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:5;
+                            height:62;
+                            bits:(ByteArray 
+                                        fromPackedString:'@A@0\OA0LA@D@6UPL@@@XE@0@@A TC@@@FAPL@@@XE@0@@A UCLD@FAPL@@@XE@0@@A TC@@DCA0=''T0D@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 snapIconLeftRight
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self snapIconLeftRight inspect
-     ImageEditor openOnClass:self andSelector:#snapIconLeftRight
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:#'VariablePanel class snapIconLeftRight'
-        ifAbsentPut:[(Depth2Image new) width: 5; height: 62; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#snapIconLeftRight"
+    
+    ^ Icon constantNamed:#'VariablePanel class snapIconLeftRight'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:5;
+                height:62;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@K@AH@@@@@@AX@L@@@@@@(@BD@AQD@B@@FJ#@!!@AT@@@@@@J*@@@@@DP@H@AD*LBD@EP@@@@@@J"\!!B1T@@@@@E"(0HP@U@@@@@@B*$P@H@@X@L@@@
-J @!!@AT@@@@@@B(RHP UDP@0@@@@@@@@@@@@I0@K@@@@@@@a') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 5; height: 62; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:' LC <NK@ @@A@&QPLP@@XE@0@@C<A? A@VAPL@@@XE@0@@A TCL@@O @>@@BXE@0@PY$TCD@@A@0\OA0LAXb') ; yourself); yourself]
+J @!!@AT@@@@@@B(RHP UDP@0@@@@@@@@@@@@I0@K@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:5;
+                            height:62;
+                            bits:(ByteArray 
+                                        fromPackedString:' LC <NK@ @@A@&QPLP@@XE@0@@C<A? A@VAPL@@@XE@0@@A TCL@@O @>@@BXE@0@PY$TCD@@A@0\OA0LAXb');
+                            yourself);
+                yourself
+        ]
 !
 
 snapIconRight
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self snapIconRight inspect
-     ImageEditor openOnClass:self andSelector:#snapIconRight
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:#'VariablePanel class snapIconRight'
-        ifAbsentPut:[(Depth2Image new) width: 5; height: 62; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     ImageEditor openOnClass:self andSelector:#snapIconRight"
+    
+    ^ Icon constantNamed:#'VariablePanel class snapIconRight'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:5;
+                height:62;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@L@@@@@@@@@@@@@@AT@B@@@J@@!!@@T@E@@@@B(QHS@U@AP@@@@*@BD@EP@T@@@@J L!!@AT@E@@@DB(0HP@U@AP@@@@*J"D@EP@T@@@@J @!!B!!TH@@@@@B(@
-HP@U@@@@@A@*LBD@EP@@@@@@@@X@@@@@@@@@@@@@@@ @B@@a') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 5; height: 62; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@4A \G%2X4@AXE@0@@A TC@E@6AQL@@@XE@0@@A TC@@@6APL@@@XEL0@@A UC\@@VAPL@@@PFA0^''M PP@b') ; yourself); yourself]
+HP@U@@@@@A@*LBD@EP@@@@@@@@X@@@@@@@@@@@@@@@ @B@@a');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:5;
+                            height:62;
+                            bits:(ByteArray 
+                                        fromPackedString:'@4A \G%2X4@AXE@0@@A TC@E@6AQL@@@XE@0@@A TC@@@6APL@@@XEL0@@A UC\@@VAPL@@@PFA0^''M PP@b');
+                            yourself);
+                yourself
+        ]
 !
 
 snapIconUp
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self snapIconUp inspect
-     ImageEditor openOnClass:self andSelector:#snapIconUp
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:#'VariablePanel class snapIconUp'
-        ifAbsentPut:[(Depth2Image new) width: 62; height: 5; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@J *B(J *B(J (B @@@@@@BEHT!!REHT!!RDHP!!@@@@@@@EPUATEPUATE@TAP@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 62; height: 5; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'B@@@@@@@@D@\X1#FLX1 8C9R%JT)R%G0_3FLX1#FL? @@@@@@@@@@@@a') ; yourself); yourself]
+     ImageEditor openOnClass:self andSelector:#snapIconUp"
+    
+    ^ Icon constantNamed:#'VariablePanel class snapIconUp'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:62;
+                height:5;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@J *B(J *B(J (B @@@@@@BEHT!!REHT!!RDHP!!@@@@@@@EPUATEPUATE@TAP@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:62;
+                            height:5;
+                            bits:(ByteArray 
+                                        fromPackedString:'B@@@@@@@@D@\X1#FLX1 8C9R%JT)R%G0_3FLX1#FL? @@@@@@@@@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 snapIconUpDown
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self snapIconUpDown inspect
      ImageEditor openOnClass:self andSelector:#snapIconUpDown
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:#'VariablePanel class snapIconUpDown'
-        ifAbsentPut:[(Depth2Image new) width: 62; height: 5; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@H@@@@@@ @@@@@@@@@B J@BB J@(@HJ@(@@@@@@@!!BDD !!BDHPBBDHP@@@@@@APE@HAPE@T@ E@T@@@@@@@@@@B@@@@@@H@@@@@@@b') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 62; height: 5; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@J@@B @@@PLX)#FJX1?C )R%JT)R#8_A#JLX2#FGC>@@(@@J@@H@@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'VariablePanel class snapIconUpDown'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:62;
+                height:5;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@H@@@@@@ @@@@@@@@@B J@BB J@(@HJ@(@@@@@@@!!BDD !!BDHPBBDHP@@@@@@APE@HAPE@T@ E@T@@@@@@@@@@B@@@@@@H@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 68 68 68 255 255 255 ];
+                mask:((ImageMask new)
+                            width:62;
+                            height:5;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@J@@B @@@PLX)#FJX1?C )R%JT)R#8_A#JLX2#FGC>@@(@@J@@H@@a');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !VariablePanel methodsFor:'accessing-look'!
@@ -2335,7 +2407,6 @@
                 icon := anIcon
             ] ifFalse:[
                 icon := anIcon copy onDevice:self graphicsDevice.
-                icon clearMaskedPixels.
                 self graphicsDevice == Display ifTrue:[
                     self class snapIcons at:aKey put:icon.
                 ]
@@ -2599,10 +2670,10 @@
 !VariablePanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.102 2014-04-03 14:33:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.104 2014-06-06 07:30:22 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.102 2014-04-03 14:33:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.104 2014-06-06 07:30:22 stefan Exp $'
 ! !
 
--- a/VistaToolbarIconLibrary.st	Thu May 01 10:47:38 2014 +0100
+++ b/VistaToolbarIconLibrary.st	Wed Dec 10 23:42:26 2014 +0000
@@ -38,6 +38,12 @@
 "
     ToolbarIconLibrary := VistaToolbarIconLibrary
 
+    This is a style specific icon library for a vista look.
+
+    Never access this iconlibrary directly from an application -
+    always use ToolbarIconLibrary, which is an alias to one of the style specific
+    icon libs.
+
     Notice and Warning:
         only redefine existing icons here; never add ionly to here.
         For every icon-method here, there MUST be a corresponding (albeit
@@ -199,72 +205,110 @@
 !
 
 scrollDownActiveIcon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollDownActiveIcon inspect
      ImageEditor openOnClass:self andSelector:#scrollDownActiveIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollDownActiveIcon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'VistaToolbarIconLibrary class scrollDownActiveIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @ADWEAPTEAPTEAPTEAP)D A@O"H,M#X6@PDARQX=LB$@EBH!!O4!!HRDUEQT<%C3DT@AP,O0)QQ4\EAPTEAB4&E@@TM$!!QG" (SD1LSA%AS!!P@ECYHQ1<VE"\''
 I2\;ID8T@AP6RAXHJ L.P4QMGA1NE@@TM$ _E# GB1 BN2P$S!!P@ECYHJA<VP#$<I2=APT8T@AP6RB (G1<ZI1,YPTENE@@TM$ (JB (F1-LFTEAS!!P@ECX4
-Q2 (JD1LSD0YM48T@AQJL3IPTE@YFQ$YH4-NE@@TMTXSGQ4]PTEAM4,NS!!P@CP$ @ATUET9NS$9NS!!@+@C(MEAPTEAPTEAPTEAPLA @a') ; colorMapFromArray:#[203 226 236 211 239 250 69 137 173 105 160 189 111 201 239 131 209 242 152 178 198 30 75 99 35 88 116 189 217 232 198 234 249 50 125 165 64 116 156 79 126 162 98 177 211 109 198 235 139 179 201 153 177 195 162 186 204 171 219 239 24 89 138 201 224 234 204 236 250 64 114 153 80 144 178 108 196 233 18 46 61 141 213 243 157 211 233 170 217 236 176 225 247 192 231 249 206 231 241 221 243 251 238 249 253 105 192 228 134 201 228 138 212 243 161 203 221 163 221 245 175 225 247 43 94 132 49 123 162 60 112 152 234 247 253 104 190 226 130 176 200 139 208 238 157 201 223 167 211 230 175 225 246 190 231 248 201 235 249 218 241 251 231 246 252 102 185 220 14 34 45 22 55 72 163 183 199 161 217 241 37 94 124 189 230 248 204 222 233 211 239 251 69 120 158 102 186 221 13 31 41 145 185 207 157 193 212 159 220 245 174 223 244 186 229 248 202 236 249 211 238 250 227 244 252 100 182 216 111 202 240 143 184 206 158 199 217 158 219 245 173 222 243 187 230 248]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b') ; yourself); yourself]
+Q2 (JD1LSD0YM48T@AQJL3IPTE@YFQ$YH4-NE@@TMTXSGQ4]PTEAM4,NS!!P@CP$ @ATUET9NS$9NS!!@+@C(MEAPTEAPTEAPTEAPLA @a');
+                colorMapFromArray:#[ 203 226 236 211 239 250 69 137 173 105 160 189 111 201 239 131 209 242 152 178 198 30 75 99 35 88 116 189 217 232 198 234 249 50 125 165 64 116 156 79 126 162 98 177 211 109 198 235 139 179 201 153 177 195 162 186 204 171 219 239 24 89 138 201 224 234 204 236 250 64 114 153 80 144 178 108 196 233 18 46 61 141 213 243 157 211 233 170 217 236 176 225 247 192 231 249 206 231 241 221 243 251 238 249 253 105 192 228 134 201 228 138 212 243 161 203 221 163 221 245 175 225 247 43 94 132 49 123 162 60 112 152 234 247 253 104 190 226 130 176 200 139 208 238 157 201 223 167 211 230 175 225 246 190 231 248 201 235 249 218 241 251 231 246 252 102 185 220 14 34 45 22 55 72 163 183 199 161 217 241 37 94 124 189 230 248 204 222 233 211 239 251 69 120 158 102 186 221 13 31 41 145 185 207 157 193 212 159 220 245 174 223 244 186 229 248 202 236 249 211 238 250 227 244 252 100 182 216 111 202 240 143 184 206 158 199 217 158 219 245 173 222 243 187 230 248 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollDownOffEntered1Icon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollDownOffEntered1Icon inspect
      ImageEditor openOnClass:self andSelector:#scrollDownOffEntered1Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollDownOffEntered1Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollDownOffEntered1Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @A8QC@4MCP4MCP4MCP4PE @QLTIBP$EAN#$8MSL.IA@@BTIBPS8=OCD.KR,%F2XN@@%APS<<N3$-J"$&G1($C @IPS<=N3$6J"\%H!!8YI@8@BTD?OS8?OSP1
 LB8,FRPN@@%AO34EA1TXG"H]JQ$$C @IPS<=O0DDB@<LKB0YI@8@BTD?OS0=@@LFK"X&FRPN@@%AO349N3PBLB$^G!!$$C @IPS<=N3$6K3D,H!!8YI@8@BTD?
-OS,9M"(''IRH^FRPN@@%AO309NCP)I"P!!GA $C @IO309MSP2I"P!!G!!,WI@8@D3D=N3$9NB4+J"$(I!!<T@B@SB (JB (KB ,KB0,RH0@a') ; colorMapFromArray:#[52 52 50 56 56 60 68 70 70 80 78 80 100 100 100 112 112 110 120 118 120 144 144 140 148 146 150 152 152 150 152 154 150 156 154 150 156 158 160 160 158 160 160 160 160 164 162 160 164 166 170 168 168 170 172 170 170 172 172 170 172 174 170 176 178 180 188 188 190 188 190 190 192 192 190 192 192 200 192 194 200 196 196 200 196 198 200 200 198 200 200 200 200 200 202 200 204 204 200 204 204 210 204 206 210 208 206 210 208 208 210 208 210 210 212 212 210 212 214 220 216 214 220 216 216 220 216 218 220 220 218 220 220 220 220 220 222 220 224 224 230 224 226 230 228 226 230 228 228 230 228 230 230 232 230 230 232 232 230 232 234 230 232 234 240 236 234 230 236 234 240 236 236 240 236 238 240 240 238 240 240 240 240 240 242 240 244 242 240 244 244 240 244 244 250 244 246 250 248 246 250]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b') ; yourself); yourself]
+OS,9M"(''IRH^FRPN@@%AO309NCP)I"P!!GA $C @IO309MSP2I"P!!G!!,WI@8@D3D=N3$9NB4+J"$(I!!<T@B@SB (JB (KB ,KB0,RH0@a');
+                colorMapFromArray:#[ 52 52 50 56 56 60 68 70 70 80 78 80 100 100 100 112 112 110 120 118 120 144 144 140 148 146 150 152 152 150 152 154 150 156 154 150 156 158 160 160 158 160 160 160 160 164 162 160 164 166 170 168 168 170 172 170 170 172 172 170 172 174 170 176 178 180 188 188 190 188 190 190 192 192 190 192 192 200 192 194 200 196 196 200 196 198 200 200 198 200 200 200 200 200 202 200 204 204 200 204 204 210 204 206 210 208 206 210 208 208 210 208 210 210 212 212 210 212 214 220 216 214 220 216 216 220 216 218 220 220 218 220 220 220 220 220 222 220 224 224 230 224 226 230 228 226 230 228 228 230 228 230 230 232 230 230 232 232 230 232 234 230 232 234 240 236 234 230 236 234 240 236 236 240 236 238 240 240 238 240 240 240 240 240 242 240 244 242 240 244 244 240 244 244 250 244 246 250 248 246 250 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollDownOffEntered2Icon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollDownOffEntered2Icon inspect
      ImageEditor openOnClass:self andSelector:#scrollDownOffEntered2Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollDownOffEntered2Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollDownOffEntered2Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @A<NBP$IBP$IBP$IBP$KGP@PN41KR4-KRT%IRT%HM@,@BT1EP#<?O28.K"4(HDDI@@%KP#48NC &I"X&H!!,:BP@IR3<8M#X6H2L#H18ZM0$@BT,?NC1@PB</
 K2<,F#\I@@%KO3 EA1DSEQ$TJ1(7BP@IR3<8P@DDB@0JKBTZM0$@BT,?NC1@@@LFK2\ZF#\I@@%KO3 6OB<BK2(^F!!(7BP@IR3<8M#X6J"<*H18ZM0$@BT,?
-NCX6M"L#H2L^FC\I@@%KNST2L#H^G!!8^GA\7BP@IR#L1LC@0F!!(ZFA\VM0$@D#9GQ$QDQC\7M3\7M2$M@BPRBP$IBP$IBP$IBP$OHP@a') ; colorMapFromArray:#[12 38 52 13 41 57 17 56 76 20 66 91 28 91 124 32 106 145 34 113 155 45 148 203 46 151 207 60 127 177 66 161 212 71 123 162 76 166 214 89 143 184 92 144 183 93 147 188 97 149 188 103 179 220 105 154 191 128 192 226 141 198 229 143 199 229 148 192 216 152 198 222 155 201 226 155 205 232 156 202 227 159 206 232 160 208 233 162 186 204 164 213 239 166 191 209 166 215 241 167 194 214 168 218 245 169 219 246 174 195 211 177 213 233 181 224 247 183 222 242 185 226 248 187 202 213 187 227 248 192 221 237 197 228 245 197 231 249 198 231 249 200 232 249 207 229 242 209 231 244 211 235 247 212 236 248 213 226 235 213 237 250 214 238 251 219 221 223 220 240 251 222 241 252 223 225 227 223 234 242 223 242 252 226 242 252 227 235 241 227 244 252 229 244 252 231 234 236 233 246 253 234 234 234 238 239 240 238 248 253 240 240 242 244 245 246 250 252 254 251 253 254 253 253 255 253 254 255 254 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b') ; yourself); yourself]
+NCX6M"L#H2L^FC\I@@%KNST2L#H^G!!8^GA\7BP@IR#L1LC@0F!!(ZFA\VM0$@D#9GQ$QDQC\7M3\7M2$M@BPRBP$IBP$IBP$IBP$OHP@a');
+                colorMapFromArray:#[ 12 38 52 13 41 57 17 56 76 20 66 91 28 91 124 32 106 145 34 113 155 45 148 203 46 151 207 60 127 177 66 161 212 71 123 162 76 166 214 89 143 184 92 144 183 93 147 188 97 149 188 103 179 220 105 154 191 128 192 226 141 198 229 143 199 229 148 192 216 152 198 222 155 201 226 155 205 232 156 202 227 159 206 232 160 208 233 162 186 204 164 213 239 166 191 209 166 215 241 167 194 214 168 218 245 169 219 246 174 195 211 177 213 233 181 224 247 183 222 242 185 226 248 187 202 213 187 227 248 192 221 237 197 228 245 197 231 249 198 231 249 200 232 249 207 229 242 209 231 244 211 235 247 212 236 248 213 226 235 213 237 250 214 238 251 219 221 223 220 240 251 222 241 252 223 225 227 223 234 242 223 242 252 226 242 252 227 235 241 227 244 252 229 244 252 231 234 236 233 246 253 234 234 234 238 239 240 238 248 253 240 240 242 244 245 246 250 252 254 251 253 254 253 253 255 253 254 255 254 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollDownOffIcon
@@ -291,72 +335,110 @@
 !
 
 scrollLeftActiveIcon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollLeftActiveIcon inspect
      ImageEditor openOnClass:self andSelector:#scrollLeftActiveIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollLeftActiveIcon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'VistaToolbarIconLibrary class scrollLeftActiveIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@BHIK2</K2</K2</K2</BQ!!QI2$3Q4]GQ4]GQ4\TQ"T2K2$<GQHRD!!HRD!!HGS!!AOK2<3GQ0[DQDGT@\QDT4.I"</Q1H[NTL:N2P;
 P4LZNC@/K4\RDTL:N3UEN4MCF# 0K2=GD!!D:N3<#@C-CP1(8LB</D1$MP!!]@LR-B@PDVO L/K1LYCP9BAQ=JP DAE#8CK2<SFP4AC$H^R4HA@QX>@2</B@<M
-@PDNP IB@PDVM@L/K3,6RQXVE"0DKAXVHD CK2<FCB(>O#8>O#8>MD K@2<=PT07@0LC@0LC@0LC@2EDKR /K2</K2</K2</K2=DB @a') ; colorMapFromArray:#[105 160 189 111 202 240 143 184 206 158 199 217 161 217 241 37 94 124 188 230 248 201 235 249 211 238 250 69 120 158 104 128 146 98 177 211 109 198 235 131 209 242 141 213 243 158 219 245 174 223 244 186 229 248 202 236 249 211 239 250 227 244 252 248 248 248 108 196 233 18 46 61 153 177 195 159 220 245 173 222 243 187 230 248 198 234 249 210 239 251 69 137 173 80 144 178 105 192 228 139 179 201 152 176 194 30 75 99 35 88 116 189 217 232 203 226 236 210 227 237 66 117 155 238 249 253 104 190 226 130 176 200 139 208 238 162 186 204 171 219 239 24 89 138 201 224 234 50 125 165 64 115 153 234 247 253 102 185 220 14 34 45 138 212 243 161 203 221 170 217 236 176 225 247 192 231 249 204 236 250 221 243 251 72 123 161 102 186 221 13 31 41 22 55 72 154 197 220 163 221 245 175 225 247 43 94 132 49 123 162 218 241 251 231 246 252 100 182 216 111 201 239 145 185 207 157 193 212 167 211 230 175 225 246 190 231 248 206 231 241 211 238 251 70 121 159]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C???????????????????????????????????????<b') ; yourself); yourself]
+@PDNP IB@PDVM@L/K3,6RQXVE"0DKAXVHD CK2<FCB(>O#8>O#8>MD K@2<=PT07@0LC@0LC@0LC@2EDKR /K2</K2</K2</K2=DB @a');
+                colorMapFromArray:#[ 105 160 189 111 202 240 143 184 206 158 199 217 161 217 241 37 94 124 188 230 248 201 235 249 211 238 250 69 120 158 104 128 146 98 177 211 109 198 235 131 209 242 141 213 243 158 219 245 174 223 244 186 229 248 202 236 249 211 239 250 227 244 252 248 248 248 108 196 233 18 46 61 153 177 195 159 220 245 173 222 243 187 230 248 198 234 249 210 239 251 69 137 173 80 144 178 105 192 228 139 179 201 152 176 194 30 75 99 35 88 116 189 217 232 203 226 236 210 227 237 66 117 155 238 249 253 104 190 226 130 176 200 139 208 238 162 186 204 171 219 239 24 89 138 201 224 234 50 125 165 64 115 153 234 247 253 102 185 220 14 34 45 138 212 243 161 203 221 170 217 236 176 225 247 192 231 249 204 236 250 221 243 251 72 123 161 102 186 221 13 31 41 22 55 72 154 197 220 163 221 245 175 225 247 43 94 132 49 123 162 218 241 251 231 246 252 100 182 216 111 201 239 145 185 207 157 193 212 167 211 230 175 225 246 190 231 248 206 231 241 211 238 251 70 121 159 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollLeftOffEntered1Icon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollLeftOffEntered1Icon inspect
      ImageEditor openOnClass:self andSelector:#scrollLeftOffEntered1Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollLeftOffEntered1Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollLeftOffEntered1Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@=NC@1ZV%)ZC@0LC@0LS =NUQ 2L#H2L#H2L#H2L!!QNSVXKL"T%IRT>O#8>VD($L4AYL&TWE1\2Y#HWE2Q$U2]@B5 $U5]XL (2
 U5]$X3@''PCH1U1X$R08&R1XVBQT0I4@%OQX=VA-HJE <O@ ;RR]@H2EGH%@^FT<"NS% T"@''PC0.D3(/S@@*K0TEG2,SI4AVQ5MEXP\ZQ@]EQQE^Q"]@B@X8
-M3\-K$L.M3]^GV@''PFIE@14]GQ=TG14]M HRI4@:WQ1BP$IBP$IBMR%\KB]ATQ=_J2,+J2,+J2,+J1@@ACPMCP4MCP4MCP4MCP5[@P@a') ; colorMapFromArray:#[162 162 162 185 185 185 191 191 195 197 197 201 207 207 207 210 210 213 215 215 218 224 224 226 230 230 231 232 233 234 112 112 112 243 243 244 148 148 148 158 158 158 55 55 55 195 195 195 198 198 200 203 204 207 210 211 212 215 215 217 226 226 226 229 230 231 234 234 235 240 240 240 244 244 244 146 146 146 157 157 157 51 51 51 190 190 193 196 196 199 78 78 78 208 208 211 217 218 218 224 224 225 229 229 230 233 233 234 238 238 239 242 242 243 144 144 144 155 155 155 177 177 177 187 187 191 199 199 199 204 204 206 209 209 210 213 213 216 221 221 223 226 226 228 234 234 234 238 239 240 243 243 243 153 153 153 174 174 174 188 188 192 194 194 198 202 202 205 207 207 210 214 214 216 220 220 222 228 228 229 232 232 233 237 237 238 241 241 242 248 248 248 151 151 151 171 171 171 188 189 192 198 198 198 205 205 205 206 206 209 214 214 215 218 218 220 100 100 100 233 233 233 238 238 238 242 242 242 118 118 118 150 150 150 165 165 165 191 191 191 69 69 69 202 202 203 207 208 210 211 211 214 217 217 219 228 228 228 231 231 232 236 236 237 240 240 241 244 244 245 149 149 149 164 164 164 186 186 190 192 192 196 200 200 203 205 205 208 212 212 214 216 216 219 226 227 228 231 232 233 234 234 236 241 241 241 245 245 245]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C???????????????????????????????????????<b') ; yourself); yourself]
+M3\-K$L.M3]^GV@''PFIE@14]GQ=TG14]M HRI4@:WQ1BP$IBP$IBMR%\KB]ATQ=_J2,+J2,+J2,+J1@@ACPMCP4MCP4MCP4MCP5[@P@a');
+                colorMapFromArray:#[ 162 162 162 185 185 185 191 191 195 197 197 201 207 207 207 210 210 213 215 215 218 224 224 226 230 230 231 232 233 234 112 112 112 243 243 244 148 148 148 158 158 158 55 55 55 195 195 195 198 198 200 203 204 207 210 211 212 215 215 217 226 226 226 229 230 231 234 234 235 240 240 240 244 244 244 146 146 146 157 157 157 51 51 51 190 190 193 196 196 199 78 78 78 208 208 211 217 218 218 224 224 225 229 229 230 233 233 234 238 238 239 242 242 243 144 144 144 155 155 155 177 177 177 187 187 191 199 199 199 204 204 206 209 209 210 213 213 216 221 221 223 226 226 228 234 234 234 238 239 240 243 243 243 153 153 153 174 174 174 188 188 192 194 194 198 202 202 205 207 207 210 214 214 216 220 220 222 228 228 229 232 232 233 237 237 238 241 241 242 248 248 248 151 151 151 171 171 171 188 189 192 198 198 198 205 205 205 206 206 209 214 214 215 218 218 220 100 100 100 233 233 233 238 238 238 242 242 242 118 118 118 150 150 150 165 165 165 191 191 191 69 69 69 202 202 203 207 208 210 211 211 214 217 217 219 228 228 228 231 231 232 236 236 237 240 240 241 244 244 245 149 149 149 164 164 164 186 186 190 192 192 196 200 200 203 205 205 208 212 212 214 216 216 219 226 227 228 231 232 233 234 234 236 241 241 241 245 245 245 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollLeftOffEntered2Icon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollLeftOffEntered2Icon inspect
      ImageEditor openOnClass:self andSelector:#scrollLeftOffEntered2Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollLeftOffEntered2Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollLeftOffEntered2Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@CH0F!!(ZF!!(ZF!!(ZF!!(ZLB &H3$/K2</K2</K2</IQ@@F#$.BDEAPTEAPTEAFQ $HQ(/BD,,KB07SC\,K@X5NBDZK4D,R$("KQX-
 R$(+RQD!!F"=AKD("KPE@KT)JJ4$QHQ(/PR0"KP(LD25JR"-IDRDZBQ\DC#,TM$TNJR$CQ#<!!F $WACPNRD4]C"$)@4X?HQ(IE0P)M@8[O@8)JPMFO2DZBR@D
-JR$4C#DNJR$C@#<!!F $>L0LC@04*CPLCG ,?HQ)CQ1UFQ$YFQ$YF@ ,''O2D\AP\OO3<?O3<?O3<?O1=BOTP!!HRD!!HRD!!HRD!!HREBN @a') ; colorMapFromArray:#[92 144 183 13 41 57 155 201 226 164 213 239 181 224 247 207 222 233 213 237 250 231 234 236 232 246 253 251 253 254 12 38 52 152 198 222 28 91 124 183 222 242 200 232 249 223 225 227 227 235 241 238 239 240 248 248 248 103 179 220 20 66 91 159 206 232 32 106 145 198 231 249 212 236 248 222 241 252 60 127 177 66 161 212 100 152 191 143 199 229 160 208 233 187 202 213 197 231 249 52 110 153 223 242 252 229 237 245 244 245 246 253 253 255 98 150 189 148 192 216 166 191 209 169 219 246 197 228 245 211 235 247 220 240 251 229 244 252 238 248 253 253 254 255 97 149 188 141 198 229 165 190 208 168 218 245 187 227 248 209 231 244 46 151 207 227 243 252 240 240 242 254 255 255 117 142 160 17 56 76 155 205 232 176 200 218 185 226 248 219 221 223 45 148 203 227 244 252 71 123 162 250 252 254 94 146 185 128 192 226 156 202 227 166 215 241 34 113 155 207 229 242 214 238 251 225 242 252 233 245 252 76 166 214]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C???????????????????????????????????????<b') ; yourself); yourself]
+JR$4C#DNJR$C@#<!!F $>L0LC@04*CPLCG ,?HQ)CQ1UFQ$YFQ$YF@ ,''O2D\AP\OO3<?O3<?O3<?O1=BOTP!!HRD!!HRD!!HRD!!HREBN @a');
+                colorMapFromArray:#[ 92 144 183 13 41 57 155 201 226 164 213 239 181 224 247 207 222 233 213 237 250 231 234 236 232 246 253 251 253 254 12 38 52 152 198 222 28 91 124 183 222 242 200 232 249 223 225 227 227 235 241 238 239 240 248 248 248 103 179 220 20 66 91 159 206 232 32 106 145 198 231 249 212 236 248 222 241 252 60 127 177 66 161 212 100 152 191 143 199 229 160 208 233 187 202 213 197 231 249 52 110 153 223 242 252 229 237 245 244 245 246 253 253 255 98 150 189 148 192 216 166 191 209 169 219 246 197 228 245 211 235 247 220 240 251 229 244 252 238 248 253 253 254 255 97 149 188 141 198 229 165 190 208 168 218 245 187 227 248 209 231 244 46 151 207 227 243 252 240 240 242 254 255 255 117 142 160 17 56 76 155 205 232 176 200 218 185 226 248 219 221 223 45 148 203 227 244 252 71 123 162 250 252 254 94 146 185 128 192 226 156 202 227 166 215 241 34 113 155 207 229 242 214 238 251 225 242 252 233 245 252 76 166 214 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollLeftOffIcon
@@ -383,72 +465,111 @@
 !
 
 scrollRightActiveIcon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollRightActiveIcon inspect
      ImageEditor openOnClass:self andSelector:#scrollRightActiveIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollRightActiveIcon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollRightActiveIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@H/R$)JR$)JR$)JR$)JK0H/K$PID1LSD1LSD1L&ST@9R$QCIQDQDQDQDQDGDB-LR$(IIRP,H0\HA2L#H2HDKT)JD1D,C1%BE$IK
 FQ$5C#]JR!!LQH1$YP#IIP$,YMP87R$(SDRLYFTH2AQ-BR3TNM4)JGC8L@PDXJC KOA ^@A]JR!!0>C@DAFB@''O1 3G @WR$(\O 0A@Q 6CQ 3@Q8@E4)JD#PL
-@PDXN!! 3@PD^QQ]JR$IGQ!!8^OR(=G!!8^LP(WR$(ZES,@@@@@@@@@QP(TE4)NJRDCE1\WE1\WE1\WE1<FRA5JR$)JR$)JR$)JR$)A@ @a') ; colorMapFromArray:#[102 186 221 111 202 240 150 173 191 161 203 221 171 219 239 39 98 129 43 93 131 201 235 249 211 238 251 234 247 253 100 182 216 124 172 197 131 209 242 157 193 212 170 217 236 176 225 247 190 231 248 202 236 249 210 238 250 231 246 252 98 177 211 109 198 235 20 50 65 158 199 217 163 221 245 175 225 247 188 230 248 48 121 159 211 239 250 72 120 156 108 196 233 139 179 201 25 62 82 167 211 230 175 225 246 186 229 248 198 234 249 210 239 251 227 244 252 117 167 194 17 42 55 149 192 216 161 217 241 174 223 244 187 230 248 203 226 236 210 227 237 68 119 157 248 248 248 105 192 228 15 38 50 141 213 243 158 219 245 173 222 243 42 105 139 201 224 234 50 125 165 63 114 152 80 144 178 104 190 226 129 175 200 139 208 238 159 220 245 176 205 220 189 217 232 43 94 132 204 236 250 221 243 251 238 249 253 102 185 220 111 201 239 138 212 243 164 186 202 35 88 116 24 89 138 192 231 249 206 231 241 218 241 251 77 125 161]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C???????????????????????????????????????<b') ; yourself); yourself]
+@PDXN!! 3@PD^QQ]JR$IGQ!!8^OR(=G!!8^LP(WR$(ZES,@@@@@@@@@QP(TE4)NJRDCE1\WE1\WE1\WE1<FRA5JR$)JR$)JR$)JR$)A@ @a');
+                colorMapFromArray:#[ 102 186 221 111 202 240 150 173 191 161 203 221 171 219 239 39 98 129 43 93 131 201 235 249 211 238 251 234 247 253 100 182 216 124 172 197 131 209 242 157 193 212 170 217 236 176 225 247 190 231 248 202 236 249 210 238 250 231 246 252 98 177 211 109 198 235 20 50 65 158 199 217 163 221 245 175 225 247 188 230 248 48 121 159 211 239 250 72 120 156 108 196 233 139 179 201 25 62 82 167 211 230 175 225 246 186 229 248 198 234 249 210 239 251 227 244 252 117 167 194 17 42 55 149 192 216 161 217 241 174 223 244 187 230 248 203 226 236 210 227 237 68 119 157 248 248 248 105 192 228 15 38 50 141 213 243 158 219 245 173 222 243 42 105 139 201 224 234 50 125 165 63 114 152 80 144 178 104 190 226 129 175 200 139 208 238 159 220 245 176 205 220 189 217 232 43 94 132 204 236 250 221 243 251 238 249 253 102 185 220 111 201 239 138 212 243 164 186 202 35 88 116 24 89 138 192 231 249 206 231 241 218 241 251 77 125 161 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollRightOffEntered1Icon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollRightOffEntered1Icon inspect
      ImageEditor openOnClass:self andSelector:#scrollRightOffEntered1Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollRightOffEntered1Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollRightOffEntered1Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@DP5I2\''I2\''I2\''I2\''MTP[U3MMST5MST5MST5MY1T(F!!%MSU)ZV%)ZV%(XB40?CP@YSQ %IT@LPBT%IS<>B @@L0,?B )@DD@2
 B (>E$,@@CM&B#8>FDMYFC<>BRMX@@AMI#9%YRUCV4D%B#AJBP@@I@!!#UUT=JSQPM#4:NRD@@A\<N24-YFE]HFQVAQD.@@@1X1MFQ"INNBHTQ P+A @@BR8_
-G!!9IS4%"G!!8+@4 @@C4,QQ4]NP\9GQ4]W3]T@@@/J%8OC0<OC0<OTPH\D @ADQ= T5MST5MST5MST5IBQ09\WE1\WE1\WE1\WE1BQ@@a') ; colorMapFromArray:#[158 158 158 177 177 177 190 190 194 199 199 202 206 207 210 211 211 214 217 217 218 219 219 221 226 226 228 234 234 235 238 238 239 242 242 243 246 246 247 157 157 157 175 175 175 191 192 195 73 73 73 207 207 209 212 212 213 214 214 217 218 219 221 228 228 228 233 233 234 236 236 238 243 243 243 247 247 247 156 156 156 171 171 171 189 189 192 198 199 202 204 204 208 210 210 213 216 216 216 220 220 221 225 226 228 231 231 233 238 238 238 241 241 242 239 239 240 151 151 151 169 169 169 63 63 63 195 195 199 203 203 206 209 209 212 213 213 216 218 218 220 225 225 226 232 232 233 235 236 236 242 242 242 246 246 246 146 146 146 167 167 167 190 190 190 194 194 198 205 205 205 210 211 213 214 215 217 217 217 220 224 224 226 231 231 232 236 236 237 240 240 241 244 244 245 142 142 142 165 165 165 60 60 60 198 198 198 200 200 204 208 209 212 212 212 212 215 215 217 222 222 225 229 229 231 236 236 236 240 240 240 245 245 245 128 128 128 162 162 162 187 187 187 191 191 195 201 201 202 206 206 209 213 214 215 217 217 219 222 222 224 231 231 231 235 235 236 112 112 112 243 243 244 121 121 121 160 160 160 184 184 184 192 193 196 197 197 201 208 208 210 86 86 86 215 215 218 221 221 223 228 228 230 233 233 235 240 241 241 244 244 244]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C???????????????????????????????????????<b') ; yourself); yourself]
+G!!9IS4%"G!!8+@4 @@C4,QQ4]NP\9GQ4]W3]T@@@/J%8OC0<OC0<OTPH\D @ADQ= T5MST5MST5MST5IBQ09\WE1\WE1\WE1\WE1BQ@@a');
+                colorMapFromArray:#[ 158 158 158 177 177 177 190 190 194 199 199 202 206 207 210 211 211 214 217 217 218 219 219 221 226 226 228 234 234 235 238 238 239 242 242 243 246 246 247 157 157 157 175 175 175 191 192 195 73 73 73 207 207 209 212 212 213 214 214 217 218 219 221 228 228 228 233 233 234 236 236 238 243 243 243 247 247 247 156 156 156 171 171 171 189 189 192 198 199 202 204 204 208 210 210 213 216 216 216 220 220 221 225 226 228 231 231 233 238 238 238 241 241 242 239 239 240 151 151 151 169 169 169 63 63 63 195 195 199 203 203 206 209 209 212 213 213 216 218 218 220 225 225 226 232 232 233 235 236 236 242 242 242 246 246 246 146 146 146 167 167 167 190 190 190 194 194 198 205 205 205 210 211 213 214 215 217 217 217 220 224 224 226 231 231 232 236 236 237 240 240 241 244 244 245 142 142 142 165 165 165 60 60 60 198 198 198 200 200 204 208 209 212 212 212 212 215 215 217 222 222 225 229 229 231 236 236 236 240 240 240 245 245 245 128 128 128 162 162 162 187 187 187 191 191 195 201 201 202 206 206 209 213 214 215 217 217 219 222 222 224 231 231 231 235 235 236 112 112 112 243 243 244 121 121 121 160 160 160 184 184 184 192 193 196 197 197 201 208 208 210 86 86 86 215 215 218 221 221 223 228 228 230 233 233 235 240 241 241 244 244 244 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollRightOffEntered2Icon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollRightOffEntered2Icon inspect
      ImageEditor openOnClass:self andSelector:#scrollRightOffEntered2Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollRightOffEntered2Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollRightOffEntered2Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@A4HQ4]GQ4]GQ4]GQ4]GBA4HA"P[F1,[F1,[F1,[DS4RQ2PPMRH"H"H"H"H"Q$TGAD\[MR,NC!!$,FP8NC#LWF QGF2HNHRDOBP<E
 HRDMJS8DQ1,"C"D!!C2TBC0T!!CR$>AD\[H 8!!HP<%G2(OAP4)O QGO3,:G!!82D1 .GCIBI"@DQ3<;N!!8^L# 7ESH(P"X AD\?N3(^G#IDECH(G$H&H@QGO0L:
-G!!82M#H(G!!9BK2@DQ3<1I4IBP01CP$IBB$D AD\-NPD&I"X&I"X&K4D@H@Q@E#P<HB@ HB@ HB@ H@,#LD$DA@PDA@PDA@PDA@P#GP@a') ; colorMapFromArray:#[148 192 216 159 206 232 32 106 145 197 231 249 52 110 153 223 242 252 229 237 245 244 245 246 96 148 187 18 60 82 160 208 233 187 202 213 197 228 245 211 235 247 220 240 251 229 244 252 238 248 253 253 253 255 91 143 182 15 50 69 155 205 232 175 215 237 200 217 230 209 231 244 46 151 207 227 243 252 240 240 242 253 254 255 126 191 225 163 187 206 169 219 246 36 118 162 219 221 223 214 238 251 227 244 252 71 123 162 254 255 255 14 46 63 156 202 227 168 218 245 187 227 248 207 229 242 44 146 200 225 242 252 233 245 252 250 252 254 121 189 224 155 201 226 176 198 215 185 226 248 200 232 249 213 237 250 231 234 236 232 246 253 76 166 214 114 185 223 23 75 103 166 215 241 181 224 247 198 231 249 223 225 227 227 235 241 238 239 240 251 253 254 103 153 190 152 198 222 164 213 239 183 222 242 39 127 175 212 236 248 222 241 252 60 127 177 248 248 248 98 148 185]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C???????????????????????????????????????<b') ; yourself); yourself]
+G!!82M#H(G!!9BK2@DQ3<1I4IBP01CP$IBB$D AD\-NPD&I"X&I"X&K4D@H@Q@E#P<HB@ HB@ HB@ H@,#LD$DA@PDA@PDA@PDA@P#GP@a');
+                colorMapFromArray:#[ 148 192 216 159 206 232 32 106 145 197 231 249 52 110 153 223 242 252 229 237 245 244 245 246 96 148 187 18 60 82 160 208 233 187 202 213 197 228 245 211 235 247 220 240 251 229 244 252 238 248 253 253 253 255 91 143 182 15 50 69 155 205 232 175 215 237 200 217 230 209 231 244 46 151 207 227 243 252 240 240 242 253 254 255 126 191 225 163 187 206 169 219 246 36 118 162 219 221 223 214 238 251 227 244 252 71 123 162 254 255 255 14 46 63 156 202 227 168 218 245 187 227 248 207 229 242 44 146 200 225 242 252 233 245 252 250 252 254 121 189 224 155 201 226 176 198 215 185 226 248 200 232 249 213 237 250 231 234 236 232 246 253 76 166 214 114 185 223 23 75 103 166 215 241 181 224 247 198 231 249 223 225 227 227 235 241 238 239 240 251 253 254 103 153 190 152 198 222 164 213 239 183 222 242 39 127 175 212 236 248 222 241 252 60 127 177 248 248 248 98 148 185 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C???????????????????????????????????????<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollRightOffIcon
@@ -475,72 +596,110 @@
 !
 
 scrollUpActiveIcon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollUpActiveIcon inspect
      ImageEditor openOnClass:self andSelector:#scrollUpActiveIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollUpActiveIcon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'VistaToolbarIconLibrary class scrollUpActiveIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @C(MEAPTEAPTEAPTEAPLA @MO"H,M#X6@PDARQX=LB,@EBH!!O4!!HRDUEQT<%C3DT@AP,O0)QQ4\EAPTEAB4&E@@TM$!!QG" (SD1LSA%AS!!P@ECYHJB (JA,[
 SA%APT8T@AP6RB (G1<ZI1,YPTENE@@TM$ (G1YBNS0''K4EAS!!P@ECYHG1X8A0,X@#,$ID8T@AP6RAXHJ L.P4QMGA1NE@@TM$!!GG1XVI2\''I3,$S!!P@ECX4
-Q2 (JD1LSD0YM48T@AQJL3IPTE@YFQ$YH4-NE@@TMTXSGQ4]PTEAM4,NS!!P@P@$ @ATUET9NS$9NS!!@)@ADWEAPTEAPTEAPTEAP)D @a') ; colorMapFromArray:#[203 226 236 211 239 250 69 137 173 105 160 189 111 201 239 131 209 242 152 178 198 30 75 99 35 88 116 189 217 232 198 234 249 50 125 165 64 116 156 79 126 162 98 177 211 109 198 235 139 179 201 153 177 195 162 186 204 171 219 239 24 89 138 201 224 234 204 236 250 64 114 153 80 144 178 108 196 233 18 46 61 141 213 243 157 211 233 170 217 236 176 225 247 192 231 249 206 231 241 221 243 251 238 249 253 105 192 228 134 201 228 138 212 243 161 203 221 163 221 245 175 225 247 43 94 132 49 123 162 60 112 152 234 247 253 104 190 226 130 176 200 139 208 238 157 201 223 167 211 230 175 225 246 190 231 248 201 235 249 218 241 251 231 246 252 102 185 220 14 34 45 22 55 72 163 183 199 161 217 241 37 94 124 189 230 248 204 222 233 211 239 251 69 120 158 102 186 221 13 31 41 145 185 207 157 193 212 159 220 245 174 223 244 186 229 248 202 236 249 211 238 250 227 244 252 100 182 216 111 202 240 143 184 206 158 199 217 158 219 245 173 222 243 187 230 248]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b') ; yourself); yourself]
+Q2 (JD1LSD0YM48T@AQJL3IPTE@YFQ$YH4-NE@@TMTXSGQ4]PTEAM4,NS!!P@P@$ @ATUET9NS$9NS!!@)@ADWEAPTEAPTEAPTEAP)D @a');
+                colorMapFromArray:#[ 203 226 236 211 239 250 69 137 173 105 160 189 111 201 239 131 209 242 152 178 198 30 75 99 35 88 116 189 217 232 198 234 249 50 125 165 64 116 156 79 126 162 98 177 211 109 198 235 139 179 201 153 177 195 162 186 204 171 219 239 24 89 138 201 224 234 204 236 250 64 114 153 80 144 178 108 196 233 18 46 61 141 213 243 157 211 233 170 217 236 176 225 247 192 231 249 206 231 241 221 243 251 238 249 253 105 192 228 134 201 228 138 212 243 161 203 221 163 221 245 175 225 247 43 94 132 49 123 162 60 112 152 234 247 253 104 190 226 130 176 200 139 208 238 157 201 223 167 211 230 175 225 246 190 231 248 201 235 249 218 241 251 231 246 252 102 185 220 14 34 45 22 55 72 163 183 199 161 217 241 37 94 124 189 230 248 204 222 233 211 239 251 69 120 158 102 186 221 13 31 41 145 185 207 157 193 212 159 220 245 174 223 244 186 229 248 202 236 249 211 238 250 227 244 252 100 182 216 111 202 240 143 184 206 158 199 217 158 219 245 173 222 243 187 230 248 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollUpOffEntered1Icon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollUpOffEntered1Icon inspect
      ImageEditor openOnClass:self andSelector:#scrollUpOffEntered1Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollUpOffEntered1Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollUpOffEntered1Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @B@SB (JB (KB ,KB0,RH0@SLTIBP$EAN#$8MSL.IAP@BTIBPS8=OCD.KR,%F2XN@@%APS<<N3$-J"$&G1($C @IPS<=N3$6J"\%H!!8YI@8@BTD?OS,9M"<1
 KBH^FRPN@@%AO349N3PBLB$^G!!$$C @IPS<=OC4@@0X.I"XYI@8@BTD?OS<AA@ OCB0,FRPN@@%AO34EA1TXG"H]JQ$$C @IPS<=O#<=MCD0K"0YI@8@BTD?
-OS,9M"(''IRH^FRPN@@%AO309NCP)I"P!!GA $C @IO309MSP2I"P!!G!!,WI@8@DSD=N3$9NB4+J"$(I!!<P@A8QC@4MCP4MCP4MCP4PE @a') ; colorMapFromArray:#[52 52 50 56 56 60 68 70 70 80 78 80 100 100 100 112 112 110 120 118 120 144 144 140 148 146 150 152 152 150 152 154 150 156 154 150 156 158 160 160 158 160 160 160 160 164 162 160 164 166 170 168 168 170 172 170 170 172 172 170 172 174 170 176 178 180 188 188 190 188 190 190 192 192 190 192 192 200 192 194 200 196 196 200 196 198 200 200 198 200 200 200 200 200 202 200 204 204 200 204 204 210 204 206 210 208 206 210 208 208 210 208 210 210 212 212 210 212 214 220 216 214 220 216 216 220 216 218 220 220 218 220 220 220 220 220 222 220 224 224 230 224 226 230 228 226 230 228 228 230 228 230 230 232 230 230 232 232 230 232 234 230 232 234 240 236 234 230 236 234 240 236 236 240 236 238 240 240 238 240 240 240 240 240 242 240 244 242 240 244 244 240 244 244 250 244 246 250 248 246 250]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b') ; yourself); yourself]
+OS,9M"(''IRH^FRPN@@%AO309NCP)I"P!!GA $C @IO309MSP2I"P!!G!!,WI@8@DSD=N3$9NB4+J"$(I!!<P@A8QC@4MCP4MCP4MCP4PE @a');
+                colorMapFromArray:#[ 52 52 50 56 56 60 68 70 70 80 78 80 100 100 100 112 112 110 120 118 120 144 144 140 148 146 150 152 152 150 152 154 150 156 154 150 156 158 160 160 158 160 160 160 160 164 162 160 164 166 170 168 168 170 172 170 170 172 172 170 172 174 170 176 178 180 188 188 190 188 190 190 192 192 190 192 192 200 192 194 200 196 196 200 196 198 200 200 198 200 200 200 200 200 202 200 204 204 200 204 204 210 204 206 210 208 206 210 208 208 210 208 210 210 212 212 210 212 214 220 216 214 220 216 216 220 216 218 220 220 218 220 220 220 220 220 222 220 224 224 230 224 226 230 228 226 230 228 228 230 228 230 230 232 230 230 232 232 230 232 234 230 232 234 240 236 234 230 236 234 240 236 236 240 236 238 240 240 238 240 240 240 240 240 242 240 244 242 240 244 244 240 244 244 250 244 246 250 248 246 250 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollUpOffEntered2Icon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self scrollUpOffEntered2Icon inspect
      ImageEditor openOnClass:self andSelector:#scrollUpOffEntered2Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class scrollUpOffEntered2Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class scrollUpOffEntered2Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @BPRBP$IBP$IBP$IBP$OHP@RN41KR4-KRT%IRT%HM@4@BT1EP#<?O28.K"4(HDDI@@%KP#48NC &I"X&H!!,:BP@IR3<8M#X6H2L#H18ZM0$@BT,?NCX6M"(/
 J"L^F#\I@@%KO3 6OB<BK2(^F!!(7BP@IR3<8OD@@@0X/I1(ZM0$@BT,?ND@AA@ LB"0%F#\I@@%KO3 EA1DSEQ$TJ1(7BP@IR3<8ODA@K2</K20ZM0$@BT,?
-NCX6M"L#H2L^FC\I@@%KNST2L#H^G!!8^GA\7BP@IR#L1LC@0F!!(ZFA\VM0$@DC9GQ$QDQC\7M3\7M2$K@A<NBP$IBP$IBP$IBP$KGP@a') ; colorMapFromArray:#[12 38 52 13 41 57 17 56 76 20 66 91 28 91 124 32 106 145 34 113 155 45 148 203 46 151 207 60 127 177 66 161 212 71 123 162 76 166 214 89 143 184 92 144 183 93 147 188 97 149 188 103 179 220 105 154 191 128 192 226 141 198 229 143 199 229 148 192 216 152 198 222 155 201 226 155 205 232 156 202 227 159 206 232 160 208 233 162 186 204 164 213 239 166 191 209 166 215 241 167 194 214 168 218 245 169 219 246 174 195 211 177 213 233 181 224 247 183 222 242 185 226 248 187 202 213 187 227 248 192 221 237 197 228 245 197 231 249 198 231 249 200 232 249 207 229 242 209 231 244 211 235 247 212 236 248 213 226 235 213 237 250 214 238 251 219 221 223 220 240 251 222 241 252 223 225 227 223 234 242 223 242 252 226 242 252 227 235 241 227 244 252 229 244 252 231 234 236 233 246 253 234 234 234 238 239 240 238 248 253 240 240 242 244 245 246 250 252 254 251 253 254 253 253 255 253 254 255 254 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b') ; yourself); yourself]
+NCX6M"L#H2L^FC\I@@%KNST2L#H^G!!8^GA\7BP@IR#L1LC@0F!!(ZFA\VM0$@DC9GQ$QDQC\7M3\7M2$K@A<NBP$IBP$IBP$IBP$KGP@a');
+                colorMapFromArray:#[ 12 38 52 13 41 57 17 56 76 20 66 91 28 91 124 32 106 145 34 113 155 45 148 203 46 151 207 60 127 177 66 161 212 71 123 162 76 166 214 89 143 184 92 144 183 93 147 188 97 149 188 103 179 220 105 154 191 128 192 226 141 198 229 143 199 229 148 192 216 152 198 222 155 201 226 155 205 232 156 202 227 159 206 232 160 208 233 162 186 204 164 213 239 166 191 209 166 215 241 167 194 214 168 218 245 169 219 246 174 195 211 177 213 233 181 224 247 183 222 242 185 226 248 187 202 213 187 227 248 192 221 237 197 228 245 197 231 249 198 231 249 200 232 249 207 229 242 209 231 244 211 235 247 212 236 248 213 226 235 213 237 250 214 238 251 219 221 223 220 240 251 222 241 252 223 225 227 223 234 242 223 242 252 226 242 252 227 235 241 227 244 252 229 244 252 231 234 236 233 246 253 234 234 234 238 239 240 238 248 253 240 240 242 244 245 246 250 252 254 251 253 254 253 253 255 253 254 255 254 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?=??7??_?=??7??_?=??7??_?=??7??_?=??7??_?<b');
+                            yourself);
+                yourself
+        ]
 !
 
 scrollUpOffIcon
@@ -569,26 +728,72 @@
 !VistaToolbarIconLibrary class methodsFor:'image specs-09x09'!
 
 closeIndicatorInTree9x9Icon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self closeIndicatorInTree9x9Icon inspect
      ImageEditor openOnClass:self andSelector:#closeIndicatorInTree9x9Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'VistaToolbarIconLibrary class closeIndicatorInTree9x9Icon'
-        ifAbsentPut:[(Depth4Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@AH@@C\@Q@@@M0AEP@@7@DXG@C\@Q&BEM0AFA0@7@DU@@C\@Q@@@M0@R@@@7') ; colorMapFromArray:#[232 232 232 200 202 200 242 242 242 0 0 0 168 168 168 232 232 232 255 255 255 152 152 152 132 132 132]; mask:((Depth1Image new) width: 9; height: 9; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'LG<8_31?O''<?_39?OG<8_3A?') ; yourself); yourself]
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:9;
+                height:9;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@AH@@C\@Q@@@M0AEP@@7@DXG@C\@Q&BEM0AFA0@7@DU@@C\@Q@@@M0@R@@@7');
+                colorMapFromArray:#[ 232 232 232 200 202 200 242 242 242 0 0 0 168 168 168 232 232 232 255 255 255 152 152 152 132 132 132 ];
+                mask:((ImageMask new)
+                            width:9;
+                            height:9;
+                            bits:(ByteArray fromPackedString:'LG<8_31?O''<?_39?OG<8_3A?');
+                            yourself);
+                yourself
+        ]
 !
 
 openIndicatorInTree9x9Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self openIndicatorInTree9x9Icon inspect
+     ImageEditor openOnClass:self andSelector:#openIndicatorInTree9x9Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class openIndicatorInTree9x9Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:9;
+                height:9;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'DQDQDQDQDQHADADQH3DPDQH1LQDQH1D1F!!H1DSDPDCL3@Q@QDQDQDADQDQDS');
+                colorMapFromArray:#[ 136 136 136 89 89 89 188 188 188 38 38 38 ];
+                mask:((ImageMask new)
+                            width:9;
+                            height:9;
+                            bits:(ByteArray fromPackedString:'@G<F_09?G''<>_79?_''<@_0A?');
+                            yourself);
+                yourself
+        ]
+! !
+
+!VistaToolbarIconLibrary class methodsFor:'image specs-tools-FileBrowser-Filetypes'!
+
+fileTypeDirectoryIcon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
 
@@ -596,43 +801,23 @@
      the ImageEditor may not be able to read the specification."
 
     "
-     self openIndicatorInTree9x9Icon inspect
-     ImageEditor openOnClass:self andSelector:#openIndicatorInTree9x9Icon
+     self fileTypeDirectoryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryIcon
      Icon flushCachedIcons
     "
 
     <resource: #image>
 
     ^Icon
-        constantNamed:'VistaToolbarIconLibrary class openIndicatorInTree9x9Icon'
-        ifAbsentPut:[(Depth4Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'DQDQDQDQDQHADADQH3DPDQH1LQDQH1D1F!!H1DSDPDCL3@Q@QDQDQDADQDQDS') ; colorMapFromArray:#[136 136 136 89 89 89 188 188 188 38 38 38]; mask:((Depth1Image new) width: 9; height: 9; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@G<F_09?G''<>_79?_''<@_0A?') ; yourself); yourself]
-! !
-
-!VistaToolbarIconLibrary class methodsFor:'image-specs-12x12'!
-
-radioOff12x12Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self radioOff12x12Icon inspect
-     ImageEditor openOnClass:self andSelector:#radioOff12x12Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class radioOff12x12Icon'
-	ifAbsentPut:[(Depth8Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-OC0@G"PRD"P^@C0<OA(=B#@#H3@JOQ(<@@@]H HA@S<2GP@@G (OD2T6K ,-P0(^KB KE@L/A@8_I2 ,D"L\PAX LRDXCBLRD"L5PTH!!DDP;NA@IMA\7CRDP
-DP YJQ\4I#8*EPUDDSL:H38&@@@]J3$1A \ZGP@@OA(@O#@QDR >@A(<OC0@I"P[F20&@C0<') ; colorMapFromArray:#[162 163 163 181 186 191 198 201 205 203 207 213 213 216 220 225 226 226 233 234 234 238 238 239 245 245 245 147 148 148 185 186 186 197 200 204 208 209 210 213 214 216 220 222 224 233 234 235 239 239 239 244 244 244 145 146 146 179 184 189 190 195 201 205 206 207 211 214 218 221 221 221 232 232 233 238 238 238 243 243 243 142 143 143 180 185 189 195 195 195 207 208 208 211 212 215 219 221 223 233 233 233 237 237 238 242 242 242 170 171 171 189 194 199 206 206 206 212 213 213 220 220 220 232 232 232 236 236 237 240 240 241 169 169 169 190 193 197 201 206 211 206 210 215 219 219 219 228 228 229 237 238 238 241 241 241 167 168 168 187 190 194 200 205 210 207 209 211 219 220 220 226 227 227 235 235 235 239 239 240 255 255 255 163 164 164 186 187 187 200 203 206 205 209 214 215 218 221 224 225 227 235 236 236 240 240 240]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O') ; yourself); yourself]
+        constantNamed:'VistaToolbarIconLibrary fileTypeDirectoryIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@BPTPQ!!G<6"6@5]"0@@@@@@@YMZ#5\F7 DWU5]O8X@@@@@@@AMU5\!!HR!!+\UQ>S8$@@@@@@@AMU5]WE#M;NT=''W"8@@@@@
+@@@-U5]WHTA,B58SZA0@@@@@@@AJU5\JD!! 8O& WC!!@@@@@@@@@ U0)SLD,A]0:ELXM"@@@@@@@$B%M#J 5%VSD&TB$2@@@@@@A=T6M5M2JAC5@)XV8_@@@@
+@@AZX7T7RH\4Y&D:@69N@@@@@@@E]S]HP''0+IPL^A69[@@@@@@@TM4!!BSD]/BP\]GTLH@@@@@@@LRDIL"%UR^!!4]GWAX@@@@@@@;P$2J\%T#^!!4]GV%E@@@@
+@@BHRXHYEUT<TUYXQ&Q9@@@@@@@@@A)4\5</@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[252 252 252 205 185 103 247 236 174 225 199 90 250 245 188 233 216 120 251 251 250 223 195 81 216 192 93 216 186 81 249 245 176 227 207 124 228 209 111 210 186 81 240 226 144 220 194 98 223 201 106 242 224 137 254 253 244 245 236 165 231 212 116 214 191 95 255 255 255 242 229 151 215 192 89 214 191 93 234 225 184 237 223 135 225 202 109 222 193 77 224 197 85 219 195 98 242 227 136 255 255 252 208 183 77 195 166 66 240 224 132 217 188 85 234 215 121 245 241 229 224 203 104 230 208 108 246 241 198 198 172 77 242 231 190 245 230 141 226 204 111 218 207 172 252 250 232 236 218 130 220 197 100 221 200 99 200 175 83 234 213 124 239 219 134 236 225 146 206 188 109 229 210 129 227 202 95 225 206 107 193 166 74 253 251 233 225 204 117 249 244 182 218 196 94 245 231 142 228 212 128 92 185 221 244 228 141 219 199 114 214 190 91 202 176 68 232 219 137 217 195 94 243 229 138 212 189 85 224 206 118 245 231 141 218 194 97 250 244 183 232 211 114 212 184 85 196 168 68 247 241 170 252 249 191 202 175 67 215 192 93 251 247 180 215 191 92 222 198 104 236 219 124 217 193 95 244 234 153 253 250 194 247 239 172 196 175 99 236 215 128 228 205 101 234 220 164 244 236 163 219 199 113 203 182 96 218 191 91 249 242 177 243 233 158 221 193 79 251 246 177 213 198 126 208 190 115 0 0 0 236 236 236 196 169 72 72 165 211 246 238 174 218 196 102 204 179 76 218 200 125 240 231 155 235 216 138 224 201 111 220 205 120 234 224 179 215 184 77 209 192 119 204 178 70 238 222 129 251 247 187 241 221 137 247 245 234 201 178 90 214 192 92 226 204 110 241 222 136 238 222 137 232 213 134 206 180 73 230 214 141 228 205 113 221 201 110 238 217 131]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?O?0?_?0?O?0?O?0?O?0?O?0?O?8?O?8?O?8?O?8?O?8?O?8?O?8?O?8?O?8?C8@?@@@?') ; yourself); yourself]
 !
 
-radioOffDisabled12x12Icon
+fileTypeDirectoryOpenIcon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
 
@@ -640,115 +825,227 @@
      the ImageEditor may not be able to read the specification."
 
     "
-     self radioOffDisabled12x12Icon inspect
-     ImageEditor openOnClass:self andSelector:#radioOffDisabled12x12Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class radioOffDisabled12x12Icon'
-	ifAbsentPut:[(Depth8Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-OC1N!!B]_W2^DS#0<OD5(JD%GQ4$(ZD4<S$9TTT-)ZUUQUD9N!!B"EZ&5V\6QHBB"DR$%$SDU+[E9 A$%JW4]XS69^\QE4VT]_W4]" %\QQ$YFRTY&[1%Z\AEF
-SV]QF!!%/]WY7^DQFST\HQ7Y5S$9T^711DW9MUD9NOD5N]$%MST%6S$4<OC1N]R]?_4)5S#0<') ; colorMapFromArray:#[162 163 163 181 186 191 198 201 205 203 207 213 213 216 220 225 226 226 233 234 234 238 238 239 245 245 245 147 148 148 185 186 186 197 200 204 208 209 210 213 214 216 220 222 224 233 234 235 239 239 239 244 244 244 145 146 146 179 184 189 190 195 201 205 206 207 211 214 218 221 221 221 232 232 233 238 238 238 243 243 243 142 143 143 180 185 189 195 195 195 207 208 208 211 212 215 219 221 223 233 233 233 237 237 238 242 242 242 170 171 171 189 194 199 206 206 206 212 213 213 220 220 220 232 232 232 236 236 237 240 240 241 169 169 169 190 193 197 201 206 211 206 210 215 219 219 219 228 228 229 237 238 238 241 241 241 167 168 168 187 190 194 200 205 210 207 209 211 219 220 220 226 227 227 235 235 235 239 239 240 255 255 255 163 164 164 186 187 187 200 203 206 205 209 214 215 218 221 224 225 227 235 236 236 240 240 240 229 231 234 247 247 247 248 248 248 222 224 226 237 237 237 212 212 212 226 228 230 222 225 228 249 249 249 208 209 209 230 232 234 245 245 245 246 246 246 212 213 213 246 246 246 225 225 225 227 229 230 227 230 232 239 240 241 217 220 222 231 232 232 231 232 233 246 246 246 247 247 247 237 237 237 237 238 239 200 200 200 233 233 235 233 234 234 221 222 224 247 247 247 226 227 229 249 249 249 201 201 201 250 250 250 209 209 209 218 220 223 217 219 222 230 232 235 234 235 237 222 224 227 233 234 236 211 211 211 234 234 235 241 241 242 220 220 220 228 230 233 243 243 244 230 230 230 220 221 221 245 245 246 230 230 231 240 240 240 248 248 248 247 247 248 240 241 241 244 244 244 246 246 247 198 199 199 237 237 237 237 238 239 235 236 238 243 243 243 231 231 231 244 244 245]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O') ; yourself); yourself]
-!
-
-radioOffEntered12x12Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self radioOffEntered12x12Icon inspect
-     ImageEditor openOnClass:self andSelector:#radioOffEntered12x12Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class radioOffEntered12x12Icon'
-	ifAbsentPut:[(Depth8Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@(XS@0HR!!@@@@@K1=!!*J/+:JF_[0@@G.I*</F1,*,"W,@(XZ*0<7S5MCE*XZ!! :SI3M#W6-;Q3*RC0J?C5-/]8NI12J?@0J?D6==1:N3*5Z7A *WO4.O)
-;.?+9JVB''8^)1=3,<N7&,X^_@G.I+-''!!9^^2"W,@@K1;!!:J4-JRG^;0@@@@@''8R>/(N_@@@@') ; colorMapFromArray:#[162 163 163 181 186 191 198 201 205 203 207 213 213 216 220 225 226 226 233 234 234 238 238 239 245 245 245 147 148 148 185 186 186 197 200 204 208 209 210 213 214 216 220 222 224 233 234 235 239 239 239 244 244 244 145 146 146 179 184 189 190 195 201 205 206 207 211 214 218 221 221 221 232 232 233 238 238 238 243 243 243 142 143 143 180 185 189 195 195 195 207 208 208 211 212 215 219 221 223 233 233 233 237 237 238 242 242 242 170 171 171 189 194 199 206 206 206 212 213 213 220 220 220 232 232 232 236 236 237 240 240 241 169 169 169 190 193 197 201 206 211 206 210 215 219 219 219 228 228 229 237 238 238 241 241 241 167 168 168 187 190 194 200 205 210 207 209 211 219 220 220 226 227 227 235 235 235 239 239 240 255 255 255 163 164 164 186 187 187 200 203 206 205 209 214 215 218 221 224 225 227 235 236 236 240 240 240 252 252 252 0 0 0 125 141 152 130 144 156 133 147 159 137 151 162 142 154 164 143 156 166 144 213 229 151 163 172 153 163 171 145 178 198 24 51 71 12 61 93 24 51 72 15 63 93 24 53 74 166 176 185 25 52 74 20 64 92 169 180 188 174 184 191 30 63 87 29 62 87 30 62 87 32 64 88 31 63 88 36 68 93 185 190 196 188 193 197 39 71 96 186 191 197 192 197 201 48 75 95 201 204 205 54 81 102 14 132 198 11 130 199 24 152 209 209 213 215 15 131 199 23 138 199 32 157 209 40 162 209 199 235 253 34 143 198 217 220 222 72 99 120 220 223 226 93 206 221 105 194 212 92 152 191 94 153 191 127 230 238 115 155 179 108 161 192 117 157 180 102 163 201 99 159 199 102 163 204 111 168 201 123 161 184 125 162 185 127 164 186 123 166 192 143 183 200 145 184 201 142 179 201 156 194 208 152 183 202 23 51 72 156 186 204 24 53 75 157 187 205 148 206 235 13 67 103 145 204 237 147 205 237 21 70 100 146 204 237 17 69 103 177 246 250 153 211 239 29 63 88 28 62 88 30 63 88 29 62 88 30 64 90 34 68 94 38 72 98 181 202 215 175 218 237 183 204 216 188 221 229 47 75 96 190 222 230 191 223 231 53 82 104 190 224 239 199 227 238 207 242 250 207 241 250 211 244 250 212 244 250 216 244 246 215 246 250 219 246 248 71 100 122 219 247 250 221 248 250 30 190 255 222 249 250 17 163 242 13 160 243 40 196 255 19 162 243 29 170 243 50 202 255 42 176 242 237 242 245 233 247 254 85 134 163 116 255 255 89 137 165 93 140 167 251 252 253 128 202 249 132 205 249 134 206 249 132 203 249 146 213 249 153 216 250 154 215 249 156 216 249 155 215 249 152 213 251 150 211 251 161 220 249 159 219 249 154 213 251 166 220 251 167 221 251 170 221 253 171 221 253 177 225 251 175 222 253 178 224 253 177 223 253 189 232 251 183 227 253 182 226 253 186 229 252 187 229 253 188 229 253 191 231 253 193 232 253 194 232 252 197 234 253 200 235 253 202 237 251 208 237 253 210 238 253 215 242 252 213 240 254 214 241 254 216 241 254 216 240 253 218 242 254 223 243 254 226 245 254 229 246 254 228 245 254]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O') ; yourself); yourself]
-!
-
-radioOn12x12Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self radioOn12x12Icon inspect
-     ImageEditor openOnClass:self andSelector:#radioOn12x12Icon
+     self fileTypeDirectoryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryIcon
      Icon flushCachedIcons
     "
 
+    <resource: #programImage>
+
+    ^ self fileTypeDirectoryIcon    
+! !
+
+!VistaToolbarIconLibrary class methodsFor:'image-specs-12x12'!
+
+radioOff12x12Icon
     <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self radioOff12x12Icon inspect
+     ImageEditor openOnClass:self andSelector:#radioOff12x12Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'VistaToolbarIconLibrary class radioOff12x12Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+OC0@G"PRD"P^@C0<OA(=B#@#H3@JOQ(<@@@]H HA@S<2GP@@G (OD2T6K ,-P0(^KB KE@L/A@8_I2 ,D"L\PAX LRDXCBLRD"L5PTH!!DDP;NA@IMA\7CRDP
+DP YJQ\4I#8*EPUDDSL:H38&@@@]J3$1A \ZGP@@OA(@O#@QDR >@A(<OC0@I"P[F20&@C0<');
+                colorMapFromArray:#[ 162 163 163 181 186 191 198 201 205 203 207 213 213 216 220 225 226 226 233 234 234 238 238 239 245 245 245 147 148 148 185 186 186 197 200 204 208 209 210 213 214 216 220 222 224 233 234 235 239 239 239 244 244 244 145 146 146 179 184 189 190 195 201 205 206 207 211 214 218 221 221 221 232 232 233 238 238 238 243 243 243 142 143 143 180 185 189 195 195 195 207 208 208 211 212 215 219 221 223 233 233 233 237 237 238 242 242 242 170 171 171 189 194 199 206 206 206 212 213 213 220 220 220 232 232 232 236 236 237 240 240 241 169 169 169 190 193 197 201 206 211 206 210 215 219 219 219 228 228 229 237 238 238 241 241 241 167 168 168 187 190 194 200 205 210 207 209 211 219 220 220 226 227 227 235 235 235 239 239 240 255 255 255 163 164 164 186 187 187 200 203 206 205 209 214 215 218 221 224 225 227 235 236 236 240 240 240 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O');
+                            yourself);
+                yourself
+        ]
+!
 
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class radioOn12x12Icon'
-	ifAbsentPut:[(Depth8Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+radioOffDisabled12x12Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self radioOffDisabled12x12Icon inspect
+     ImageEditor openOnClass:self andSelector:#radioOffDisabled12x12Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class radioOffDisabled12x12Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+OC1N!!B]_W2^DS#0<OD5(JD%GQ4$(ZD4<S$9TTT-)ZUUQUD9N!!B"EZ&5V\6QHBB"DR$%$SDU+[E9 A$%JW4]XS69^\QE4VT]_W4]" %\QQ$YFRTY&[1%Z\AEF
+SV]QF!!%/]WY7^DQFST\HQ7Y5S$9T^711DW9MUD9NOD5N]$%MST%6S$4<OC1N]R]?_4)5S#0<');
+                colorMapFromArray:#[ 162 163 163 181 186 191 198 201 205 203 207 213 213 216 220 225 226 226 233 234 234 238 238 239 245 245 245 147 148 148 185 186 186 197 200 204 208 209 210 213 214 216 220 222 224 233 234 235 239 239 239 244 244 244 145 146 146 179 184 189 190 195 201 205 206 207 211 214 218 221 221 221 232 232 233 238 238 238 243 243 243 142 143 143 180 185 189 195 195 195 207 208 208 211 212 215 219 221 223 233 233 233 237 237 238 242 242 242 170 171 171 189 194 199 206 206 206 212 213 213 220 220 220 232 232 232 236 236 237 240 240 241 169 169 169 190 193 197 201 206 211 206 210 215 219 219 219 228 228 229 237 238 238 241 241 241 167 168 168 187 190 194 200 205 210 207 209 211 219 220 220 226 227 227 235 235 235 239 239 240 255 255 255 163 164 164 186 187 187 200 203 206 205 209 214 215 218 221 224 225 227 235 236 236 240 240 240 229 231 234 247 247 247 248 248 248 222 224 226 237 237 237 212 212 212 226 228 230 222 225 228 249 249 249 208 209 209 230 232 234 245 245 245 246 246 246 212 213 213 246 246 246 225 225 225 227 229 230 227 230 232 239 240 241 217 220 222 231 232 232 231 232 233 246 246 246 247 247 247 237 237 237 237 238 239 200 200 200 233 233 235 233 234 234 221 222 224 247 247 247 226 227 229 249 249 249 201 201 201 250 250 250 209 209 209 218 220 223 217 219 222 230 232 235 234 235 237 222 224 227 233 234 236 211 211 211 234 234 235 241 241 242 220 220 220 228 230 233 243 243 244 230 230 230 220 221 221 245 245 246 230 230 231 240 240 240 248 248 248 247 247 248 240 241 241 244 244 244 246 246 247 198 199 199 237 237 237 237 238 239 235 236 238 243 243 243 231 231 231 244 244 245 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O');
+                            yourself);
+                yourself
+        ]
+!
+
+radioOffEntered12x12Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self radioOffEntered12x12Icon inspect
+     ImageEditor openOnClass:self andSelector:#radioOffEntered12x12Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class radioOffEntered12x12Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@(XS@0HR!!@@@@@K1=!!*J/+:JF_[0@@G.I*</F1,*,"W,@(XZ*0<7S5MCE*XZ!! :SI3M#W6-;Q3*RC0J?C5-/]8NI12J?@0J?D6==1:N3*5Z7A *WO4.O)
+;.?+9JVB''8^)1=3,<N7&,X^_@G.I+-''!!9^^2"W,@@K1;!!:J4-JRG^;0@@@@@''8R>/(N_@@@@');
+                colorMapFromArray:#[ 162 163 163 181 186 191 198 201 205 203 207 213 213 216 220 225 226 226 233 234 234 238 238 239 245 245 245 147 148 148 185 186 186 197 200 204 208 209 210 213 214 216 220 222 224 233 234 235 239 239 239 244 244 244 145 146 146 179 184 189 190 195 201 205 206 207 211 214 218 221 221 221 232 232 233 238 238 238 243 243 243 142 143 143 180 185 189 195 195 195 207 208 208 211 212 215 219 221 223 233 233 233 237 237 238 242 242 242 170 171 171 189 194 199 206 206 206 212 213 213 220 220 220 232 232 232 236 236 237 240 240 241 169 169 169 190 193 197 201 206 211 206 210 215 219 219 219 228 228 229 237 238 238 241 241 241 167 168 168 187 190 194 200 205 210 207 209 211 219 220 220 226 227 227 235 235 235 239 239 240 255 255 255 163 164 164 186 187 187 200 203 206 205 209 214 215 218 221 224 225 227 235 236 236 240 240 240 252 252 252 0 0 0 125 141 152 130 144 156 133 147 159 137 151 162 142 154 164 143 156 166 144 213 229 151 163 172 153 163 171 145 178 198 24 51 71 12 61 93 24 51 72 15 63 93 24 53 74 166 176 185 25 52 74 20 64 92 169 180 188 174 184 191 30 63 87 29 62 87 30 62 87 32 64 88 31 63 88 36 68 93 185 190 196 188 193 197 39 71 96 186 191 197 192 197 201 48 75 95 201 204 205 54 81 102 14 132 198 11 130 199 24 152 209 209 213 215 15 131 199 23 138 199 32 157 209 40 162 209 199 235 253 34 143 198 217 220 222 72 99 120 220 223 226 93 206 221 105 194 212 92 152 191 94 153 191 127 230 238 115 155 179 108 161 192 117 157 180 102 163 201 99 159 199 102 163 204 111 168 201 123 161 184 125 162 185 127 164 186 123 166 192 143 183 200 145 184 201 142 179 201 156 194 208 152 183 202 23 51 72 156 186 204 24 53 75 157 187 205 148 206 235 13 67 103 145 204 237 147 205 237 21 70 100 146 204 237 17 69 103 177 246 250 153 211 239 29 63 88 28 62 88 30 63 88 29 62 88 30 64 90 34 68 94 38 72 98 181 202 215 175 218 237 183 204 216 188 221 229 47 75 96 190 222 230 191 223 231 53 82 104 190 224 239 199 227 238 207 242 250 207 241 250 211 244 250 212 244 250 216 244 246 215 246 250 219 246 248 71 100 122 219 247 250 221 248 250 30 190 255 222 249 250 17 163 242 13 160 243 40 196 255 19 162 243 29 170 243 50 202 255 42 176 242 237 242 245 233 247 254 85 134 163 116 255 255 89 137 165 93 140 167 251 252 253 128 202 249 132 205 249 134 206 249 132 203 249 146 213 249 153 216 250 154 215 249 156 216 249 155 215 249 152 213 251 150 211 251 161 220 249 159 219 249 154 213 251 166 220 251 167 221 251 170 221 253 171 221 253 177 225 251 175 222 253 178 224 253 177 223 253 189 232 251 183 227 253 182 226 253 186 229 252 187 229 253 188 229 253 191 231 253 193 232 253 194 232 252 197 234 253 200 235 253 202 237 251 208 237 253 210 238 253 215 242 252 213 240 254 214 241 254 216 241 254 216 240 253 218 242 254 223 243 254 226 245 254 229 246 254 228 245 254 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O');
+                            yourself);
+                yourself
+        ]
+!
+
+radioOn12x12Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self radioOn12x12Icon inspect
+     ImageEditor openOnClass:self andSelector:#radioOn12x12Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'VistaToolbarIconLibrary class radioOn12x12Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 OC0@G"PRD"P^@C0<OA(=B#@#H3@JOQ(<@@@]H&QIRVH2GP@@G (OR&M4ZE9KP0(^KB!!!!XEA1]5!![Y2 ,D"MGY$56\F9SSBLRD"MHTWI/Z6%SS!!@IMA]%V5Q-
-Z%I_\1\4I#8*S51UU55ZH38&@@@]J61VVWTZGP@@OA(@O#@QDR >@A(<OC0@I"P[F20&@C0<') ; colorMapFromArray:#[162 163 163 181 186 191 198 201 205 203 207 213 213 216 220 225 226 226 233 234 234 238 238 239 245 245 245 147 148 148 185 186 186 197 200 204 208 209 210 213 214 216 220 222 224 233 234 235 239 239 239 244 244 244 145 146 146 179 184 189 190 195 201 205 206 207 211 214 218 221 221 221 232 232 233 238 238 238 243 243 243 142 143 143 180 185 189 195 195 195 207 208 208 211 212 215 219 221 223 233 233 233 237 237 238 242 242 242 170 171 171 189 194 199 206 206 206 212 213 213 220 220 220 232 232 232 236 236 237 240 240 241 169 169 169 190 193 197 201 206 211 206 210 215 219 219 219 228 228 229 237 238 238 241 241 241 167 168 168 187 190 194 200 205 210 207 209 211 219 220 220 226 227 227 235 235 235 239 239 240 255 255 255 163 164 164 186 187 187 200 203 206 205 209 214 215 218 221 224 225 227 235 236 236 240 240 240 252 252 252 0 0 0 125 141 152 130 144 156 133 147 159 137 151 162 142 154 164 143 156 166 144 213 229 151 163 172 153 163 171 145 178 198 24 51 71 12 61 93 24 51 72 15 63 93 24 53 74 166 176 185 25 52 74 20 64 92 169 180 188 174 184 191 30 63 87 29 62 87 30 62 87 32 64 88 31 63 88 36 68 93 185 190 196 188 193 197 39 71 96 186 191 197 192 197 201 48 75 95 201 204 205 54 81 102 14 132 198 11 130 199 24 152 209 209 213 215 15 131 199 23 138 199 32 157 209 40 162 209 199 235 253 34 143 198 217 220 222 72 99 120 220 223 226 93 206 221 105 194 212]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O') ; yourself); yourself]
+Z%I_\1\4I#8*S51UU55ZH38&@@@]J61VVWTZGP@@OA(@O#@QDR >@A(<OC0@I"P[F20&@C0<');
+                colorMapFromArray:#[ 162 163 163 181 186 191 198 201 205 203 207 213 213 216 220 225 226 226 233 234 234 238 238 239 245 245 245 147 148 148 185 186 186 197 200 204 208 209 210 213 214 216 220 222 224 233 234 235 239 239 239 244 244 244 145 146 146 179 184 189 190 195 201 205 206 207 211 214 218 221 221 221 232 232 233 238 238 238 243 243 243 142 143 143 180 185 189 195 195 195 207 208 208 211 212 215 219 221 223 233 233 233 237 237 238 242 242 242 170 171 171 189 194 199 206 206 206 212 213 213 220 220 220 232 232 232 236 236 237 240 240 241 169 169 169 190 193 197 201 206 211 206 210 215 219 219 219 228 228 229 237 238 238 241 241 241 167 168 168 187 190 194 200 205 210 207 209 211 219 220 220 226 227 227 235 235 235 239 239 240 255 255 255 163 164 164 186 187 187 200 203 206 205 209 214 215 218 221 224 225 227 235 236 236 240 240 240 252 252 252 0 0 0 125 141 152 130 144 156 133 147 159 137 151 162 142 154 164 143 156 166 144 213 229 151 163 172 153 163 171 145 178 198 24 51 71 12 61 93 24 51 72 15 63 93 24 53 74 166 176 185 25 52 74 20 64 92 169 180 188 174 184 191 30 63 87 29 62 87 30 62 87 32 64 88 31 63 88 36 68 93 185 190 196 188 193 197 39 71 96 186 191 197 192 197 201 48 75 95 201 204 205 54 81 102 14 132 198 11 130 199 24 152 209 209 213 215 15 131 199 23 138 199 32 157 209 40 162 209 199 235 253 34 143 198 217 220 222 72 99 120 220 223 226 93 206 221 105 194 212 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O');
+                            yourself);
+                yourself
+        ]
 !
 
 radioOnDisabled12x12Icon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self radioOnDisabled12x12Icon inspect
      ImageEditor openOnClass:self andSelector:#radioOnDisabled12x12Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class radioOnDisabled12x12Icon'
-	ifAbsentPut:[(Depth8Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class radioOnDisabled12x12Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 N#(:E1UAPQTWN#(:N!!@CP08=OP9C@1@:N#$_A3,0LCHGG3$:E4LXP"4RF0@KFDLWC@X;M TYGRLQH@XLPS4/IB$JIQ0>EC5APS4&O!!L7@P$>A@<8I31DDQ(.
-PB0QJ#0''QSDXG  5MS<MMCEEN#$_Q#L(E"D+G3$:N!!@9LP8"H X1NQ@:N#(:QQTB@ 1EN#(:') ; colorMapFromArray:#[142 159 172 142 222 255 170 194 209 186 206 217 189 210 223 206 221 230 222 238 242 233 249 252 141 158 171 136 209 248 185 255 255 178 209 228 190 208 220 205 220 229 221 238 242 235 249 250 246 248 250 142 159 171 163 177 188 148 215 248 181 208 223 191 209 220 203 219 228 219 229 235 231 248 252 244 251 254 136 162 179 154 168 179 142 212 249 191 242 246 183 211 228 205 224 231 204 233 247 227 241 246 238 252 252 138 162 177 151 165 175 152 228 255 174 204 223 189 208 219 198 217 228 216 250 252 222 239 247 238 251 252 134 161 179 146 163 176 137 208 249 173 203 223 177 207 227 200 219 228 201 230 246 215 236 246 237 251 252 139 154 165 144 161 174 147 225 255 174 197 211 185 205 217 208 209 209 200 229 246 223 239 243 237 250 251 139 153 163 142 158 171 134 207 249 172 196 210 178 209 229 199 219 227 201 230 245 218 228 235 235 250 252]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O') ; yourself); yourself]
+PB0QJ#0''QSDXG  5MS<MMCEEN#$_Q#L(E"D+G3$:N!!@9LP8"H X1NQ@:N#(:QQTB@ 1EN#(:');
+                colorMapFromArray:#[ 142 159 172 142 222 255 170 194 209 186 206 217 189 210 223 206 221 230 222 238 242 233 249 252 141 158 171 136 209 248 185 255 255 178 209 228 190 208 220 205 220 229 221 238 242 235 249 250 246 248 250 142 159 171 163 177 188 148 215 248 181 208 223 191 209 220 203 219 228 219 229 235 231 248 252 244 251 254 136 162 179 154 168 179 142 212 249 191 242 246 183 211 228 205 224 231 204 233 247 227 241 246 238 252 252 138 162 177 151 165 175 152 228 255 174 204 223 189 208 219 198 217 228 216 250 252 222 239 247 238 251 252 134 161 179 146 163 176 137 208 249 173 203 223 177 207 227 200 219 228 201 230 246 215 236 246 237 251 252 139 154 165 144 161 174 147 225 255 174 197 211 185 205 217 208 209 209 200 229 246 223 239 243 237 250 251 139 153 163 142 158 171 134 207 249 172 196 210 178 209 229 199 219 227 201 230 245 218 228 235 235 250 252 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O');
+                            yourself);
+                yourself
+        ]
 !
 
 radioOnEntered12x12Icon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self radioOnEntered12x12Icon inspect
      ImageEditor openOnClass:self andSelector:#radioOnEntered12x12Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'VistaToolbarIconLibrary class radioOnEntered12x12Icon'
-	ifAbsentPut:[(Depth8Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'VistaToolbarIconLibrary class radioOnEntered12x12Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:12;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@(XS@0HR!!@@@@@K1=!!*J/+:JF_[0@@G.I*9Q?_9J,"W,@(XZ* I:0))1>*XZ!! :RQ''X:=^)NX%:RC0J=8(9Z?.+&K_J?@0J=9";.7,;VK!!Z7A *VO&IV8
--)BZ):VB''8^) Y&M#Y.L,X^_@G.I+*BH"*"2"W,@@K1;!!:J4-JRG^;0@@@@@''8R>/(N_@@@@') ; colorMapFromArray:#[162 163 163 181 186 191 198 201 205 203 207 213 213 216 220 225 226 226 233 234 234 238 238 239 245 245 245 147 148 148 185 186 186 197 200 204 208 209 210 213 214 216 220 222 224 233 234 235 239 239 239 244 244 244 145 146 146 179 184 189 190 195 201 205 206 207 211 214 218 221 221 221 232 232 233 238 238 238 243 243 243 142 143 143 180 185 189 195 195 195 207 208 208 211 212 215 219 221 223 233 233 233 237 237 238 242 242 242 170 171 171 189 194 199 206 206 206 212 213 213 220 220 220 232 232 232 236 236 237 240 240 241 169 169 169 190 193 197 201 206 211 206 210 215 219 219 219 228 228 229 237 238 238 241 241 241 167 168 168 187 190 194 200 205 210 207 209 211 219 220 220 226 227 227 235 235 235 239 239 240 255 255 255 163 164 164 186 187 187 200 203 206 205 209 214 215 218 221 224 225 227 235 236 236 240 240 240 252 252 252 0 0 0 125 141 152 130 144 156 133 147 159 137 151 162 142 154 164 143 156 166 144 213 229 151 163 172 153 163 171 145 178 198 24 51 71 12 61 93 24 51 72 15 63 93 24 53 74 166 176 185 25 52 74 20 64 92 169 180 188 174 184 191 30 63 87 29 62 87 30 62 87 32 64 88 31 63 88 36 68 93 185 190 196 188 193 197 39 71 96 186 191 197 192 197 201 48 75 95 201 204 205 54 81 102 14 132 198 11 130 199 24 152 209 209 213 215 15 131 199 23 138 199 32 157 209 40 162 209 199 235 253 34 143 198 217 220 222 72 99 120 220 223 226 93 206 221 105 194 212 92 152 191 94 153 191 127 230 238 115 155 179 108 161 192 117 157 180 102 163 201 99 159 199 102 163 204 111 168 201 123 161 184 125 162 185 127 164 186 123 166 192 143 183 200 145 184 201 142 179 201 156 194 208 152 183 202 23 51 72 156 186 204 24 53 75 157 187 205 148 206 235 13 67 103 145 204 237 147 205 237 21 70 100 146 204 237 17 69 103 177 246 250 153 211 239 29 63 88 28 62 88 30 63 88 29 62 88 30 64 90 34 68 94 38 72 98 181 202 215 175 218 237 183 204 216 188 221 229 47 75 96 190 222 230 191 223 231 53 82 104 190 224 239 199 227 238 207 242 250 207 241 250 211 244 250 212 244 250 216 244 246 215 246 250 219 246 248 71 100 122 219 247 250 221 248 250 30 190 255 222 249 250 17 163 242 13 160 243 40 196 255 19 162 243 29 170 243 50 202 255 42 176 242 237 242 245 233 247 254 85 134 163 116 255 255 89 137 165 93 140 167]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O') ; yourself); yourself]
+-)BZ):VB''8^) Y&M#Y.L,X^_@G.I+*BH"*"2"W,@@K1;!!:J4-JRG^;0@@@@@''8R>/(N_@@@@');
+                colorMapFromArray:#[ 162 163 163 181 186 191 198 201 205 203 207 213 213 216 220 225 226 226 233 234 234 238 238 239 245 245 245 147 148 148 185 186 186 197 200 204 208 209 210 213 214 216 220 222 224 233 234 235 239 239 239 244 244 244 145 146 146 179 184 189 190 195 201 205 206 207 211 214 218 221 221 221 232 232 233 238 238 238 243 243 243 142 143 143 180 185 189 195 195 195 207 208 208 211 212 215 219 221 223 233 233 233 237 237 238 242 242 242 170 171 171 189 194 199 206 206 206 212 213 213 220 220 220 232 232 232 236 236 237 240 240 241 169 169 169 190 193 197 201 206 211 206 210 215 219 219 219 228 228 229 237 238 238 241 241 241 167 168 168 187 190 194 200 205 210 207 209 211 219 220 220 226 227 227 235 235 235 239 239 240 255 255 255 163 164 164 186 187 187 200 203 206 205 209 214 215 218 221 224 225 227 235 236 236 240 240 240 252 252 252 0 0 0 125 141 152 130 144 156 133 147 159 137 151 162 142 154 164 143 156 166 144 213 229 151 163 172 153 163 171 145 178 198 24 51 71 12 61 93 24 51 72 15 63 93 24 53 74 166 176 185 25 52 74 20 64 92 169 180 188 174 184 191 30 63 87 29 62 87 30 62 87 32 64 88 31 63 88 36 68 93 185 190 196 188 193 197 39 71 96 186 191 197 192 197 201 48 75 95 201 204 205 54 81 102 14 132 198 11 130 199 24 152 209 209 213 215 15 131 199 23 138 199 32 157 209 40 162 209 199 235 253 34 143 198 217 220 222 72 99 120 220 223 226 93 206 221 105 194 212 92 152 191 94 153 191 127 230 238 115 155 179 108 161 192 117 157 180 102 163 201 99 159 199 102 163 204 111 168 201 123 161 184 125 162 185 127 164 186 123 166 192 143 183 200 145 184 201 142 179 201 156 194 208 152 183 202 23 51 72 156 186 204 24 53 75 157 187 205 148 206 235 13 67 103 145 204 237 147 205 237 21 70 100 146 204 237 17 69 103 177 246 250 153 211 239 29 63 88 28 62 88 30 63 88 29 62 88 30 64 90 34 68 94 38 72 98 181 202 215 175 218 237 183 204 216 188 221 229 47 75 96 190 222 230 191 223 231 53 82 104 190 224 239 199 227 238 207 242 250 207 241 250 211 244 250 212 244 250 216 244 246 215 246 250 219 246 248 71 100 122 219 247 250 221 248 250 30 190 255 222 249 250 17 163 242 13 160 243 40 196 255 19 162 243 29 170 243 50 202 255 42 176 242 237 242 245 233 247 254 85 134 163 116 255 255 89 137 165 93 140 167 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:12;
+                            bits:(ByteArray fromPackedString:'G8=?;7?/????????????????_>=?;1>O');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !VistaToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.11 2013-04-03 13:07:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.14 2014-12-04 19:38:03 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.11 2013-04-03 13:07:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.14 2014-12-04 19:38:03 cg Exp $'
 ! !
 
--- a/Windows8ToolbarIconLibrary.st	Thu May 01 10:47:38 2014 +0100
+++ b/Windows8ToolbarIconLibrary.st	Wed Dec 10 23:42:26 2014 +0000
@@ -13,6 +13,12 @@
 "
     ToolbarIconLibrary := Windows8ToolbarIconLibrary
 
+    This is a style specific icon library for a windows8 look.
+
+    Never access this iconlibrary directly from an application -
+    always use ToolbarIconLibrary, which is an alias to one of the style specific
+    icon libs.
+
     Notice and Warning:
         only redefine existing icons here; never add ionly to here.
         For every icon-method here, there MUST be a corresponding (albeit
@@ -23,52 +29,76 @@
 !Windows8ToolbarIconLibrary class methodsFor:'image specs'!
 
 downArrowEnteredIcon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self downArrowEnteredIcon inspect
      ImageEditor openOnClass:self andSelector:#downArrowEnteredIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'Windows8ToolbarIconLibrary downArrowEnteredIcon'
-        ifAbsentPut:[(Depth1Image new) width: 15; height: 14; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@HH@1 C.@G0@N@@P@@@@@@@@@@@@@a') ; colorMapFromArray:#[240 240 240 0 0 0]; mask:((Depth1Image new) width: 15; height: 14; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@D@@P@A@@DHHP1!!C.DG0PNA@PD@@P@A@@D@@P@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'Windows8ToolbarIconLibrary downArrowEnteredIcon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:15;
+                height:14;
+                photometric:(#palette);
+                bitsPerSample:(#[ 1 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@HH@1 C.@G0@N@@P@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 240 240 240 0 0 0 ];
+                mask:((ImageMask new)
+                            width:15;
+                            height:14;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@D@@P@A@@DHHP1!!C.DG0PNA@PD@@P@A@@D@@P@a');
+                            yourself);
+                yourself
+        ]
 !
 
 downArrowPassiveIcon
+    <resource: #image>
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
-
     "Do not manually edit this!! If it is corrupted,
      the ImageEditor may not be able to read the specification."
-
     "
      self downArrowPassiveIcon inspect
      ImageEditor openOnClass:self andSelector:#downArrowPassiveIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'Windows8ToolbarIconLibrary downArrowPassiveIcon'
-        ifAbsentPut:[(Depth1Image new) width: 15; height: 14; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@HH@1 C.@G0@N@@P@@@@@@@@@@@@@a') ; colorMapFromArray:#[240 240 240 96 96 96]; mask:((Depth1Image new) width: 15; height: 14; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@D@@P@A@@DHHP1!!C.DG0PNA@PD@@P@A@@D@@P@a') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'Windows8ToolbarIconLibrary downArrowPassiveIcon'
+        ifAbsentPut:[
+            (Depth1Image new)
+                width:15;
+                height:14;
+                photometric:(#palette);
+                bitsPerSample:(#[ 1 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'@@@@@@@@@@@HH@1 C.@G0@N@@P@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 240 240 240 96 96 96 ];
+                mask:((ImageMask new)
+                            width:15;
+                            height:14;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@D@@P@A@@DHHP1!!C.DG0PNA@PD@@P@A@@D@@P@a');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !Windows8ToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Windows8ToolbarIconLibrary.st,v 1.2 2013-04-03 13:07:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Windows8ToolbarIconLibrary.st,v 1.4 2014-11-23 13:56:45 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Windows8ToolbarIconLibrary.st,v 1.2 2013-04-03 13:07:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Windows8ToolbarIconLibrary.st,v 1.4 2014-11-23 13:56:45 cg Exp $'
 ! !
 
--- a/Workspace.st	Thu May 01 10:47:38 2014 +0100
+++ b/Workspace.st	Wed Dec 10 23:42:26 2014 +0000
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -20,7 +20,7 @@
 	classVariableNames:'DefaultViewBackground DefaultErrorForegroundColor
 		DefaultErrorBackgroundColor DefaultWarningBackgroundColor
 		DefaultWarningForegroundColor WorkspaceVariables DoItHistory
-		Sniplets'
+		Sniplets Snippets'
 	poolDictionaries:''
 	category:'Interface-Smalltalk'
 !
@@ -33,7 +33,7 @@
 copyright
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -55,35 +55,35 @@
     (thus you can put a workspace into more complex widgets, and
      control what should happen on 'doIt').
 
-    A useful default action is automatically defined, which simply 
-    evaluates the selection as a smalltalk expression. 
+    A useful default action is automatically defined, which simply
+    evaluates the selection as a smalltalk expression.
     (but, a lisp or prolog workspace would define its own action,
      to call for another compiler/interpreter  ...)
 
     Special workspace- and doIt variables:
-        workspaces can be configured to automatically define undefined variables
-        as either workspace- or doIt variables. When encountering undefined variables,
-        the parser asks for an action, which is responded with #workspace or doIt if a
-        workspace is the requestor of a doIt. Both are implemented as value holders, and
-        the parser will generate code sending value/value: instead of normal assignment.
-        Workspace variables are kept in the Workspace class and will both persist between doIts
-        and also be visible across workspaces. They are perfect for scripting (and therefore anabled
-        by default when stx is started with one of the scripting options).
-        DoIt variables are only valid during a single doIt.
-        Be aware that when you ask from the outside via workspaceVariableAt:, you'll get a valueHolder.
-        This is by purbose, as it allows for easy monitoring and tracing of changes.
-            
+	workspaces can be configured to automatically define undefined variables
+	as either workspace- or doIt variables. When encountering undefined variables,
+	the parser asks for an action, which is responded with #workspace or doIt if a
+	workspace is the requestor of a doIt. Both are implemented as value holders, and
+	the parser will generate code sending value/value: instead of normal assignment.
+	Workspace variables are kept in the Workspace class and will both persist between doIts
+	and also be visible across workspaces. They are perfect for scripting (and therefore anabled
+	by default when stx is started with one of the scripting options).
+	DoIt variables are only valid during a single doIt.
+	Be aware that when you ask from the outside via workspaceVariableAt:, you'll get a valueHolder.
+	This is by purbose, as it allows for easy monitoring and tracing of changes.
+
     Caveat:
-        in this version, Workspace does not yet support doIt in MVC setups.
-        For now, simulate this by setting the doItAction, to notify the
-        model manually about the doIt.
+	in this version, Workspace does not yet support doIt in MVC setups.
+	For now, simulate this by setting the doItAction, to notify the
+	model manually about the doIt.
 
 
     [instance variables:]
 
       doItAction      <Block>         block to evaluate for doIt
 
-      errorFgColor    <Color>         fg-Color to be used when highlighting errors 
+      errorFgColor    <Color>         fg-Color to be used when highlighting errors
 
       errorBgColor    <Color>         bg-Color to be used when highlighting errors
 
@@ -93,39 +93,55 @@
     [styleSheet values:]
 
       codeErrorSelectionForegroundColor     fg color to highlight errors
-                                            (default: selection fg)
+					    (default: selection fg)
 
       codeErrorSelectionBackgroundColor     bg color to highlight errors
-                                            (default: selection bg)
+					    (default: selection bg)
 
     [start with:]
-        Workspace open
+	Workspace open
 
     [see also:]
-        Workspace EditTextView 
-        Parser ByteCodeCompiler
+	Workspace EditTextView
+	Parser ByteCodeCompiler
 
     [author:]
-        Claus Gittinger
+	Claus Gittinger
 "
 ! !
 
 !Workspace class methodsFor:'accessing'!
 
 sniplets
-    Sniplets isNil ifTrue:[
-        Sniplets := Dictionary new.
-        self initializeDefaultAbbreviations.
-    ].
-    ^ Sniplets
+    <resource: #obsolete>
+    self obsoleteMethodWarning.
+    ^ self snippets
 
     "
-     Sniplets := nil
+     Snippets := nil
     "
 !
 
 sniplets:something
-    Sniplets := something.
+    <resource: #obsolete>
+    self obsoleteMethodWarning.
+    self snippets:something
+!
+
+snippets
+    Snippets isNil ifTrue:[
+        Snippets := Dictionary new.
+        self initializeDefaultAbbreviations.
+    ].
+    ^ Snippets
+
+    "
+     Snippets := nil
+    "
+!
+
+snippets:aDictionary
+    Snippets := aDictionary.
 ! !
 
 !Workspace class methodsFor:'defaults'!
@@ -145,21 +161,21 @@
 !
 
 initializeDefaultAbbreviations
-    "default snippets/abbreviations. TODO: save/load sniplets"
-
-    "flush and reinitialize sniplets with:
-         Sniplets := Dictionary new.
+    "default snippets/abbreviations. TODO: save/load snippets"
+
+    "flush and reinitialize snippets with:
+         Snippets := Dictionary new.
     "
     "after a code change below, update with:
          self initializeDefaultAbbreviations.
     "
 
     #(
-        't'     'true'    
+        't'     'true'
         'f'     'false'
         's'     'self'
-        'su'    'super'                  
-        'ss'    'super '            
+        'su'    'super'
+        'ss'    'super '
         'n'     'nil'
         'y'     'yourself.'
 
@@ -193,7 +209,7 @@
         'kvd'   'keysAndValuesDo:[:eachKey :eachValue |!!]'
         'kv:'   'keysAndValuesDo:[:eachKey :eachValue |!!]'
         'k:'    'keysDo:[:eachKey | !!]'
-        'dt'    'detect:[:each | !!]'   
+        'dt'    'detect:[:each | !!]'
         'de'    'detect:[:each | !!]'
         'det'   'detect:[:each | !!]'
         'dtn'   'detect:[:each | !!] ifNone:[]'
@@ -234,10 +250,10 @@
         'st'    'Smalltalk'
         'ts'    'Transcript showCR:''!!''.'
         'trs'   'Transcript showCR:''!!''.'
-        'abb'   'Workspace sniplets inspect.'
-        'ws'    'Delay waitForSeconds: 1.' 
-        'wfs'   'Delay waitForSeconds: 1.' 
-        'wfm'   'Delay waitForMilliseconds: 1000.' 
+        'abb'   'Workspace snippets inspect.'
+        'ws'    'Delay waitForSeconds: 1.'
+        'wfs'   'Delay waitForSeconds: 1.'
+        'wfm'   'Delay waitForMilliseconds: 1000.'
         'ini'   'initialize\    super initialize.\    '
         'newi'  'new\    ^ super new initialize.'
         'upd'   'update:something with:aParameter from:changedObject\    !!\    ^ super update:something with:aParameter from:changedObject.'
@@ -277,7 +293,7 @@
         '0'     '(0.0 @ 0.0)'
         '1'     '(1.0 @ 1.0)'
         '['     '[:!! ]'
-        '('     '(!! )'                                    
+        '('     '(!! )'
 
         "/ typos...
         'eslf'  'self'
@@ -292,7 +308,7 @@
         'iftrue:'  'ifTrue:'
         'iffalse:' 'ifFalse:'
     ) pairWiseDo:[:abbrev :text |
-        Sniplets
+        Snippets
             at:abbrev put:text "/ ifPresent:[ self error:'duplicate abbreviation key' ]
     ].
 
@@ -303,14 +319,15 @@
     "extract values from the styleSheet and cache them in class variables"
 
     <resource: #style (#'codeErrorSelection.foregroundColor'
-                       #'codeErrorSelection.backgroundColor'
-                       #'codeView.backgroundColor' )>
+		       #'codeErrorSelection.backgroundColor'
+		       #'codeView.backgroundColor' )>
 
     DefaultErrorForegroundColor := StyleSheet colorAt:'codeErrorSelection.foregroundColor'.
     DefaultErrorBackgroundColor := StyleSheet colorAt:'codeErrorSelection.backgroundColor'.
     DefaultViewBackground := StyleSheet colorAt:'codeView.backgroundColor'.
 ! !
 
+
 !Workspace class methodsFor:'getting a new Workspace'!
 
 open
@@ -318,9 +335,9 @@
 
     |scr topView workspace f|
 
-    topView := StandardSystemView 
-                label:(self classResources string:(self defaultLabel)) 
-                " minExtent:(100 @ 100)".
+    topView := StandardSystemView
+		label:(self classResources string:(self defaultLabel))
+		" minExtent:(100 @ 100)".
 
     scr := HVScrollableView for:self in:topView.
     scr origin:(0.0 @ 0.0) corner:(1.0 @ 1.0).
@@ -349,27 +366,27 @@
     |server remoteCompiler workspace|
 
     RemoteObjectServer isNil ifTrue:[
-        self warn:'no remoteObjectServer available'.
-        ^ nil
+	self warn:'no remoteObjectServer available'.
+	^ nil
     ].
 
     server := RemoteObjectServer on:hostName.
     remoteCompiler := server get:#Compiler.
 
     workspace := self open.
-    workspace topView 
-        label:(self classResources string:'Remote Workspace {%1}' with:hostName).
+    workspace topView
+	label:(self classResources string:'Remote Workspace {%1}' with:hostName).
 
     workspace doItAction:
-                [:theCode |
-                    remoteCompiler 
-                        evaluate:theCode 
-                        in:nil 
-                        receiver:nil 
-                        notifying:workspace 
-                        logged:true 
-                        ifFail:nil 
-                ]
+		[:theCode |
+		    remoteCompiler
+			evaluate:theCode
+			in:nil
+			receiver:nil
+			notifying:workspace
+			logged:true
+			ifFail:nil
+		]
     "
      Workspace openForRemote:'andi'
     "
@@ -412,24 +429,24 @@
 
     string := aString asString string withoutSeparators.
     (string asCollectionOfWords size <= 1) ifTrue:[
-        Error handle:[:ex |
-            "/ unparsable
-            ^ self
-        ] do:[
-            ((Scanner new scanTokens:string) size <= 1) ifTrue:[
-                "it's a variable only"
-                ^ self
-            ]
-        ]
+	Error handle:[:ex |
+	    "/ unparsable
+	    ^ self
+	] do:[
+	    ((Scanner new scanTokens:string) size <= 1) ifTrue:[
+		"it's a variable only"
+		^ self
+	    ]
+	]
     ].
 
     DoItHistory isNil ifTrue:[
-        DoItHistory := OrderedCollection new.
+	DoItHistory := OrderedCollection new.
     ].
     DoItHistory remove:string ifAbsent:nil.
     DoItHistory addFirst:string.
     DoItHistory size > self doItHistorySize ifTrue:[
-        DoItHistory removeLast
+	DoItHistory removeLast
     ].
 ! !
 
@@ -474,8 +491,8 @@
     "delete a workspace variable"
 
     WorkspaceVariables notNil ifTrue:[
-        WorkspaceVariables removeKey:name ifAbsent:nil.
-        WorkspaceVariables := WorkspaceVariables asNilIfEmpty.
+	WorkspaceVariables removeKey:name ifAbsent:nil.
+	WorkspaceVariables := WorkspaceVariables asNilIfEmpty.
     ].
 !
 
@@ -486,7 +503,7 @@
 
     "
      Workspace workspaceVariableAt:'foo' put:1234.
-     Workspace workspaceVariableAt:'foo' 
+     Workspace workspaceVariableAt:'foo'
     "
 !
 
@@ -522,7 +539,7 @@
      That is a dictionary associating names to values."
 
     WorkspaceVariables isNil ifTrue:[
-        WorkspaceVariables := Dictionary new.
+	WorkspaceVariables := Dictionary new.
     ].
     ^ WorkspaceVariables
 
@@ -542,18 +559,18 @@
 
 autoDefineVariables
     "undefined variables handling:
-        are automatically defined as workspace variable if autoDefineVariables is #workspace.
-        are automatically defined as doit variable if autoDefineVariables is #doit.
-        are left undefined if autoDefineVariables is nil."
-
-    ^ autoDefineVariables 
+	are automatically defined as workspace variable if autoDefineVariables is #workspace.
+	are automatically defined as doit variable if autoDefineVariables is #doit.
+	are left undefined if autoDefineVariables is nil."
+
+    ^ autoDefineVariables
 !
 
 autoDefineVariables:nilOrSymbol
     "undefined variables handling:
-        are automatically defined as workspace variable if nilOrSymbol is #workspace.
-        are automatically defined as doit variable if nilOrSymbol is #doit.
-        are left undefined if nilOrSymbol is nil."
+	are automatically defined as workspace variable if nilOrSymbol is #workspace.
+	are automatically defined as doit variable if nilOrSymbol is #doit.
+	are left undefined if nilOrSymbol is nil."
 
     autoDefineVariables := nilOrSymbol.
 
@@ -568,7 +585,7 @@
     "/        '"/'
     "/        ('"' '"')
     "/    )
-    "/ where simple string elements define the EOL comment sequence, 
+    "/ where simple string elements define the EOL comment sequence,
     "/ and pairs define regular comment opening/closing seqeuences.
 
     commentStrings := anArrayOfCommentStrings
@@ -584,7 +601,7 @@
 
 doItAction:aOneArgBlock
     "define the action to be performed when 'doIt' is selected.
-     The block will be evaluated, passing the selection as a String argument. 
+     The block will be evaluated, passing the selection as a String argument.
      A default doItAction is set for you in the initialize method."
 
     doItAction := aOneArgBlock
@@ -601,13 +618,13 @@
 
 editedLanguage
     editedLanguage notNil ifTrue:[
-        ^ editedLanguage
+	^ editedLanguage
     ].
     editedMethod notNil ifTrue:[
-        ^ editedMethod programmingLanguage.
+	^ editedMethod programmingLanguage.
     ].
     editedClass notNil ifTrue:[
-        editedClass programmingLanguage.
+	editedClass programmingLanguage.
     ].
     ^ nil
 
@@ -616,6 +633,9 @@
 
 editedLanguage:aProgrammingLanguageOrNil
     editedLanguage := aProgrammingLanguageOrNil.
+    aProgrammingLanguageOrNil notNil ifTrue:[
+	commentStrings := aProgrammingLanguageOrNil commentStrings.
+    ].
 !
 
 editedMethod
@@ -749,77 +769,77 @@
     sameForAllHolder := false asValue.
 
     self highlightingErrorPosition:relPos to:relEndPos do:[
-        doNotShowAgainHolder := false asValue.
-        doNotShowAgainForThisMethodHolder := false asValue.
-
-        Dialog aboutToOpenBoxNotificationSignal handle:[:ex |
-            |box declareButton makeSpaceOnlyOnce|
-
-            box := ex box.
-            (box isKindOf:OptionBox) ifFalse:[ ex reject ].   "/ a bad hack for subDialogs... needs fix
-            makeSpaceOnlyOnce := [ box addVerticalSpace:10. makeSpaceOnlyOnce := nil ].
-
-            DoNotShowCompilerWarningAgainActionQuery isHandled ifTrue:[
-                makeSpaceOnlyOnce value.
-                box verticalPanel 
-                    add:(CheckBox 
-                            label: "addCheckBoxAtBottom:" 'Do not show this dialog again (reenable via Launcher''s settings dialog)' 
-                            model:doNotShowAgainHolder).
-            ].
-            DoNotShowCompilerWarningAgainForThisMethodActionQuery isHandled ifTrue:[
-                makeSpaceOnlyOnce value.
-                box verticalPanel
-                    add:(CheckBox
-                            label:(resources string:'Do not warn in this method (for %1 - reenable earlier via Launcher''s settings dialog)' with:ParserFlags perMethodDisableWarningTimeDuration)  
-                            model:doNotShowAgainForThisMethodHolder).
-            ].
-            SameForAllNotification isHandled ifTrue:[
-                box addVerticalSpace:10.
-                box addCheckBoxAtBottom:'Same action for all' on:sameForAllHolder
-            ].
-
-            declareButton := box buttons at:2.
-            declareButton pressAction:declareButton controller releaseAction.
-            declareButton controller beTriggerOnDown.
-        ] do:[
-            |buttonLabels actions|
-
-            buttonLabels := OrderedCollection new.
-            actions := OrderedCollection new.
-            buttonLabels add:'Cancel'. actions add:#abort.
-            possibleFixes do:[:each |
-                buttonLabels add:(each buttonLabel). actions add:each.
-            ].
-            buttonLabels add:'Continue'. actions add:#continue.
-
-            action := OptionBox 
-                          request:aString
-                          label:(resources string:'Correctable Error')
-                          image:(WarningBox iconBitmap)
-                          buttonLabels:(resources array:buttonLabels)
-                          values:actions
-                          default:#continue
-                          onCancel:#abort.
-        ].
+	doNotShowAgainHolder := false asValue.
+	doNotShowAgainForThisMethodHolder := false asValue.
+
+	Dialog aboutToOpenBoxNotificationSignal handle:[:ex |
+	    |box declareButton makeSpaceOnlyOnce|
+
+	    box := ex box.
+	    (box isKindOf:OptionBox) ifFalse:[ ex reject ].   "/ a bad hack for subDialogs... needs fix
+	    makeSpaceOnlyOnce := [ box addVerticalSpace:10. makeSpaceOnlyOnce := nil ].
+
+	    DoNotShowCompilerWarningAgainActionQuery isHandled ifTrue:[
+		makeSpaceOnlyOnce value.
+		box verticalPanel
+		    add:(CheckBox
+			    label: "addCheckBoxAtBottom:" 'Do not show this dialog again (reenable via Launcher''s settings dialog)'
+			    model:doNotShowAgainHolder).
+	    ].
+	    DoNotShowCompilerWarningAgainForThisMethodActionQuery isHandled ifTrue:[
+		makeSpaceOnlyOnce value.
+		box verticalPanel
+		    add:(CheckBox
+			    label:(resources string:'Do not warn in this method (for %1 - reenable earlier via Launcher''s settings dialog)' with:ParserFlags perMethodDisableWarningTimeDuration)
+			    model:doNotShowAgainForThisMethodHolder).
+	    ].
+	    SameForAllNotification isHandled ifTrue:[
+		box addVerticalSpace:10.
+		box addCheckBoxAtBottom:'Same action for all' on:sameForAllHolder
+	    ].
+
+	    declareButton := box buttons at:2.
+	    declareButton pressAction:declareButton controller releaseAction.
+	    declareButton controller beTriggerOnDown.
+	] do:[
+	    |buttonLabels actions|
+
+	    buttonLabels := OrderedCollection new.
+	    actions := OrderedCollection new.
+	    buttonLabels add:'Cancel'. actions add:#abort.
+	    possibleFixes do:[:each |
+		buttonLabels add:(each buttonLabel). actions add:each.
+	    ].
+	    buttonLabels add:'Continue'. actions add:#continue.
+
+	    action := OptionBox
+			  request:aString
+			  label:(resources string:'Correctable Error')
+			  image:(WarningBox iconBitmap)
+			  buttonLabels:(resources array:buttonLabels)
+			  values:actions
+			  default:#continue
+			  onCancel:#abort.
+	].
     ].
 
     sameForAllHolder value ifTrue:[
-        SameForAllNotification notify
+	SameForAllNotification notify
     ].
     doNotShowAgainHolder value == true ifTrue:[
-        DoNotShowCompilerWarningAgainActionQuery actionQuery value
+	DoNotShowCompilerWarningAgainActionQuery actionQuery value
     ].
     doNotShowAgainForThisMethodHolder value == true ifTrue:[
-        DoNotShowCompilerWarningAgainForThisMethodActionQuery actionQuery value
+	DoNotShowCompilerWarningAgainForThisMethodActionQuery actionQuery value
     ].
 
     action == #cancel ifTrue:[
-        ^ false
+	^ false
     ].
 
     action == #abort ifTrue:[
-        AbortOperationRequest raise.
-        ^ false
+	AbortOperationRequest raise.
+	^ false
     ].
     ^ action
 
@@ -835,35 +855,35 @@
     |action doNotShowAgainHolder|
 
     self highlightingWarningPosition:relPos to:relEndPos do:[
-        doNotShowAgainHolder := false asValue.
-        Dialog aboutToOpenBoxNotificationSignal handle:[:ex |
-            MessageNotUnderstood catch:[
-                (aCompiler notNil and:[DoNotShowCompilerWarningAgainActionQuery isHandled]) ifTrue:[
-                    ex box addCheckBoxAtBottom:'Do not show this dialog again (reenable via Launchers Settings Dialog)' on:doNotShowAgainHolder.
-                ].
-            ].
-        ] do:[
-            action := OptionBox 
-                      request:aString
-                      label:(resources string:'Warning')
-                      image:(WarningBox iconBitmap)
-                      buttonLabels:(resources array:#('Cancel' 'Correct...' 'Generate' 'Continue'))
-                      values:#(#abort #correct #generate #continue)
-                      default:#continue
-                      onCancel:#abort.
-        ].
-        doNotShowAgainHolder value == true ifTrue:[
-            DoNotShowCompilerWarningAgainActionQuery actionQuery value
-        ].
+	doNotShowAgainHolder := false asValue.
+	Dialog aboutToOpenBoxNotificationSignal handle:[:ex |
+	    MessageNotUnderstood catch:[
+		(aCompiler notNil and:[DoNotShowCompilerWarningAgainActionQuery isHandled]) ifTrue:[
+		    ex box addCheckBoxAtBottom:'Do not show this dialog again (reenable via Launchers Settings Dialog)' on:doNotShowAgainHolder.
+		].
+	    ].
+	] do:[
+	    action := OptionBox
+		      request:aString
+		      label:(resources string:'Warning')
+		      image:(WarningBox iconBitmap)
+		      buttonLabels:(resources array:#('Cancel' 'Correct...' 'Generate' 'Continue'))
+		      values:#(#abort #correct #generate #continue)
+		      default:#continue
+		      onCancel:#abort.
+	].
+	doNotShowAgainHolder value == true ifTrue:[
+	    DoNotShowCompilerWarningAgainActionQuery actionQuery value
+	].
     ].
 
     action == #generate ifTrue:[
-        ^ action
+	^ action
     ].
 
     (action isNil or:[action == #abort]) ifTrue:[
-        AbortOperationRequest raise.
-        ^ false
+	AbortOperationRequest raise.
+	^ false
     ].
     ^ action == #correct
 
@@ -889,7 +909,7 @@
 !
 
 error:aString position:relPos to:relEndPos from:aCompiler
-    "compiler notifies us of an error; hilight the error (relPos to relEndPos) 
+    "compiler notifies us of an error; hilight the error (relPos to relEndPos)
      and show a Box asking for continue/abort.
      Return true for correction, false of not (or not possible)"
 
@@ -908,59 +928,59 @@
     bg := asWarning ifTrue:[ self warningBackgroundColor ] ifFalse:[ self errorBackgroundColor ].
 
     self
-        highlightingErrorPosition:relPos to:relEndPos
-        withForeground:fg andBackground:bg
-        do:[
-            |box lbl doNotShowAgainHolder doNotShowAgainForThisMethodHolder l1 y1 y2 l2|
+	highlightingErrorPosition:relPos to:relEndPos
+	withForeground:fg andBackground:bg
+	do:[
+	    |box lbl doNotShowAgainHolder doNotShowAgainForThisMethodHolder l1 y1 y2 l2|
 
 "/            Warning isHandled ifTrue:[
 "/                Warning raiseErrorString:aString.
 "/                ^ false
 "/            ].
 
-            lbl := aCompiler isNil ifTrue:['Compiler'] ifFalse:[aCompiler class name].
-            asWarning ifTrue:[
-                lbl := lbl , ' Warning'
-            ] ifFalse:[
-                lbl := lbl , ' Error'.
-            ].
-
-            "
-             ask if we should abort or continue
-            "
-            Dialog aboutToOpenBoxNotificationSignal handle:[:ex |
-                |box makeSpace|
-
-                doNotShowAgainHolder := false asValue.
-                doNotShowAgainForThisMethodHolder := false asValue.
-
-                box := ex box.
-                box label:lbl.
-                box perform:#image: with:(WarningBox iconBitmap) ifNotUnderstood:[].
-
-                aCompiler notNil ifTrue:[
-                    makeSpace := [ box addVerticalSpace:10. makeSpace := nil ].
-                    DoNotShowCompilerWarningAgainActionQuery isHandled ifTrue:[
-                        makeSpace value.
-                        box verticalPanel
-                            add:(CheckBox label:'Do not show this dialog again (reenable via Launcher''s settings dialog)' 
-                                          model:doNotShowAgainHolder).
-                    ].
-                    DoNotShowCompilerWarningAgainForThisMethodActionQuery isHandled ifTrue:[
-                        makeSpace value.
-                        box verticalPanel
-                            add:(CheckBox label:(resources string:'Do not warn in this method (for %1 - reenable earlier via Launcher''s settings dialog)' with:ParserFlags perMethodDisableWarningTimeDuration) 
-                                          model:doNotShowAgainForThisMethodHolder).
-                    ].
-                ].
-            ] do:[
-                answer := OptionBox
-                        request:aString 
-                        buttonLabels:(resources array:#('Abort'  "'Keep Selected'" 'Continue')) 
-                        values:#(false "#keepSelected" true)
-                        default:(asWarning ifTrue:true ifFalse:false).
-                answer := answer ? false.   "/ if escaped
-            ].
+	    lbl := aCompiler isNil ifTrue:['Compiler'] ifFalse:[aCompiler class name].
+	    asWarning ifTrue:[
+		lbl := lbl , ' Warning'
+	    ] ifFalse:[
+		lbl := lbl , ' Error'.
+	    ].
+
+	    "
+	     ask if we should abort or continue
+	    "
+	    Dialog aboutToOpenBoxNotificationSignal handle:[:ex |
+		|box makeSpace|
+
+		doNotShowAgainHolder := false asValue.
+		doNotShowAgainForThisMethodHolder := false asValue.
+
+		box := ex box.
+		box label:lbl.
+		box perform:#image: with:(WarningBox iconBitmap) ifNotUnderstood:[].
+
+		aCompiler notNil ifTrue:[
+		    makeSpace := [ box addVerticalSpace:10. makeSpace := nil ].
+		    DoNotShowCompilerWarningAgainActionQuery isHandled ifTrue:[
+			makeSpace value.
+			box verticalPanel
+			    add:(CheckBox label:'Do not show this dialog again (reenable via Launcher''s settings dialog)'
+					  model:doNotShowAgainHolder).
+		    ].
+		    DoNotShowCompilerWarningAgainForThisMethodActionQuery isHandled ifTrue:[
+			makeSpace value.
+			box verticalPanel
+			    add:(CheckBox label:(resources string:'Do not warn in this method (for %1 - reenable earlier via Launcher''s settings dialog)' with:ParserFlags perMethodDisableWarningTimeDuration)
+					  model:doNotShowAgainForThisMethodHolder).
+		    ].
+		].
+	    ] do:[
+		answer := OptionBox
+			request:aString
+			buttonLabels:(resources array:#('Abort'  "'Keep Selected'" 'Continue'))
+			values:#(false "#keepSelected" true)
+			default:(asWarning ifTrue:true ifFalse:false).
+		answer := answer ? false.   "/ if escaped
+	    ].
 "/            box := YesNoBox
 "/                    title:aString
 "/                    yesText:(resources string:'Continue')
@@ -977,30 +997,30 @@
 "/            "/ answer := box confirm.
 "/            answer := box confirm.
 
-            doNotShowAgainHolder value == true ifTrue:[
-                DoNotShowCompilerWarningAgainActionQuery actionQuery value
-            ].
-            doNotShowAgainForThisMethodHolder value == true ifTrue:[
-                DoNotShowCompilerWarningAgainForThisMethodActionQuery actionQuery value
-            ].
+	    doNotShowAgainHolder value == true ifTrue:[
+		DoNotShowCompilerWarningAgainActionQuery actionQuery value
+	    ].
+	    doNotShowAgainForThisMethodHolder value == true ifTrue:[
+		DoNotShowCompilerWarningAgainForThisMethodActionQuery actionQuery value
+	    ].
 
 "/            box destroy.
-        ].
+	].
 
     answer == #keepSelected ifTrue:[
-        self hideCursor.
-        "redraw selection in normal color"
-        self invalidate.
-        AbortOperationRequest raise.
+	self hideCursor.
+	"redraw selection in normal color"
+	self invalidate.
+	AbortOperationRequest raise.
     ].
 
     "
      do the abort if we have to
     "
     answer ifFalse:[
-        "redraw selection in normal color"
-        self invalidate.
-        AbortOperationRequest raise.
+	"redraw selection in normal color"
+	self invalidate.
+	AbortOperationRequest raise.
     ].
     ^ false
 
@@ -1020,10 +1040,10 @@
 highlightingErrorPosition:relPos to:relEndPos do:aBlock
     "evaluate aBlock while some selection is shown highlighted with error colors."
 
-    self 
-        highlightingErrorPosition:relPos to:relEndPos 
-        withForeground:(self errorForegroundColor) andBackground:(self errorBackgroundColor) 
-        do:aBlock
+    self
+	highlightingErrorPosition:relPos to:relEndPos
+	withForeground:(self errorForegroundColor) andBackground:(self errorBackgroundColor)
+	do:aBlock
 !
 
 highlightingErrorPosition:relPos to:relEndPos withForeground:hilightFg andBackground:hilightBg do:aBlock
@@ -1048,10 +1068,10 @@
     codeStartPosition isNil ifTrue:[codeStartPosition := 1].
     absPosition := codeStartPosition + (relPos ? 1) - 1.
     relEndPos isNil ifTrue:[
-        self selectFromCharacterPosition:absPosition.
-        "/ self selectLineWhereCharacterPosition:absPosition.
+	self selectFromCharacterPosition:absPosition.
+	"/ self selectLineWhereCharacterPosition:absPosition.
     ] ifFalse:[
-        self selectFromCharacterPosition:absPosition to:(codeStartPosition + (relEndPos ? 1) - 1)
+	self selectFromCharacterPosition:absPosition to:(codeStartPosition + (relEndPos ? 1) - 1)
     ].
     expandingTop := true.       "/ hack to make the top of the selection visible
     self makeSelectionVisible.
@@ -1059,12 +1079,12 @@
     self flush.
 
     aBlock ensure:[
-        "
-         undo selection color change and show cursor again
-        "
-        selectionFgColor := oldFg.
-        selectionBgColor := oldBg.
-        self showCursor.
+	"
+	 undo selection color change and show cursor again
+	"
+	selectionFgColor := oldFg.
+	selectionBgColor := oldBg.
+	self showCursor.
     ].
 
     "Modified: / 30-06-2011 / 17:24:04 / cg"
@@ -1073,10 +1093,10 @@
 highlightingWarningPosition:relPos to:relEndPos do:aBlock
     "evaluate aBlock while some selection is shown highlighted with warning colors."
 
-    self 
-        highlightingErrorPosition:relPos to:relEndPos 
-        withForeground:(self warningForegroundColor) andBackground:(self warningBackgroundColor) 
-        do:aBlock
+    self
+	highlightingErrorPosition:relPos to:relEndPos
+	withForeground:(self warningForegroundColor) andBackground:(self warningBackgroundColor)
+	do:aBlock
 !
 
 unusedVariableWarning:aString position:relPos to:relEndPos from:aCompiler
@@ -1088,61 +1108,61 @@
     |action doNotShowAgainHolder doNotShowAgainForThisMethodHolder|
 
     self highlightingWarningPosition:relPos to:relEndPos do:[
-        doNotShowAgainHolder := false asValue.
-        doNotShowAgainForThisMethodHolder := false asValue.
-        Dialog aboutToOpenBoxNotificationSignal handle:[:ex |
-            |box makeSpace|
-
-            box := ex box.
-            aCompiler notNil ifTrue:[
-                makeSpace := [ box addVerticalSpace:10. makeSpace := nil ].
-                DoNotShowCompilerWarningAgainActionQuery isHandled ifTrue:[
-                    makeSpace value.
-                    box verticalPanel 
-                        add:(CheckBox 
-                                label: "addCheckBoxAtBottom:" 'Do not show this dialog again (reenable via Launcher''s settings dialog)' 
-                                model:doNotShowAgainHolder).
-                ].
-                DoNotShowCompilerWarningAgainForThisMethodActionQuery isHandled ifTrue:[
-                    makeSpace value.
-                    box verticalPanel
-                        add:(CheckBox
-                                label:(resources string:'Do not warn in this method (for %1 - reenable earlier via Launcher''s settings dialog)' with:ParserFlags perMethodDisableWarningTimeDuration)  
-                                model:doNotShowAgainForThisMethodHolder).
-                ].
-            ].
-        ] do:[
-            action := OptionBox 
-                      request:aString
-                      label:(resources string:'Warning')
-                      image:(WarningBox iconBitmap)
-                      buttonLabels:(resources array:#('Cancel' 'Remove Variable(s)' 'Continue'))
-                      values:#(#abort #correct #continue)
-                      default:#continue.
-            action isNil ifTrue:[ action := #abort].
-        ].
-        doNotShowAgainHolder value == true ifTrue:[
-            DoNotShowCompilerWarningAgainActionQuery actionQuery value
-        ].
-        doNotShowAgainForThisMethodHolder value == true ifTrue:[
-            DoNotShowCompilerWarningAgainForThisMethodActionQuery actionQuery value
-        ].
+	doNotShowAgainHolder := false asValue.
+	doNotShowAgainForThisMethodHolder := false asValue.
+	Dialog aboutToOpenBoxNotificationSignal handle:[:ex |
+	    |box makeSpace|
+
+	    box := ex box.
+	    aCompiler notNil ifTrue:[
+		makeSpace := [ box addVerticalSpace:10. makeSpace := nil ].
+		DoNotShowCompilerWarningAgainActionQuery isHandled ifTrue:[
+		    makeSpace value.
+		    box verticalPanel
+			add:(CheckBox
+				label: "addCheckBoxAtBottom:" 'Do not show this dialog again (reenable via Launcher''s settings dialog)'
+				model:doNotShowAgainHolder).
+		].
+		DoNotShowCompilerWarningAgainForThisMethodActionQuery isHandled ifTrue:[
+		    makeSpace value.
+		    box verticalPanel
+			add:(CheckBox
+				label:(resources string:'Do not warn in this method (for %1 - reenable earlier via Launcher''s settings dialog)' with:ParserFlags perMethodDisableWarningTimeDuration)
+				model:doNotShowAgainForThisMethodHolder).
+		].
+	    ].
+	] do:[
+	    action := OptionBox
+		      request:aString
+		      label:(resources string:'Warning')
+		      image:(WarningBox iconBitmap)
+		      buttonLabels:(resources array:#('Cancel' 'Remove Variable(s)' 'Continue'))
+		      values:#(#abort #correct #continue)
+		      default:#continue.
+	    action isNil ifTrue:[ action := #abort].
+	].
+	doNotShowAgainHolder value == true ifTrue:[
+	    DoNotShowCompilerWarningAgainActionQuery actionQuery value
+	].
+	doNotShowAgainForThisMethodHolder value == true ifTrue:[
+	    DoNotShowCompilerWarningAgainForThisMethodActionQuery actionQuery value
+	].
     ].
 
     action == #abort ifTrue:[
-        "/ self halt.
-        AbortOperationRequest raise.
-        ^ false
+	"/ self halt.
+	AbortOperationRequest raise.
+	^ false
     ].
     ^ action == #correct
 
     "Modified: / 08-03-2012 / 10:23:58 / cg"
 !
 
-warning:aString position:relPos to:relEndPos from:aCompiler 
+warning:aString position:relPos to:relEndPos from:aCompiler
     "compiler notifies us of a warning - same behavior as error"
 
-    self error:aString position:relPos to:relEndPos from:aCompiler asWarning:true 
+    self error:aString position:relPos to:relEndPos from:aCompiler asWarning:true
 ! !
 
 !Workspace methodsFor:'drag & drop'!
@@ -1156,7 +1176,7 @@
     allowValueDrop ifTrue:[^ true].
     ^ super canDrop:aDropContext
 
-"/    ^ aDropContext dropObjects 
+"/    ^ aDropContext dropObjects
 "/        contains:[:someObject| (someObject isTextObject or:[ someObject isFileObject ])].
 
     "Created: / 16-08-2005 / 22:01:13 / janfrog"
@@ -1177,59 +1197,59 @@
 
     |textObjects nonTextObjects answer text|
 
-    textObjects := aDropContext dropObjects 
-                            select:[:dropObject | dropObject isTextObject 
-                                                  or:[ dropObject isFileObject ]].
-    nonTextObjects := aDropContext dropObjects 
-                            reject:[:dropObject | dropObject isTextObject 
-                                                  or:[ dropObject isFileObject ]].
+    textObjects := aDropContext dropObjects
+			    select:[:dropObject | dropObject isTextObject
+						  or:[ dropObject isFileObject ]].
+    nonTextObjects := aDropContext dropObjects
+			    reject:[:dropObject | dropObject isTextObject
+						  or:[ dropObject isFileObject ]].
 
     self dropObjects:textObjects.
 
     nonTextObjects notEmpty ifTrue:[
-        answer := Dialog
-                confirmWithCancel:(resources 
-                                        string:'Drop as textual representation or as object reference ?')
-                labels:(resources array:#('Cancel' 'Reference' 'Name' 'Text'))
-                values:#(nil #ref #name #text)
-                default:4.
-        answer isNil ifTrue:[^ self].
-        (answer == #text or:[answer == #name]) ifTrue:[
-            text := String streamContents:[:s |
-                        nonTextObjects do:[:dropObject |
-                            |obj|
-
-                            obj := dropObject theObject.
-                            obj isMethod ifTrue:[
-                                s nextPutAll:(answer == #name ifTrue:[obj selector] ifFalse:[obj source]).
-                            ] ifFalse:[
-                                obj isClass ifTrue:[
-                                    s nextPutAll:(answer == #name ifTrue:[obj name] ifFalse:[obj source asString])
-                                ] ifFalse:[
-                                    s nextPutAll:(answer == #name ifTrue:[obj className] ifFalse:[obj printString]) .
-                                ].
-                            ].
-                        ].
-                    ].
-            self paste:text.
-        ] ifFalse:[
-            nonTextObjects do:[:dropObject |
-                name := Dialog 
-                        request:(resources 
-                                    string:'Name of the new Workspace Variable (refers to the dropped %1):'
-                                    with:dropObject theObject class name allBold
-                                 )
-                        initialAnswer:'droppedObject'
-                        okLabel:'Add'
-                        title:'Enter Variable Name'.
-
-                name notEmptyOrNil ifTrue:[
-                    Workspace addWorkspaceVariable:name.
-                    Workspace workspaceVariableAt:name put:dropObject theObject.
-                    self paste:name.
-                ].
-            ].
-        ]
+	answer := Dialog
+		confirmWithCancel:(resources
+					string:'Drop as textual representation or as object reference ?')
+		labels:(resources array:#('Cancel' 'Reference' 'Name' 'Text'))
+		values:#(nil #ref #name #text)
+		default:4.
+	answer isNil ifTrue:[^ self].
+	(answer == #text or:[answer == #name]) ifTrue:[
+	    text := String streamContents:[:s |
+			nonTextObjects do:[:dropObject |
+			    |obj|
+
+			    obj := dropObject theObject.
+			    obj isMethod ifTrue:[
+				s nextPutAll:(answer == #name ifTrue:[obj selector] ifFalse:[obj source]).
+			    ] ifFalse:[
+				obj isClass ifTrue:[
+				    s nextPutAll:(answer == #name ifTrue:[obj name] ifFalse:[obj source asString])
+				] ifFalse:[
+				    s nextPutAll:(answer == #name ifTrue:[obj className] ifFalse:[obj printString]) .
+				].
+			    ].
+			].
+		    ].
+	    self paste:text.
+	] ifFalse:[
+	    nonTextObjects do:[:dropObject |
+		name := Dialog
+			request:(resources
+				    string:'Name of the new Workspace Variable (refers to the dropped %1):'
+				    with:dropObject theObject class name allBold
+				 )
+			initialAnswer:'droppedObject'
+			okLabel:'Add'
+			title:'Enter Variable Name'.
+
+		name notEmptyOrNil ifTrue:[
+		    Workspace addWorkspaceVariable:name.
+		    Workspace workspaceVariableAt:name put:dropObject theObject.
+		    self paste:name.
+		].
+	    ].
+	]
     ].
 
     "Created: / 13-10-2006 / 17:34:07 / cg"
@@ -1240,32 +1260,32 @@
 commentFrom:line1 to:line2
     "convenient function to comment out a block.
      All lines from line1 to line2 get an end-of-line comment
-     in the first col 
+     in the first col
      (if no eol comment is available, a bracketing comment is used)."
 
     |eolComment opening closing|
 
     eolComment := commentStrings at:1.
     eolComment isNil ifTrue:[
-        opening := (commentStrings at:2) at:1.
-        closing := (commentStrings at:2) at:2.
-        (opening isNil or:[closing isNil]) ifTrue:[^ self].
+	opening := (commentStrings at:2) at:1.
+	closing := (commentStrings at:2) at:2.
+	(opening isNil or:[closing isNil]) ifTrue:[^ self].
     ].
 
     line1 to:line2 do:[:lineNr |
-        |l|
-
-        l := self listAt:lineNr.
-        l isNil ifTrue:[l := ''].
-        eolComment notNil ifTrue:[
-            l := eolComment , l
-        ] ifFalse:[
-            l := opening , l , closing
-        ].
-        self replaceLine:lineNr with:l.
-        widthOfWidestLine notNil ifTrue:[
-            widthOfWidestLine := widthOfWidestLine max:(self widthOfLineString:l).
-        ].
+	|l|
+
+	l := self listAt:lineNr.
+	l isNil ifTrue:[l := ''].
+	eolComment notNil ifTrue:[
+	    l := eolComment , l
+	] ifFalse:[
+	    l := opening , l , closing
+	].
+	self replaceLine:lineNr with:l.
+	widthOfWidestLine notNil ifTrue:[
+	    widthOfWidestLine := widthOfWidestLine max:(self widthOfLineString:l).
+	].
     ].
     self textChanged.
 
@@ -1283,39 +1303,39 @@
     (self checkModificationsAllowed) ifFalse:[ ^ self].
     commentStrings isNil ifTrue:[ self beep. ^ self].
 
-    selectionStartLine isNil ifTrue:[ 
-        self 
-            undoableDo:[ self commentFrom:cursorLine to:cursorLine ]
-            info:'Comment'.
-        ^ self
+    selectionStartLine isNil ifTrue:[
+	self
+	    undoableDo:[ self commentFrom:cursorLine to:cursorLine ]
+	    info:'Comment'.
+	^ self
     ].
 
-    self 
-        undoableDo:
-            [
-                (selectionStartCol == 1 and:[selectionEndCol == 0]) ifTrue:[
-                    self commentFrom:selectionStartLine to:selectionEndLine-1
-                ] ifFalse:[
-                    commentPair := commentStrings at:2 ifAbsent:nil.
-                    commentPair isNil ifTrue:[
-                        self beep.
-                    ] ifFalse:[
-                        opening := commentPair at:1.
-                        closing := commentPair at:2.
-                        (opening isNil or:[closing isNil]) ifTrue:[^ self].
-
-                        e := selectionEndCol.
-
-                        self insertString:closing atLine:selectionEndLine col:e+1.
-                        self insertString:opening atLine:selectionStartLine col:selectionStartCol.
-
-                        selectionStartLine == selectionEndLine ifTrue:[e := e + opening size].
-                        self selectFromLine:selectionStartLine col:selectionStartCol
-                                     toLine:selectionEndLine col:e+closing size.
-                    ]
-                ]
-            ]
-        info:'comment'
+    self
+	undoableDo:
+	    [
+		(selectionStartCol == 1 and:[selectionEndCol == 0]) ifTrue:[
+		    self commentFrom:selectionStartLine to:selectionEndLine-1
+		] ifFalse:[
+		    commentPair := commentStrings at:2 ifAbsent:nil.
+		    commentPair isNil ifTrue:[
+			self beep.
+		    ] ifFalse:[
+			opening := commentPair at:1.
+			closing := commentPair at:2.
+			(opening isNil or:[closing isNil]) ifTrue:[^ self].
+
+			e := selectionEndCol.
+
+			self insertString:closing atLine:selectionEndLine col:e+1.
+			self insertString:opening atLine:selectionStartLine col:selectionStartCol.
+
+			selectionStartLine == selectionEndLine ifTrue:[e := e + opening size].
+			self selectFromLine:selectionStartLine col:selectionStartCol
+				     toLine:selectionEndLine col:e+closing size.
+		    ]
+		]
+	    ]
+	info:'comment'
 
     "Created: / 9.11.1997 / 01:05:40 / cg"
     "Modified: / 5.4.1998 / 16:52:23 / cg"
@@ -1331,31 +1351,31 @@
 
     eolComment := commentStrings at:1.
     eolComment isNil ifTrue:[
-        opening := (commentStrings at:2) at:1.
-        closing := (commentStrings at:2) at:2.
-        (opening isNil or:[closing isNil]) ifTrue:[^ self].
+	opening := (commentStrings at:2) at:1.
+	closing := (commentStrings at:2) at:2.
+	(opening isNil or:[closing isNil]) ifTrue:[^ self].
     ] ifFalse:[
-        rest := eolComment size + 1.
+	rest := eolComment size + 1.
     ].
 
     line1 to:line2 do:[:lineNr |
-        |l|
-
-        l := self listAt:lineNr.
-        l notNil ifTrue:[
-            eolComment notNil ifTrue:[
-                (l startsWith:eolComment) ifTrue:[
-                    l := l copyFrom:rest
-                ]
-            ] ifFalse:[
-                ((l startsWith:opening)
-                and:[l endsWith:closing]) ifTrue:[
-                    l := l copyFrom:opening size + 1.
-                    l := l copyButLast:closing size.
-                ]
-            ].
-            self replaceLine:lineNr with:l.
-        ]
+	|l|
+
+	l := self listAt:lineNr.
+	l notNil ifTrue:[
+	    eolComment notNil ifTrue:[
+		(l startsWith:eolComment) ifTrue:[
+		    l := l copyFrom:rest
+		]
+	    ] ifFalse:[
+		((l startsWith:opening)
+		and:[l endsWith:closing]) ifTrue:[
+		    l := l copyFrom:opening size + 1.
+		    l := l copyButLast:closing size.
+		]
+	    ].
+	    self replaceLine:lineNr with:l.
+	]
     ].
     widthOfWidestLine := nil.
     self textChanged.
@@ -1372,50 +1392,50 @@
     |e commentPair opening closing sz1 sz2 l1 l2 c1 c2|
 
     (self checkModificationsAllowed) ifFalse:[ ^ self].
-    selectionStartLine isNil ifTrue:[ 
-        self 
-            undoableDo:[
-                self uncommentFrom:cursorLine to:cursorLine
-            ]
-            info:'Uncomment'.
-        ^ self
+    selectionStartLine isNil ifTrue:[
+	self
+	    undoableDo:[
+		self uncommentFrom:cursorLine to:cursorLine
+	    ]
+	    info:'Uncomment'.
+	^ self
     ].
 
-    self 
-        undoableDo:
-            [
-                (selectionStartCol == 1 and:[selectionEndCol == 0]) ifTrue:[
-                    self uncommentFrom:selectionStartLine to:selectionEndLine-1
-                ] ifFalse:[
-                    commentPair := commentStrings at:2.
-                    opening := commentPair at:1.
-                    closing := commentPair at:2.
-                    (opening isNil or:[closing isNil]) ifTrue:[^ self].
-
-                    sz1 := opening size.
-                    sz2 := closing size.
-
-                    ((self 
-                        stringAtLine:selectionStartLine 
-                        from:selectionStartCol
-                        to:selectionStartCol+sz1 - 1) = opening
-                    and:[(self 
-                        stringAtLine:selectionEndLine 
-                        from:selectionEndCol - sz2 + 1
-                        to:selectionEndCol) = closing ]) ifTrue:[
-
-                        l2 := selectionEndLine.   c2 := selectionEndCol.
-                        l1 := selectionStartLine. c1 := selectionStartCol.
-                        self deleteCharsAtLine:l2 fromCol:c2-sz2+1 toCol:c2.
-                        self deleteCharsAtLine:l1 fromCol:c1 toCol:c1+sz1-1.
-
-                        e := c2 - sz2.
-                        l1 == l2 ifTrue:[e := e - sz1].
-                        self selectFromLine:l1 col:c1 toLine:l2 col:e.
-                    ]
-                ]
-            ]
-        info:'uncomment'
+    self
+	undoableDo:
+	    [
+		(selectionStartCol == 1 and:[selectionEndCol == 0]) ifTrue:[
+		    self uncommentFrom:selectionStartLine to:selectionEndLine-1
+		] ifFalse:[
+		    commentPair := commentStrings at:2.
+		    opening := commentPair at:1.
+		    closing := commentPair at:2.
+		    (opening isNil or:[closing isNil]) ifTrue:[^ self].
+
+		    sz1 := opening size.
+		    sz2 := closing size.
+
+		    ((self
+			stringAtLine:selectionStartLine
+			from:selectionStartCol
+			to:selectionStartCol+sz1 - 1) = opening
+		    and:[(self
+			stringAtLine:selectionEndLine
+			from:selectionEndCol - sz2 + 1
+			to:selectionEndCol) = closing ]) ifTrue:[
+
+			l2 := selectionEndLine.   c2 := selectionEndCol.
+			l1 := selectionStartLine. c1 := selectionStartCol.
+			self deleteCharsAtLine:l2 fromCol:c2-sz2+1 toCol:c2.
+			self deleteCharsAtLine:l1 fromCol:c1 toCol:c1+sz1-1.
+
+			e := c2 - sz2.
+			l1 == l2 ifTrue:[e := e - sz1].
+			self selectFromLine:l1 col:c1 toLine:l2 col:e.
+		    ]
+		]
+	    ]
+	info:'uncomment'
 
     "Modified: / 7.1.1997 / 20:13:32 / cg"
     "Created: / 9.11.1997 / 01:05:46 / cg"
@@ -1424,9 +1444,9 @@
 !Workspace methodsFor:'event handling'!
 
 keyPress:key x:x y:y
-    <resource: #keyboard (#DoIt #InspectIt #PrintIt #ReplaceIt 
-                          #BrowseIt #ImplementorsOfIt #ExpandAbbreviation
-                          #CommentSelection #UncommentSelection)>
+    <resource: #keyboard (#DoIt #InspectIt #PrintIt #ReplaceIt
+			  #BrowseIt #ImplementorsOfIt #ExpandAbbreviation
+			  #CommentSelection #UncommentSelection)>
 
     (key == #DoIt)      ifTrue:[self doIt. ^ self].
     (key == #InspectIt) ifTrue:[self inspectIt. ^ self].
@@ -1446,8 +1466,8 @@
 !Workspace methodsFor:'executing'!
 
 do:code withValueDo:aBlock
-    "helper for doIt, printIt and inspectIt. 
-     Evaluate the selection and, if all went well, evaluate the argument, 
+    "helper for doIt, printIt and inspectIt.
+     Evaluate the selection and, if all went well, evaluate the argument,
      aBlock with the value.
      Most work is in preparing for proper cleanup in case of abort
      or other exception while the evaluation is performed.
@@ -1456,69 +1476,69 @@
     |selLine selCol endLine endCol cLine cCol cleanUp executeBlock|
 
     code notNil ifTrue:[
-        code asString withoutSeparators isEmpty ifTrue:[ ^ self ].
-
-        codeStartPosition := self characterPositionOfSelection.
-
-        "
-         remember selection for later - if there is an error,
-         the notification method will highlight it.
-         thus destroying the current selection
-        "
-        selLine := selectionStartLine.
-        selCol := selectionStartCol.
-        endLine := selectionEndLine.
-        endCol := selectionEndCol.
-        cCol := cursorCol.
-        cLine := cursorLine.
-
-        "
-         cleanup: restore previous selection and cursor positions
-        "
-        cleanUp := [
-                self selectFromLine:selLine col:selCol toLine:endLine col:endCol.
-                cLine notNil ifTrue:[
-                    self cursorLine:cLine col:cCol
-                ].
-        ].
-
-        "
-         perform the action.
-         Be careful to release the reference to the value;
-         otherwise, we could keep lots of garbage from being freed
-         until the view gets closed
-        "
-        executeBlock := [
-                [
-                    AbortOperationRequest handle:[:ex |
-                         "/ aBlock value:'** Abortsignal cought **'.
-                         ex return
-                    ] do:[
-                        |value|
-
-                        doItAction notNil ifTrue:[
-                            value := doItAction value:(code asString).
-                            cleanUp value. cleanUp := nil.
-                            aBlock notNil ifTrue:[
-                                aBlock value:value.
-                            ].
-                            value := nil.
-                            self class rememberDoIt:code.
-                        ]
-                    ]
-                ] ensure:[
-                    cleanUp notNil ifTrue:[
-                        cleanUp value. cleanUp := nil
-                    ].
-                ]
-            ].
-        aBlock isNil ifTrue:[
-            "no action is performed with the result - give the user a visible
-             feedback, that something has been done"
-            self topView withVisibleCursor:Cursor execute do:executeBlock.
-        ] ifFalse:[
-            self topView withCursor:Cursor execute do:executeBlock.
-        ].
+	code asString withoutSeparators isEmpty ifTrue:[ ^ self ].
+
+	codeStartPosition := self characterPositionOfSelection.
+
+	"
+	 remember selection for later - if there is an error,
+	 the notification method will highlight it.
+	 thus destroying the current selection
+	"
+	selLine := selectionStartLine.
+	selCol := selectionStartCol.
+	endLine := selectionEndLine.
+	endCol := selectionEndCol.
+	cCol := cursorCol.
+	cLine := cursorLine.
+
+	"
+	 cleanup: restore previous selection and cursor positions
+	"
+	cleanUp := [
+		self selectFromLine:selLine col:selCol toLine:endLine col:endCol.
+		cLine notNil ifTrue:[
+		    self cursorLine:cLine col:cCol
+		].
+	].
+
+	"
+	 perform the action.
+	 Be careful to release the reference to the value;
+	 otherwise, we could keep lots of garbage from being freed
+	 until the view gets closed
+	"
+	executeBlock := [
+		[
+		    AbortOperationRequest handle:[:ex |
+			 "/ aBlock value:'** Abortsignal caught **'.
+			 ex return
+		    ] do:[
+			|value|
+
+			doItAction notNil ifTrue:[
+			    value := doItAction value:(code asString).
+			    cleanUp value. cleanUp := nil.
+			    aBlock notNil ifTrue:[
+				aBlock value:value.
+			    ].
+			    value := nil.
+			    self class rememberDoIt:code.
+			]
+		    ]
+		] ensure:[
+		    cleanUp notNil ifTrue:[
+			cleanUp value. cleanUp := nil
+		    ].
+		]
+	    ].
+	aBlock isNil ifTrue:[
+	    "no action is performed with the result - give the user a visible
+	     feedback, that something has been done"
+	    self topView withVisibleCursor:Cursor execute do:executeBlock.
+	] ifFalse:[
+	    self topView withCursor:Cursor execute do:executeBlock.
+	].
     ]
 
     "Modified: / 22.4.1998 / 21:56:13 / ca"
@@ -1533,29 +1553,29 @@
 
     "JV@2012-03-19: Changed to reflect value of autoDefineVariables"
     [
-        result := ( compiler := (self compilerClass ? Compiler) new ) 
-                currentNameSpace:namespaceForDoits;
-                moreSharedPools:poolsConsideredInDoIts;
-                evaluate:theCode 
-                in:nil 
-                receiver:simulatedSelf 
-                notifying:self 
-                logged:true 
-                ifFail:nil
+	result := ( compiler := (self compilerClass ? Compiler) new )
+		currentNameSpace:namespaceForDoits;
+		moreSharedPools:poolsConsideredInDoIts;
+		evaluate:theCode
+		in:nil
+		receiver:simulatedSelf
+		notifying:self
+		logged:true
+		ifFail:nil
     ] on: Parser undefinedVariableNotification do:[:ex|
-        (ex parser == compiler and:[autoDefineVariables notNil]) ifTrue:[
-            ex proceedWith: #declare
-        ] ifFalse:[
-            ex proceedWith: nil
-        ].
+	(ex parser == compiler and:[autoDefineVariables notNil]) ifTrue:[
+	    ex proceedWith: #declare
+	] ifFalse:[
+	    ex proceedWith: nil
+	].
     ] on: Parser askForVariableTypeOfUndeclaredQuery do:[:ex|
-        autoDefineVariables == #workspace ifTrue:[
-            ex proceedWith:#WorkspaceVariable
-        ].
-        autoDefineVariables == #doIt ifTrue:[
-            ex proceedWith:#DoItTemporary
-        ].
-        ex pass.
+	autoDefineVariables == #workspace ifTrue:[
+	    ex proceedWith:#WorkspaceVariable
+	].
+	autoDefineVariables == #doIt ifTrue:[
+	    ex proceedWith:#DoItTemporary
+	].
+	ex pass.
     ].
     ^result
 
@@ -1571,8 +1591,8 @@
     super initStyle.
 
     DefaultViewBackground notNil ifTrue:[
-        viewBackground := DefaultViewBackground.
-        self backgroundColor:viewBackground.
+	viewBackground := DefaultViewBackground.
+	self backgroundColor:viewBackground.
     ].
 !
 
@@ -1606,11 +1626,11 @@
 initializeDragAndDrop
     |target|
 
-    target := DropTarget 
-                    receiver:self
-                    argument:nil
-                    dropSelector:#drop:
-                    canDropSelector:#canDrop:.
+    target := DropTarget
+		    receiver:self
+		    argument:nil
+		    dropSelector:#drop:
+		    canDropSelector:#canDrop:.
     self dropTarget:target
 
     "Created: / 16-08-2005 / 22:03:36 / janfrog"
@@ -1623,15 +1643,15 @@
     "user selected 'browseClass' from menu; evaluate the code
      and open a browser on the resulting class (if it evaluates to one)"
 
-    ^ self 
-        do:(self selectionAsString) 
-        withValueDo:[:result | 
-            result isBehavior ifTrue:[
-                result browserClass openInClass:result selector:nil
-            ] ifFalse:[
-                self warn:'Selection does not evaluate to a class'
-            ]
-        ].
+    ^ self
+	do:(self selectionAsString)
+	withValueDo:[:result |
+	    result isBehavior ifTrue:[
+		result browserClass openInClass:result selector:nil
+	    ] ifFalse:[
+		self warn:'Selection does not evaluate to a class'
+	    ]
+	].
 
     "Modified: / 26.9.2001 / 17:37:35 / cg"
 !
@@ -1644,37 +1664,37 @@
 
     selectedText := self selectedTextOrSyntaxElement.
     selectedText notEmptyOrNil ifTrue:[
-        self windowGroup withWaitCursorDo:[
-            "/ hack, for now and expecco; must ask the Parser eventually...
-            (compilerClass notNil and:[compilerClass includesBehavior:JavaScriptParser]) ifTrue:[
-                "/ selector is in one piece anyway
-                (selectedText includes:$_) ifFalse:[
-                    "/ zero or one args - sigh (need to parse more to figure this out)
-                    selector := JavaScriptParser basicNew translatedSmalltalkSelectorFor:selectedText numArgs:1.
-                    selectedText := JavaScriptParser basicNew translatedSmalltalkSelectorFor:selectedText numArgs:0.
-                ] ifTrue:[
-                    "/ count _#s plus one arg - sigh
-                    na := (selectedText occurrencesOf:$_) + 1. 
-                    selector := JavaScriptParser basicNew translatedSmalltalkSelectorFor:selectedText numArgs:na
-                ].
-            ] ifFalse:[
-                selector := SystemBrowser extractSelectorFrom:selectedText.
-            ].
-            browserClass := UserPreferences systemBrowserClass.
-
-            (selector notNil and:[selector ~= selectedText]) ifTrue:[
-                (SystemBrowser 
-                        findImplementorsOfAny:(Array with:selectedText) 
-                        in:(Smalltalk allClasses) 
-                        ignoreCase:false) isEmpty ifTrue:[
-                    browserClass browseImplementorsOf:selector
-                ] ifFalse:[
-                    browserClass browseImplementorsOfAny:(Set with:selector with:selectedText)
-                ].
-            ] ifFalse:[
-                browserClass browseImplementorsOf:(selector ? selectedText)
-            ]
-        ]
+	self windowGroup withWaitCursorDo:[
+	    "/ hack, for now and expecco; must ask the Parser eventually...
+	    (compilerClass notNil and:[compilerClass includesBehavior:JavaScriptParser]) ifTrue:[
+		"/ selector is in one piece anyway
+		(selectedText includes:$_) ifFalse:[
+		    "/ zero or one args - sigh (need to parse more to figure this out)
+		    selector := JavaScriptParser basicNew translatedSmalltalkSelectorFor:selectedText numArgs:1.
+		    selectedText := JavaScriptParser basicNew translatedSmalltalkSelectorFor:selectedText numArgs:0.
+		] ifTrue:[
+		    "/ count _#s plus one arg - sigh
+		    na := (selectedText occurrencesOf:$_) + 1.
+		    selector := JavaScriptParser basicNew translatedSmalltalkSelectorFor:selectedText numArgs:na
+		].
+	    ] ifFalse:[
+		selector := SystemBrowser extractSelectorFrom:selectedText.
+	    ].
+	    browserClass := UserPreferences systemBrowserClass.
+
+	    (selector notNil and:[selector ~= selectedText]) ifTrue:[
+		(SystemBrowser
+			findImplementorsOfAny:(Array with:selectedText)
+			in:(Smalltalk allClasses)
+			ignoreCase:false) isEmpty ifTrue:[
+		    browserClass browseImplementorsOf:selector
+		] ifFalse:[
+		    browserClass browseImplementorsOfAny:(Set with:selector with:selectedText)
+		].
+	    ] ifFalse:[
+		browserClass browseImplementorsOf:(selector ? selectedText)
+	    ]
+	]
     ].
 
     "Created: / 5.11.2001 / 17:32:23 / cg"
@@ -1689,10 +1709,10 @@
 
     |codeToEvaluate el idx selector evaluatedValue classToBrowse gotResult|
 
-    (self selection isEmptyOrNil 
-        and:[ self supportsSyntaxElements 
+    (self selection isEmptyOrNil
+        and:[ self supportsSyntaxElements
         and:[ (el := self syntaxElementForVariableUnderCursor) notNil ]])
-    ifTrue:[ 
+    ifTrue:[
         codeToEvaluate := el name
     ] ifFalse:[
         codeToEvaluate := (self selectionOrTextOfCursorLine ? '') withoutSeparators.
@@ -1703,17 +1723,32 @@
         (selector startsWith:'#') ifTrue:[
             selector := Symbol readFrom:selector.
         ].
-        codeToEvaluate := codeToEvaluate copyTo:idx-1.   
+        codeToEvaluate := codeToEvaluate copyTo:idx-1.
     ].
 
     (Parser parseErrorSignal , MessageNotUnderstood) handle:[:ex |
-        |className|
+        |className words|
 
         (classToBrowse := Smalltalk classNamed:codeToEvaluate) isNil ifTrue:[
+            "/ handle className selector (for example from messageTally list)
+            codeToEvaluate includesSeparator ifTrue:[
+                words := codeToEvaluate asCollectionOfWords.
+                classToBrowse := Smalltalk classNamed:words first.
+                classToBrowse notNil ifTrue:[
+                    selector := (words copyFrom:2) asStringWith:''.
+                    ((words size > 1) and:[words second = 'class']) ifTrue:[
+                        classToBrowse := classToBrowse theMetaclass.
+                        selector := (words copyFrom:3) asStringWith:''.
+                    ].
+                    classToBrowse browserClass openInClass:classToBrowse selector:selector.
+                    ^ self.
+                ].
+            ].
+
             "/ fallback, if garbage is selected, look for matching classes.
             className := SystemBrowser
-                askForClassNameMatching:codeToEvaluate 
-                inEnvironment:nil 
+                askForClassNameMatching:codeToEvaluate
+                inEnvironment:nil
                 for:nil.
 
             className isNil ifTrue:[^ self].
@@ -1722,13 +1757,13 @@
     ] do:[
         gotResult := false.
 
-        self 
-            do:codeToEvaluate 
+        self
+            do:codeToEvaluate
             withValueDo:[:result | evaluatedValue := result. gotResult := true.].
 
         gotResult ifFalse:[^ self].
 
-        evaluatedValue isNil ifTrue:[                       
+        evaluatedValue isNil ifTrue:[
             codeToEvaluate asCollectionOfWords size == 1 ifTrue:[
                 codeToEvaluate isUppercaseFirst ifTrue:[
                     Dialog information:(codeToEvaluate allBold , ' is unbound or nil').
@@ -1736,8 +1771,8 @@
                 ].
             ]
         ].
-        classToBrowse := evaluatedValue isBehavior 
-                        ifTrue:[ evaluatedValue ] 
+        classToBrowse := evaluatedValue isBehavior
+                        ifTrue:[ evaluatedValue ]
                         ifFalse:[ evaluatedValue class ].
     ].
 
@@ -1750,11 +1785,11 @@
     "user selected 'browseItsClass' from menu; evaluate the code
      and open a browser on the results class"
 
-    ^ self 
-        do:(self selectionAsString) 
-        withValueDo:[:result | 
-                        result class browserClass openInClass:result class selector:nil
-                    ]
+    ^ self
+	do:(self selectionAsString)
+	withValueDo:[:result |
+			result class browserClass openInClass:result class selector:nil
+		    ]
 
     "Modified: / 26.9.2001 / 17:38:06 / cg"
 !
@@ -1762,49 +1797,62 @@
 browseReferencesToIt
     "open a browser on all references to the selected global, poolvar or namespace class"
 
-    |nameOfGlobal browserClass|
-
-    nameOfGlobal := self selectedTextOrSyntaxElement.
-    nameOfGlobal notEmptyOrNil ifTrue:[
+    |nameOfVariable browserClass sym|
+
+    nameOfVariable := self selectedTextOrSyntaxElement.
+    nameOfVariable notEmptyOrNil ifTrue:[
         browserClass := UserPreferences systemBrowserClass.
         self windowGroup withWaitCursorDo:[
             |cls privateClass|
 
-            "/ is it a class variable?
-            ((cls := self editedClass) notNil
-            and:[ (cls theNonMetaclass allClassVarNames includes:nameOfGlobal) ]) ifTrue:[
-                browserClass
-                    browseRefsTo:nameOfGlobal 
-                    classVars:true 
-                    in:(cls whichClassDefinesClassVar:nameOfGlobal) withAllSubclasses 
-                    modificationsOnly:false.
+            (nameOfVariable startsWith:'#') ifTrue:[
+                sym := (nameOfVariable copyFrom:2) asSymbolIfInterned.
+                browserClass browseForSymbol:sym.
             ] ifFalse:[
-                "/ is it a private class?
-                (cls notNil
-                and:[ (privateClass := cls theNonMetaclass privateClassNamed:nameOfGlobal) notNil ]) ifTrue:[
-                    browserClass browseReferendsOf:(privateClass name)
+                "/ is it a class variable?
+                ((cls := self editedClass) notNil
+                and:[ (cls theNonMetaclass allClassVarNames includes:nameOfVariable) ]) ifTrue:[
+                    browserClass
+                        browseRefsTo:nameOfVariable
+                        classVars:true
+                        in:(cls theNonMetaclass whichClassDefinesClassVar:nameOfVariable) withAllSubclasses
+                        modificationsOnly:false.
                 ] ifFalse:[
-                    |pool nsClass|
-
-                    "/ is it a pool variable?
-                    cls notNil ifTrue:[
-                        pool := cls theNonMetaclass sharedPools 
-                                detect:[:pool | pool classVarNames includes:nameOfGlobal]
-                                ifNone:nil.
-                    ].
-                    pool notNil ifTrue:[
-                        browserClass browseReferendsOf:(pool name,':',nameOfGlobal)
+                    "/ is it a private class?
+                    (cls notNil
+                    and:[ (privateClass := cls theNonMetaclass privateClassNamed:nameOfVariable) notNil ]) ifTrue:[
+                        browserClass browseReferendsOf:(privateClass name)
                     ] ifFalse:[
-                        (cls notNil
-                          and:[ cls nameSpace notNil
-                          and:[ nameOfGlobal knownAsSymbol
-                          and:[ (nsClass := cls nameSpace at:nameOfGlobal asSymbol) notNil
-                        ]]]) notNil ifTrue:[
-                            "/ a namespace class
-                            browserClass browseReferendsOf:nsClass name
+                        |pool nsClass|
+
+                        "/ is it a pool variable?
+                        cls notNil ifTrue:[
+                            pool := cls theNonMetaclass sharedPools
+                                    detect:[:pool | pool classVarNames includes:nameOfVariable]
+                                    ifNone:nil.
+                        ].
+                        pool notNil ifTrue:[
+                            browserClass browseReferendsOf:(pool name,':',nameOfVariable)
                         ] ifFalse:[
-                            "/ no, assume global
-                            browserClass browseReferendsOf:nameOfGlobal
+                            (cls notNil
+                              and:[ cls nameSpace notNil
+                              and:[ nameOfVariable knownAsSymbol
+                              and:[ (nsClass := cls nameSpace at:nameOfVariable asSymbol) notNil
+                            ]]]) ifTrue:[
+                                "/ a namespace class?
+                                browserClass browseReferendsOf:nsClass name
+                            ] ifFalse:[
+                                "/ an instvar?
+                                (cls allInstVarNames includes:nameOfVariable) ifTrue:[
+                                    browserClass 
+                                        browseInstRefsTo:nameOfVariable 
+                                        under:(cls whichClassDefinesInstVar:nameOfVariable) 
+                                        modificationsOnly:false
+                                ] ifFalse:[
+                                    "/ no, assume global
+                                    browserClass browseReferendsOf:nameOfVariable
+                                ]
+                            ]
                         ]
                     ]
                 ]
@@ -1823,11 +1871,11 @@
 
     selectedText := self selectedTextOrSyntaxElement.
     selectedText notEmptyOrNil ifTrue:[
-        self windowGroup withWaitCursorDo:[
-            selector := SystemBrowser extractSelectorFrom:selectedText.
-            (UserPreferences systemBrowserClass)
-                browseAllCallsOn:(selector ? selectedText)
-        ]
+	self windowGroup withWaitCursorDo:[
+	    selector := SystemBrowser extractSelectorFrom:selectedText.
+	    (UserPreferences systemBrowserClass)
+		browseAllCallsOn:(selector ? selectedText)
+	]
     ].
 
     "Created: / 5.11.2001 / 17:32:23 / cg"
@@ -1841,15 +1889,15 @@
 
     sel := self selectedTextOrSyntaxElement.
     sel notEmptyOrNil ifTrue:[
-        sel := sel asSymbol.
-        self windowGroup withWaitCursorDo:[
-            SharedPool allSubclassesDo:[:eachPool |
-                (eachPool includesKey:sel) ifTrue:[
-                    (UserPreferences systemBrowserClass) 
-                        openInClass:eachPool class selector:#initialize
-                ].
-            ].
-        ].
+	sel := sel asSymbol.
+	self windowGroup withWaitCursorDo:[
+	    SharedPool allSubclassesDo:[:eachPool |
+		(eachPool includesKey:sel) ifTrue:[
+		    (UserPreferences systemBrowserClass)
+			openInClass:eachPool class selector:#initialize
+		].
+	    ].
+	].
     ].
 
     "Created: / 15-01-2011 / 14:01:39 / cg"
@@ -1859,9 +1907,9 @@
     "user selected 'doIt' from menu; show a wait-cursor, evaluate the code
      and finally restore cursor; return result of evaluation"
 
-    ^ self 
-        do:(self selectionOrTextOfCursorLine) 
-        withValueDo:nil
+    ^ self
+	do:(self selectionOrTextOfCursorLine)
+	withValueDo:nil
 
     "Modified: / 16.5.1998 / 16:45:01 / cg"
 !
@@ -1870,7 +1918,7 @@
     "return my popUpMenu; thats the superclasses menu
      PLUS st-evaluation items: doIt, printIt and inspectIt."
 
-    <resource: #keyboard (#DoIt #PrintIt #InspectIt 
+    <resource: #keyboard (#DoIt #PrintIt #InspectIt
                           #CommentSelection #UncommentSelection
                           #BrowseIt #ImplementorsOfIt
                          )>
@@ -1890,7 +1938,7 @@
         "
          workspaces support #browse, implementors etc. add them after paste.
         "
-        sub 
+        sub
             addItemList:#(
                 ('-'                                                                        )
                 ('Browse'                       browseIt                BrowseIt            )
@@ -1904,7 +1952,7 @@
                 ('-'                                                                )
                 ('TimeIt'               timeIt                                      )
                 ('SpyOnIt'              spyOnIt                                     ))
-          resources:resources  
+          resources:resources
           after:#gotoLine.
 
         subsub := sub subMenuAt:#tools.
@@ -1914,22 +1962,22 @@
                     ('-'                                                                )
                     ('CommentIt'            commentSelection        CommentSelection    )
                     ('UncommentIt'          uncommentSelection      UncommentSelection  ))
-              resources:resources  
+              resources:resources
               after:#'indent'.
         ].
 
         self hasSelection ifFalse:[
-            sub disableAll:#(browseImplementorsOfIt browseSendersOfIt 
+            sub disableAll:#(browseImplementorsOfIt browseSendersOfIt
                              browseReferencesToIt timeIt spyOnIt
-                             browseSharedPoolOfIt browseIt). 
+                             browseSharedPoolOfIt browseIt).
             self supportsSyntaxElements ifTrue:[
                 self syntaxElementForSelectorUnderCursor notNil ifTrue:[
-                    sub enableAll:#(browseImplementorsOfIt browseSendersOfIt ) 
+                    sub enableAll:#(browseImplementorsOfIt browseSendersOfIt )
                 ] ifFalse:[
                     |el|
 
                     (el := self syntaxElementForVariableUnderCursor) notNil ifTrue:[
-                        el isGlobal ifTrue:[
+                        (el isGlobal or:[el isInstanceVariable]) ifTrue:[
                             sub enable: #browseReferencesToIt
                         ].
                         el isClass ifTrue:[
@@ -1955,44 +2003,50 @@
             sel isNil ifTrue:[
                 sub disable:#browseReferencesToIt.
             ] ifFalse:[
-                selectedSymbol := sel asSymbolIfInterned.
-                (selectedSymbol notNil
-                 and:[(Smalltalk includesKey:selectedSymbol)
-                      or:[(NameSpace allNameSpaces contains:[:ns | ns includesKey:selectedSymbol]) ]]
-                ) ifTrue:[
-                    "/ a global or namespace var selected
+                (sel startsWith:'#') ifTrue:[
+                    "/ a symbol selected - can search references
                 ] ifFalse:[
-                    |cls|
-
-                    cls := self editedClass.
-                    cls notNil ifTrue:[
-                        cls := cls theNonMetaclass.
-                        ((cls allClassVarNames includes:sel)
-                          or:[ (cls theNonMetaclass privateClassNamed:sel) notNil]) ifTrue:[
-                            "/ a classvar or private class
+                    selectedSymbol := sel asSymbolIfInterned.
+                    (selectedSymbol notNil
+                     and:[(Smalltalk includesKey:selectedSymbol)
+                          or:[(NameSpace allNameSpaces contains:[:ns | ns includesKey:selectedSymbol]) ]]
+                    ) ifTrue:[
+                        "/ a global or namespace var selected
+                    ] ifFalse:[
+                        |cls|
+
+                        cls := self editedClass.
+                        cls notNil ifTrue:[
+                            cls := cls theNonMetaclass.
+                            ((cls allClassVarNames includes:sel)
+                              or:[ (cls theNonMetaclass privateClassNamed:sel) notNil]) ifTrue:[
+                                "/ a classvar or private class
+                            ] ifFalse:[
+                                |pool|
+                                "/ is it a pool variable?
+                                pool := cls sharedPools
+                                        detect:[:pool | pool classVarNames includes:sel]
+                                        ifNone:nil.
+                                pool isNil ifTrue:[
+                                    "/ todo: an instvar selected?
+                                    (cls allInstVarNames includes:sel) ifFalse:[
+                                        sub disable:#browseReferencesToIt.
+                                    ].
+                                ].
+                            ].
                         ] ifFalse:[
-                            |pool|
-                            "/ is it a pool variable?
-                            pool := cls sharedPools 
-                                    detect:[:pool | pool classVarNames includes:sel]
-                                    ifNone:nil.
-                            pool isNil ifTrue:[
-                                "/ todo: an instvar selected?
-                                sub disable:#browseReferencesToIt.
-                            ].
+                            sub disable:#browseReferencesToIt.
                         ].
-                    ] ifFalse:[
-                        sub disable:#browseReferencesToIt.
                     ].
                 ].
             ].
-            (selectedSymbol notNil 
+            (selectedSymbol notNil
              and:[SharedPool allSubclasses contains:[:pool | pool includesKey:selectedSymbol]]) ifFalse:[
                 sub disable:#browseSharedPoolOfIt.
             ].
         ].
         self isReadOnly ifTrue:[
-            sub disableAll:#(commentSelection uncommentSelection) 
+            sub disableAll:#(commentSelection uncommentSelection)
         ].
     ].
 
@@ -2004,13 +2058,13 @@
         idx := m indexOf:#paste.
         idx == 0 ifTrue:[idx := m indexOf:#pasteOrReplace].
         idx ~~ 0 ifTrue:[
-            m 
+            m
               addItemList:#(
                 ('-'                                )
                 ('DoIt'         doIt        DoIt     )
                 ('PrintIt'      printIt     PrintIt  )
                 ('InspectIt'    inspectIt   InspectIt))
-              resources:resources  
+              resources:resources
               after:idx.
 
         ].
@@ -2021,11 +2075,11 @@
             lNr := self cursorLine.
             line := self listAt:lNr.
             line isEmptyOrNil ifTrue:[
-                m disableAll:#(printIt doIt inspectIt browseIt) 
+                m disableAll:#(printIt doIt inspectIt browseIt)
             ].
         ].
         self isReadOnly ifTrue:[
-            m disable:#printIt 
+            m disable:#printIt
         ].
     ].
 
@@ -2043,9 +2097,9 @@
 
     shifted := self sensor shiftDown.
 
-    ^ self 
-        do:(self selectionOrTextOfCursorLine) 
-        withValueDo:[:result | shifted ifTrue:[result basicInspect] ifFalse:[result inspect] ]
+    ^ self
+	do:(self selectionOrTextOfCursorLine)
+	withValueDo:[:result | shifted ifTrue:[result basicInspect] ifFalse:[result inspect] ]
 
     "Modified: / 16.5.1998 / 16:44:56 / cg"
 !
@@ -2059,10 +2113,10 @@
         self beep.
         ^ self.
     ].
-    self 
+    self
         undoableDo:[
-            self 
-                do:(self selectionOrTextOfCursorLine) 
+            self
+                do:(self selectionOrTextOfCursorLine)
                 withValueDo:[:result |
                     |s printer|
 
@@ -2071,17 +2125,17 @@
                     and:[(printer := self editedLanguage valuePrinterClass) notNil]) ifTrue:[
                         s := printer printStringForPrintItOf:result
                     ] ifFalse:[
-                        (result isInteger 
-                        and:[ result > 10 
+                        (result isInteger
+                        and:[ result > 10
                         and:[ InspectorView defaultIntegerDisplayRadix ~= 10 ]]) ifTrue:[
                             s := result displayString , ' "',(result radixPrintStringRadix: InspectorView defaultIntegerDisplayRadix),'"'.
                         ] ifFalse:[
                             s := result printStringForPrintIt "old: displayString" "very old: printString"
                         ].
                     ].
-                    self insertSelectedStringAtCursor:s
+                    self withAutoIndent:false do:[ self insertSelectedStringAtCursor:s ]
                 ]
-        ] 
+        ]
         info:'PrintIt'
 
     "Modified: / 08-03-2012 / 16:14:34 / cg"
@@ -2099,20 +2153,20 @@
      pasting it after the selection."
 
     self isReadOnly ifTrue:[
-        self beep.
-        ^ self
+	self beep.
+	^ self
     ].
 
-    self 
-        undoableDo:[
-            self 
-                do:(self selectionOrTextOfCursorLine) 
-                withValueDo:[:result |
-                    self replaceSelectionBy:(result displayString "printString")
-                ].
-                undoSupport actionInfo:'ReplaceIt'.
-        ]
-        info:'ReplaceIt'
+    self
+	undoableDo:[
+	    self
+		do:(self selectionOrTextOfCursorLine)
+		withValueDo:[:result |
+		    self replaceSelectionBy:(result displayString "printString")
+		].
+		undoSupport actionInfo:'ReplaceIt'.
+	]
+	info:'ReplaceIt'
 
     "Created: / 08-11-2007 / 11:31:54 / cg"
 !
@@ -2132,9 +2186,9 @@
     |code|
 
     compilerClass == Smalltalk::Compiler ifFalse:[
-        "sigh - this measurement will include the time to compile - sigh"
-        aProfiler spyDetailedOn:[ self doIt ].
-        ^ self.
+	"sigh - this measurement will include the time to compile - sigh"
+	aProfiler spyDetailedOn:[ self doIt ].
+	^ self.
     ].
 
     code := aProfiler name,' spyDetailedOn:[' , (self selectionOrTextOfCursorLine), ']'.
@@ -2145,17 +2199,15 @@
     "user selected 'timeIt' from menu; show a wait-cursor, evaluate the code
      and finally restore cursor; return result of evaluation"
 
-    |code t|
+    |code|
 
     compilerClass == Smalltalk::Compiler ifFalse:[
         "sigh - this measurement will include the time to compile - sigh"
-        t := Time millisecondsToRun:[ self doIt ].
-        Transcript showCR:'execution time: ' , t printString , ' ms'.
+        [ self doIt ] benchmark:'execution time: '.
         ^ self.
     ].
 
-    code := '|t| t := Time millisecondsToRun:[' , self selectionAsString, '].
-             Transcript showCR:''execution time: '' , t printString , '' ms''.'.
+    code := '[' , self selectionAsString, '] benchmark:''execution time: '''.
     self do:code withValueDo:[:value | ].
 
     "Modified: / 22-04-1998 / 22:03:51 / ca"
@@ -2178,45 +2230,45 @@
     oldSelectionEndLine := self selectionEndLine.
     oldSelectionEndCol := self selectionEndCol.
 
-    abortExpandAction := 
-        [
-            self 
-                selectFromLine:oldSelectionStartLine col:oldSelectionStartCol 
-                toLine:oldSelectionEndLine col:oldSelectionEndCol.
-            self cursorLine:oldCursorLine col:oldCursorCol.
-        ].                                  
+    abortExpandAction :=
+	[
+	    self
+		selectFromLine:oldSelectionStartLine col:oldSelectionStartCol
+		toLine:oldSelectionEndLine col:oldSelectionEndCol.
+	    self cursorLine:oldCursorLine col:oldCursorCol.
+	].
 
     expandedString := self selectAbbreviationKeyBeforeCursor. "/ returns the new string AND selects the key
     expandedString isNil ifTrue:[
-        abortExpandAction value.
-        ^ self
+	abortExpandAction value.
+	^ self
     ].
     newCursorPos := expandedString indexOf:$!!.
     newCursorPos ~~ 0 ifTrue:[
-        expandedString := expandedString copyWithout:$!!.
+	expandedString := expandedString copyWithout:$!!.
     ].
     replStartCol := self selectionStartCol.
     self
-        undoableDo:[
-            self replaceSelectionBy: expandedString
-        ]
-        info:'Replace'.
+	undoableDo:[
+	    self replaceSelectionBy: expandedString
+	]
+	info:'Replace'.
 
     newCursorPos == 0 ifTrue:[
-        "/ cursor already fine (at the end)
+	"/ cursor already fine (at the end)
     ] ifFalse:[
-        self cursorCol:replStartCol+newCursorPos-1
+	self cursorCol:replStartCol+newCursorPos-1
     ]
 !
 
 findAbbreviationKeyBeforeCursor
     "after receiving an Alt-shift key-event, look for the string before the
-     cursor, find an abbrev for it, return the key and the abbreviation for it.   
+     cursor, find an abbrev for it, return the key and the abbreviation for it.
      If none is found, return nil"
 
     |snippets keys minMax maxKeyLen minKeyLen stringBeforeCursor|
 
-    snippets := self class sniplets.
+    snippets := self class snippets.
     keys := snippets keys.
 
     minMax := (keys collect:[:k | k size]) minMax.
@@ -2242,16 +2294,16 @@
 
 selectAbbreviationKeyBeforeCursor
     "after receiving an Alt-shift key-event, look for the string before the
-     cursor, find an abbrev for it, select it and return the abbreviation for it.   
+     cursor, find an abbrev for it, select it and return the abbreviation for it.
      If none is found, do not select and return nil"
 
     |keyAndSnippet snippet key|
 
     (keyAndSnippet := self findAbbreviationKeyBeforeCursor) notNil ifTrue:[
-        key := keyAndSnippet first.
-        snippet := keyAndSnippet second.
-        self selectFromLine:cursorLine col:cursorCol-key size toLine:cursorLine col:cursorCol-1.
-        ^ snippet
+	key := keyAndSnippet first.
+	snippet := keyAndSnippet second.
+	self selectFromLine:cursorLine col:cursorCol-key size toLine:cursorLine col:cursorCol-1.
+	^ snippet
     ].
     ^ nil.
 
@@ -2263,16 +2315,20 @@
 
     selectedText := self selectionAsString.
     selectedText isEmptyOrNil ifTrue:[
-        self supportsSyntaxElements ifTrue:[
-            el := self syntaxElementForSelectorUnderCursor.
-            el notNil ifTrue:[ selectedText := el value ].
-        ]
+        el := self syntaxElementUnderCursor.
+        el notNil ifTrue:[ selectedText := el value ].
     ].
-    ^ selectedText 
+    ^ selectedText
 !
 
 syntaxElementForSelectorUnderCursor
-    "we do not support syntax elements, but subclasses do"
+    "we do not support syntax elements, but subclasses may do"
+
+    ^ nil
+!
+
+syntaxElementUnderCursor
+    "we do not support syntax elements, but subclasses may do"
 
     ^ nil
 ! !
@@ -2291,10 +2347,10 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.328 2014-04-29 17:05:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.339 2014-11-15 15:10:59 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.328 2014-04-29 17:05:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.339 2014-11-15 15:10:59 cg Exp $'
 ! !
 
--- a/WorkspaceCompletionSupport.st	Thu May 01 10:47:38 2014 +0100
+++ b/WorkspaceCompletionSupport.st	Wed Dec 10 23:42:26 2014 +0000
@@ -30,7 +30,7 @@
 
 computeCompletions
 
-    |suggestions implementations actions anyFound contextOrNil|
+    |suggestions implementations actions contextOrNil|
 
     "/ a hack
     (editView topView isKindOf: DebugView) ifTrue:[
@@ -38,7 +38,6 @@
     ].
 
     UserInformation ignoreIn:[
-        anyFound := false.
         DoWhatIMeanSupport 
             codeCompletionFor: editView codeAspect
             language: editView editedLanguage
@@ -51,13 +50,11 @@
                     suggestions := listOfSuggestions collect:[:entry | entry isArray ifTrue:[entry first] ifFalse:[entry]].
                     implementations := listOfSuggestions collect:[:entry | entry isArray ifTrue:[entry second] ifFalse:[nil]].                            
                     actions := listOfActions.
-                    anyFound := true.
                     nil "/ must return nil to avoid DWIM to do it itself (for now)
             ]
     ].
-    "/ anyFound ifFalse:[self halt].
     "/ Transcript show:'suggestions: '; showCR:suggestions.
-    "/ Transcript show:'actions: '; showCR:actions.  
+    "/ Transcript show:'actions: '; showCR:actions. 
     editView sensor
         pushUserEvent:#'suggestionsArrived:implementations:actions:autoSelect:'
         for:self
@@ -107,7 +104,7 @@
                     suggestions isEmpty ifFalse:[ suggestions := suggestions copyWith: '-' ]. 
                     suggestions := suggestions copyWith: ( '%1 %2'
                                             bindWith:(sniplet asStringCollection first "contractTo:25")
-                                            with: ( ('("',abbrev,'" snippet)') colorizeAllWith:Color grey)).
+                                            with: ( ('("',abbrev,'" snippet)') colorizeAllWith:Color gray)).
                     indexOfSnippet := suggestions size.
 
                     "/ change below, when reversing the order in above code
@@ -239,10 +236,10 @@
 !WorkspaceCompletionSupport class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.7 2014-01-28 19:27:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.9 2014-07-08 21:17:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.7 2014-01-28 19:27:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.9 2014-07-08 21:17:07 cg Exp $'
 ! !
 
--- a/XPToolbarIconLibrary.st	Thu May 01 10:47:38 2014 +0100
+++ b/XPToolbarIconLibrary.st	Wed Dec 10 23:42:26 2014 +0000
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 2004 by eXept Software AG
-	      All Rights Reserved
+              All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -12,10 +12,10 @@
 "{ Package: 'stx:libwidg' }"
 
 GenericToolbarIconLibrary subclass:#XPToolbarIconLibrary
-	instanceVariableNames:''
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Interface-Smalltalk'
+        instanceVariableNames:''
+        classVariableNames:''
+        poolDictionaries:''
+        category:'Interface-Smalltalk'
 !
 
 !XPToolbarIconLibrary class methodsFor:'documentation'!
@@ -23,7 +23,7 @@
 copyright
 "
  COPYRIGHT (c) 2004 by eXept Software AG
-	      All Rights Reserved
+              All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -38,6 +38,12 @@
 "
     ToolbarIconLibrary := XPToolbarIconLibrary.
 
+    This is a style specific icon library for an XP look.
+
+    Never access this iconlibrary directly from an application -
+    always use ToolbarIconLibrary, which is an alias to one of the style specific
+    icon libs.
+
     Notice and Warning:
         only redefine existing icons here; never add ionly to here.
         For every icon-method here, there MUST be a corresponding (albeit
@@ -48,68 +54,103 @@
 !XPToolbarIconLibrary class methodsFor:'image specs'!
 
 addBreakPointIcon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self addBreakPointIcon2 inspect
      ImageEditor openOnClass:self andSelector:#addBreakPointIcon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class addBreakPointIcon2'
-	ifAbsentPut:[(Depth2Image new) width: 12; height: 21; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'EUUT_??=_:+=_%V=^TA-^P@-^P@-^P@-_ B=_:+=_??=_:+=_**=^)V-^%U-^%U-^UU-_%V=_:+=_??=EUUT') ; colorMapFromArray:#[255 0 0 63 63 63 0 0 0 127 127 127]; mask:((Depth1Image new) width: 12; height: 21; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_>C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<G? ') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class addBreakPointIcon2'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:12;
+                height:21;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'EUUT_??=_:+=_%V=^TA-^P@-^P@-^P@-_ B=_:+=_??=_:+=_**=^)V-^%U-^%U-^UU-_%V=_:+=_??=EUUT');
+                colorMapFromArray:#[ 255 0 0 63 63 63 0 0 0 127 127 127 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:21;
+                            bits:(ByteArray 
+                                        fromPackedString:'_>C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<G? ');
+                            yourself);
+                yourself
+        ]
 !
 
 addOverlayIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self addOverlayIcon inspect
      ImageEditor openOnClass:self andSelector:#addOverlayIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class addOverlayIcon'
-	ifAbsentPut:[(Depth8Image new) width: 11; height: 12; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class addOverlayIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:11;
+                height:12;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 R@@@RT%RST1LTD9H@D%IT%MRSD1PS$!!RT$5RUEILT%INT%UVT%YWU%IVUUIHT%!!YV%-ZVU!!RWD!!MT%Y[@E-VT%5\RD1RU%,@V5YRWU1HT%!!YV%-ZVU!!RWEIU
-U%IVU5YRU%URZ%IR@EITT ART&,@@@@@T%MR@@@@@@@@@@@@T @@@@@@') ; colorMapFromArray:#[255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 127 160 216 207 216 240 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 48 80 176 223 216 224 96 152 224 96 152 216 95 152 216 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160]; mask:((Depth1Image new) width: 11; height: 12; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A@@N@F;@?>A?0G>@O8A?0O? [,@N@@P@') ; yourself); yourself]
+U%IVU5YRU%URZ%IR@EITT ART&,@@@@@T%MR@@@@@@@@@@@@T @@@@@@');
+                colorMapFromArray:#[ 255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 127 160 216 207 216 240 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 48 80 176 223 216 224 96 152 224 96 152 216 95 152 216 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 ];
+                mask:((ImageMask new)
+                            width:11;
+                            height:12;
+                            bits:(ByteArray fromPackedString:'A@@N@F;@?>A?0G>@O8A?0O? [,@N@@P@');
+                            yourself);
+                yourself
+        ]
 !
 
 addOverlayIcon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self addOverlayIcon2 inspect
      ImageEditor openOnClass:self andSelector:#addOverlayIcon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class addOverlayIcon2'
-	ifAbsentPut:[(Depth8Image new) width: 14; height: 14; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class addOverlayIcon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:14;
+                height:14;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@% <@@@@@@@@@@@@@@C/P&.4@@@@@@@@@@@@@WGDIZ@@@@@@@@@@@@@B?B:Y(@@@@@@@@@@@@@N<AQ$8@@@@@@@CXFF=//:% S''L#^''(@H\''@X6ET
 :4XINT=JR.T/PYMY\WEF78#DRL;N#@CHS$9N4P$+H7)2&I @@@@@@@B@RT=^@@@@@@@@@@@@@M%OFYD@@@@@@@@@@@@@W3CN" @@@@@@@@@@@@C'''' :4@@@@
-@@@@@@@@@@@BIP@@@@@@@@@a') ; colorMapFromArray:#[176 175 128 176 240 159 143 159 128 240 240 208 240 223 128 192 160 112 192 159 79 191 160 111 255 240 208 127 208 96 255 255 224 175 239 144 239 239 176 191 176 175 15 79 0 160 176 95 255 208 128 255 240 224 208 207 192 192 160 111 239 223 111 175 160 159 255 240 207 47 32 31 0 160 0 64 176 48 95 80 79 176 160 128 111 128 48 143 128 127 208 208 207 255 240 223 208 207 191 112 159 95 79 64 63 0 96 0 240 224 160 144 159 143 255 255 223 239 224 176 224 223 127 176 160 127 160 159 144 96 207 80 240 224 128 224 224 223 223 207 207 127 159 111 63 175 48 160 144 96 112 111 96 175 159 112 240 239 176 255 224 127 239 223 143 176 144 96 191 159 111 96 207 79 224 224 175 80 176 64 240 239 143 223 208 159 176 127 64 144 144 143 240 224 159 31 159 31 240 239 175 223 208 191 208 207 144 160 144 143 143 224 112 240 239 208 64 176 63 95 207 79 63 160 47 207 191 144 160 128 64 255 224 176 0 127 0 80 191 64 208 192 143 239 207 112 223 192 96 160 143 111 176 240 144 239 224 192 255 239 160 207 192 176 223 191 95 143 239 112 255 224 175 240 224 207 15 160 15 80 79 79 16 95 16 0 80 0 143 224 111 191 240 159 255 224 143 175 240 144 208 176 80 207 191 143 63 63 48 240 208 128 15 127 15 255 239 191 192 192 191 207 207 207 207 176 112 63 48 47 112 112 111 0 175 0 223 207 191 144 239 127 0 79 0 0 112 0 239 224 223 159 159 144 224 223 192 223 192 160 111 96 47 191 176 159 0 95 0 255 255 240 239 224 191 192 191 191 176 176 175 207 175 112 15 112 15 208 192 192 144 143 96 240 223 143 223 192 159 223 191 128 176 160 112 175 175 175 111 207 80 96 95 80 16 79 16 176 160 144 15 79 15 159 144 143 240 240 176 128 127 112 224 223 191 16 80 16 192 175 127 128 223 111 191 159 96 31 31 16 159 159 63 80 80 79 15 64 15 160 159 159 31 144 16 255 240 192 240 240 224 208 207 207 16 80 15 64 64 63 160 160 160 160 143 96 143 144 128 224 208 143 255 239 143 176 144 111 128 224 111 159 144 128 255 240 191 176 239 159 96 96 95 111 111 96 207 207 192 160 160 159 240 208 144 175 143 111 240 223 160 255 208 112 223 223 208 192 176 112 95 112 80 144 128 80 240 224 144 255 240 239 255 255 208 192 192 176 207 191 160 160 144 128 240 208 143 32 32 31 224 223 208 15 175 15 144 224 127 64 63 48 48 48 47 144 112 48 95 192 79 240 224 192 240 239 160 239 192 96 31 95 15 32 160 31 159 143 80 175 175 160 224 223 207 223 208 208 48 159 47 191 176 176 32 159 31 15 128 15 224 224 191 240 224 191 240 239 159 192 192 175 176 175 160 79 79 64 95 160 47 0 111 0 127 112 111 223 208 207 208 191 128 207 176 128 191 191 176 127 223 96 255 224 159 31 16 15 255 239 176 207 192 192 192 175 111 15 80 0 240 240 192 64 112 63 240 255 208 223 192 175 192 191 176 159 239 127 191 191 175 95 159 79 240 208 112 16 175 16]; mask:((Depth1Image new) width: 14; height: 14; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@0@G @^@A8@G G?8??3??G?8A8@G @^@A8@C@@@a') ; yourself); yourself]
+@@@@@@@@@@@BIP@@@@@@@@@a');
+                colorMapFromArray:#[ 176 175 128 176 240 159 143 159 128 240 240 208 240 223 128 192 160 112 192 159 79 191 160 111 255 240 208 127 208 96 255 255 224 175 239 144 239 239 176 191 176 175 15 79 0 160 176 95 255 208 128 255 240 224 208 207 192 192 160 111 239 223 111 175 160 159 255 240 207 47 32 31 0 160 0 64 176 48 95 80 79 176 160 128 111 128 48 143 128 127 208 208 207 255 240 223 208 207 191 112 159 95 79 64 63 0 96 0 240 224 160 144 159 143 255 255 223 239 224 176 224 223 127 176 160 127 160 159 144 96 207 80 240 224 128 224 224 223 223 207 207 127 159 111 63 175 48 160 144 96 112 111 96 175 159 112 240 239 176 255 224 127 239 223 143 176 144 96 191 159 111 96 207 79 224 224 175 80 176 64 240 239 143 223 208 159 176 127 64 144 144 143 240 224 159 31 159 31 240 239 175 223 208 191 208 207 144 160 144 143 143 224 112 240 239 208 64 176 63 95 207 79 63 160 47 207 191 144 160 128 64 255 224 176 0 127 0 80 191 64 208 192 143 239 207 112 223 192 96 160 143 111 176 240 144 239 224 192 255 239 160 207 192 176 223 191 95 143 239 112 255 224 175 240 224 207 15 160 15 80 79 79 16 95 16 0 80 0 143 224 111 191 240 159 255 224 143 175 240 144 208 176 80 207 191 143 63 63 48 240 208 128 15 127 15 255 239 191 192 192 191 207 207 207 207 176 112 63 48 47 112 112 111 0 175 0 223 207 191 144 239 127 0 79 0 0 112 0 239 224 223 159 159 144 224 223 192 223 192 160 111 96 47 191 176 159 0 95 0 255 255 240 239 224 191 192 191 191 176 176 175 207 175 112 15 112 15 208 192 192 144 143 96 240 223 143 223 192 159 223 191 128 176 160 112 175 175 175 111 207 80 96 95 80 16 79 16 176 160 144 15 79 15 159 144 143 240 240 176 128 127 112 224 223 191 16 80 16 192 175 127 128 223 111 191 159 96 31 31 16 159 159 63 80 80 79 15 64 15 160 159 159 31 144 16 255 240 192 240 240 224 208 207 207 16 80 15 64 64 63 160 160 160 160 143 96 143 144 128 224 208 143 255 239 143 176 144 111 128 224 111 159 144 128 255 240 191 176 239 159 96 96 95 111 111 96 207 207 192 160 160 159 240 208 144 175 143 111 240 223 160 255 208 112 223 223 208 192 176 112 95 112 80 144 128 80 240 224 144 255 240 239 255 255 208 192 192 176 207 191 160 160 144 128 240 208 143 32 32 31 224 223 208 15 175 15 144 224 127 64 63 48 48 48 47 144 112 48 95 192 79 240 224 192 240 239 160 239 192 96 31 95 15 32 160 31 159 143 80 175 175 160 224 223 207 223 208 208 48 159 47 191 176 176 32 159 31 15 128 15 224 224 191 240 224 191 240 239 159 192 192 175 176 175 160 79 79 64 95 160 47 0 111 0 127 112 111 223 208 207 208 191 128 207 176 128 191 191 176 127 223 96 255 224 159 31 16 15 255 239 176 207 192 192 192 175 111 15 80 0 240 240 192 64 112 63 240 255 208 223 192 175 192 191 176 159 239 127 191 191 175 95 159 79 240 208 112 16 175 16 ];
+                mask:((ImageMask new)
+                            width:14;
+                            height:14;
+                            bits:(ByteArray 
+                                        fromPackedString:'@0@G @^@A8@G G?8??3??G?8A8@G @^@A8@C@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 addOverlayIcon3
@@ -128,131 +169,183 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class addOverlayIcon3'
-	ifAbsentPut:[(Depth8Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class addOverlayIcon3'
+        ifAbsentPut:[(Depth8Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @@@@@K_ 5^ @@@@@@@@@@LGI*,\@@@@@@@@@@M*+5<\@@@@@@@@@@N&(.[4@@@@@8*;H2M+X1K7K,\3L7-/F1[?''.Z*6/+3%.MK@2\&99L;\.-?P7[6=/^F*
 ,;GL2-ST@@@@@L6;/,H@@@@@@@@@@NN>+=D@@@@@@@@@@LN57<<@@@@@@@@@@N[V+M$@@@@@') ; colorMapFromArray:#[255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 223 216 232 48 80 176 224 224 240 223 216 224 96 152 224 96 152 216 95 152 216 239 232 232 208 208 224 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 0 0 0 207 216 240 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 227 227 236 225 225 234 244 244 249 242 242 247 218 217 230 212 211 224 234 234 242 253 253 254 251 251 252 227 226 235 226 226 237 243 243 247 220 220 231 240 239 244 237 237 244 233 233 240 52 89 178 231 231 238 50 87 176 229 229 239 248 248 251 246 246 249 223 223 233 222 221 232 238 238 244 56 94 181 55 92 180 53 90 178 233 232 239 51 88 176 232 232 241 251 251 253 249 249 251 228 228 237 225 224 234 241 241 246 238 237 243 56 93 180 254 254 255 229 229 237 227 227 238 246 246 250 244 244 248 219 219 230 236 236 243 255 255 255 51 88 177 231 230 238 249 249 252 247 247 250 241 241 247 239 239 245 236 235 242 54 91 179 231 231 240 176 175 128 176 240 159 143 159 128 127 208 96 175 239 144 15 79 0 160 176 95 0 160 0 64 176 48 112 159 95 0 96 0 144 159 143 96 207 80 127 159 111 63 175 48 96 207 79 80 176 64 31 159 31 143 224 112 64 176 63 95 207 79 63 160 47 0 127 0 80 191 64 176 240 144 143 239 112 15 160 15 16 95 16 0 80 0 143 224 111 191 240 159 175 240 144 15 127 15 0 175 0 144 239 127 0 79 0 0 112 0 0 95 0 15 112 15 111 207 80 16 79 16 15 79 15 16 80 16 128 223 111 159 159 63 15 64 15 31 144 16 16 80 15 128 224 111 176 239 159 95 112 80 15 175 15 144 224 127 95 192 79 31 95 15 32 160 31 48 159 47 32 159 31 15 128 15 95 160 47 0 111 0 127 223 96 15 80 0 64 112 63 159 239 127 95 159 79 16 175 16]; mask:((ImageMask new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'C0,O@@<EC0G?<O?0??C?<@<FC0DO@@<@') ; yourself); yourself]
 !
 
 changesBrowser18x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self changesBrowser18x22Icon inspect
      ImageEditor openOnClass:self andSelector:#changesBrowser18x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class changesBrowser18x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 18; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class changesBrowser18x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:18;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ HB@ HB@ HB@ HA@@@@@@@@@" (JBL HB@ H@XA
 @@@@@@HB@ HB@ HB@ HB@P A@@@@@@H(JB #HB@ HB@F@P(A@@@B@ HB@ HB@ HB@ DH@PLA@@@BJB (H2@ HB@ A DJ@PPA@ HB@ HB@ HB@ HAB@DC@PXA
 @" (JBL HB@ H@ AB DD@P8A@" A@PD#@RHXF@ A@0DF@PDA@" (JBT#H2LZE@(AA@DN@P@@@" AJ@D#@Q\TB LAA DA@P@@@" (JB\%GQ4LAPPAC D@@@@@
 @" A@PD^@P$IA0XA@PD@@@@@@" ''I!!$YEALPC08A@@@@@@@@@PDA@PDA@PDA@PDA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 78 78 91 127 127 127 201 201 218 204 204 219 206 206 221 208 208 223 210 210 224 211 211 225 213 213 228 215 215 229 216 216 230 218 218 231 219 219 232 220 220 233 222 222 235 224 224 236 225 225 237 228 228 238 229 229 239 230 230 240 232 232 241 234 234 243 235 235 244 236 236 244 238 238 245 239 239 246 240 240 247 241 241 248 242 242 249 243 243 249 244 244 250 245 245 252 246 246 253 248 248 254 249 249 254 250 250 255 252 252 255 253 253 255 254 254 255 255 255 255]; mask:((Depth1Image new) width: 18; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@??@@??@C??@C??@O??@O??@???@???@???@??<@??<@??0@??0@??@@??@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 78 78 91 127 127 127 201 201 218 204 204 219 206 206 221 208 208 223 210 210 224 211 211 225 213 213 228 215 215 229 216 216 230 218 218 231 219 219 232 220 220 233 222 222 235 224 224 236 225 225 237 228 228 238 229 229 239 230 230 240 232 232 241 234 234 243 235 235 244 236 236 244 238 238 245 239 239 246 240 240 247 241 241 248 242 242 249 243 243 249 244 244 250 245 245 252 246 246 253 248 248 254 249 249 254 250 250 255 252 252 255 253 253 255 254 254 255 255 255 255 ];
+                mask:((ImageMask new)
+                            width:18;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@??@@??@C??@C??@O??@O??@???@???@???@??<@??<@??0@??0@??@@??@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 changesBrowser22x24Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self changesBrowser22x24Icon2 inspect
      ImageEditor openOnClass:self andSelector:#changesBrowser22x24Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class changesBrowser22x24Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class changesBrowser22x24Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@ HB@ HB@ HB@ D@@@@@@@@@@@@@@(>O#8VB (JB %XA@@@@@@@@@@@B@ HB@ HB@ HB@ E[@P@@@@@@
 @@@@@(>O#8VB (JB %XAWPD@@@@@@@@B@ HB@ HB@ HB@ E[@T A@@@@@@@@@(>O#8VB (JB %,AWPEI@P@@@@@@@@JO@PDA!!V 3APPHEQ,=]PD@@@@@@@@B
 #8>O!!4<KE3]EQ$D0FAIV@@@@@@@@@(<A#4<\VH>O#8>O#8>OBEX@@@@@@@JO#6P]TX>O#8>O#8>O#1<E]P@@@@@B#0D5K8>O@PDA@X<A@X<BDBH@@@@@@(=(
 IH>O#8>O#8>O#8>O@#@CY @@@@DAYA6O@X<A#0DA@X<A#0IBA6P@@@@@@FP]#8>O#8>O#8>O#8<BVP5$@@@@@@A$GX<A@PDA#0DA#0FO@%PMY@@@@@@@YA88
 #8>O#8>O#8>O^@IRAFP@@@@@@GT4I HB@ HB@ HB@ HBM )5@@@@@@@@S0<0UDMGVV)8_X>OZP1V@@@@@@@@^&PTC3!!UUU%%YV)=]"L,@@@@@@@@#''%LD0XO
-I4AUYU%RO"L-]P@@@@@@#X.JR1EMQATIC!!X%H29D]@@@@@@@#X2JX2(!!Y A&S$QPU5Y&@@@@@@@@@H2JX2, L @@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 78 78 91 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 156 156 182 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 201 201 218 204 204 219 206 206 221 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 210 210 224 211 211 225 213 213 228 215 215 229 216 216 230 218 218 231 219 219 232 220 220 233 222 222 235 223 128 63 223 223 224 223 255 255 224 224 224 224 224 236 224 224 239 224 239 240 224 255 255 225 225 237 228 228 238 229 229 239 230 230 240 232 232 241 234 234 243 235 235 244 236 236 244 238 238 245 239 239 224 239 239 239 239 239 240 239 239 246 239 255 255 240 207 144 240 239 223 240 240 239 240 240 247 240 255 255 241 241 248 242 242 249 243 243 249 244 244 250 245 245 252 246 246 253 248 248 254 249 249 254 250 250 255 252 252 255 253 253 255 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255]; mask:((Depth1Image new) width: 22; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@_? @_? A?? A?? G?? G?? G?? G?? G??0G??8G??8G??<G??<A??<A??<A??<A??<@??8A??0C??0G?? O;>@O0@@') ; yourself); yourself]
+I4AUYU%RO"L-]P@@@@@@#X.JR1EMQATIC!!X%H29D]@@@@@@@#X2JX2(!!Y A&S$QPU5Y&@@@@@@@@@H2JX2, L @@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 78 78 91 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 156 156 182 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 201 201 218 204 204 219 206 206 221 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 210 210 224 211 211 225 213 213 228 215 215 229 216 216 230 218 218 231 219 219 232 220 220 233 222 222 235 223 128 63 223 223 224 223 255 255 224 224 224 224 224 236 224 224 239 224 239 240 224 255 255 225 225 237 228 228 238 229 229 239 230 230 240 232 232 241 234 234 243 235 235 244 236 236 244 238 238 245 239 239 224 239 239 239 239 239 240 239 239 246 239 255 255 240 207 144 240 239 223 240 240 239 240 240 247 240 255 255 241 241 248 242 242 249 243 243 249 244 244 250 245 245 252 246 246 253 248 248 254 249 249 254 250 250 255 252 252 255 253 253 255 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@_? @_? A?? A?? G?? G?? G?? G?? G??0G??8G??8G??<G??<A??<A??<A??<A??<@??8A??0C??0G?? O;>@O0@@');
+                            yourself);
+                yourself
+        ]
 !
 
 cut19x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self cut19x22Icon inspect
      ImageEditor openOnClass:self andSelector:#cut19x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class cut19x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 19; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class cut19x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:19;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@%JQ@@@@@@@@!!P@@@@@@@@@@@J!!-F@@@@@@@@HT@@@@@@@@@@@AR!!TP@@@@@Q0^E@@@@@@@@@@@@TXUV@@@@ T4BI@@@@@@@@@@@@A.U P@@
 ]''2E@"P@@@@@@@@@@@@+HD8@DU:EXRPG@@@@@@@@@@@@GH%]YW4]KZ=''!!P@@@@@@@@@@@J6[[;L- *YB@HT@@@@@@@@@@@A5 RP>FI^W@@BE@@@@@S>D]@@@
 C2!!RJ(52@@@@!!PA4P1TYBH>$M0-Q[GN_@@@@@HU4NINPOJ-$#1PJ_:^_@@@@@@BE#$&2,@AW]0!!1@3%+DAAP@@@@!!UQ&E @@VX19R)IOA#TF^8P@@HVXX:(@
 @KA[ @V.H"I@IS,^^0BECJELCZ2GD$N%LX!!S")YH"6@@!!WQ8(S5*,RD3@E).''@@@ZP$_@HT@]E0DPR<@@@BZ_$X@@DX,V@BE@@@@@@@@@@@@I2%(@@@6*Q(@
-!!P@@@@@@@@@@@I&]'')QE(7@:@HT@@@@@@@@@@@A4D:J (C@W@@BE@@@@@@@@@@@@@GRCH4,4@@@@!!P@a') ; colorMapFromArray:#[0 0 0 190 120 28 223 223 232 255 230 45 187 107 15 198 129 29 248 208 38 188 188 204 255 233 38 254 192 24 182 178 92 164 150 134 190 106 11 138 79 26 207 207 219 115 109 132 212 137 29 120 120 150 248 180 21 166 97 20 245 208 41 235 178 28 153 91 27 142 82 26 195 195 210 255 218 34 160 96 27 189 189 204 164 164 186 241 241 245 207 139 30 178 110 28 239 239 243 176 110 26 255 230 37 198 108 8 158 158 180 255 220 37 129 71 26 190 120 23 127 127 156 252 168 11 181 181 199 177 177 195 255 192 17 227 227 234 126 69 26 154 92 27 242 140 1 227 168 29 143 83 26 172 106 28 133 76 26 251 214 39 192 121 21 218 141 30 186 118 25 230 170 35 151 90 27 255 223 36 224 156 29 255 160 0 213 213 223 197 125 29 255 211 36 164 98 23 130 130 158 186 118 28 184 184 201 154 89 23 176 109 28 180 180 197 249 193 30 245 162 13 253 213 37 181 99 13 166 95 18 205 205 218 147 147 171 255 235 42 211 137 29 201 201 214 199 199 212 229 161 30 183 109 18 134 77 26 172 172 192 219 142 30 169 103 27 198 126 29 222 157 26 248 186 25 177 99 15 133 133 160 189 189 205 159 96 27 187 117 28 241 241 246 149 87 27 232 138 6 255 228 38 100 100 134 250 158 7 150 150 173 156 92 27 211 142 28 255 169 5 224 161 34 121 121 151 254 254 255 252 189 25 119 119 149 208 127 15 255 242 44 90 90 127 86 86 123 209 134 29 142 142 168 140 140 166 246 190 32 240 130 0 255 223 34 139 77 23 218 153 31 192 192 207 188 188 203 243 171 19 130 125 146 250 195 29 159 159 181 211 211 222 151 85 21 203 130 29 255 255 255 136 77 26 230 156 19 255 218 30 228 228 235 221 144 30 237 180 29 237 176 29 91 91 127 154 91 27 243 200 38 234 170 26 197 197 211 220 158 32 255 191 20 133 75 26 249 249 252 218 142 30 110 110 142 202 116 11 151 89 27 211 142 23 218 218 228 197 126 29 251 156 6 211 127 13 77 77 116 255 153 0 255 151 0 255 149 0 242 149 7 215 144 30 186 117 28 129 129 157 113 93 95 181 181 198 245 163 13 137 78 26 241 181 32 164 99 26 152 152 176 231 178 32 148 148 172 183 115 28 219 142 17 205 134 23 171 171 191]; mask:((Depth1Image new) width: 19; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@G@@@G@@@GC@@GG @GO @G_ @G?@@G>@@G<@G''8@_?0@?? @=?8@9?<@9?>@??>@?7N@_GN@@GN@@G>@@G<@@C8@') ; yourself); yourself]
+!!P@@@@@@@@@@@I&]'')QE(7@:@HT@@@@@@@@@@@A4D:J (C@W@@BE@@@@@@@@@@@@@GRCH4,4@@@@!!P@a');
+                colorMapFromArray:#[ 0 0 0 190 120 28 223 223 232 255 230 45 187 107 15 198 129 29 248 208 38 188 188 204 255 233 38 254 192 24 182 178 92 164 150 134 190 106 11 138 79 26 207 207 219 115 109 132 212 137 29 120 120 150 248 180 21 166 97 20 245 208 41 235 178 28 153 91 27 142 82 26 195 195 210 255 218 34 160 96 27 189 189 204 164 164 186 241 241 245 207 139 30 178 110 28 239 239 243 176 110 26 255 230 37 198 108 8 158 158 180 255 220 37 129 71 26 190 120 23 127 127 156 252 168 11 181 181 199 177 177 195 255 192 17 227 227 234 126 69 26 154 92 27 242 140 1 227 168 29 143 83 26 172 106 28 133 76 26 251 214 39 192 121 21 218 141 30 186 118 25 230 170 35 151 90 27 255 223 36 224 156 29 255 160 0 213 213 223 197 125 29 255 211 36 164 98 23 130 130 158 186 118 28 184 184 201 154 89 23 176 109 28 180 180 197 249 193 30 245 162 13 253 213 37 181 99 13 166 95 18 205 205 218 147 147 171 255 235 42 211 137 29 201 201 214 199 199 212 229 161 30 183 109 18 134 77 26 172 172 192 219 142 30 169 103 27 198 126 29 222 157 26 248 186 25 177 99 15 133 133 160 189 189 205 159 96 27 187 117 28 241 241 246 149 87 27 232 138 6 255 228 38 100 100 134 250 158 7 150 150 173 156 92 27 211 142 28 255 169 5 224 161 34 121 121 151 254 254 255 252 189 25 119 119 149 208 127 15 255 242 44 90 90 127 86 86 123 209 134 29 142 142 168 140 140 166 246 190 32 240 130 0 255 223 34 139 77 23 218 153 31 192 192 207 188 188 203 243 171 19 130 125 146 250 195 29 159 159 181 211 211 222 151 85 21 203 130 29 255 255 255 136 77 26 230 156 19 255 218 30 228 228 235 221 144 30 237 180 29 237 176 29 91 91 127 154 91 27 243 200 38 234 170 26 197 197 211 220 158 32 255 191 20 133 75 26 249 249 252 218 142 30 110 110 142 202 116 11 151 89 27 211 142 23 218 218 228 197 126 29 251 156 6 211 127 13 77 77 116 255 153 0 255 151 0 255 149 0 242 149 7 215 144 30 186 117 28 129 129 157 113 93 95 181 181 198 245 163 13 137 78 26 241 181 32 164 99 26 152 152 176 231 178 32 148 148 172 183 115 28 219 142 17 205 134 23 171 171 191 ];
+                mask:((ImageMask new)
+                            width:19;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@G@@@G@@@GC@@GG @GO @G_ @G?@@G>@@G<@G''8@_?0@?? @=?8@9?<@9?>@??>@?7N@_GN@@GN@@G>@@G<@@C8@');
+                            yourself);
+                yourself
+        ]
 !
 
 deleteFile17x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self deleteFile17x22Icon inspect
      ImageEditor openOnClass:self andSelector:#deleteFile17x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class deleteFile17x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 17; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class deleteFile17x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:17;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 M@0LC@0LCBP&E4!!HV%)ZV%(LV%)ZV%)BM1!!)CC!!HV%)ZV 1ZV%)ZV$I_Y#<LW"EHV%)ZCE)ZV%)ZV&1LY 0F[B-HV%(LV%)ZV%)Z[E=&CE=ZS"EHV 1ZV%)Z
 V%),H3\HB@ HB@ HCE)ZV%)ZV$H3SC@0Z$Y$IS8LV%)ZV%)ZP&1LFF(8M@A#O 1ZV%(VR%)DL3\!!UR][BTL>CE)ZB QEXE<7FFDNF$-''FS8LV%(RDU0/VF)-
 C!!4,T# +O 1ZV!!<;J@<<G 8]K@,6M# >CE)BP#(MOPDNGR0[HT$SM#8LV$9NS MOC!!4,EF)+HT%IO 1ZSD1LVP8]K@T"JSH!!W!!L>CE)LSB4NGR0PPCTGYU4!!
 RS8LV$0-C!!4,TT5(NS$1U2EIO 1ZSEL]KAU&FFIANS$.HT$>CE)LHEQPM6XXFB)AQ2D!!RS8LV#\7M0I&FA!!VZV)+HU8SO 1Z[F1,H2MNM6XXA#A*Z2D>GC8>
-O#8>O#8>O#8>O#8>O#8b') ; colorMapFromArray:#[204 208 220 255 103 69 245 246 250 247 223 219 255 187 164 255 40 16 240 242 248 252 45 46 140 145 163 212 215 227 255 232 223 239 162 158 207 211 222 254 140 110 255 87 55 255 133 101 254 53 31 255 173 147 255 191 170 227 230 238 245 154 147 249 171 164 255 236 229 193 197 211 241 243 248 214 218 228 248 99 77 241 163 159 210 214 224 255 71 41 245 177 166 255 240 235 248 237 238 231 233 241 252 64 51 249 250 252 201 206 218 200 204 217 196 200 213 221 214 221 255 147 116 236 223 229 240 194 200 220 223 233 255 55 27 250 191 180 239 161 166 255 167 142 238 240 247 251 45 46 234 236 243 250 251 252 205 209 221 255 10 0 225 228 237 245 247 250 223 226 235 255 0 0 253 234 228 255 168 141 252 142 115 255 119 85 116 120 133 240 241 248 255 24 6 254 15 15 253 254 254 211 214 226 252 252 253 255 188 167 207 210 222 243 148 152 178 183 200 229 231 240 255 251 249 219 210 217 247 248 251 244 202 202 246 248 250 254 112 80 249 172 164 248 170 163 234 170 169 253 117 92 253 91 69 233 185 181 241 242 248 233 219 227 242 235 239 249 191 180 255 255 255 213 217 227 255 162 133 232 234 242 230 232 240 248 249 251 253 248 246 239 181 173 244 197 201 202 207 219 201 205 218 236 222 229 243 245 249 217 220 230 254 25 16 237 239 246 235 237 244 234 237 243 251 252 253 242 184 175]; mask:((Depth1Image new) width: 17; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??@@?? @??0@??8@??<@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@') ; yourself); yourself]
+O#8>O#8>O#8>O#8>O#8b');
+                colorMapFromArray:#[ 204 208 220 255 103 69 245 246 250 247 223 219 255 187 164 255 40 16 240 242 248 252 45 46 140 145 163 212 215 227 255 232 223 239 162 158 207 211 222 254 140 110 255 87 55 255 133 101 254 53 31 255 173 147 255 191 170 227 230 238 245 154 147 249 171 164 255 236 229 193 197 211 241 243 248 214 218 228 248 99 77 241 163 159 210 214 224 255 71 41 245 177 166 255 240 235 248 237 238 231 233 241 252 64 51 249 250 252 201 206 218 200 204 217 196 200 213 221 214 221 255 147 116 236 223 229 240 194 200 220 223 233 255 55 27 250 191 180 239 161 166 255 167 142 238 240 247 251 45 46 234 236 243 250 251 252 205 209 221 255 10 0 225 228 237 245 247 250 223 226 235 255 0 0 253 234 228 255 168 141 252 142 115 255 119 85 116 120 133 240 241 248 255 24 6 254 15 15 253 254 254 211 214 226 252 252 253 255 188 167 207 210 222 243 148 152 178 183 200 229 231 240 255 251 249 219 210 217 247 248 251 244 202 202 246 248 250 254 112 80 249 172 164 248 170 163 234 170 169 253 117 92 253 91 69 233 185 181 241 242 248 233 219 227 242 235 239 249 191 180 255 255 255 213 217 227 255 162 133 232 234 242 230 232 240 248 249 251 253 248 246 239 181 173 244 197 201 202 207 219 201 205 218 236 222 229 243 245 249 217 220 230 254 25 16 237 239 246 235 237 244 234 237 243 251 252 253 242 184 175 ];
+                mask:((ImageMask new)
+                            width:17;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'??@@?? @??0@??8@??<@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@');
+                            yourself);
+                yourself
+        ]
 !
 
 desktopIcon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self desktopIcon1 inspect
      ImageEditor openOnClass:self andSelector:#desktopIcon1
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class desktopIcon1'
-	ifAbsentPut:[(Depth24Image new) width: 24; height: 24; photometric:(#rgb); bitsPerSample:(#(8 8 8)); samplesPerPixel:(3); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class desktopIcon1'
+        ifAbsentPut:[
+            (Depth24Image new)
+                width:24;
+                height:24;
+                photometric:(#rgb);
+                bitsPerSample:(#( 8 8 8 ));
+                samplesPerPixel:(3);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@(:N#(:N#&I"X&I"X&I"X&I"X@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(:N#(:N#&I"X&I"X&I"X&I"X (JB
@@ -272,182 +365,262 @@
 @@@@J"(*\GA0/;>?6MWR,<KQ^:?$^:?$^:?$^:?$^:?$8-7V6MSP1<[D/K2;,KB1$IFQ&I"X&I"X2,''H2,''H@@@@@@@@@@@@@@@@J"(*TEAP-+Z63,;O4\;M
 :.S]8=;Z5-SR3,7L/;>?,[F1(JB &I"X&I"X2,''H2,''H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(:N#_G1<^W%9W%9^&I"X(:N#(:N#2,''H@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@') ; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@C<@A?<A??>O??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??<_??8_?>@G>@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@');
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@C<@A?<A??>O??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??<_??8_?>@G>@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 directory22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self directory22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#directory22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary class directory22x22Icon'
-        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class directory22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@8B0,0L@\@@@@@@@@@@@@@@@@@@@@GA!!L$H" 0LC@0LC@0LC@0LH1="0@@A2 (
 JB (X6M.[&9.[&9.[&:K#'',@@E((X3M.[#L3N3-[V26U%IBYM&5 @@@!!L5,3N3-KKQP5EBBS$YZRA ROJ @@HQQKKQP BP$G]''Y6D9^WG9]/B9 @@BE3XVDO
 BP9#X6M#IBP(JC<_YR*X@@AFZ4)QK&8<N3, HB@3L68JO1\*@@@@QUD%W4\ \2@ RD +EAHR]Q(,@@@@@GDUL''P U3EHLT!!UUQPRD''TZK@@@@@@MNQ$[W"M*
 \@T^APUS^T5$M@@@@@@@CWYP^U%YVQ0\Y34XOTP7U @@@@@@@@L>WT1LI$0&X$9&VAXQ[@@@@@@@@@A\P$QRPF!!2BG]AJT$@@@@@@@@@@@@@RTM)GS(BD@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 255 248 200 255 248 24 15 56 160 255 248 88 239 232 240 240 240 240 255 248 152 48 80 176 255 248 96 48 88 176 240 240 248 207 216 240 223 216 224 255 248 48 224 224 232 255 248 176 255 248 248 240 144 24 255 248 136 63 96 184 240 208 24 239 239 224 176 159 111 240 207 96 207 160 127 240 207 111 191 191 160 223 208 175 240 208 111 255 255 239 192 176 175 208 207 176]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@O0@@_??@_??@_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 255 248 200 255 248 24 15 56 160 255 248 88 239 232 240 240 240 240 255 248 152 48 80 176 255 248 96 48 88 176 240 240 248 207 216 240 223 216 224 255 248 48 224 224 232 255 248 176 255 248 248 240 144 24 255 248 136 63 96 184 240 208 24 239 239 224 176 159 111 240 207 96 207 160 127 240 207 111 191 191 160 223 208 175 240 208 111 255 255 239 192 176 175 208 207 176 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@O0@@_??@_??@_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 directoryOpen18x18Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self directoryOpen18x18Icon inspect
      ImageEditor openOnClass:self andSelector:#directoryOpen18x18Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class directoryOpen18x18Icon'
-	ifAbsentPut:[(Depth8Image new) width: 18; height: 18; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class directoryOpen18x18Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:18;
+                height:18;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@EMST5MS@IJRA0\G@@@@@@AST5MST5MSRQ=M)''MGMUA%L8>O#8=ST5MS]1^B (HW\WEZ]Q%[-H=ST5MS]8JB (JBEHJB (JB (=ST5MS
 ]5QTUEQTUEQTM $IBP$IBP$I](NC 8NC 8LIW@8$S4=NOC0%LXRDT"@F#8=!!^WM3\7N%_WHBF3>.+Z!!O)0UDP$IBP$JJRC @LE]#YB"B (JB (JB $HA''7AS
 ]F6V)B\''I2\''I2\''I2]Y$P5SWP>3"ADQDQDQDQDQDQDS&%MSQ'')KUUUUUUUUUUUUU[H *UMSF"HH,[F1,[F1,V-QHY@;T5MS(;L-!!XVE W8K*$TLJ)L@T5MS
-QVE**71&QS-0G AST5MST5MSQTT9DJ@@T5MST5MST5MST5MST5MST5MST5MST5MST5MST5MS') ; colorMapFromArray:#[254 201 107 255 238 154 231 208 160 194 135 4 196 136 7 255 255 199 209 157 23 209 166 33 255 242 193 217 175 45 217 158 32 217 165 32 201 152 48 248 240 224 255 255 238 231 172 54 209 168 80 255 242 119 255 221 103 251 230 118 255 254 147 255 212 110 255 201 106 255 252 167 238 221 165 255 251 187 191 130 2 197 139 10 255 233 177 203 146 20 239 224 192 247 238 206 222 173 41 222 177 44 213 165 49 239 239 231 255 255 237 213 174 74 235 177 62 255 252 128 255 255 136 255 202 86 218 184 112 255 224 122 230 206 136 255 225 139 255 217 142 191 131 2 196 138 8 198 140 12 202 144 16 213 167 32 202 143 11 217 176 45 226 197 61 222 159 31 213 174 59 192 136 16 241 240 236 205 160 64 255 255 248 248 183 66 222 189 103 255 198 83 122 152 175 255 252 150 255 255 159 234 213 147 255 255 176 189 129 1 192 131 3 242 230 186 255 255 202 204 147 20 204 151 25 247 237 204 251 244 211 255 255 222 255 242 213 255 255 230 238 209 79 238 199 71 242 198 74 255 255 255 255 251 127 255 229 108 255 204 88 255 191 80 255 206 103 255 238 140 238 217 147 255 252 173 238 222 173 193 135 4 198 140 11 201 144 16 204 146 19 242 230 193 247 237 203 217 154 26 251 247 217 230 196 63 197 138 6 241 242 237 217 175 68 247 238 109 242 191 74 251 216 94 242 187 79 247 188 80 255 206 95 255 238 135 222 192 127 234 209 143 238 222 156 255 255 189 194 136 6 251 242 188 201 143 14 203 146 19 202 147 21 255 255 213 213 154 28 222 166 36 213 156 24 255 255 229 234 187 59 238 197 70 252 248 240 247 202 80 255 255 129 255 230 109 255 213 96 255 212 94 238 211 121 230 203 129 255 246 158 255 255 172 255 238 167 192 132 4 197 138 9 201 142 13 203 145 18 202 151 29 202 146 13 213 173 46 213 159 38 235 216 176 217 169 52 238 222 89 217 173 66 240 244 246 247 209 86 0 0 0 213 176 96 255 206 89 255 189 76 248 194 95 136 162 181 247 238 154 227 200 144 255 252 181 191 130 1 191 129 1 255 254 196 255 238 187 255 255 206 255 255 212 247 238 207 243 232 208 202 144 11 226 169 41 240 240 233 213 173 70 238 181 57 251 247 119 255 238 116 255 222 103 255 199 84 226 197 119 255 254 154]; mask:((Depth1Image new) width: 18; height: 18; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@_@@@??0@??0@??0@???@???@???@??>@??>@??>@??<@??<@??8@??0@?<@@>@@@@@@@') ; yourself); yourself]
+QVE**71&QS-0G AST5MST5MSQTT9DJ@@T5MST5MST5MST5MST5MST5MST5MST5MST5MST5MS');
+                colorMapFromArray:#[ 254 201 107 255 238 154 231 208 160 194 135 4 196 136 7 255 255 199 209 157 23 209 166 33 255 242 193 217 175 45 217 158 32 217 165 32 201 152 48 248 240 224 255 255 238 231 172 54 209 168 80 255 242 119 255 221 103 251 230 118 255 254 147 255 212 110 255 201 106 255 252 167 238 221 165 255 251 187 191 130 2 197 139 10 255 233 177 203 146 20 239 224 192 247 238 206 222 173 41 222 177 44 213 165 49 239 239 231 255 255 237 213 174 74 235 177 62 255 252 128 255 255 136 255 202 86 218 184 112 255 224 122 230 206 136 255 225 139 255 217 142 191 131 2 196 138 8 198 140 12 202 144 16 213 167 32 202 143 11 217 176 45 226 197 61 222 159 31 213 174 59 192 136 16 241 240 236 205 160 64 255 255 248 248 183 66 222 189 103 255 198 83 122 152 175 255 252 150 255 255 159 234 213 147 255 255 176 189 129 1 192 131 3 242 230 186 255 255 202 204 147 20 204 151 25 247 237 204 251 244 211 255 255 222 255 242 213 255 255 230 238 209 79 238 199 71 242 198 74 255 255 255 255 251 127 255 229 108 255 204 88 255 191 80 255 206 103 255 238 140 238 217 147 255 252 173 238 222 173 193 135 4 198 140 11 201 144 16 204 146 19 242 230 193 247 237 203 217 154 26 251 247 217 230 196 63 197 138 6 241 242 237 217 175 68 247 238 109 242 191 74 251 216 94 242 187 79 247 188 80 255 206 95 255 238 135 222 192 127 234 209 143 238 222 156 255 255 189 194 136 6 251 242 188 201 143 14 203 146 19 202 147 21 255 255 213 213 154 28 222 166 36 213 156 24 255 255 229 234 187 59 238 197 70 252 248 240 247 202 80 255 255 129 255 230 109 255 213 96 255 212 94 238 211 121 230 203 129 255 246 158 255 255 172 255 238 167 192 132 4 197 138 9 201 142 13 203 145 18 202 151 29 202 146 13 213 173 46 213 159 38 235 216 176 217 169 52 238 222 89 217 173 66 240 244 246 247 209 86 0 0 0 213 176 96 255 206 89 255 189 76 248 194 95 136 162 181 247 238 154 227 200 144 255 252 181 191 130 1 191 129 1 255 254 196 255 238 187 255 255 206 255 255 212 247 238 207 243 232 208 202 144 11 226 169 41 240 240 233 213 173 70 238 181 57 251 247 119 255 238 116 255 222 103 255 199 84 226 197 119 255 254 154 ];
+                mask:((ImageMask new)
+                            width:18;
+                            height:18;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@_@@@??0@??0@??0@???@???@???@??>@??>@??>@??<@??<@??8@??0@?<@@>@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 directoryOpen22x24Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self directoryOpen22x24Icon1 inspect
      ImageEditor openOnClass:self andSelector:#directoryOpen22x24Icon1
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class directoryOpen22x24Icon1'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class directoryOpen22x24Icon1'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 T5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5L@@@@@@@@@@@@@@@@@@@AST5MST5MS@@@@@@@@@@@@@@@@@@@@T5MST5MST0@@
 @@@@@@@@@@@@@@@@@EMST5MST5L@@@@@@@@@@@@@@@@@@@AST5MST5MS@@@@@@@@@@@@@@@@@@@@T5MST5MST0@@@IJRA0\G@@@@@@AST5MST5MST5L@@D$_
 SZY3Q3UPYSNO#8>OT5MST5MS@@A7E8JB !!]1\U)5FU.4#5MST5MST0@@]8JB (JBEHJB (JB (=ST5MST5L@@G]TUEQTUEQTUCXIBP$IBP$IBUMS@@A6 8NC
  8NC 0%\C"QOK$8<OBUST0@@LXRDT"@F#8=!!^WM3\5"%_WHBT5L@@A,?+*6(S:\EQDIBP$I."$ 8@EMS@@@0U6M$JHJB (JB (JB&0F_\EMST0@@]F6V)B\''
 I2\''I2\''I5YY$P5ST5L@@E4O,8 QDQDQDQDQDQD)D9)ST5MS@@AF^$-UUUUUUUUUUUUU,"B)T5MST0@@F"HH,[F1,[F1,V-QHY@;T5MST5MST:N3KXVE!!XE>
-B:)ECB*S@EMST5MST5MEXV*+_FYEN7@^@EMST5MST5MST5MSQTT9DJ@@T5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MS') ; colorMapFromArray:#[254 201 107 255 238 154 231 208 160 194 135 4 196 136 7 255 255 199 209 157 23 209 166 33 255 242 193 217 175 45 217 158 32 217 165 32 201 152 48 248 240 224 255 255 238 231 172 54 209 168 80 255 242 119 255 221 103 251 230 118 255 254 147 255 212 110 255 201 106 255 252 167 238 221 165 255 251 187 191 130 2 197 139 10 255 233 177 203 146 20 239 224 192 247 238 206 222 173 41 222 177 44 213 165 49 239 239 231 255 255 237 213 174 74 235 177 62 255 252 128 255 255 136 255 202 86 218 184 112 255 224 122 230 206 136 255 225 139 255 217 142 191 131 2 196 138 8 198 140 12 202 144 16 213 167 32 202 143 11 217 176 45 226 197 61 222 159 31 213 174 59 192 136 16 241 240 236 205 160 64 255 255 248 248 183 66 222 189 103 255 198 83 122 152 175 255 252 150 255 255 159 234 213 147 255 255 176 189 129 1 192 131 3 242 230 186 255 255 202 204 147 20 204 151 25 247 237 204 251 244 211 255 255 222 255 242 213 255 255 230 238 209 79 238 199 71 242 198 74 255 255 255 255 251 127 255 229 108 255 204 88 255 191 80 255 206 103 255 238 140 238 217 147 255 252 173 238 222 173 193 135 4 198 140 11 201 144 16 204 146 19 242 230 193 247 237 203 217 154 26 251 247 217 230 196 63 197 138 6 241 242 237 217 175 68 247 238 109 242 191 74 251 216 94 242 187 79 247 188 80 255 206 95 255 238 135 222 192 127 234 209 143 238 222 156 255 255 189 194 136 6 251 242 188 201 143 14 203 146 19 202 147 21 255 255 213 213 154 28 222 166 36 213 156 24 255 255 229 234 187 59 238 197 70 252 248 240 247 202 80 255 255 129 255 230 109 255 213 96 255 212 94 238 211 121 230 203 129 255 246 158 255 255 172 255 238 167 192 132 4 197 138 9 201 142 13 203 145 18 202 151 29 202 146 13 213 173 46 213 159 38 235 216 176 217 169 52 238 222 89 217 173 66 240 244 246 247 209 86 0 0 0 213 176 96 255 206 89 255 189 76 248 194 95 136 162 181 247 238 154 227 200 144 255 252 181 191 130 1 191 129 1 255 254 196 255 238 187 255 255 206 255 255 212 247 238 207 243 232 208 202 144 11 226 169 41 240 240 233 213 173 70 238 181 57 251 247 119 255 238 116 255 222 103 255 199 84 226 197 119 255 254 154]; mask:((Depth1Image new) width: 22; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@G0@@O?<@O?<@O?<@O??0O??0O??0O?? O?? O?? O??@O??@O?>@O?<@O?@@O @@@@@@') ; yourself); yourself]
+B:)ECB*S@EMST5MST5MEXV*+_FYEN7@^@EMST5MST5MST5MSQTT9DJ@@T5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MS');
+                colorMapFromArray:#[ 254 201 107 255 238 154 231 208 160 194 135 4 196 136 7 255 255 199 209 157 23 209 166 33 255 242 193 217 175 45 217 158 32 217 165 32 201 152 48 248 240 224 255 255 238 231 172 54 209 168 80 255 242 119 255 221 103 251 230 118 255 254 147 255 212 110 255 201 106 255 252 167 238 221 165 255 251 187 191 130 2 197 139 10 255 233 177 203 146 20 239 224 192 247 238 206 222 173 41 222 177 44 213 165 49 239 239 231 255 255 237 213 174 74 235 177 62 255 252 128 255 255 136 255 202 86 218 184 112 255 224 122 230 206 136 255 225 139 255 217 142 191 131 2 196 138 8 198 140 12 202 144 16 213 167 32 202 143 11 217 176 45 226 197 61 222 159 31 213 174 59 192 136 16 241 240 236 205 160 64 255 255 248 248 183 66 222 189 103 255 198 83 122 152 175 255 252 150 255 255 159 234 213 147 255 255 176 189 129 1 192 131 3 242 230 186 255 255 202 204 147 20 204 151 25 247 237 204 251 244 211 255 255 222 255 242 213 255 255 230 238 209 79 238 199 71 242 198 74 255 255 255 255 251 127 255 229 108 255 204 88 255 191 80 255 206 103 255 238 140 238 217 147 255 252 173 238 222 173 193 135 4 198 140 11 201 144 16 204 146 19 242 230 193 247 237 203 217 154 26 251 247 217 230 196 63 197 138 6 241 242 237 217 175 68 247 238 109 242 191 74 251 216 94 242 187 79 247 188 80 255 206 95 255 238 135 222 192 127 234 209 143 238 222 156 255 255 189 194 136 6 251 242 188 201 143 14 203 146 19 202 147 21 255 255 213 213 154 28 222 166 36 213 156 24 255 255 229 234 187 59 238 197 70 252 248 240 247 202 80 255 255 129 255 230 109 255 213 96 255 212 94 238 211 121 230 203 129 255 246 158 255 255 172 255 238 167 192 132 4 197 138 9 201 142 13 203 145 18 202 151 29 202 146 13 213 173 46 213 159 38 235 216 176 217 169 52 238 222 89 217 173 66 240 244 246 247 209 86 0 0 0 213 176 96 255 206 89 255 189 76 248 194 95 136 162 181 247 238 154 227 200 144 255 252 181 191 130 1 191 129 1 255 254 196 255 238 187 255 255 206 255 255 212 247 238 207 243 232 208 202 144 11 226 169 41 240 240 233 213 173 70 238 181 57 251 247 119 255 238 116 255 222 103 255 199 84 226 197 119 255 254 154 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@G0@@O?<@O?<@O?<@O??0O??0O??0O?? O?? O?? O??@O??@O?>@O?<@O?@@O @@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 directoryOpen22x24Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self directoryOpen22x24Icon2 inspect
      ImageEditor openOnClass:self andSelector:#directoryOpen22x24Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class directoryOpen22x24Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class directoryOpen22x24Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 T5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5L@@@@@@@@@@@@@@@@@@@AST5MST5MS@@@@@@@@@@@@@@@@@@@@T5MST5MST0@@
 @@@@@@@@@@@@@@@@@EMST5MST5L@@@@@@@@@@@@@@@@@@@AST5MST5MS@@@@@@@@@@@@@@@@@@@@T5MST5MST0@@@IJRA0\G@@@@@@AST5MST5MST5L@@D$_
 SZY3Q3UPYSNO#8>OT5MST5MS@@A7E8JB !!]1\U)5FU.4#5MST5MST0@@]8JB (JBEHJB (JB (=ST5MST5L@@G]TUEQTUEQTUCXIBP$IBP$IBUMS@@A6 8NC
  8NC 0%\C"QOS48<OBUST0@@LXRDT"@F#8=!!^WM3\7N%_WHBT5L@@A,?+*6(S:\EQDIBP$IB"$ 8@EMS@@@0U6M$JHJB (JB (JBP F_\EMST0@@]F6V)B\''
 I2\''I2\''I2]Y$P5ST5L@@E4O,8 QDQDQDQDQDQDQD9)ST5MS@@AF^$-UUUUUUUUUUUUU,"B)T5MST0@@F"HH,[F1,[F1,V-QHY@;T5MST5MST:N3KXVE!!XE>
-B:)ECB*S@EMST5MST5MEXV*+_FYEN7@^@EMST5MST5MST5MSQTT9DJ@@T5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MS') ; colorMapFromArray:#[254 201 107 255 238 154 231 208 160 194 135 4 196 136 7 255 255 199 209 157 23 209 166 33 255 242 193 217 175 45 217 158 32 217 165 32 201 152 48 248 240 224 255 255 238 231 172 54 209 168 80 255 242 119 255 221 103 251 230 118 255 254 147 255 212 110 255 201 106 255 252 167 238 221 165 255 251 187 191 130 2 197 139 10 255 233 177 203 146 20 239 224 192 247 238 206 222 173 41 222 177 44 213 165 49 239 239 231 255 255 237 213 174 74 235 177 62 255 252 128 255 255 136 255 202 86 218 184 112 255 224 122 230 206 136 255 225 139 255 217 142 191 131 2 196 138 8 198 140 12 202 144 16 213 167 32 202 143 11 217 176 45 226 197 61 222 159 31 213 174 59 192 136 16 241 240 236 205 160 64 255 255 248 248 183 66 222 189 103 255 198 83 122 152 175 255 252 150 255 255 159 234 213 147 255 255 176 189 129 1 192 131 3 242 230 186 255 255 202 204 147 20 204 151 25 247 237 204 251 244 211 255 255 222 255 242 213 255 255 230 238 209 79 238 199 71 242 198 74 255 255 255 255 251 127 255 229 108 255 204 88 255 191 80 255 206 103 255 238 140 238 217 147 255 252 173 238 222 173 193 135 4 198 140 11 201 144 16 204 146 19 242 230 193 247 237 203 217 154 26 251 247 217 230 196 63 197 138 6 241 242 237 217 175 68 247 238 109 242 191 74 251 216 94 242 187 79 247 188 80 255 206 95 255 238 135 222 192 127 234 209 143 238 222 156 255 255 189 194 136 6 251 242 188 201 143 14 203 146 19 202 147 21 255 255 213 213 154 28 222 166 36 213 156 24 255 255 229 234 187 59 238 197 70 252 248 240 247 202 80 255 255 129 255 230 109 255 213 96 255 212 94 238 211 121 230 203 129 255 246 158 255 255 172 255 238 167 192 132 4 197 138 9 201 142 13 203 145 18 202 151 29 202 146 13 213 173 46 213 159 38 235 216 176 217 169 52 238 222 89 217 173 66 240 244 246 247 209 86 0 0 0 213 176 96 255 206 89 255 189 76 248 194 95 136 162 181 247 238 154 227 200 144 255 252 181 191 130 1 191 129 1 255 254 196 255 238 187 255 255 206 255 255 212 247 238 207 243 232 208 202 144 11 226 169 41 240 240 233 213 173 70 238 181 57 251 247 119 255 238 116 255 222 103 255 199 84 226 197 119 255 254 154]; mask:((Depth1Image new) width: 22; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@G0@@O?<@O?<@O?<@O??0O??0O??0O?? O?? O?? O??@O??@O?>@O?<@O?@@O @@@@@@') ; yourself); yourself]
+B:)ECB*S@EMST5MST5MEXV*+_FYEN7@^@EMST5MST5MST5MSQTT9DJ@@T5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MS');
+                colorMapFromArray:#[ 254 201 107 255 238 154 231 208 160 194 135 4 196 136 7 255 255 199 209 157 23 209 166 33 255 242 193 217 175 45 217 158 32 217 165 32 201 152 48 248 240 224 255 255 238 231 172 54 209 168 80 255 242 119 255 221 103 251 230 118 255 254 147 255 212 110 255 201 106 255 252 167 238 221 165 255 251 187 191 130 2 197 139 10 255 233 177 203 146 20 239 224 192 247 238 206 222 173 41 222 177 44 213 165 49 239 239 231 255 255 237 213 174 74 235 177 62 255 252 128 255 255 136 255 202 86 218 184 112 255 224 122 230 206 136 255 225 139 255 217 142 191 131 2 196 138 8 198 140 12 202 144 16 213 167 32 202 143 11 217 176 45 226 197 61 222 159 31 213 174 59 192 136 16 241 240 236 205 160 64 255 255 248 248 183 66 222 189 103 255 198 83 122 152 175 255 252 150 255 255 159 234 213 147 255 255 176 189 129 1 192 131 3 242 230 186 255 255 202 204 147 20 204 151 25 247 237 204 251 244 211 255 255 222 255 242 213 255 255 230 238 209 79 238 199 71 242 198 74 255 255 255 255 251 127 255 229 108 255 204 88 255 191 80 255 206 103 255 238 140 238 217 147 255 252 173 238 222 173 193 135 4 198 140 11 201 144 16 204 146 19 242 230 193 247 237 203 217 154 26 251 247 217 230 196 63 197 138 6 241 242 237 217 175 68 247 238 109 242 191 74 251 216 94 242 187 79 247 188 80 255 206 95 255 238 135 222 192 127 234 209 143 238 222 156 255 255 189 194 136 6 251 242 188 201 143 14 203 146 19 202 147 21 255 255 213 213 154 28 222 166 36 213 156 24 255 255 229 234 187 59 238 197 70 252 248 240 247 202 80 255 255 129 255 230 109 255 213 96 255 212 94 238 211 121 230 203 129 255 246 158 255 255 172 255 238 167 192 132 4 197 138 9 201 142 13 203 145 18 202 151 29 202 146 13 213 173 46 213 159 38 235 216 176 217 169 52 238 222 89 217 173 66 240 244 246 247 209 86 0 0 0 213 176 96 255 206 89 255 189 76 248 194 95 136 162 181 247 238 154 227 200 144 255 252 181 191 130 1 191 129 1 255 254 196 255 238 187 255 255 206 255 255 212 247 238 207 243 232 208 202 144 11 226 169 41 240 240 233 213 173 70 238 181 57 251 247 119 255 238 116 255 222 103 255 199 84 226 197 119 255 254 154 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@G0@@O?<@O?<@O?<@O??0O??0O??0O?? O?? O?? O??@O??@O?>@O?<@O?@@O @@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 directoryUp22x24Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self directoryUp22x24Icon2 inspect
      ImageEditor openOnClass:self andSelector:#directoryUp22x24Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class directoryUp22x24Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class directoryUp22x24Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@ L@@@@@@@@@@@@@@@@@@@@@@@@DAPXGB@$@@@@@@@@@@@@@@@@@@@@@B ,LCP8OD@@@@@@@@@@@
 @@@@@@@@@P\LCQDRD!!LTEP@@@@@@@@@@@@@@E TLCQDRE1 XFQ([@@@@@@@@@@@@@@(\CQ4^E1 XG2@!!H"L@@@@@@BT%IRT"I  HI1 XJB$@@@@@@@@@@B(+
 KB4.K3@@@CDYJCH)@@@@@@@@@@@3MCT5MSX7L3L8NSH:JP@@@@@@@@@@IS,5MST5OCT5MS$:OR$3L3L@@@@@@CL?O3<?O3<?PDEBOTL)QDQEQ @@@@@*Q4!!H
 RD!!HRTEJR4MLJTUEQDX@@@@@ST9OTDEAPTEJOD-LSED-KTX$@@@@@EISUEUJMB9VOC1KSE]XME%F@@@@@@AZV51]MST5MST8R41^W5YF@@@@@@@@XVI#MC<?
 O3<?W&Q%Y&\<Z@@@@@@@@F%*Z61@PDA@NF5%[$A/Q''@@@@@@@@A)\U5HRD!!HRGI3]D!!H]TX@@@@@@@@@ZRU6[6=/[6=7^G%MQ%H@@@@@@@@@@F%U^715_W9R
-ZW>@ V@@@@@@@@@@@@A)K4FBZXNDO @@@@@@@@@@@@@@@@@@ZV&E^ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[240 240 232 160 192 160 16 104 16 144 184 144 224 232 224 16 112 16 16 152 8 15 120 0 63 136 56 208 224 208 79 144 72 16 144 8 31 160 8 47 176 24 47 160 16 31 120 16 143 176 128 48 176 24 79 184 32 47 144 16 47 128 40 192 216 192 224 232 216 80 192 40 96 200 48 79 176 40 16 120 8 127 168 112 16 136 8 47 168 24 64 176 32 79 176 32 32 136 16 31 128 16 0 96 0 95 152 88 240 232 216 223 176 56 16 120 16 31 136 16 111 200 48 47 144 24 223 168 40 239 216 152 255 248 216 255 248 224 255 248 200 240 232 200 223 192 120 32 112 0 112 208 56 223 168 48 255 248 208 255 248 152 255 248 184 239 216 160 159 184 88 64 160 32 112 216 64 255 248 160 255 248 168 127 224 72 224 208 160 255 248 144 255 240 136 223 176 48 63 160 32 128 224 72 240 224 184 255 248 248 207 152 8 255 232 152 255 232 128 240 216 104 255 248 232 64 160 40 143 240 88 223 168 32 255 224 136 255 216 120 239 200 80 47 128 32 208 160 24 255 216 128 240 200 88 224 192 112 255 248 192 95 192 56 128 160 72 255 240 184 208 160 16 255 208 120 224 168 40 255 240 216 32 128 16 239 216 128 239 224 200 208 152 8 255 200 112 223 176 64 144 248 96 48 144 32 159 192 88 255 224 128 223 192 96 207 152 0 240 192 96 239 208 136 255 240 176 63 152 32 128 168 64 255 224 120 239 224 184 224 184 72 64 128 32 16 104 8 175 192 88 255 208 104 255 240 208 159 176 72 224 192 80 224 184 56 239 216 176 255 224 160 255 216 112 239 192 80 224 176 48 208 168 40 223 184 104 224 208 144 208 160 8 208 168 56 223 192 112 224 200 128]; mask:((Depth1Image new) width: 22; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@C @@G8@@G<@@O?@@_? @_?0G?<@O?<@O?<@O?? O??0O??0O??0O?? O??@O??@O??@O?>@O?<@O?8@O<@@O@@@@@@@') ; yourself); yourself]
+ZW>@ V@@@@@@@@@@@@A)K4FBZXNDO @@@@@@@@@@@@@@@@@@ZV&E^ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 240 240 232 160 192 160 16 104 16 144 184 144 224 232 224 16 112 16 16 152 8 15 120 0 63 136 56 208 224 208 79 144 72 16 144 8 31 160 8 47 176 24 47 160 16 31 120 16 143 176 128 48 176 24 79 184 32 47 144 16 47 128 40 192 216 192 224 232 216 80 192 40 96 200 48 79 176 40 16 120 8 127 168 112 16 136 8 47 168 24 64 176 32 79 176 32 32 136 16 31 128 16 0 96 0 95 152 88 240 232 216 223 176 56 16 120 16 31 136 16 111 200 48 47 144 24 223 168 40 239 216 152 255 248 216 255 248 224 255 248 200 240 232 200 223 192 120 32 112 0 112 208 56 223 168 48 255 248 208 255 248 152 255 248 184 239 216 160 159 184 88 64 160 32 112 216 64 255 248 160 255 248 168 127 224 72 224 208 160 255 248 144 255 240 136 223 176 48 63 160 32 128 224 72 240 224 184 255 248 248 207 152 8 255 232 152 255 232 128 240 216 104 255 248 232 64 160 40 143 240 88 223 168 32 255 224 136 255 216 120 239 200 80 47 128 32 208 160 24 255 216 128 240 200 88 224 192 112 255 248 192 95 192 56 128 160 72 255 240 184 208 160 16 255 208 120 224 168 40 255 240 216 32 128 16 239 216 128 239 224 200 208 152 8 255 200 112 223 176 64 144 248 96 48 144 32 159 192 88 255 224 128 223 192 96 207 152 0 240 192 96 239 208 136 255 240 176 63 152 32 128 168 64 255 224 120 239 224 184 224 184 72 64 128 32 16 104 8 175 192 88 255 208 104 255 240 208 159 176 72 224 192 80 224 184 56 239 216 176 255 224 160 255 216 112 239 192 80 224 176 48 208 168 40 223 184 104 224 208 144 208 160 8 208 168 56 223 192 112 224 200 128 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@C @@G8@@G<@@O?@@_? @_?0G?<@O?<@O?<@O?? O??0O??0O??0O?? O??@O??@O??@O?>@O?<@O?8@O<@@O@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 displayScreen22x27Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self displayScreen22x27Icon inspect
      ImageEditor openOnClass:self andSelector:#displayScreen22x27Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary displayScreen22x27Icon'
-        ifAbsentPut:[(Depth8Image new) width:22; height:27; bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary displayScreen22x27Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:27;
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Q4\-+''QMD"0,KI:^''&UWZ7(@@@@@@DV\C>5!!''):^B0N,-H^GPVPNLP@@@@@@@MQYVZ2,;>< <QPR#^X+4[0@@@@@
 M$]GKZ94SQH,KB0,N87&;S03@@@@@CYE''@?-XT8F)*Z&) YNX^4<30@@@@@)BGTV#"/&#X4FA(5NXR.NE)@@@@@@JUM7]P>NJ6G&9.[&XR.NE''V!!@@@@@B$*
 GG]5C8;-J6E!!J>6NE''U7P @@@@@)I81Z,Q@PFA XFA@P,U*LW''L@@@@@@K.:L(2L,[F1,[F1#H02:1?X@@@@@@A+!!./+L#H2#H02L#K+:8@G-0@@@@@@[J\G
  HC+:>/+:>.@ @]^1[\@@@@@@E%*5-XGA6]''Y6\GG<,(6BD@@@@@@@AY6XG_8][V5 _(7]WXK.L@@@@@@@@@V[W[ XFAG9U?K'':)"0@@@@@@@@@@@@B<E8F0
 S@WX_,''IMG;0@@@@@@@@@@@@86AW2HL.K)Q>_+^76 ,@@@@@@@C.;.N!!TP/"Z5G#(YRT%F,3@@@@@@C.M&&^JV$6D\A+[IBP$JE,Z0@@@@@@5CY)"X%)M!!DI
 L6M:^''(1Z6/^@@@@@AD6ZV%)M!!DQ8$C.;H^G!!6-+7 @@@@C"DSX6M#XQ8 &RX2+/;>?^Z3L@@@@@;!!DQDQDQ8.HI3 N>Q0P>Z6,K@@@@@@C.8.K"8 $IB0/,
-!!8_^[F,K@@@@@@@@@@C.VP$IB0.J",CZ^P,@@@@@@@@@@@@@@@@@B0,KB0,K@@@@@@@@@@@@') ; colorMapFromArray:#[128 128 160 31 80 159 96 160 224 176 176 207 127 127 159 175 175 223 191 240 255 63 176 255 143 160 191 208 208 223 15 48 127 207 207 223 63 63 112 112 112 176 128 159 192 143 224 255 111 207 255 224 224 224 176 223 239 47 63 127 175 207 223 31 95 160 143 223 255 16 160 255 111 208 255 160 160 176 112 112 175 31 64 128 112 208 255 79 79 128 112 175 223 79 176 255 144 160 191 143 143 208 31 95 159 127 143 160 15 32 96 79 80 128 160 160 175 128 160 207 143 159 208 239 239 240 176 176 192 159 239 255 207 255 255 144 144 160 143 143 207 0 79 159 111 111 144 127 127 176 80 192 255 144 144 192 96 96 192 112 143 208 239 239 239 95 127 160 15 80 159 191 191 192 32 95 159 191 255 255 143 192 239 80 95 143 127 127 175 48 64 127 144 144 191 143 144 191 112 143 207 111 128 176 64 111 160 143 175 191 63 96 159 144 144 159 31 32 96 0 63 128 111 159 224 159 175 160 176 207 239 160 192 223 175 240 255 143 143 176 80 112 176 160 160 208 0 0 0 160 175 192 16 31 95 47 96 159 96 96 144 192 192 224 224 224 240 207 207 208 95 207 255 112 112 160 143 143 175 111 112 144 95 175 240 32 80 159 144 192 240 160 239 255 112 160 207 192 192 223 143 175 207 191 191 223 128 128 208 63 191 255 111 111 176 240 240 240 80 144 223 160 160 207 175 175 208 159 255 111 16 80 159 15 47 112 80 111 160 0 64 128 48 80 143 128 128 207 159 176 192 128 223 255 112 127 175 127 208 255 79 111 175 175 175 207 128 128 176 159 159 176 15 47 111 80 95 128 111 111 192 160 175 223 64 191 255 32 175 255 111 111 175 127 127 192 64 64 127 176 176 176 79 176 240 128 128 175 159 159 175 255 255 255 192 192 208 111 111 191 95 192 255 176 240 255 144 224 255 208 208 239 127 127 191 111 128 159 160 160 192 47 48 111 112 112 192 144 207 240 0 79 144 176 176 223 143 159 176 79 112 159 32 47 96 159 160 160 128 207 224 31 80 144 223 223 239 79 111 160 175 175 192 112 112 191 128 143 176 0 79 143 127 223 255 112 143 176 192 255 255 79 175 239 31 47 96 95 95 191 0 64 143 95 112 176 160 160 191 144 159 192 144 160 176 31 48 112 112 192 255 96 207 255 112 143 175 48 96 159 144 144 176 112 144 208 112 191 239 111 111 207 95 96 144 79 111 159 79 192 255 159 160 192 143 143 192 15 63 127 192 192 192 15 48 112 191 191 208 144 144 175 16 32 95 112 128 176 96 127 175 112 159 223 64 80 143 48 95 159 159 159 208 96 96 207 143 143 191 127 176 239 64 79 128 127 143 191 191 191 207 128 128 191 144 159 176 143 176 223 15 80 144 143 159 191 223 223 224 144 144 208 48 176 255 16 31 80 127 127 207 96 144 208 176 176 208 31 160 255 160 175 207 144 176 224 159 159 192 47 175 255 111 111 159 47 176 255 223 223 223 144 144 207 159 159 207 128 144 191 175 239 255 111 112 160 111 191 240 127 127 160 175 175 224 79 191 255 159 159 191 159 224 255 208 208 224 143 143 160 207 207 224 160 176 207]; mask:((Depth1Image new) width:22; height:27; bits:(ByteArray fromPackedString:'@@@@@@? @_?0C??0O??0O??0O??0O??0O??0O??0G??0G??0G??0G?? G??@G?<@C?>@C??@O??@_??@_?? _?? _?? _?? O??@C?<@@_ @') ; yourself); yourself]
+!!8_^[F,K@@@@@@@@@@C.VP$IB0.J",CZ^P,@@@@@@@@@@@@@@@@@B0,KB0,K@@@@@@@@@@@@');
+                colorMapFromArray:#[ 128 128 160 31 80 159 96 160 224 176 176 207 127 127 159 175 175 223 191 240 255 63 176 255 143 160 191 208 208 223 15 48 127 207 207 223 63 63 112 112 112 176 128 159 192 143 224 255 111 207 255 224 224 224 176 223 239 47 63 127 175 207 223 31 95 160 143 223 255 16 160 255 111 208 255 160 160 176 112 112 175 31 64 128 112 208 255 79 79 128 112 175 223 79 176 255 144 160 191 143 143 208 31 95 159 127 143 160 15 32 96 79 80 128 160 160 175 128 160 207 143 159 208 239 239 240 176 176 192 159 239 255 207 255 255 144 144 160 143 143 207 0 79 159 111 111 144 127 127 176 80 192 255 144 144 192 96 96 192 112 143 208 239 239 239 95 127 160 15 80 159 191 191 192 32 95 159 191 255 255 143 192 239 80 95 143 127 127 175 48 64 127 144 144 191 143 144 191 112 143 207 111 128 176 64 111 160 143 175 191 63 96 159 144 144 159 31 32 96 0 63 128 111 159 224 159 175 160 176 207 239 160 192 223 175 240 255 143 143 176 80 112 176 160 160 208 0 0 0 160 175 192 16 31 95 47 96 159 96 96 144 192 192 224 224 224 240 207 207 208 95 207 255 112 112 160 143 143 175 111 112 144 95 175 240 32 80 159 144 192 240 160 239 255 112 160 207 192 192 223 143 175 207 191 191 223 128 128 208 63 191 255 111 111 176 240 240 240 80 144 223 160 160 207 175 175 208 159 255 111 16 80 159 15 47 112 80 111 160 0 64 128 48 80 143 128 128 207 159 176 192 128 223 255 112 127 175 127 208 255 79 111 175 175 175 207 128 128 176 159 159 176 15 47 111 80 95 128 111 111 192 160 175 223 64 191 255 32 175 255 111 111 175 127 127 192 64 64 127 176 176 176 79 176 240 128 128 175 159 159 175 255 255 255 192 192 208 111 111 191 95 192 255 176 240 255 144 224 255 208 208 239 127 127 191 111 128 159 160 160 192 47 48 111 112 112 192 144 207 240 0 79 144 176 176 223 143 159 176 79 112 159 32 47 96 159 160 160 128 207 224 31 80 144 223 223 239 79 111 160 175 175 192 112 112 191 128 143 176 0 79 143 127 223 255 112 143 176 192 255 255 79 175 239 31 47 96 95 95 191 0 64 143 95 112 176 160 160 191 144 159 192 144 160 176 31 48 112 112 192 255 96 207 255 112 143 175 48 96 159 144 144 176 112 144 208 112 191 239 111 111 207 95 96 144 79 111 159 79 192 255 159 160 192 143 143 192 15 63 127 192 192 192 15 48 112 191 191 208 144 144 175 16 32 95 112 128 176 96 127 175 112 159 223 64 80 143 48 95 159 159 159 208 96 96 207 143 143 191 127 176 239 64 79 128 127 143 191 191 191 207 128 128 191 144 159 176 143 176 223 15 80 144 143 159 191 223 223 224 144 144 208 48 176 255 16 31 80 127 127 207 96 144 208 176 176 208 31 160 255 160 175 207 144 176 224 159 159 192 47 175 255 111 111 159 47 176 255 223 223 223 144 144 207 159 159 207 128 144 191 175 239 255 111 112 160 111 191 240 127 127 160 175 175 224 79 191 255 159 159 191 159 224 255 208 208 224 143 143 160 207 207 224 160 176 207 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:27;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@? @_?0C??0O??0O??0O??0O??0O??0O??0G??0G??0G??0G?? G??@G?<@C?>@C??@O??@_??@_?? _?? _?? _?? O??@C?<@@_ @');
+                            yourself);
+                yourself
+        ]
 !
 
 displayScreen22x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self displayScreen22x32Icon inspect
      ImageEditor openOnClass:self andSelector:#displayScreen22x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class displayScreen22x32Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class displayScreen22x32Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@T @@@@@@@@@@@@@@@@@@@@@@@@@@T%H@@@@@@@@@@@@@@@AWU6UWZ7(@@@@@@@@@@@@@''):^B0N,-H^GPVPNLP@@@@C"
 J]QYVQ''/;>< <QPR#^X+4[0@@@@@M$]GKZ94SQH,KB0,N87&;S03@@@@@CYE''@?-XT8F)*Z&) YNX^4<30@@@@@)BGTV#"/&#X4FA(5NXR.NE)@@@@@@JUM7
 ]P>NJ6G&9.[&XR.NE''V!!<@@@@B$*GG]5C8;-J6E!!J>6NE''U7P((@@@@@"+X\]7TVC8:N#(8OE''U7GCUQ@@@@@@,^DA17]WU5E!!Y5]ZQ7GAAJK @@@@C0X+DP
@@ -455,53 +628,77 @@
 :>/+:>/+ H@GW,V7@@@@@@CZZ-[VA0]''Y6]''A1?KJM !!@@@@@@@@J]&A7>GV5-XG:M7U6B;#@@@@@@@@@@B568FA Q>U_29>*X,@@@@@@@@@@@@@/A^A,D0E
 6G;I2SQ><@@@@@@@@@@@@NM U<"CK":T_'':7-=(K@@@@@@@@;.;#(UDK8&-Q8:FT%IQ+L0@@@@@@;#Y)''"%)M!!G@Z62P$IB!![F,@@@@@@MP6ZX&IZSXQBSM#
 ^''):LV-+7 @@@@@QM&%)ZSXQD^I@;.2G!!8]+Z=8@@@@@8!!D6M#X6D^HI$&L*;>?/7&,3@@@@@N8QDQDQD^K"B\8C/$\DO&-+B0@@@@@@;.K"8.HIBP,K;H^G
-7&1+B0@@@@@@@@@@;%$IBP,K"(+@6''$K@@@@@@@@@@@@@@@@@@,KB0,KB0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[128 128 160 31 80 159 96 160 224 176 176 207 127 127 159 175 175 223 191 240 255 63 176 255 143 160 191 208 208 223 15 48 127 207 207 223 63 63 112 112 112 176 128 159 192 143 224 255 111 207 255 224 224 224 176 223 239 47 63 127 175 207 223 31 95 160 143 223 255 16 160 255 111 208 255 160 160 176 112 112 175 31 64 128 112 208 255 79 79 128 112 175 223 79 176 255 144 160 191 143 143 208 31 95 159 127 143 160 15 32 96 79 80 128 160 160 175 128 160 207 143 159 208 239 239 240 176 176 192 159 239 255 207 255 255 144 144 160 143 143 207 0 79 159 111 111 144 127 127 176 80 192 255 144 144 192 96 96 192 112 143 208 239 239 239 95 127 160 15 80 159 191 191 192 32 95 159 191 255 255 143 192 239 80 95 143 127 127 175 48 64 127 144 144 191 143 144 191 112 143 207 111 128 176 64 111 160 143 175 191 63 96 159 144 144 159 31 32 96 0 63 128 111 159 224 159 175 160 176 207 239 160 192 223 175 240 255 143 143 176 80 112 176 160 160 208 0 0 0 160 175 192 16 31 95 47 96 159 96 96 144 192 192 224 224 224 240 207 207 208 95 207 255 112 112 160 143 143 175 111 112 144 95 175 240 32 80 159 144 192 240 160 239 255 112 160 207 192 192 223 143 175 207 191 191 223 128 128 208 63 191 255 111 111 176 240 240 240 80 144 223 160 160 207 175 175 208 159 255 111 16 80 159 15 47 112 80 111 160 0 64 128 48 80 143 128 128 207 159 176 192 128 223 255 112 127 175 127 208 255 79 111 175 175 175 207 128 128 176 159 159 176 15 47 111 80 95 128 111 111 192 160 175 223 64 191 255 32 175 255 111 111 175 127 127 192 64 64 127 176 176 176 79 176 240 128 128 175 159 159 175 255 255 255 192 192 208 111 111 191 95 192 255 176 240 255 144 224 255 208 208 239 127 127 191 111 128 159 160 160 192 47 48 111 112 112 192 144 207 240 0 79 144 176 176 223 143 159 176 79 112 159 32 47 96 159 160 160 128 207 224 31 80 144 223 223 239 79 111 160 175 175 192 112 112 191 128 143 176 0 79 143 127 223 255 112 143 176 192 255 255 79 175 239 31 47 96 95 95 191 0 64 143 95 112 176 160 160 191 144 159 192 144 160 176 31 48 112 112 192 255 96 207 255 112 143 175 48 96 159 144 144 176 112 144 208 112 191 239 111 111 207 95 96 144 79 111 159 79 192 255 159 160 192 143 143 192 15 63 127 192 192 192 15 48 112 191 191 208 144 144 175 16 32 95 112 128 176 96 127 175 112 159 223 64 80 143 48 95 159 159 159 208 96 96 207 143 143 191 127 176 239 64 79 128 127 143 191 191 191 207 128 128 191 144 159 176 143 176 223 15 80 144 143 159 191 223 223 224 144 144 208 48 176 255 16 31 80 127 127 207 96 144 208 176 176 208 31 160 255 160 175 207 144 176 224 159 159 192 47 175 255 111 111 159 47 176 255 223 223 223 144 144 207 159 159 207 128 144 191 175 239 255 111 112 160 111 191 240 127 127 160 175 175 224 79 191 255 159 159 191 159 224 255 208 208 224 143 143 160 207 207 224 160 176 207]; mask:((Depth1Image new) width: 22; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@?@@?? _?? _?? _?? _?? _??0_??0O??0O??0O??0O??0G??0G??0G??0G?? G??@C?<@C?>@C??@O??@_??@_?? _?? _?? _?? O??@C?<@
-@_ @@@@@') ; yourself); yourself]
+7&1+B0@@@@@@@@@@;%$IBP,K"(+@6''$K@@@@@@@@@@@@@@@@@@,KB0,KB0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 128 128 160 31 80 159 96 160 224 176 176 207 127 127 159 175 175 223 191 240 255 63 176 255 143 160 191 208 208 223 15 48 127 207 207 223 63 63 112 112 112 176 128 159 192 143 224 255 111 207 255 224 224 224 176 223 239 47 63 127 175 207 223 31 95 160 143 223 255 16 160 255 111 208 255 160 160 176 112 112 175 31 64 128 112 208 255 79 79 128 112 175 223 79 176 255 144 160 191 143 143 208 31 95 159 127 143 160 15 32 96 79 80 128 160 160 175 128 160 207 143 159 208 239 239 240 176 176 192 159 239 255 207 255 255 144 144 160 143 143 207 0 79 159 111 111 144 127 127 176 80 192 255 144 144 192 96 96 192 112 143 208 239 239 239 95 127 160 15 80 159 191 191 192 32 95 159 191 255 255 143 192 239 80 95 143 127 127 175 48 64 127 144 144 191 143 144 191 112 143 207 111 128 176 64 111 160 143 175 191 63 96 159 144 144 159 31 32 96 0 63 128 111 159 224 159 175 160 176 207 239 160 192 223 175 240 255 143 143 176 80 112 176 160 160 208 0 0 0 160 175 192 16 31 95 47 96 159 96 96 144 192 192 224 224 224 240 207 207 208 95 207 255 112 112 160 143 143 175 111 112 144 95 175 240 32 80 159 144 192 240 160 239 255 112 160 207 192 192 223 143 175 207 191 191 223 128 128 208 63 191 255 111 111 176 240 240 240 80 144 223 160 160 207 175 175 208 159 255 111 16 80 159 15 47 112 80 111 160 0 64 128 48 80 143 128 128 207 159 176 192 128 223 255 112 127 175 127 208 255 79 111 175 175 175 207 128 128 176 159 159 176 15 47 111 80 95 128 111 111 192 160 175 223 64 191 255 32 175 255 111 111 175 127 127 192 64 64 127 176 176 176 79 176 240 128 128 175 159 159 175 255 255 255 192 192 208 111 111 191 95 192 255 176 240 255 144 224 255 208 208 239 127 127 191 111 128 159 160 160 192 47 48 111 112 112 192 144 207 240 0 79 144 176 176 223 143 159 176 79 112 159 32 47 96 159 160 160 128 207 224 31 80 144 223 223 239 79 111 160 175 175 192 112 112 191 128 143 176 0 79 143 127 223 255 112 143 176 192 255 255 79 175 239 31 47 96 95 95 191 0 64 143 95 112 176 160 160 191 144 159 192 144 160 176 31 48 112 112 192 255 96 207 255 112 143 175 48 96 159 144 144 176 112 144 208 112 191 239 111 111 207 95 96 144 79 111 159 79 192 255 159 160 192 143 143 192 15 63 127 192 192 192 15 48 112 191 191 208 144 144 175 16 32 95 112 128 176 96 127 175 112 159 223 64 80 143 48 95 159 159 159 208 96 96 207 143 143 191 127 176 239 64 79 128 127 143 191 191 191 207 128 128 191 144 159 176 143 176 223 15 80 144 143 159 191 223 223 224 144 144 208 48 176 255 16 31 80 127 127 207 96 144 208 176 176 208 31 160 255 160 175 207 144 176 224 159 159 192 47 175 255 111 111 159 47 176 255 223 223 223 144 144 207 159 159 207 128 144 191 175 239 255 111 112 160 111 191 240 127 127 160 175 175 224 79 191 255 159 159 191 159 224 255 208 208 224 143 143 160 207 207 224 160 176 207 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@?@@?? _?? _?? _?? _?? _??0_??0O??0O??0O??0O??0G??0G??0G??0G?? G??@C?<@C?>@C??@O??@_??@_?? _?? _?? _?? O??@C?<@
+@_ @@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 edit17x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self edit17x22Icon inspect
      ImageEditor openOnClass:self andSelector:#edit17x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class edit17x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 17; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class edit17x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:17;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 UA,[F1,[F3=DI''M/ZV4O"H ["H"H"H!!+V"6(WP6%MC!!R"A.H"H"H"F.Q''&^-HXA>\PNHF8"H"H"H"J97UX(% UXIC8 ["H"H"H"H+)FTHJDL]@!!3"A.H"H"H
 "H".RA8(*% #Y!!\WF8"H"H"H"F- EE1:DJ2XPFT["H"H"H"HR%BFGE:''G0BVYQ.H"H"H"H"MI8]$#G2IFV1%F8"H"H"HZ1)!!B#A0[*B K&T["H"H"H /SVNY
 B4I=A5-KYQ.H"H"HZ9NRQ0X5()AYVU,SF8!!+Z6-AD!!6Z''@EINWY9X!! ["G!!8^G<>S$1W#:$<&2(*Z!!.H]7]7\"PNAI>N@$X)!!HU*F8!!7]7\6MADUN).[''XL)
 J&(["G]7]344)(,,&9.] 2$*FA.H]7]7QPU(]WV[&96C '',SF8!!7]7]OJ3]5]Y.[P9T9]&T["E)ZV%>$L#H3%5N+NY@"YQ.H+*:.N3-8V)8-E%F)*3%%LVU%
-YVU%YVU%YVU%YVU%YVTb') ; colorMapFromArray:#[204 208 220 222 120 43 215 217 224 183 59 8 254 203 97 163 140 130 254 191 54 224 227 236 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 115 119 132 254 226 7 248 201 137 240 242 248 140 145 163 106 109 123 212 215 227 247 181 30 207 211 222 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 227 230 238 242 102 12 254 226 119 254 191 0 193 197 211 254 231 26 254 203 3 208 210 219 207 208 218 169 113 95 210 207 211 241 243 248 214 218 228 249 210 160 254 176 36 210 214 224 229 231 236 228 229 235 254 231 201 254 165 69 241 195 142 219 221 226 234 184 145 231 233 241 186 100 65 249 250 252 228 231 238 226 180 137 254 239 98 201 206 218 200 204 217 245 209 172 220 114 42 217 219 227 196 200 213 161 124 106 211 213 221 254 197 55 247 233 220 222 209 212 252 246 238 220 223 233 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 238 240 247 166 46 5 232 234 241 205 209 221 241 212 187 254 136 5 254 184 94 254 144 8 225 228 237 245 247 250 223 226 235 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 211 214 223 254 207 47 254 181 24 116 120 133 145 109 112 240 241 248 193 129 103 223 153 96 105 108 122 253 254 254 211 214 226 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 178 183 200 254 116 14 217 219 225 229 231 240 247 248 251 246 248 250 224 227 235 254 171 10 219 221 230 207 90 27 222 218 223 254 161 10 248 203 113 254 162 0 254 158 0 211 213 222 209 211 220 207 209 218 205 207 216 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 230 232 240 248 249 251 254 231 65 249 193 57 240 178 78 224 226 234 202 207 219 222 224 232 201 205 218 254 191 42 254 201 65 214 216 224 254 184 75 212 214 222 243 245 249 228 142 66 217 220 230 254 167 2 195 120 93 0 0 17 231 233 237 254 214 81 248 214 181 248 122 26 237 239 246 235 237 244 254 167 5 234 237 243 197 82 32 232 174 56 251 252 253]; mask:((Depth1Image new) width: 17; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??8@??<@??<@??<@??<@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@') ; yourself); yourself]
+YVU%YVU%YVU%YVU%YVTb');
+                colorMapFromArray:#[ 204 208 220 222 120 43 215 217 224 183 59 8 254 203 97 163 140 130 254 191 54 224 227 236 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 115 119 132 254 226 7 248 201 137 240 242 248 140 145 163 106 109 123 212 215 227 247 181 30 207 211 222 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 227 230 238 242 102 12 254 226 119 254 191 0 193 197 211 254 231 26 254 203 3 208 210 219 207 208 218 169 113 95 210 207 211 241 243 248 214 218 228 249 210 160 254 176 36 210 214 224 229 231 236 228 229 235 254 231 201 254 165 69 241 195 142 219 221 226 234 184 145 231 233 241 186 100 65 249 250 252 228 231 238 226 180 137 254 239 98 201 206 218 200 204 217 245 209 172 220 114 42 217 219 227 196 200 213 161 124 106 211 213 221 254 197 55 247 233 220 222 209 212 252 246 238 220 223 233 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 238 240 247 166 46 5 232 234 241 205 209 221 241 212 187 254 136 5 254 184 94 254 144 8 225 228 237 245 247 250 223 226 235 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 211 214 223 254 207 47 254 181 24 116 120 133 145 109 112 240 241 248 193 129 103 223 153 96 105 108 122 253 254 254 211 214 226 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 178 183 200 254 116 14 217 219 225 229 231 240 247 248 251 246 248 250 224 227 235 254 171 10 219 221 230 207 90 27 222 218 223 254 161 10 248 203 113 254 162 0 254 158 0 211 213 222 209 211 220 207 209 218 205 207 216 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 230 232 240 248 249 251 254 231 65 249 193 57 240 178 78 224 226 234 202 207 219 222 224 232 201 205 218 254 191 42 254 201 65 214 216 224 254 184 75 212 214 222 243 245 249 228 142 66 217 220 230 254 167 2 195 120 93 0 0 17 231 233 237 254 214 81 248 214 181 248 122 26 237 239 246 235 237 244 254 167 5 234 237 243 197 82 32 232 174 56 251 252 253 ];
+                mask:((ImageMask new)
+                            width:17;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'??8@??<@??<@??<@??<@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@');
+                            yourself);
+                yourself
+        ]
 !
 
 editorOverlayIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self editorOverlayIcon inspect
      ImageEditor openOnClass:self andSelector:#editorOverlayIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class editorOverlayIcon'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class editorOverlayIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C4HO@@@@@@@@@@@@
@@ -514,233 +711,311 @@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 230 230 229 242 108 0 21 232 231 255 186 105 101 75 66 186 160 156 234 234 236 163 163 163 250 163 90 255 188 108 228 228 230 104 104 105 226 226 228 102 102 103 167 102 48 137 61 2 114 91 85 218 218 220 128 58 3 59 58 54 226 160 119 90 53 35 84 84 85 147 68 5 82 82 83 80 80 81 182 182 181 200 156 136 88 88 92 247 247 248 255 187 104 21 231 230 249 184 108 186 186 188 184 184 186 237 237 238 111 89 88 235 235 236 180 180 182 191 120 84 231 231 232 5 237 237 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 213 213 214 99 91 79 254 232 208 253 196 141 101 62 48 221 111 4 101 101 104 114 80 64 133 233 234 150 150 152 89 89 92 255 200 146 85 85 88 218 115 4 254 184 102 254 127 3 174 239 241 172 217 216 215 165 133 134 60 4 0 129 126 85 77 68 0 125 126 110 110 109 69 69 72 105 104 104 19 230 230 0 138 139 102 102 101 3 135 132 116 116 118 165 165 166 254 232 217 161 161 162 19 234 233 137 78 56 84 84 83 139 65 5 220 102 2 97 94 99 95 96 97 172 104 77 90 90 92 253 205 143 88 88 90 255 199 145 86 86 88 84 84 86 219 112 4 56 56 55 231 173 141 5 141 143 21 231 231 3 189 187 115 113 116 252 217 191 107 107 108 2 191 189 223 115 4 247 184 110 134 137 141 225 225 227 250 157 80 221 221 223 0 134 131 219 219 221 254 254 252 205 198 194 159 97 83 89 89 90 105 105 109 91 51 26 193 193 192 254 184 100 254 129 1 95 95 99 185 185 184 110 113 117 219 162 125 144 146 147 91 91 95 89 89 93 9 238 238 216 154 122 253 198 145 246 163 82 173 173 172 120 116 120 186 187 188 238 238 239 247 120 7 249 219 197 174 106 74 181 181 183 254 204 149 108 108 108 230 230 231 2 190 188 2 186 188 179 170 171 243 174 115 116 116 119 0 133 130 165 165 167 223 217 214 75 37 16 216 216 217 108 108 111 255 190 110 175 249 249 190 190 188 255 132 1 96 96 99 135 225 226 251 251 251 90 90 93 255 201 146 88 88 91 101 104 107 137 137 139 145 68 5 254 128 3 133 225 227 251 120 0 133 59 3 0 128 126 111 111 110 11 243 242 109 109 108 240 110 9 159 158 157 106 103 105 5 237 236 88 135 130 215 106 4 119 58 22 173 233 233 107 107 109 122 123 127 254 136 9 222 113 4 85 85 84 173 235 236 213 213 216 138 138 139 190 118 68 83 83 85 187 187 187 136 62 5 133 58 2 164 165 161 127 70 39 138 243 244 254 202 147 78 38 4 201 153 138 254 200 147]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 230 230 229 242 108 0 21 232 231 255 186 105 101 75 66 186 160 156 234 234 236 163 163 163 250 163 90 255 188 108 228 228 230 104 104 105 226 226 228 102 102 103 167 102 48 137 61 2 114 91 85 218 218 220 128 58 3 59 58 54 226 160 119 90 53 35 84 84 85 147 68 5 82 82 83 80 80 81 182 182 181 200 156 136 88 88 92 247 247 248 255 187 104 21 231 230 249 184 108 186 186 188 184 184 186 237 237 238 111 89 88 235 235 236 180 180 182 191 120 84 231 231 232 5 237 237 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 213 213 214 99 91 79 254 232 208 253 196 141 101 62 48 221 111 4 101 101 104 114 80 64 133 233 234 150 150 152 89 89 92 255 200 146 85 85 88 218 115 4 254 184 102 254 127 3 174 239 241 172 217 216 215 165 133 134 60 4 0 129 126 85 77 68 0 125 126 110 110 109 69 69 72 105 104 104 19 230 230 0 138 139 102 102 101 3 135 132 116 116 118 165 165 166 254 232 217 161 161 162 19 234 233 137 78 56 84 84 83 139 65 5 220 102 2 97 94 99 95 96 97 172 104 77 90 90 92 253 205 143 88 88 90 255 199 145 86 86 88 84 84 86 219 112 4 56 56 55 231 173 141 5 141 143 21 231 231 3 189 187 115 113 116 252 217 191 107 107 108 2 191 189 223 115 4 247 184 110 134 137 141 225 225 227 250 157 80 221 221 223 0 134 131 219 219 221 254 254 252 205 198 194 159 97 83 89 89 90 105 105 109 91 51 26 193 193 192 254 184 100 254 129 1 95 95 99 185 185 184 110 113 117 219 162 125 144 146 147 91 91 95 89 89 93 9 238 238 216 154 122 253 198 145 246 163 82 173 173 172 120 116 120 186 187 188 238 238 239 247 120 7 249 219 197 174 106 74 181 181 183 254 204 149 108 108 108 230 230 231 2 190 188 2 186 188 179 170 171 243 174 115 116 116 119 0 133 130 165 165 167 223 217 214 75 37 16 216 216 217 108 108 111 255 190 110 175 249 249 190 190 188 255 132 1 96 96 99 135 225 226 251 251 251 90 90 93 255 201 146 88 88 91 101 104 107 137 137 139 145 68 5 254 128 3 133 225 227 251 120 0 133 59 3 0 128 126 111 111 110 11 243 242 109 109 108 240 110 9 159 158 157 106 103 105 5 237 236 88 135 130 215 106 4 119 58 22 173 233 233 107 107 109 122 123 127 254 136 9 222 113 4 85 85 84 173 235 236 213 213 216 138 138 139 190 118 68 83 83 85 187 187 187 136 62 5 133 58 2 164 165 161 127 70 39 138 243 244 254 202 147 78 38 4 201 153 138 254 200 147 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@@@@@8@@@@_@@@@O8@@@A?@@@@O8@@@A?@@@@O8@@@A?@@@@O8@@@A?@@@@O8@@@A?@@@@O8@@@A>@@@@O
-0@@@A<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; yourself); yourself]
+0@@@A<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 editorOverlayIcon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self editorOverlayIcon2 inspect
      ImageEditor openOnClass:self andSelector:#editorOverlayIcon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class editorOverlayIcon2'
-	ifAbsentPut:[(Depth8Image new) width: 17; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class editorOverlayIcon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:17;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@A/ZV4O"H @@@@@@@@@@@@@WP6%MC!!R"@@@@@@@@@@@@@B-HXA>\PNH@@@@@@@@@@@@UX(% UXINH @@@@@@@@@@@BTHJDL]@ @"@@@@@@@
 @@@@@A8(*% #Y @@@@@@@@@@@@A EE1:DJ0@@@@@@@@@@@@@@EBFGE:''G0@@@@@@@@@@@@BMI8]$#G2I@@@@@@@@@@@@@A)!!B#A0[ @@@@@@@@@@@@@/SVNY
 B4H@@@@@@@@@@@@@@INRQ0X5( @@@@@@@@@@@@AAD!!6Z''@EI@@@@@@@@@@@@@G<>S$1W#0@@@@@@@@@@@@@@\"PNAI>N@@@@@@@@@@@@@@@6MADUN @@@@@@
 @@@@@@@@@C44)(,@@@@@@@@@@@@@@@@@QPU(@@@@@@@@@@@@@@@@@@AOJ0@@@@@@@@@@@@@@@@@@@E<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[204 208 220 222 120 43 215 217 224 183 59 8 254 203 97 163 140 130 254 191 54 224 227 236 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 115 119 132 254 226 7 248 201 137 240 242 248 140 145 163 106 109 123 212 215 227 247 181 30 207 211 222 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 227 230 238 242 102 12 254 226 119 254 191 0 193 197 211 254 231 26 254 203 3 208 210 219 207 208 218 169 113 95 210 207 211 241 243 248 214 218 228 249 210 160 254 176 36 210 214 224 229 231 236 228 229 235 254 231 201 254 165 69 241 195 142 219 221 226 234 184 145 231 233 241 186 100 65 249 250 252 228 231 238 226 180 137 254 239 98 201 206 218 200 204 217 245 209 172 220 114 42 217 219 227 196 200 213 161 124 106 211 213 221 254 197 55 247 233 220 222 209 212 252 246 238 220 223 233 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 238 240 247 166 46 5 232 234 241 205 209 221 241 212 187 254 136 5 254 184 94 254 144 8 225 228 237 245 247 250 223 226 235 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 211 214 223 254 207 47 254 181 24 116 120 133 145 109 112 240 241 248 193 129 103 223 153 96 105 108 122 253 254 254 211 214 226 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 178 183 200 254 116 14 217 219 225 229 231 240 247 248 251 246 248 250 224 227 235 254 171 10 219 221 230 207 90 27 222 218 223 254 161 10 248 203 113 254 162 0 254 158 0 211 213 222 209 211 220 207 209 218 205 207 216 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 230 232 240 248 249 251 254 231 65 249 193 57 240 178 78 224 226 234 202 207 219 222 224 232 201 205 218 254 191 42 254 201 65 214 216 224 254 184 75 212 214 222 243 245 249 228 142 66 217 220 230 254 167 2 195 120 93 0 0 17 231 233 237 254 214 81 248 214 181 248 122 26 237 239 246 235 237 244 254 167 5 234 237 243 197 82 32 232 174 56]; mask:((Depth1Image new) width: 17; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A8@@C<@@C<@@G<@@G8@@G8@@O0@@O0@@_0@@_ @@?@@@?@@A?@@A>@@A>@@A<@@A8@@A0@@A @@A@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 204 208 220 222 120 43 215 217 224 183 59 8 254 203 97 163 140 130 254 191 54 224 227 236 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 115 119 132 254 226 7 248 201 137 240 242 248 140 145 163 106 109 123 212 215 227 247 181 30 207 211 222 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 227 230 238 242 102 12 254 226 119 254 191 0 193 197 211 254 231 26 254 203 3 208 210 219 207 208 218 169 113 95 210 207 211 241 243 248 214 218 228 249 210 160 254 176 36 210 214 224 229 231 236 228 229 235 254 231 201 254 165 69 241 195 142 219 221 226 234 184 145 231 233 241 186 100 65 249 250 252 228 231 238 226 180 137 254 239 98 201 206 218 200 204 217 245 209 172 220 114 42 217 219 227 196 200 213 161 124 106 211 213 221 254 197 55 247 233 220 222 209 212 252 246 238 220 223 233 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 238 240 247 166 46 5 232 234 241 205 209 221 241 212 187 254 136 5 254 184 94 254 144 8 225 228 237 245 247 250 223 226 235 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 211 214 223 254 207 47 254 181 24 116 120 133 145 109 112 240 241 248 193 129 103 223 153 96 105 108 122 253 254 254 211 214 226 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 178 183 200 254 116 14 217 219 225 229 231 240 247 248 251 246 248 250 224 227 235 254 171 10 219 221 230 207 90 27 222 218 223 254 161 10 248 203 113 254 162 0 254 158 0 211 213 222 209 211 220 207 209 218 205 207 216 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 230 232 240 248 249 251 254 231 65 249 193 57 240 178 78 224 226 234 202 207 219 222 224 232 201 205 218 254 191 42 254 201 65 214 216 224 254 184 75 212 214 222 243 245 249 228 142 66 217 220 230 254 167 2 195 120 93 0 0 17 231 233 237 254 214 81 248 214 181 248 122 26 237 239 246 235 237 244 254 167 5 234 237 243 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:17;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@A8@@C<@@C<@@G<@@G8@@G8@@O0@@O0@@_0@@_ @@?@@@?@@A?@@A>@@A>@@A<@@A8@@A0@@A @@A@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 editorPenOverlay
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self editorPenOverlay inspect
      ImageEditor openOnClass:self andSelector:#editorPenOverlay
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class editorPenOverlay'
-	ifAbsentPut:[(Depth8Image new) width: 11; height: 20; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class editorPenOverlay'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:11;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@1,OD# @@@@@@@K*L9JN&-@@@@@@@:Y+O3\"C@@@@@KWU'']B6"JX@@@@@7Y''""<*G@@@@@@BW''>^8&<D@@@@@/YJ928?(@@@@@@B34YV;9) @@@@@
 6I;R0M_L@@@@@@BT/(&"1<T@@@@@([B?7(*+@@@@@@C\6:6F)NL@@@@@*)FV7>BB@@@@@@CN*[F/-=(@@@@@@L&\#XS!!@@@@@@@@)ZNP$:\@@@@@@@B((>WV
-@@@@@@@@@J2E0 @@@@@@@@@@,*@@@@@@@@@@@@B<@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[160 160 160 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 72 122 199 116 116 120 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 106 175 235 170 204 255 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 140 175 255 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 80 149 255 55 95 181 125 160 253 52 89 178 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 2 56 178 3 73 255 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 56 94 181 126 161 253 55 92 180 53 90 178 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 96 157 223 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 28 97 255 109 178 255 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 39 109 255 93 161 255 157 192 255 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 181 215 255 255 255 255 52 90 178 51 88 177 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 87 145 215 84 153 255 78 131 206 10 79 255 91 168 235 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 11; height: 20; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@<@G8@_ C>@O0@?@G8@_ C<@O0A>@G8@?@C<@O @>@C0@N@@0@B@@@@a') ; yourself); yourself]
-!
-
-fileBrowser26x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self fileBrowser26x24Icon inspect
-     ImageEditor openOnClass:self andSelector:#fileBrowser26x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileBrowser26x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ADQDQDQDQDQDQDQDQDQDP@@@@@@@@@@@@@@DQD[F1,[F1,[F1,[
-F1,[C0(@@@@@@@@@@@@QDQD5MSP4MCP1LSD1LSD1FP0@@@@@@@@@@AD!!MQDLC@0LC@0LC@0LC@0LC@0@@@@@@@@@DR@4M@0C@0LC@0LC@0LC@0LC@0,@@@@@
-@@@QHCP4C@HCA@\C@0LC@C,;N#(:N#(:N#(@@AD^L3LLA@LG@0LC@0@;OC0<OC0<OC0<N30@DQ83L00-H@LC@0LC@@0LC@0LC@0LC@0LC@0QGSL1CA$YKR@C
-@0L@CCX3LSD,KB$&I"P CAD[LSDL@@@YFR4-@0@LL3L1I"0)JRX$IB@LDQ,1LC@0KP@@FQ$-H@03LSDVC0(JC2P H@0QF#@0C@0LC@0@@A$YCCL1LR0)JRX$
-IB@ CADZLB4LMSP1LB4L@@@LLSD,KB$&I"P HB@LDQ$-KP04L3D&KB$)I 0LC@0LC@0LC@0LC@0QFR4-CCP1LAXOB (OIB@ CBXP@@@@@@@@@ADXKB0LL3D0
-KB$)I"P$HB@LI!!@@@@@@@@@@DQH&I 01LB4,JBX&IB@ H@0 D@@@@@@@@@@QDRX&C@0LC@0LC@0LC@0LCB@P@@@@@@@@@ADQIBP$IBL#H2D HB@ HB@^G!!@@
-@@@@@@@@E!!@$IBL#H2L!!HR@ HB@ G!!8^D@@@@@@@@@@TEA8PDA@PDA@PDA@PDA@PDA@^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 72 0 144 54 51 0 55 60 0 64 66 0 70 30 120 0 36 18 78 75 0 87 36 138 6 48 33 103 108 0 12 59 36 127 132 0 66 71 69 12 72 54 151 156 0 160 162 0 168 168 0 174 171 0 175 180 0 184 186 0 90 95 93 183 186 0 187 187 5 184 192 6 192 198 6 200 204 6 209 209 7 0 119 60 203 215 7 213 220 8 137 58 242 221 226 8 231 231 9 120 120 120 222 237 9 232 242 10 123 134 129 238 244 14 132 132 132 226 244 26 232 243 33 135 147 141 0 144 72 236 243 39 243 243 45 144 144 144 165 93 237 222 242 52 228 242 58 148 101 235 233 241 65 240 240 72 215 239 79 222 238 86 227 237 93 0 179 90 0 180 90 0 191 96 8 254 255 56 237 255]; mask:((Depth1Image new) width: 26; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@C?? @@??>@@O??0@C??>@@???0@O???0C???>@????0O???<C????@????0O???<C????@????0O??8@C??>@@??? @O??8@C??>@@_?? @C??
-8@@@@@@@') ; yourself); yourself]
+@@@@@@@@@J2E0 @@@@@@@@@@,*@@@@@@@@@@@@B<@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 160 160 160 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 72 122 199 116 116 120 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 106 175 235 170 204 255 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 140 175 255 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 80 149 255 55 95 181 125 160 253 52 89 178 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 2 56 178 3 73 255 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 56 94 181 126 161 253 55 92 180 53 90 178 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 96 157 223 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 28 97 255 109 178 255 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 39 109 255 93 161 255 157 192 255 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 181 215 255 255 255 255 52 90 178 51 88 177 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 87 145 215 84 153 255 78 131 206 10 79 255 91 168 235 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:11;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@<@G8@_ C>@O0@?@G8@_ C<@O0A>@G8@?@C<@O @>@C0@N@@0@B@@@@a');
+                            yourself);
+                yourself
+        ]
 !
 
 fileContents19x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileContents19x22Icon inspect
      ImageEditor openOnClass:self andSelector:#fileContents19x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileContents19x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 19; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileContents19x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:19;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 IQTFA XFA XND@ _G2T%IRT%IRTFIRT%IRT[E0$/A!! _IRT%IRT%A"T%IRT%F1,[F0X(CA<%IRT%IPX%ISL3L2T3L3LF@3HQG2T%IRTFIRT%IRT%IRT%A"$%
 H 0_IRT%A"T%L3L3ISL3L0PDA@PDA@P%IPX%IRT%IRT%IRTRKR4&J0<YIRTFIRT3L2T%L3H3BSL3L0@*FRT%A"T%IRT%IQ4TE00XKRXEGA$%IPX%ISL%L1,%
 L3L FCL3K (YIRTFIRT%IRT[IS@1CA G@!! QFRT%A"T%ISL3E3L3L@03L1XVFA$%IPX%F1,[@20C@2<0F@0 A1XYIRTFIRH3BSLAL0$$K3L3L2@ FRT%A"T!!
 HRDWE2LIIB<0D00(A1$%IPX%HSL3HPD3HSL/K3L''CB@YIRTFIRD!!HRDAHP$IK2<0I00 FRT%A"T!!L3L3@SL3BR<3LCLLHA$%IPX%HRD!!HQ\!!BP$/LC@0CB@Y
-IRTFIQ\3E3L,L3L3K3@3CB GFRT%A"T2L#HMCRHWK@$CD#@1CA$%IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@a') ; colorMapFromArray:#[204 208 220 245 246 250 224 227 236 240 242 248 140 145 163 212 215 227 207 211 222 227 230 238 193 197 211 241 243 248 214 218 228 210 214 224 231 233 241 249 250 252 201 206 218 200 204 217 196 200 213 220 223 233 238 240 247 234 236 243 250 251 252 205 209 221 225 228 237 245 247 250 223 226 235 116 120 133 240 241 248 253 254 254 211 214 226 252 252 253 207 210 222 178 183 200 229 231 240 247 248 251 246 248 250 242 244 249 241 242 248 255 255 255 213 217 227 232 234 242 230 232 240 248 249 251 202 207 219 201 205 218 243 245 249 219 222 232 217 220 230 237 239 246 235 237 244 234 237 243 251 252 253 0 0 0]; mask:((Depth1Image new) width: 19; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_? @_?0@_?8@_?<@_?>@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@') ; yourself); yourself]
+IRTFIQ\3E3L,L3L3K3@3CB GFRT%A"T2L#HMCRHWK@$CD#@1CA$%IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@a');
+                colorMapFromArray:#[ 204 208 220 245 246 250 224 227 236 240 242 248 140 145 163 212 215 227 207 211 222 227 230 238 193 197 211 241 243 248 214 218 228 210 214 224 231 233 241 249 250 252 201 206 218 200 204 217 196 200 213 220 223 233 238 240 247 234 236 243 250 251 252 205 209 221 225 228 237 245 247 250 223 226 235 116 120 133 240 241 248 253 254 254 211 214 226 252 252 253 207 210 222 178 183 200 229 231 240 247 248 251 246 248 250 242 244 249 241 242 248 255 255 255 213 217 227 232 234 242 230 232 240 248 249 251 202 207 219 201 205 218 243 245 249 219 222 232 217 220 230 237 239 246 235 237 244 234 237 243 251 252 253 0 0 0 ];
+                mask:((ImageMask new)
+                            width:19;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_? @_?0@_?8@_?<@_?>@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@');
+                            yourself);
+                yourself
+        ]
 !
 
 fileImageContents19x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileImageContents19x22Icon inspect
      ImageEditor openOnClass:self andSelector:#fileImageContents19x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'XPToolbarIconLibrary class fileImageContents19x22Icon'
-        ifAbsentPut:[(Depth8Image new) width: 19; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:19;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 IQTFA XFA XND@ _G2T%IRT%IRTFIRT%IRT[E0$/A!! _IRT%IRT%A"T%IRT%H!!\,BPX(CA<%IRT%IPX%IRT%IP4"E20F@3HQG2T%IRTFIRT%IRTMH!!\,A"$%
 H 0_IRT%A"T%M#X6M#X6M PDA@PDA@P%IPX%ISX6M#X6M#X6M#X8J0<YIRTFIRT6MST5MST5MSX6N@@*FRT%A"T%MST5MS\5M3T5M# EGA$%IPX%IST5MST5
 MST5MSX8K (YIRTFIRT5MST5MST5MST6NA QFRT%A"T%MST5M3T5MST5M# VFA$%IPX%F3T5MST5MST5MSX8A1XYIRTFIRH6MST5MST7MST6NB@ FRT%A"T!!
 MST5MST5MST5M# (A1$%IPX%HSX5MST4MST6M#X8CB@YIRTFIRD6M#X6MCX6M#X6N@0 FRT%A"T!!M#X6M#P6M#X6M# LHA$%IPX%HS\7M3\4M3\7M3\8CB@Y
-IRTFISH2CP4"E20I@1H0LB GFRT%A"T2L#HMCRHWK@$CD#@1CA$%IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@a') ; colorMapFromArray:#[204 208 220 245 246 250 224 227 236 240 242 248 140 145 163 212 215 227 207 211 222 227 230 238 193 197 211 241 243 248 214 218 228 210 214 224 231 233 241 249 250 252 201 206 218 200 204 217 196 200 213 220 223 233 238 240 247 234 236 243 250 251 252 205 209 221 225 228 237 245 247 250 223 226 235 116 120 133 240 241 248 253 254 254 211 214 226 252 252 253 207 210 222 178 183 200 229 231 240 247 248 251 246 248 250 242 244 249 241 242 248 255 255 255 213 217 227 232 234 242 230 232 240 248 249 251 202 207 219 201 205 218 243 245 249 219 222 232 217 220 230 237 239 246 235 237 244 234 237 243 251 252 253 0 0 0 133 60 36 0 206 0 174 218 230 0 137 0 130 163 172]; mask:((Depth1Image new) width: 19; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_? @_?0@_?8@_?<@_?>@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@') ; yourself); yourself]
+IRTFISH2CP4"E20I@1H0LB GFRT%A"T2L#HMCRHWK@$CD#@1CA$%IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@a');
+                colorMapFromArray:#[ 204 208 220 245 246 250 224 227 236 240 242 248 140 145 163 212 215 227 207 211 222 227 230 238 193 197 211 241 243 248 214 218 228 210 214 224 231 233 241 249 250 252 201 206 218 200 204 217 196 200 213 220 223 233 238 240 247 234 236 243 250 251 252 205 209 221 225 228 237 245 247 250 223 226 235 116 120 133 240 241 248 253 254 254 211 214 226 252 252 253 207 210 222 178 183 200 229 231 240 247 248 251 246 248 250 242 244 249 241 242 248 255 255 255 213 217 227 232 234 242 230 232 240 248 249 251 202 207 219 201 205 218 243 245 249 219 222 232 217 220 230 237 239 246 235 237 244 234 237 243 251 252 253 0 0 0 133 60 36 0 206 0 174 218 230 0 137 0 130 163 172 ];
+                mask:((ImageMask new)
+                            width:19;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_? @_?0@_?8@_?<@_?>@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@');
+                            yourself);
+                yourself
+        ]
 !
 
 fileIn18x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileIn18x22Icon inspect
      ImageEditor openOnClass:self andSelector:#fileIn18x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileIn18x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 18; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileIn18x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:18;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@]GQ4]GQ4]GQ4]GQ4]@@@@@@@]GQ4]GQ4]GQ4]GQ4]@@@@@@@]GQ4]GQ4]GQ4]GQ4]EQTUEQTUEQTTGQ4]GQ4]GQ4]EQ4]GQDDI2XUEA4]GQ4]GQ4]
 EQ4]GP$K@"XUG!!P]GQ4]GQ4]EQ4]GP$QA"XTEAPTGQ4]GQ4]EQ4]GP<QARX_GBDTGR$]GQ4]EQ4]GQLIFQ,%E!!\TGR$)GQ4]EQ4]GQ4IH"X)JR$)JR$)JQ4]
 EQ4]D1DDJAH)JR$)JR$)JR$]EQ4SC1 [G0()JR$)JR$)JR$)EQ4]DQ([C!!@)JR$)JR$)JR$]EQ4OC@TFI 8)JR$)JR$)JQ4]EQ4@H TFI 8(B DTGR$)GQ4]
 EQ4DH TZF08(B DTGR$]GQ4]EQ4"FQ(F@ 8_B DTGQ4]GQ4]EP$"H TFI 8(B DTGQ4]GQ4]EAPTEAPTEAPTEAPTGQ4]GQ4]@@@@@@@]GQ4]GQ4]GQ4]GQ4]
-@@@@@@@]GQ4]GQ4]GQ4]GQ4]@@@@@@@@@@@@@@@@GQ4]GQ4]') ; colorMapFromArray:#[250 250 255 225 225 237 236 236 244 213 213 228 245 245 252 241 241 248 239 239 246 216 216 230 210 210 224 252 252 255 229 229 239 248 248 254 244 244 250 219 219 232 234 234 243 253 253 255 232 232 241 249 249 254 224 224 236 254 254 255 156 156 182 208 208 223 206 206 221 204 204 219 246 246 253 242 242 249 240 240 247 238 238 245 215 215 229 255 255 255 211 211 225 230 230 240 228 228 238 201 201 218 243 243 249 222 222 235 220 220 233 218 218 231 235 235 244 233 233 242 231 231 240 248 0 0]; mask:((Depth1Image new) width: 18; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@?8@@?<@@?>@@??@@??P@??X@??<@??>@???@??>@??<@??X@??P@??@@??@@??@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@]GQ4]GQ4]GQ4]GQ4]@@@@@@@@@@@@@@@@GQ4]GQ4]');
+                colorMapFromArray:#[ 250 250 255 225 225 237 236 236 244 213 213 228 245 245 252 241 241 248 239 239 246 216 216 230 210 210 224 252 252 255 229 229 239 248 248 254 244 244 250 219 219 232 234 234 243 253 253 255 232 232 241 249 249 254 224 224 236 254 254 255 156 156 182 208 208 223 206 206 221 204 204 219 246 246 253 242 242 249 240 240 247 238 238 245 215 215 229 255 255 255 211 211 225 230 230 240 228 228 238 201 201 218 243 243 249 222 222 235 220 220 233 218 218 231 235 235 244 233 233 242 231 231 240 248 0 0 ];
+                mask:((ImageMask new)
+                            width:18;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@?8@@?<@@?>@@??@@??P@??X@??<@??>@???@??>@??<@??X@??P@??@@??@@??@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 fileSave19x19Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileSave19x19Icon inspect
      ImageEditor openOnClass:self andSelector:#fileSave19x19Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileSave19x19Icon'
-	ifAbsentPut:[(Depth8Image new) width: 19; height: 19; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileSave19x19Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:19;
+                height:19;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @CT4MCH0K20)I2P$H2H!!G14\@CV%(/SL4][4=OS4=OS4=OQ@OP(4(Y;4F1,[=OS4=OS4<.W^PC4HL9"W=A.#&/S4=OS4;NOW43$4A3JU$_P[''974=OS49]/S
 3,PYFP\1#H+'':^/3<?O38=/S1<BNFA GK8RD^7Y.Y59ZT$1HP3<9F1TUA2:@_GM-ZU9ZT$5GP389F1,UEP\-]''M,Y&AXUD1JP389NQ,[EQTGJ&)/Y6M]U5EK
 RTD=NS$9MQTUA2%#X.S$8-?Z5MCM2LN6,[DUEPX''V%+"8-?Z5MCM2LO@*ZZ)FQ$DI5UU8K.9-;R1+::-&X"E*Q X@2YNS-?_6-SP2LO@-JZ\$:LUEPT&RT'']
 .KV2,J:-&8"A^WRVEQTGITIB6-+T4L"<*ZZ\$8.G#1TUA2U@PM^6,Z.(&YJE_W]1[H8UEP\%OC2P$H6F 7)5Z6U_WE%VEAPH@@$IBP$HB@ HB@ HB@ HB@ H
-@@@a') ; colorMapFromArray:#[0 0 0 28 33 37 34 41 60 37 45 83 39 48 89 42 51 96 45 55 103 49 60 112 54 65 115 54 66 115 54 66 116 57 70 107 57 70 109 59 59 58 65 79 121 65 80 125 66 80 124 68 83 130 74 71 70 77 81 85 78 95 152 80 98 153 81 98 151 83 47 28 85 102 157 86 103 157 88 101 128 90 110 162 94 106 146 94 106 147 95 83 66 95 107 147 96 74 37 97 108 148 98 109 148 98 109 149 99 110 149 101 111 150 101 111 151 101 112 151 102 102 107 102 113 151 102 113 152 103 86 54 103 113 151 103 113 152 103 114 152 104 114 152 105 115 152 105 115 153 106 116 153 107 116 154 107 117 154 108 117 154 116 124 137 123 85 65 123 107 74 125 143 184 126 64 32 126 139 158 126 143 183 127 145 185 128 145 184 129 146 185 129 147 186 130 148 186 131 148 187 131 149 187 132 141 160 133 141 159 133 143 164 134 151 188 134 151 189 134 152 189 135 152 189 136 153 190 137 154 191 138 154 191 139 156 193 141 151 173 142 69 67 142 157 193 142 158 193 143 62 26 143 158 193 143 159 194 144 157 200 144 161 195 145 161 195 146 158 202 146 162 196 147 89 55 147 160 203 147 162 196 148 165 197 149 161 204 149 164 197 150 166 198 150 166 199 151 167 199 152 149 137 152 163 206 152 168 199 153 169 201 154 96 64 154 169 201 154 170 201 155 167 207 155 171 202 156 171 202 156 171 203 157 172 203 157 173 182 157 173 203 159 147 111 159 174 204 159 175 204 160 170 210 160 174 204 160 176 205 162 172 191 162 178 207 163 173 212 163 177 206 164 177 207 164 180 207 165 147 99 165 165 166 165 178 207 166 182 208 167 147 95 167 177 214 167 181 209 169 185 209 170 179 216 170 186 215 171 185 210 172 162 152 172 185 212 172 187 217 173 186 212 174 182 218 174 188 219 175 190 221 176 184 220 176 189 214 176 190 213 176 190 218 177 145 64 177 190 215 179 193 223 180 192 216 181 193 216 181 194 214 181 195 218 182 194 214 182 195 221 183 196 219 184 195 218 184 197 219 185 95 37 185 196 219 185 197 219 185 197 222 186 185 192 187 198 220 187 200 223 188 171 94 188 199 217 192 204 226 194 97 38 195 206 220 196 168 100 196 206 218 198 207 220 202 211 222 203 212 222 205 214 224 207 215 224 208 101 40 209 217 225 210 217 226 210 219 227 212 220 227 213 220 227 214 221 228 217 103 41 217 223 229 217 224 237 219 101 37 222 177 45 222 225 232 223 228 241 224 187 54 225 105 42 226 231 241 226 231 243 228 196 63 230 202 70 230 234 245 230 235 243 232 240 251 233 208 76 233 235 240 233 236 247 233 237 244 233 237 246 235 214 82 235 238 245 236 239 248 237 239 242 238 241 249 239 242 247 240 242 242 240 242 249 240 243 249 242 220 141 242 242 227 242 244 249 242 244 250 244 244 245 244 246 250 244 246 251 245 247 250 246 247 250 246 247 251 247 248 251 247 248 252 248 249 251 248 249 252 249 99 39 249 249 253 250 147 56 250 250 253 251 169 79 251 251 253 251 252 253 252 99 38 252 178 84 252 187 89 252 199 96 252 206 99 252 252 253 252 252 254 253 253 254]; mask:((Depth1Image new) width: 19; height: 19; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_??@??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? _??@') ; yourself); yourself]
+@@@a');
+                colorMapFromArray:#[ 0 0 0 28 33 37 34 41 60 37 45 83 39 48 89 42 51 96 45 55 103 49 60 112 54 65 115 54 66 115 54 66 116 57 70 107 57 70 109 59 59 58 65 79 121 65 80 125 66 80 124 68 83 130 74 71 70 77 81 85 78 95 152 80 98 153 81 98 151 83 47 28 85 102 157 86 103 157 88 101 128 90 110 162 94 106 146 94 106 147 95 83 66 95 107 147 96 74 37 97 108 148 98 109 148 98 109 149 99 110 149 101 111 150 101 111 151 101 112 151 102 102 107 102 113 151 102 113 152 103 86 54 103 113 151 103 113 152 103 114 152 104 114 152 105 115 152 105 115 153 106 116 153 107 116 154 107 117 154 108 117 154 116 124 137 123 85 65 123 107 74 125 143 184 126 64 32 126 139 158 126 143 183 127 145 185 128 145 184 129 146 185 129 147 186 130 148 186 131 148 187 131 149 187 132 141 160 133 141 159 133 143 164 134 151 188 134 151 189 134 152 189 135 152 189 136 153 190 137 154 191 138 154 191 139 156 193 141 151 173 142 69 67 142 157 193 142 158 193 143 62 26 143 158 193 143 159 194 144 157 200 144 161 195 145 161 195 146 158 202 146 162 196 147 89 55 147 160 203 147 162 196 148 165 197 149 161 204 149 164 197 150 166 198 150 166 199 151 167 199 152 149 137 152 163 206 152 168 199 153 169 201 154 96 64 154 169 201 154 170 201 155 167 207 155 171 202 156 171 202 156 171 203 157 172 203 157 173 182 157 173 203 159 147 111 159 174 204 159 175 204 160 170 210 160 174 204 160 176 205 162 172 191 162 178 207 163 173 212 163 177 206 164 177 207 164 180 207 165 147 99 165 165 166 165 178 207 166 182 208 167 147 95 167 177 214 167 181 209 169 185 209 170 179 216 170 186 215 171 185 210 172 162 152 172 185 212 172 187 217 173 186 212 174 182 218 174 188 219 175 190 221 176 184 220 176 189 214 176 190 213 176 190 218 177 145 64 177 190 215 179 193 223 180 192 216 181 193 216 181 194 214 181 195 218 182 194 214 182 195 221 183 196 219 184 195 218 184 197 219 185 95 37 185 196 219 185 197 219 185 197 222 186 185 192 187 198 220 187 200 223 188 171 94 188 199 217 192 204 226 194 97 38 195 206 220 196 168 100 196 206 218 198 207 220 202 211 222 203 212 222 205 214 224 207 215 224 208 101 40 209 217 225 210 217 226 210 219 227 212 220 227 213 220 227 214 221 228 217 103 41 217 223 229 217 224 237 219 101 37 222 177 45 222 225 232 223 228 241 224 187 54 225 105 42 226 231 241 226 231 243 228 196 63 230 202 70 230 234 245 230 235 243 232 240 251 233 208 76 233 235 240 233 236 247 233 237 244 233 237 246 235 214 82 235 238 245 236 239 248 237 239 242 238 241 249 239 242 247 240 242 242 240 242 249 240 243 249 242 220 141 242 242 227 242 244 249 242 244 250 244 244 245 244 246 250 244 246 251 245 247 250 246 247 250 246 247 251 247 248 251 247 248 252 248 249 251 248 249 252 249 99 39 249 249 253 250 147 56 250 250 253 251 169 79 251 251 253 251 252 253 252 99 38 252 178 84 252 187 89 252 199 96 252 206 99 252 252 253 252 252 254 253 253 254 ];
+                mask:((ImageMask new)
+                            width:19;
+                            height:19;
+                            bits:(ByteArray 
+                                        fromPackedString:'_??@??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? _??@');
+                            yourself);
+                yourself
+        ]
 !
 
 fileSaveAs22x19Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileSaveAs22x19Icon inspect
      ImageEditor openOnClass:self andSelector:#fileSaveAs22x19Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileSaveAs22x19Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 19; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileSaveAs22x19Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:19;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @EV[&2N]_>1!!M#$9@;FJ[5CY@@@@@EW83CMQA8L3L3L3L3L3L3LB[(UOX B[Z\435-[VL3L3L3L3)4^?@&;>F!!B(HDTSL=[[7#L3L3L3?IC0,+)I,ORB82N>
 U3OVP@<3L3L3Q2^2\LR^P\E3F2+*J_EFZ8#:>/+:EB]]&J+7<$,A8_''C_;Z6C-==134J\W1_YS+%%-T&49H@0<X?CEX% S4J\Q?+++LI#[.S^^D@@LM 75Z@
 ;6^KCW1>++M&2OTV(SCN@@CC*>6\1<&56-7)1S#O%7ZT]C@E3 @@06GI+=KR.IG@A,*7M^!!Z&!!#XP)<@@LL6B *8.IG@KA67[TN4LZV,D]E(@@CCM-3\SA''B
 )(\R8(<""S-^QE/6^0@@0:5:^)EI))UI\$&D;.O 95"=9$8@@LN-1\U7RT''PRZAIRZH>T+1*T5ON@@CCX3\70L@,2''I,Y@.YMK%M#%MS3 @@06LB@/CKD#0\
-?WW3#EP$ D)ST<8@@LM#B@#T5M\W^CK;RNQYKR:#G!!:$@@CC@B</K2>$)JR$)JR$)JR$)JR$@@@@00@a') ; colorMapFromArray:#[0 0 0 142 69 67 129 147 186 98 109 149 242 51 50 86 103 157 240 242 242 236 239 248 126 143 183 165 147 99 146 162 196 187 200 223 164 177 207 143 158 193 163 177 206 183 196 219 147 89 55 66 80 124 205 214 224 180 192 216 247 248 252 203 212 222 255 100 39 170 179 216 123 107 74 217 223 229 186 185 192 77 81 85 188 199 217 242 242 227 78 95 152 138 154 191 107 116 154 226 231 241 242 220 141 106 116 153 157 173 203 156 171 202 255 106 42 242 244 250 247 105 44 173 186 212 83 47 28 196 206 218 239 242 247 147 160 203 146 158 202 54 66 115 95 83 66 225 105 42 163 173 212 253 253 254 176 190 218 222 177 45 101 112 151 131 148 187 130 148 186 99 110 149 129 146 185 96 74 37 195 206 220 148 165 197 166 182 208 165 178 207 184 197 219 188 171 94 81 98 151 255 236 120 133 141 159 181 193 216 249 249 253 248 249 252 155 167 207 88 101 128 174 188 219 250 147 56 246 247 250 170 186 215 42 51 96 154 96 64 94 106 147 233 236 247 162 178 207 80 98 153 160 176 205 108 117 154 159 174 204 176 189 214 141 151 173 149 161 204 252 99 38 57 70 107 213 220 227 233 235 240 126 139 158 134 151 189 103 113 152 102 113 151 254 107 43 101 111 150 192 204 226 150 166 198 159 147 111 149 164 197 39 48 89 185 196 219 179 193 223 250 250 253 217 224 237 222 225 232 127 145 185 95 107 147 233 237 246 142 158 193 230 235 243 165 165 166 208 101 40 176 190 213 252 199 96 244 246 250 167 177 214 185 95 37 139 156 193 37 45 83 137 154 191 156 171 203 135 152 189 104 114 152 155 171 202 154 169 201 102 102 107 240 242 249 34 41 60 54 66 116 210 217 226 209 217 225 251 251 253 219 101 37 97 108 148 145 161 195 164 180 207 230 202 70 175 190 221 172 162 152 246 247 251 245 247 250 28 33 37 255 101 39 254 99 38 237 239 242 233 208 76 224 187 54 230 234 245 182 195 221 217 103 41 107 117 154 157 172 203 105 115 152 177 145 64 45 55 103 198 207 220 194 97 38 171 185 210 144 157 200 54 65 115 103 86 54 212 220 227 252 252 253 255 117 45 182 194 214 223 228 241 102 113 152 162 172 191 101 111 151 131 149 187 150 166 199 244 244 245 98 109 148 238 241 249 128 145 184 249 99 39 147 162 196 167 181 209 233 237 244 247 248 251 172 187 217 125 143 184 252 178 84 159 175 204 65 80 125 177 190 215 244 246 251 242 244 249 157 173 182 214 221 228 255 255 255 226 231 243 134 152 189 103 114 152 153 169 201 228 196 63 151 167 199 235 238 245 210 219 227 185 197 219 184 195 218 49 60 112 152 149 137 207 215 224 65 79 121 248 249 251 143 62 26 176 184 220 251 169 79 90 110 162 174 182 218 85 102 157 94 106 146 144 161 195 185 197 222 143 159 194 142 157 193 181 195 218 160 174 204 132 141 160 74 71 70 202 211 222 126 64 32 152 163 206 167 147 95 68 83 130 133 143 164 252 206 99 136 153 190 105 115 153 134 151 188 103 113 151 154 170 201 123 85 65 152 168 199 240 243 249 172 185 212 235 214 82 169 185 209 232 240 251 252 187 89 57 70 109 196 168 100 187 198 220 59 59 58 252 252 254 160 170 210 251 252 253 181 194 214 116 124 137]; mask:((Depth1Image new) width: 22; height: 19; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_??@???8???<???<???<???8???0??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? _??@') ; yourself); yourself]
+?WW3#EP$ D)ST<8@@LM#B@#T5M\W^CK;RNQYKR:#G!!:$@@CC@B</K2>$)JR$)JR$)JR$)JR$@@@@00@a');
+                colorMapFromArray:#[ 0 0 0 142 69 67 129 147 186 98 109 149 242 51 50 86 103 157 240 242 242 236 239 248 126 143 183 165 147 99 146 162 196 187 200 223 164 177 207 143 158 193 163 177 206 183 196 219 147 89 55 66 80 124 205 214 224 180 192 216 247 248 252 203 212 222 255 100 39 170 179 216 123 107 74 217 223 229 186 185 192 77 81 85 188 199 217 242 242 227 78 95 152 138 154 191 107 116 154 226 231 241 242 220 141 106 116 153 157 173 203 156 171 202 255 106 42 242 244 250 247 105 44 173 186 212 83 47 28 196 206 218 239 242 247 147 160 203 146 158 202 54 66 115 95 83 66 225 105 42 163 173 212 253 253 254 176 190 218 222 177 45 101 112 151 131 148 187 130 148 186 99 110 149 129 146 185 96 74 37 195 206 220 148 165 197 166 182 208 165 178 207 184 197 219 188 171 94 81 98 151 255 236 120 133 141 159 181 193 216 249 249 253 248 249 252 155 167 207 88 101 128 174 188 219 250 147 56 246 247 250 170 186 215 42 51 96 154 96 64 94 106 147 233 236 247 162 178 207 80 98 153 160 176 205 108 117 154 159 174 204 176 189 214 141 151 173 149 161 204 252 99 38 57 70 107 213 220 227 233 235 240 126 139 158 134 151 189 103 113 152 102 113 151 254 107 43 101 111 150 192 204 226 150 166 198 159 147 111 149 164 197 39 48 89 185 196 219 179 193 223 250 250 253 217 224 237 222 225 232 127 145 185 95 107 147 233 237 246 142 158 193 230 235 243 165 165 166 208 101 40 176 190 213 252 199 96 244 246 250 167 177 214 185 95 37 139 156 193 37 45 83 137 154 191 156 171 203 135 152 189 104 114 152 155 171 202 154 169 201 102 102 107 240 242 249 34 41 60 54 66 116 210 217 226 209 217 225 251 251 253 219 101 37 97 108 148 145 161 195 164 180 207 230 202 70 175 190 221 172 162 152 246 247 251 245 247 250 28 33 37 255 101 39 254 99 38 237 239 242 233 208 76 224 187 54 230 234 245 182 195 221 217 103 41 107 117 154 157 172 203 105 115 152 177 145 64 45 55 103 198 207 220 194 97 38 171 185 210 144 157 200 54 65 115 103 86 54 212 220 227 252 252 253 255 117 45 182 194 214 223 228 241 102 113 152 162 172 191 101 111 151 131 149 187 150 166 199 244 244 245 98 109 148 238 241 249 128 145 184 249 99 39 147 162 196 167 181 209 233 237 244 247 248 251 172 187 217 125 143 184 252 178 84 159 175 204 65 80 125 177 190 215 244 246 251 242 244 249 157 173 182 214 221 228 255 255 255 226 231 243 134 152 189 103 114 152 153 169 201 228 196 63 151 167 199 235 238 245 210 219 227 185 197 219 184 195 218 49 60 112 152 149 137 207 215 224 65 79 121 248 249 251 143 62 26 176 184 220 251 169 79 90 110 162 174 182 218 85 102 157 94 106 146 144 161 195 185 197 222 143 159 194 142 157 193 181 195 218 160 174 204 132 141 160 74 71 70 202 211 222 126 64 32 152 163 206 167 147 95 68 83 130 133 143 164 252 206 99 136 153 190 105 115 153 134 151 188 103 113 151 154 170 201 123 85 65 152 168 199 240 243 249 172 185 212 235 214 82 169 185 209 232 240 251 252 187 89 57 70 109 196 168 100 187 198 220 59 59 58 252 252 254 160 170 210 251 252 253 181 194 214 116 124 137 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:19;
+                            bits:(ByteArray 
+                                        fromPackedString:'_??@???8???<???<???<???8???0??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? _??@');
+                            yourself);
+                yourself
+        ]
 !
 
 heartOverlay
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self heartOverlay inspect
      ImageEditor openOnClass:self andSelector:#heartOverlay
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class heartOverlay'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 15; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class heartOverlay'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:15;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 O3<NC0<?O3<?O4EAL4@?O3<8C =^@PD?L%MAL3L3TC= XC,DGPH@L$<''F%D6CCMPA \"UAAEJU<5WR((M6%)T@Y$OFDCM11DF4LMMEI\ZU@?G%\_Q",QQ3$,
 F!!(RI%APO1%VRPU"UT :KRABF&]PO3<?B4(SX286HR TP$5PO3<?O3=(K1THYU!!KOSAPO3<?O3<?O6 #E %&VU)PO3<?O3<?O3<?SC9EJTAPO3<?O3<?O3<?
-O2T1IE-PO3<?O3<?O3<?O3<?S!!\JTC<?O3<?O3<?O3<?O3<XTC<?O3<?O3<?O3<?O3<?TE@?O3<?O3<?') ; colorMapFromArray:#[237 93 63 240 72 43 255 96 56 255 110 74 255 125 93 255 116 81 244 165 152 255 175 155 255 102 64 255 95 55 96 57 66 215 109 88 224 81 58 255 52 2 230 114 94 241 101 71 255 107 70 255 94 54 255 87 44 255 136 106 255 61 12 255 113 78 255 104 67 252 101 65 208 79 60 223 96 73 255 55 5 255 71 26 255 92 51 255 105 68 252 134 104 255 138 109 255 58 8 255 80 37 255 186 169 255 130 99 255 100 62 190 136 133 236 53 17 255 56 6 255 70 24 255 89 47 255 51 1 255 104 66 255 64 17 255 67 20 255 99 60 255 164 142 109 41 45 252 109 74 197 81 70 241 57 15 255 57 7 255 68 22 255 90 48 255 101 63 236 144 129 255 75 30 255 77 33 255 167 145 255 180 162 255 63 15 255 108 72 255 255 255 159 49 39 241 51 8 255 52 1 255 61 13 255 81 38 255 98 59 255 111 75 255 85 42 255 87 45 255 162 139 255 183 164 255 73 28 238 109 78 120 41 44 212 97 79 248 64 20 77 77 77 255 84 41 255 97 58 247 36 9 255 129 98 255 97 57 252 170 150 255 181 162 255 83 40 255 76 32 120 45 46 220 64 38 252 51 2 255 58 9 239 97 68 241 73 37 241 132 110 255 128 96 255 106 69 255 109 72 255 178 158 255 93 52 255 86 43 114 46 52 212 117 99 248 53 7]; mask:((Depth1Image new) width: 16; height: 15; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'NC1>?/???????7??_?8??A?8C?@G8@_@@<@A @F@') ; yourself); yourself]
+O2T1IE-PO3<?O3<?O3<?O3<?S!!\JTC<?O3<?O3<?O3<?O3<XTC<?O3<?O3<?O3<?O3<?TE@?O3<?O3<?');
+                colorMapFromArray:#[ 237 93 63 240 72 43 255 96 56 255 110 74 255 125 93 255 116 81 244 165 152 255 175 155 255 102 64 255 95 55 96 57 66 215 109 88 224 81 58 255 52 2 230 114 94 241 101 71 255 107 70 255 94 54 255 87 44 255 136 106 255 61 12 255 113 78 255 104 67 252 101 65 208 79 60 223 96 73 255 55 5 255 71 26 255 92 51 255 105 68 252 134 104 255 138 109 255 58 8 255 80 37 255 186 169 255 130 99 255 100 62 190 136 133 236 53 17 255 56 6 255 70 24 255 89 47 255 51 1 255 104 66 255 64 17 255 67 20 255 99 60 255 164 142 109 41 45 252 109 74 197 81 70 241 57 15 255 57 7 255 68 22 255 90 48 255 101 63 236 144 129 255 75 30 255 77 33 255 167 145 255 180 162 255 63 15 255 108 72 255 255 255 159 49 39 241 51 8 255 52 1 255 61 13 255 81 38 255 98 59 255 111 75 255 85 42 255 87 45 255 162 139 255 183 164 255 73 28 238 109 78 120 41 44 212 97 79 248 64 20 77 77 77 255 84 41 255 97 58 247 36 9 255 129 98 255 97 57 252 170 150 255 181 162 255 83 40 255 76 32 120 45 46 220 64 38 252 51 2 255 58 9 239 97 68 241 73 37 241 132 110 255 128 96 255 106 69 255 109 72 255 178 158 255 93 52 255 86 43 114 46 52 212 117 99 248 53 7 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:15;
+                            bits:(ByteArray 
+                                        fromPackedString:'NC1>?/???????7??_?8??A?8C?@G8@_@@<@A @F@');
+                            yourself);
+                yourself
+        ]
 !
 
 help28x28Icon2
@@ -759,8 +1034,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class help28x28Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class help28x28Icon2'
+        ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@H@@@@@@@@@@@@@@@@@@3H@@@@@@@@@@@@@@@@CL2@@@@@@@@@@@@@@@@L3L @@@@@@@@@@@@@@@3L3@@@@@@@@@@@@@BLCL3
 L0@@@@L3@@@@@CL0L3L3@@H3L3L0@@A@L3@3L3LBH#L3L3A@@D@3LCL3L0H"L3L3LD@@PCL0L3L3@"D3L1L0P@A@L3@3L3LBH!!L1L3A@@D@3LCL3L0H"HQL3
 LD@@PCL0L3L3@"H#D3L0P@A@L3@3L3LBH"D1L3A@A@L3LBL3L0H"D3LSLD@D@3L0H#L3@"D#L3D0P@PCL3LBH#LBHRL3L3A@A@L3L3@"H0H"H3L3LD@D@3L3
@@ -775,235 +1050,311 @@
 !
 
 hexToggle19x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self hexToggle19x22Icon inspect
      ImageEditor openOnClass:self andSelector:#hexToggle19x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class hexToggle19x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 19; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class hexToggle19x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:19;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 IQTFA XFA XND@ _G2T%IRT%IRTFIRT%IRT[E0$/A!! _IRT%IRT%A"T%IRT%F1,[F0X(CA<%IRT%IPX%ISL3L2T3L3LF@3HQG2T%IRTFIRT3IRT%L2D3A"$%
 H 0_IRT%A"T%L3L3ISL3L0PDA@PDA@P%IPX%IRT%L2T3ECLRL243J0<YIRTFIRT3L2T%L3H3BSL3L0@*FRT%A"T%IRT%IQ4TE00XKRXEGA$%IPX%ISL3L1,3
 L3L L3L3K (YIRTFIRT%ISL[L3@1CCLG@!! QFRT%A"T%ISL3E3L3L@03L1XVFA$%IPX%F1,[L203@2<0L00 A1XYIRTFIRH3L3LAL0$$K3L3L2@ FRT%A"T!!
 HRDWE2LIIB<0D00(A1$%IPX%HSL3L0D3L3L/K3L''CB@YIRTFIRD3HSLAL0$IK3L0L00 FRT%A"T!!L3L3@SL3BR<3LCLLHA$%IPX%HSL!!L1\3BP$/L3@3CB@Y
-IRTFIQ\3E3L,L3L3K3@3CB GFRT%A"T2L#HMCRHWK@$CD#@1CA$%IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@a') ; colorMapFromArray:#[204 208 220 245 246 250 224 227 236 240 242 248 140 145 163 212 215 227 207 211 222 227 230 238 193 197 211 241 243 248 214 218 228 210 214 224 231 233 241 249 250 252 201 206 218 200 204 217 196 200 213 220 223 233 238 240 247 234 236 243 250 251 252 205 209 221 225 228 237 245 247 250 223 226 235 116 120 133 240 241 248 253 254 254 211 214 226 252 252 253 207 210 222 178 183 200 229 231 240 247 248 251 246 248 250 242 244 249 241 242 248 255 255 255 213 217 227 232 234 242 230 232 240 248 249 251 202 207 219 201 205 218 243 245 249 219 222 232 217 220 230 237 239 246 235 237 244 234 237 243 251 252 253 0 0 0]; mask:((Depth1Image new) width: 19; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_? @_?0@_?8@_?<@_?>@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@') ; yourself); yourself]
+IRTFIQ\3E3L,L3L3K3@3CB GFRT%A"T2L#HMCRHWK@$CD#@1CA$%IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@a');
+                colorMapFromArray:#[ 204 208 220 245 246 250 224 227 236 240 242 248 140 145 163 212 215 227 207 211 222 227 230 238 193 197 211 241 243 248 214 218 228 210 214 224 231 233 241 249 250 252 201 206 218 200 204 217 196 200 213 220 223 233 238 240 247 234 236 243 250 251 252 205 209 221 225 228 237 245 247 250 223 226 235 116 120 133 240 241 248 253 254 254 211 214 226 252 252 253 207 210 222 178 183 200 229 231 240 247 248 251 246 248 250 242 244 249 241 242 248 255 255 255 213 217 227 232 234 242 230 232 240 248 249 251 202 207 219 201 205 218 243 245 249 219 222 232 217 220 230 237 239 246 235 237 244 234 237 243 251 252 253 0 0 0 ];
+                mask:((ImageMask new)
+                            width:19;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_? @_?0@_?8@_?<@_?>@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@');
+                            yourself);
+                yourself
+        ]
+!
+
+historyBackInGlobalListIcon
+    <resource: #programImage>
+
+    ^ self left2Arrow24x24Icon
 !
 
 historyOverlayIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self historyOverlayIcon inspect
      ImageEditor openOnClass:self andSelector:#historyOverlayIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class historyOverlayIcon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class historyOverlayIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 7M0@^E]G/+Z"]K5#PP@@@M3\7&H(NG7!!P,YCR9AF@@C\0*@$H-FR7S;OASWP[L\@%6AJ.F.YLUJ,2''A.ML]O@GTY61ZE$ZZK0XM)HC''KW,^@CA@*_5.''U(0B
 ,H&XHU5O3+,^+)>Z ''-''T^BOE5!!>S2X.AJE&_IOVN7J#UM"%74>D2D97GAU(S\Q!!3H#CV'')OM0%PI5&G*-T6^P,HK=+ES:53/1P=]!!H]*BN^''K11J<\,!!-I-
 Z"$[L@Z]T064G0(@[3H3&5TS2S0A2(7TYZ,+@@LG,[(ZIZSYRTUL##*J@@@C*[)HK]N5 ]>/8%>N@@@@@:$@@B5OS4=OS>H@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 210 226 249 14 16 17 130 130 154 76 115 210 167 187 210 222 247 254 128 128 152 123 181 246 200 202 216 55 55 77 146 201 252 218 219 227 149 200 245 56 56 68 6 6 9 134 176 227 4 4 7 202 241 254 206 236 248 133 192 249 133 190 249 167 214 246 95 162 248 42 42 54 224 220 226 182 182 198 219 243 254 120 179 246 209 246 254 122 178 238 122 120 149 140 184 216 117 135 177 200 208 222 189 232 254 227 226 232 163 169 189 209 206 211 119 179 248 219 216 224 206 242 254 169 220 254 102 100 129 137 139 160 121 121 141 170 189 222 99 167 248 233 253 254 233 251 254 131 131 154 188 185 200 159 163 188 178 182 200 176 225 254 182 181 194 218 218 226 122 159 211 83 82 110 2 3 4 175 181 230 164 214 252 185 202 233 43 43 54 57 57 71 123 123 149 190 198 218 201 198 209 39 39 50 150 161 182 87 87 107 177 177 192 69 69 86 163 171 198 228 227 232 168 167 183 125 129 154 60 64 67 82 134 224 56 57 73 103 158 228 46 60 73 197 213 241 187 235 254 97 160 245 162 190 213 214 254 254 163 163 181 77 115 189 143 197 247 76 111 188 194 236 254 0 0 1 149 145 167 111 110 133 57 57 80 183 184 197 46 62 79 182 182 196 124 124 149 24 24 31 122 120 147 142 197 249 18 22 25 71 92 110 44 54 57 181 231 254 194 227 247 92 92 114 142 178 219 141 178 218 139 139 160 198 243 254 112 117 150 68 90 110 213 210 216 170 170 187 168 168 185 187 230 253 103 160 240 166 166 183 168 220 254 137 135 161 116 145 160 134 191 247 206 209 222 153 150 170 184 230 253 184 183 197 162 162 182 164 208 230 158 188 201 201 198 207 202 242 254 178 177 191 163 214 252 102 164 245 145 192 231 13 13 19 219 248 254 160 194 206 169 207 228 124 123 151 144 200 253 123 123 150 209 241 254 228 238 243 62 76 90 37 37 49 33 33 45 31 31 43 169 169 185 128 185 247 226 249 254 178 226 253 179 183 198 142 200 254 206 241 254 167 215 252 166 215 251 192 192 204 116 163 235 189 188 201 94 134 177 179 187 201 57 95 187 213 242 254 203 243 254 203 241 254 136 136 162 170 218 248 82 81 109 210 232 251 153 153 172 154 208 252 129 128 155 36 47 57 110 110 133 90 90 110 40 40 51 106 123 162 160 159 182 200 197 208 36 36 47 171 191 219 28 28 39 166 166 181 191 201 222 107 158 222 141 141 163 192 191 203 142 169 210 170 170 188 224 254 254 167 168 185 71 131 236 47 63 77 127 123 149 196 197 210 159 158 177 177 192 221 241 254 254 221 254 254 166 166 187 65 98 134 57 57 70 201 198 208 195 221 235 178 177 192 201 216 231 192 195 209 155 154 176 118 133 166 153 196 220 55 51 48 11 11 18 39 88 214 151 154 195 94 120 172 181 195 221 171 171 188 149 158 216 167 167 184 146 146 170 154 206 247 189 200 222 105 105 133]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G? ??G?>??;????????????????????>??9??C?8C>@b') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 210 226 249 14 16 17 130 130 154 76 115 210 167 187 210 222 247 254 128 128 152 123 181 246 200 202 216 55 55 77 146 201 252 218 219 227 149 200 245 56 56 68 6 6 9 134 176 227 4 4 7 202 241 254 206 236 248 133 192 249 133 190 249 167 214 246 95 162 248 42 42 54 224 220 226 182 182 198 219 243 254 120 179 246 209 246 254 122 178 238 122 120 149 140 184 216 117 135 177 200 208 222 189 232 254 227 226 232 163 169 189 209 206 211 119 179 248 219 216 224 206 242 254 169 220 254 102 100 129 137 139 160 121 121 141 170 189 222 99 167 248 233 253 254 233 251 254 131 131 154 188 185 200 159 163 188 178 182 200 176 225 254 182 181 194 218 218 226 122 159 211 83 82 110 2 3 4 175 181 230 164 214 252 185 202 233 43 43 54 57 57 71 123 123 149 190 198 218 201 198 209 39 39 50 150 161 182 87 87 107 177 177 192 69 69 86 163 171 198 228 227 232 168 167 183 125 129 154 60 64 67 82 134 224 56 57 73 103 158 228 46 60 73 197 213 241 187 235 254 97 160 245 162 190 213 214 254 254 163 163 181 77 115 189 143 197 247 76 111 188 194 236 254 0 0 1 149 145 167 111 110 133 57 57 80 183 184 197 46 62 79 182 182 196 124 124 149 24 24 31 122 120 147 142 197 249 18 22 25 71 92 110 44 54 57 181 231 254 194 227 247 92 92 114 142 178 219 141 178 218 139 139 160 198 243 254 112 117 150 68 90 110 213 210 216 170 170 187 168 168 185 187 230 253 103 160 240 166 166 183 168 220 254 137 135 161 116 145 160 134 191 247 206 209 222 153 150 170 184 230 253 184 183 197 162 162 182 164 208 230 158 188 201 201 198 207 202 242 254 178 177 191 163 214 252 102 164 245 145 192 231 13 13 19 219 248 254 160 194 206 169 207 228 124 123 151 144 200 253 123 123 150 209 241 254 228 238 243 62 76 90 37 37 49 33 33 45 31 31 43 169 169 185 128 185 247 226 249 254 178 226 253 179 183 198 142 200 254 206 241 254 167 215 252 166 215 251 192 192 204 116 163 235 189 188 201 94 134 177 179 187 201 57 95 187 213 242 254 203 243 254 203 241 254 136 136 162 170 218 248 82 81 109 210 232 251 153 153 172 154 208 252 129 128 155 36 47 57 110 110 133 90 90 110 40 40 51 106 123 162 160 159 182 200 197 208 36 36 47 171 191 219 28 28 39 166 166 181 191 201 222 107 158 222 141 141 163 192 191 203 142 169 210 170 170 188 224 254 254 167 168 185 71 131 236 47 63 77 127 123 149 196 197 210 159 158 177 177 192 221 241 254 254 221 254 254 166 166 187 65 98 134 57 57 70 201 198 208 195 221 235 178 177 192 201 216 231 192 195 209 155 154 176 118 133 166 153 196 220 55 51 48 11 11 18 39 88 214 151 154 195 94 120 172 181 195 221 171 171 188 149 158 216 167 167 184 146 146 170 154 206 247 189 200 222 105 105 133 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'G? ??G?>??;????????????????????>??9??C?8C>@b');
+                            yourself);
+                yourself
+        ]
 !
 
 imageEditor19x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self imageEditor19x26Icon inspect
      ImageEditor openOnClass:self andSelector:#imageEditor19x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class imageEditor19x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 19; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class imageEditor19x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:19;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@!!H!!LF@@@@@@@@@@@@@@@@@@@]N&I,I0(C@0LC@0LC@0LC@0LCI&QHQ4@N@00LC@0LC@0LC@0LJ#QUQC<$I0LLC@0LC@0LC@0LCB!!&
 R4T=FP@CC@0L@ HB@ HBC@03V41AJ0T@@00L@ HB@ HB@PH,ZEAMO!!TC@@LL@ HB@ DB@ HBLFEOQ#HP@0@CC@HB@ HB@ HBLV)XTTHXC@L@@00B@ HB@ HB
 @R=%UD9CD 0C@@LL@ HB@ HA@#$<W%YIG 0L@0@CC@HB@ DB@ H8Z5%WR!!PLC@L@@00B@ HB@ H.N6MZT!!< C@0C@@LLC@HB@ HBM&5_WELZC@0L@0@CC@HB
 @ HB@"5)XE4%E00LC@L@@00B@ HDA@P)[F\5C00LC@0C@@LLC@HB@ PDH607CP0LC@0L@0@CC@0LC@0DA@ IDP0LC@0LC@L@@00LC@0LA@PGB00LC@0LC@0C
 @@LLC@0L@PPDF00LC@0LC@0L@0@CC@0A@PDA@PDA@PDAC@0LC@L@@00A@PDA@PDA@PDA@PDAC@0C@@LC@0LC@0LC@0LC@0LC@0LC@0@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 0 137 0 0 206 0 87 87 87 133 60 36 145 109 112 155 31 0 160 115 98 161 124 106 163 140 130 166 46 5 169 113 95 174 218 230 182 93 58 183 59 8 186 100 65 192 147 138 193 129 103 193 132 116 195 100 52 195 120 93 197 82 32 204 208 220 205 177 176 207 90 27 210 109 64 210 140 105 213 175 169 213 217 227 215 172 138 220 114 42 222 120 43 222 209 212 223 137 33 223 153 96 226 180 137 228 90 9 228 142 66 232 174 56 234 184 145 240 178 78 241 195 142 241 212 187 242 102 12 242 177 95 245 202 137 245 209 172 247 181 30 247 183 8 247 198 128 248 122 26 248 194 1 248 198 0 248 201 137 248 203 113 248 214 181 249 193 57 249 210 160 250 206 0 253 222 69 253 226 47 254 116 14 254 128 21 254 136 5 254 141 47 254 144 8 254 147 36 254 147 47 254 158 0 254 158 1 254 159 21 254 161 10 254 162 0 254 165 54 254 165 69 254 167 2 254 167 5 254 171 10 254 176 36 254 177 17 254 178 11 254 181 24 254 184 75 254 184 94 254 187 34 254 191 0 254 191 42 254 191 54 254 194 26 254 197 55 254 201 65 254 203 3 254 203 78 254 203 97 254 207 47 254 209 81 254 212 90 254 213 16 254 214 81 254 216 73 254 219 0 254 220 37 254 223 0 254 225 166 254 226 7 254 226 119 254 231 26 254 231 65 254 231 201 254 239 98]; mask:((Depth1Image new) width: 19; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@O@@@_ ??? ??? ???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 0 137 0 0 206 0 87 87 87 133 60 36 145 109 112 155 31 0 160 115 98 161 124 106 163 140 130 166 46 5 169 113 95 174 218 230 182 93 58 183 59 8 186 100 65 192 147 138 193 129 103 193 132 116 195 100 52 195 120 93 197 82 32 204 208 220 205 177 176 207 90 27 210 109 64 210 140 105 213 175 169 213 217 227 215 172 138 220 114 42 222 120 43 222 209 212 223 137 33 223 153 96 226 180 137 228 90 9 228 142 66 232 174 56 234 184 145 240 178 78 241 195 142 241 212 187 242 102 12 242 177 95 245 202 137 245 209 172 247 181 30 247 183 8 247 198 128 248 122 26 248 194 1 248 198 0 248 201 137 248 203 113 248 214 181 249 193 57 249 210 160 250 206 0 253 222 69 253 226 47 254 116 14 254 128 21 254 136 5 254 141 47 254 144 8 254 147 36 254 147 47 254 158 0 254 158 1 254 159 21 254 161 10 254 162 0 254 165 54 254 165 69 254 167 2 254 167 5 254 171 10 254 176 36 254 177 17 254 178 11 254 181 24 254 184 75 254 184 94 254 187 34 254 191 0 254 191 42 254 191 54 254 194 26 254 197 55 254 201 65 254 203 3 254 203 78 254 203 97 254 207 47 254 209 81 254 212 90 254 213 16 254 214 81 254 216 73 254 219 0 254 220 37 254 223 0 254 225 166 254 226 7 254 226 119 254 231 26 254 231 65 254 231 201 254 239 98 ];
+                mask:((ImageMask new)
+                            width:19;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@O@@@_ ??? ??? ???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 inspect22x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self inspect22x24Icon inspect
      ImageEditor openOnClass:self andSelector:#inspect22x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class inspect22x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class inspect22x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@ HB@ HB@ HB@ D@@@@@@@@@@@@@@(>O#8VB (JB %,A@@@@@@@@@@@@
 @@JO#8>E (JB (I[@P@@@@@@@@@@@@@B#0DA!!PDA  FBV0D@@@@@@@@@@@@@@(>O#8VB (JB %,AWP@@@@@@@@@@@@JO@PDA!!V 3APPHEQ,=]P@@@@@@@@@B
 #8>O!!4<KE3]EQ$D0FAIV@@@@@@@@@(<A#4<\VH>O#8>O#8>OBEX@@@@@@@JO#6P]TX>O#8>O#8>O#1<E]P@@@@@B#0D5K8>O@PDA@X<A@X<BDBH@@@@@@(=(
 IH>O#8>O#8>O#8>O@#@CY @@@@DAYA6O@X<A#0DA@X<A#0IBA6P@@@@@@FP]#8>O#8>O#8>O#8<BVP5$@@@@@@A$GX<A@PDA#0DA#0FO@%PMY@@@@@@@YA88
 #8>O#8>O#8>O^@IRAFP@@@@@@GT4I HB@ HB@ HB@ HBM )5@@@@@@@@S0<0UDMGVV)8_X>OZP1V@@@@@@@@^&PTC3!!UUU%%YV)=]"L,@@@@@@@@#''%LD0XO
-I4AUYU%RO"L-]P@@@@@@#X.JR1EMQATIC!!X%H29D]@@@@@@@#X2JX2(!!Y A&S$QPU5Y&@@@@@@@@@H2JX2, L @@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 78 78 91 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 156 156 182 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 201 201 218 204 204 219 206 206 221 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 210 210 224 211 211 225 213 213 228 215 215 229 216 216 230 218 218 231 219 219 232 220 220 233 222 222 235 223 128 63 223 223 224 223 255 255 224 224 224 224 224 236 224 224 239 224 239 240 224 255 255 225 225 237 228 228 238 229 229 239 230 230 240 232 232 241 234 234 243 235 235 244 236 236 244 238 238 245 239 239 224 239 239 239 239 239 240 239 239 246 239 255 255 240 207 144 240 239 223 240 240 239 240 240 247 240 255 255 241 241 248 242 242 249 243 243 249 244 244 250 245 245 252 246 246 253 248 248 254 249 249 254 250 250 255 252 252 255 253 253 255 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255]; mask:((Depth1Image new) width: 22; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@G?8@G?8@G?8@G?8@G?<@G??@G?? G??0G??8G??8G??<G??<A??<A??<A??<A??<@??8A??0C??0G?? O;>@O0@@') ; yourself); yourself]
+I4AUYU%RO"L-]P@@@@@@#X.JR1EMQATIC!!X%H29D]@@@@@@@#X2JX2(!!Y A&S$QPU5Y&@@@@@@@@@H2JX2, L @@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 78 78 91 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 156 156 182 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 201 201 218 204 204 219 206 206 221 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 210 210 224 211 211 225 213 213 228 215 215 229 216 216 230 218 218 231 219 219 232 220 220 233 222 222 235 223 128 63 223 223 224 223 255 255 224 224 224 224 224 236 224 224 239 224 239 240 224 255 255 225 225 237 228 228 238 229 229 239 230 230 240 232 232 241 234 234 243 235 235 244 236 236 244 238 238 245 239 239 224 239 239 239 239 239 240 239 239 246 239 255 255 240 207 144 240 239 223 240 240 239 240 240 247 240 255 255 241 241 248 242 242 249 243 243 249 244 244 250 245 245 252 246 246 253 248 248 254 249 249 254 250 250 255 252 252 255 253 253 255 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@G?8@G?8@G?8@G?8@G?<@G??@G?? G??0G??8G??8G??<G??<A??<A??<A??<A??<@??8A??0C??0G?? O;>@O0@@');
+                            yourself);
+                yourself
+        ]
 !
 
 magnifyingGlassOverlay
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self magnifyingGlassOverlay inspect
      ImageEditor openOnClass:self andSelector:#magnifyingGlassOverlay
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class magnifyingGlassOverlay'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class magnifyingGlassOverlay'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ADEQPX
 IR)P@@@@@@@@@@@@@@@@@@@@@A,''RE!!YUD@(H&\@@@@@@@@@@@@@@@@@J6$@@@@@@@@@JQ!!''@@@@@@@@@@@@@@@,X @@@@@@@@@@@D@U@@@@@@@@@@@@@DX?
  P@@@@@@@@@@@HE@LP@@@@@@@@@@@CMR@@@@@@@@@@@@@@A@D0@@@@@@@@@@@B1Y@@@@@@@@@@@@@@A&E0@@@@@@@@@@@B1&@@@@@@@@@@@@@@A&GP@@@@@@
 @@@@@B1Y@@@@@@@@@@@@@@A&GP@@@@@@@@@@@B5I@@@@@@@@@@@@@@A&E@@@@@@@@@@@@DT5@@@@@@@@@@@@@@AGF @@@@@@@@@@@@@_P@@@@@@@@@@@@F,\
 Y0@@@@@@@@@@@@@$G4%&@@@@@@@@ CH<@@@@@@@@@@BP %4#E!!<6T6Y1Z&MQL#4@@@@@@@@@@H>M#E0!!@@@%FQ8&MCH>U0@@@@@@@@@@#8:L[S(0@@@@@@@@
-@@@@@@@@@@@@@@@@#(1-N2<@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 32 223 32 40 255 124 50 255 112 51 255 109 54 229 139 62 255 87 62 255 88 62 255 91 62 255 136 64 64 64 73 255 115 83 255 62 91 255 73 94 255 74 101 255 84 105 255 85 112 255 96 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 170 170 170 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 176 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 183 183 183 190 190 190 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 196 196 196 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 217 217 217 223 32 32 223 128 63 223 192 255 223 223 32 223 223 224 223 255 255 224 224 224 224 224 239 224 239 240 224 255 255 231 207 255 231 208 255 238 191 255 238 192 255 239 159 232 239 191 255 239 223 255 239 224 255 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 239 223 240 240 239 240 255 255 246 176 255 247 175 255 247 207 255 247 239 255 254 160 255 254 191 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O8@@_>@@0G@A C@C C C@A C@A C@A C@A C@A C@A A C A8G@O?>@_O<@?@@@>@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@#(1-N2<@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 32 223 32 40 255 124 50 255 112 51 255 109 54 229 139 62 255 87 62 255 88 62 255 91 62 255 136 64 64 64 73 255 115 83 255 62 91 255 73 94 255 74 101 255 84 105 255 85 112 255 96 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 170 170 170 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 176 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 183 183 183 190 190 190 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 196 196 196 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 217 217 217 223 32 32 223 128 63 223 192 255 223 223 32 223 223 224 223 255 255 224 224 224 224 224 239 224 239 240 224 255 255 231 207 255 231 208 255 238 191 255 238 192 255 239 159 232 239 191 255 239 223 255 239 224 255 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 239 223 240 240 239 240 255 255 246 176 255 247 175 255 247 207 255 247 239 255 254 160 255 254 191 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O8@@_>@@0G@A C@C C C@A C@A C@A C@A C@A C@A A C A8G@O?>@_O<@?@@@>@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 menuEditor19x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self menuEditor19x26Icon inspect
      ImageEditor openOnClass:self andSelector:#menuEditor19x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class menuEditor19x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 19; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class menuEditor19x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:19;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@A5\''L=@@@@@@@@@@@@@@@@@@A)N9MRUVLEK"8.K"8.K"8.K"8.&D%>_G\2AP<OC0<OC0<OC0<OYHQL_6T7UPTOC0<OC0<OC0<OC81H
 $S)9M @EC0<OC0<OC0<OC0=FS)Y''R''@@AP<OC0<OC0<OC0=,PV!!:O)\@@A,[F1,[F1,[F1,[X(ADZ)UG@@@C@0LC@0LC@0LC!!46A[8Y; 0@@CALSD1LSD1LS
 D4M-NEE6]@@@@@0SD1LSD1LSD5A_[(49V!!P@@@@LD1LSD1LSD1NK"%05T9HT@@@@KB0,KB0,KB1YPDVN#3D,E@@@@@T.K"8.K"8._U!! W&ZIK!!P@@@@EC0<O
 C0<OC7!!KOCNP"@<T@@@@AP<OC0<OC0=TT#=BU <OE@@@@@TOC0<OC0<OU5JT!!P<OC1P@@@@[F1,[F1,[F5,4\Q,$EAPT@@@@AR8.K"8.K"9!!S28.K"8.E@@@
 @@TKC0<OC0<OZ0<OC0<OC1P@@@@EJP<OC0<OC0<OC0<OC0<T@@@@B!!8OC0<OC0<OC0<OC0<OE@@@@@8AFA<IGRL"@!!X E!!@TIAP@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 106 103 105 108 108 111 21 232 231 3 189 187 226 226 228 104 104 105 109 109 108 21 231 231 82 82 83 213 213 214 187 187 187 133 233 234 21 231 230 90 90 92 186 186 188 108 108 108 135 225 226 138 243 244 2 186 188 85 85 88 133 225 227 107 107 109 182 182 181 107 107 108 19 230 230 0 129 126 102 102 103 0 128 126 85 85 84 180 180 182 101 101 104 105 105 109 111 111 110 84 84 85 88 88 90 96 96 99 0 125 126 2 191 189 0 138 139 97 94 99 193 193 192 110 110 109 19 234 233 5 141 143 95 95 99 254 254 252 2 190 188 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 19; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@O@@@_ ??? ??? ???@???@??>@??>@??>@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 106 103 105 108 108 111 21 232 231 3 189 187 226 226 228 104 104 105 109 109 108 21 231 231 82 82 83 213 213 214 187 187 187 133 233 234 21 231 230 90 90 92 186 186 188 108 108 108 135 225 226 138 243 244 2 186 188 85 85 88 133 225 227 107 107 109 182 182 181 107 107 108 19 230 230 0 129 126 102 102 103 0 128 126 85 85 84 180 180 182 101 101 104 105 105 109 111 111 110 84 84 85 88 88 90 96 96 99 0 125 126 2 191 189 0 138 139 97 94 99 193 193 192 110 110 109 19 234 233 5 141 143 95 95 99 254 254 252 2 190 188 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:19;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@O@@@_ ??? ??? ???@???@??>@??>@??>@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 menuEditor22x26Icon3
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self menuEditor22x26Icon3 inspect
      ImageEditor openOnClass:self andSelector:#menuEditor22x26Icon3
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class menuEditor22x26Icon3'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class menuEditor22x26Icon3'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@]WI3OP@@@@@@@@@@@@@@@@@@@@@@ZS.ST%U#@@@@@@@@@@@@@@@@@@@@@I!!I_''17L T.
 K"8.K"8.K"8.K"8.K&RDSG=%M5TEC0<OC0<OC0<OC0<OC0>LRID:^SX@AP<OC0<OC0<OC0<OC0<OQ$:VY4)0@@TOC0<OC0<OC0<OC0<O[DE(^#:W@@@[F1,[
 F1,[F1,[F1,[F6J@QF*UQ0@@@0LC@0LC@0LC@0LC@8]M V>F^8L@@@0SD1LSD1LSD1LSD1MC[S!!Q]''P@@@@LD1LSD1LSD1LSD1MPW6:MNU(T@@@@CALSD1LS
 D1LSD1LS"8)\MUNRE@@@@B0,KB0,KB0,KB0,VTAE#(<1KAP@@@@EK"8.K"8.K"8.K''5XXE9&"R8T@@@@AP<OC0<OC0<OC0=8R303$H OE@@@@@TOC0<OC0<O
 C0<OUEH?P%XOC1P@@@@EC0<OC0<OC0<OC5]R%HTOC0<T@@@@F1,[F1,[F1,[F1-[MGD[IAPTE@@@@@T.K"8.K"8.K"8.XT<.K"8.K!!P@@@@EB0<OC0<OC0<O
 C6,OC0<OC0<T@@@@AR$OC0<OC0<OC0<OC0<OC0<OE@@@@@(^E0<OC0<OC0<OC0<OC0<OC1P@@@@N@P\*HQ _BQ4#H HVHAXPEBPT@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 106 103 105 108 108 111 21 232 231 3 189 187 226 226 228 104 104 105 109 109 108 21 231 231 82 82 83 213 213 214 187 187 187 133 233 234 21 231 230 90 90 92 186 186 188 108 108 108 135 225 226 138 243 244 2 186 188 85 85 88 133 225 227 107 107 109 182 182 181 107 107 108 19 230 230 0 129 126 102 102 103 0 128 126 85 85 84 180 180 182 101 101 104 105 105 109 111 111 110 84 84 85 88 88 90 96 96 99 0 125 126 2 191 189 0 138 139 97 94 99 193 193 192 110 110 109 19 234 233 5 141 143 95 95 99 254 254 252 2 190 188 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 22; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@A8@@C<@@C<???<???8???8???0???0???0??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? @@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 106 103 105 108 108 111 21 232 231 3 189 187 226 226 228 104 104 105 109 109 108 21 231 231 82 82 83 213 213 214 187 187 187 133 233 234 21 231 230 90 90 92 186 186 188 108 108 108 135 225 226 138 243 244 2 186 188 85 85 88 133 225 227 107 107 109 182 182 181 107 107 108 19 230 230 0 129 126 102 102 103 0 128 126 85 85 84 180 180 182 101 101 104 105 105 109 111 111 110 84 84 85 88 88 90 96 96 99 0 125 126 2 191 189 0 138 139 97 94 99 193 193 192 110 110 109 19 234 233 5 141 143 95 95 99 254 254 252 2 190 188 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@A8@@C<@@C<???<???8???8???0???0???0??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? @@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 newFile20x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newFile20x22Icon inspect
      ImageEditor openOnClass:self andSelector:#newFile20x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary class newFile20x22Icon'
-        ifAbsentPut:[(Depth8Image new) width: 20; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class newFile20x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:20;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 IQTFA XFA XND@ _G2T;IRT%IP@%A"T%IRT%F1\IK0XXN30;IRT%@BTFIRT%IRT[F1,;N2 ;OS,%N3,@IPX%ISL3L2T3N38?N3=@O3,?O#,%A"T%IRT%IRT%
 N4EBP4QCP$D;@BTFIRT3L3L%L3L8N3=DMDP?N2T@IPX%IRT%IRT%IRT;O4P4QC<;IP@%A"T%L3L%ISL2N4EBP4QCP$D;@BTFIRT%IRT%GS,>O3,?PC<;O38;
 IPX%ISL%L1,%L3,;FC,=N0(;N0@%A"T%IRT%F2T0LP0XN30;DQ$%@BTFIRT%L3LWL3L0CCL3N1XXFRT@IPX%F1,[@20C@2<0F@0 A1XYIP@%A"T"L0$3@SLI
 IB<3L3L HA$%@BTFIRD!!HQ\WH0$$K3@SCB GFRT@IPX%HSL3HPD3HSL/K3L''CB@YIP@%A"T!!HRD!!@RDIBR</LB\LHA$%@BTFIRD3L3LAL3LIK3L0L00 FRT@
-IPX%HRD!!HQ\!!BP$/LC@0CB@YIP@%A"TWL1\3KCL3L2<0L00(A1$%@BTFISH2L 4MH!!\,BPLRLCDLFRT@IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@b') ; colorMapFromArray:#[204 208 220 245 246 250 224 227 236 240 242 248 140 145 163 212 215 227 207 211 222 227 230 238 193 197 211 241 243 248 214 218 228 210 214 224 231 233 241 249 250 252 201 206 218 200 204 217 196 200 213 220 223 233 238 240 247 234 236 243 250 251 252 205 209 221 225 228 237 245 247 250 223 226 235 116 120 133 240 241 248 253 254 254 211 214 226 252 252 253 207 210 222 178 183 200 229 231 240 247 248 251 246 248 250 242 244 249 241 242 248 255 255 255 213 217 227 232 234 242 230 232 240 248 249 251 202 207 219 201 205 218 243 245 249 219 222 232 217 220 230 237 239 246 235 237 244 234 237 243 251 252 253 0 0 0 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200]; mask:((Depth1Image new) width: 20; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?(@_?<@_?= _??0_?? _??@_??@_?? _??0_?? _??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@') ; yourself); yourself]
-!
-
-newImage22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self newImage22x22Icon inspect
-     ImageEditor openOnClass:self andSelector:#newImage22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary class newImage22x22Icon'
-        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@@@@@@@@@@@@0@@@@@@@@@@@@@@@@@@@@@@@@@@@0MC@@@@@@@@@LC@0LC@0LC@0LLC@LLC 0CC@0@@@@C@0LC@0LC@0LLC1@LDADPCA@OC@@@
-@0LC@ HB@ HB@ 0RD1PUEALRC@@@@@LC@ HB@ HB@ HICA@UAQTPC@@@@@@C@ HB@ HD@ HD@ 0PEPTUD@0@@@@@@0HB@ HB@ HB@ 0RD1PUEALRC@@@@@LB
-A@HB@ HB@ 0OD@0PDQ@LD@<L@@@C@ HB@ HBA@HDC@0BC@8L@00L@@@@@0HB@ HD@ HB@ HB@ 0MC@L@@@@@@@LB@ HB@ HB@ HB@ HCC@LC@@@@@@@C@0HB
-@ HB@ HD@ HB@0LC@0@@@@@@@0HD@ HB@ HB@ HB@ LC@0L@@@@@@@LB@ HB@PDA@ HB@0LC@0LC@@@@@@@C@0HB@ HA@PHB@0LC@0LC@0@@@@@@@0LC@0LC
-@PDC@0LC@0LC@0L@@@@@@@LC@0LC@0DA@0LC@0LC@0LC@@@@@@@DA@PDA@PA@PPDA@PDA@LC@0@@@@@@A@PDA@PDA@PDA@PDA@PDA@P@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@BC_??3_??;_???_??;_??3_??3_??;_???_??;_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C') ; yourself); yourself]
+IPX%HRD!!HQ\!!BP$/LC@0CB@YIP@%A"TWL1\3KCL3L2<0L00(A1$%@BTFISH2L 4MH!!\,BPLRLCDLFRT@IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@b');
+                colorMapFromArray:#[ 204 208 220 245 246 250 224 227 236 240 242 248 140 145 163 212 215 227 207 211 222 227 230 238 193 197 211 241 243 248 214 218 228 210 214 224 231 233 241 249 250 252 201 206 218 200 204 217 196 200 213 220 223 233 238 240 247 234 236 243 250 251 252 205 209 221 225 228 237 245 247 250 223 226 235 116 120 133 240 241 248 253 254 254 211 214 226 252 252 253 207 210 222 178 183 200 229 231 240 247 248 251 246 248 250 242 244 249 241 242 248 255 255 255 213 217 227 232 234 242 230 232 240 248 249 251 202 207 219 201 205 218 243 245 249 219 222 232 217 220 230 237 239 246 235 237 244 234 237 243 251 252 253 0 0 0 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?(@_?<@_?= _??0_?? _??@_??@_?? _??0_?? _??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@');
+                            yourself);
+                yourself
+        ]
 !
 
 openEditApplicationIcon
@@ -1019,732 +1370,1021 @@
 !
 
 removeBreakPointIcon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self removeBreakPointIcon2 inspect
      ImageEditor openOnClass:self andSelector:#removeBreakPointIcon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class removeBreakPointIcon2'
-	ifAbsentPut:[(Depth2Image new) width: 12; height: 21; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'EUUT_??=_:+=_**=^)V-^%U-^%U-^UU-_%V=_:+=_??=_:+=_%V=^TA-^P@-^P@-^0@-_ B=_:+=_??=EUUT') ; colorMapFromArray:#[0 255 0 63 63 63 0 0 0 127 127 127]; mask:((Depth1Image new) width: 12; height: 21; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_>C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<G? ') ; yourself); yourself]
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class removeBreakPointIcon2'
+        ifAbsentPut:[
+            (Depth2Image new)
+                width:12;
+                height:21;
+                photometric:(#palette);
+                bitsPerSample:(#( 2 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'EUUT_??=_:+=_**=^)V-^%U-^%U-^UU-_%V=_:+=_??=_:+=_%V=^TA-^P@-^P@-^0@-_ B=_:+=_??=EUUT');
+                colorMapFromArray:#[ 0 255 0 63 63 63 0 0 0 127 127 127 ];
+                mask:((ImageMask new)
+                            width:12;
+                            height:21;
+                            bits:(ByteArray 
+                                        fromPackedString:'_>C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<G? ');
+                            yourself);
+                yourself
+        ]
 !
 
 removeTab14x14Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self removeTab14x14Icon inspect
      ImageEditor openOnClass:self andSelector:#removeTab14x14Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class removeTab14x14Icon'
-	ifAbsentPut:[(Depth8Image new) width: 14; height: 14; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class removeTab14x14Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:14;
+                height:14;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @HD4JB (JB (JB 0\ BAM8BL"8.K"8.K#HP6YCE"[&]''YV]''Y&Y''[V /JVMXVD1+T%MYVUMXWCH,X5%N$Y5,SY&YV%-]MRE[TU:Z'')2W'')9@N5X%E5]HPR*X
 &9.[HBL3NQ8QXT]FP(JV%(4-R%U0F@Y*QDU6]75/^''!!< 8 R@V%COR-IGQ(>N#2E# 0@]E@.D1$''S1,TUH&OC T?R2X"IC!!__''NG!!)@DG0];\VA5_8*R%IRS
-EQX@G@HKB@$JCP<OD@LV@@@a') ; colorMapFromArray:#[129 65 62 131 63 61 131 74 71 135 64 67 135 67 67 138 81 79 146 67 67 149 71 67 155 76 70 155 78 70 156 76 70 157 76 71 158 69 70 158 79 68 159 71 71 159 78 68 161 79 68 162 70 71 170 73 75 171 71 80 172 95 104 175 84 71 175 138 136 178 74 75 179 74 79 181 123 128 182 88 95 183 97 105 184 150 150 186 125 132 189 75 82 191 162 161 194 135 141 199 79 81 203 59 91 206 61 78 207 61 87 207 103 107 209 63 91 211 62 81 213 77 82 213 81 86 213 162 165 213 207 210 214 81 86 214 91 102 215 83 98 215 86 92 216 92 97 217 102 106 217 105 110 218 62 87 218 100 105 218 102 109 218 105 109 218 106 110 219 63 91 220 61 85 220 225 226 221 110 128 222 102 112 222 116 121 222 225 226 223 83 95 223 154 164 224 147 158 225 136 142 226 119 122 226 132 137 226 134 138 226 142 147 226 142 148 226 150 160 226 230 231 227 63 85 227 83 97 227 152 165 227 153 165 227 153 166 228 64 86 228 107 110 228 156 167 228 156 168 228 157 169 229 68 83 229 70 90 229 151 163 229 155 166 229 158 170 229 159 171 229 161 172 229 161 173 229 162 174 229 163 176 229 166 176 230 67 91 230 111 80 230 146 153 230 164 174 230 164 177 230 165 168 230 167 178 230 168 179 230 169 179 230 169 180 231 122 126 231 136 142 231 168 178 231 169 179 231 170 180 231 171 181 231 230 231 233 70 90 233 107 80 233 177 180 234 68 88 234 109 112 234 113 80 234 226 227 234 236 238 235 232 234 235 235 235 235 236 238 236 85 83 236 102 116 236 238 240 238 68 88 238 115 80 238 196 202 238 203 204 238 230 230 240 70 86 240 202 208 241 70 87 241 71 91 242 71 91 242 74 90 242 75 90 242 116 80 242 212 218 242 213 220 242 240 240 243 74 90 244 75 91 244 75 92 245 223 227 246 118 79 247 117 81 247 118 79 247 247 247 247 247 248 248 237 238 248 246 246 249 241 243 250 248 248 250 250 250 251 248 248 252 249 249 252 252 252]; mask:((Depth1Image new) width: 14; height: 14; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?/???????????????????????????????=?>0@a') ; yourself); yourself]
+EQX@G@HKB@$JCP<OD@LV@@@a');
+                colorMapFromArray:#[ 129 65 62 131 63 61 131 74 71 135 64 67 135 67 67 138 81 79 146 67 67 149 71 67 155 76 70 155 78 70 156 76 70 157 76 71 158 69 70 158 79 68 159 71 71 159 78 68 161 79 68 162 70 71 170 73 75 171 71 80 172 95 104 175 84 71 175 138 136 178 74 75 179 74 79 181 123 128 182 88 95 183 97 105 184 150 150 186 125 132 189 75 82 191 162 161 194 135 141 199 79 81 203 59 91 206 61 78 207 61 87 207 103 107 209 63 91 211 62 81 213 77 82 213 81 86 213 162 165 213 207 210 214 81 86 214 91 102 215 83 98 215 86 92 216 92 97 217 102 106 217 105 110 218 62 87 218 100 105 218 102 109 218 105 109 218 106 110 219 63 91 220 61 85 220 225 226 221 110 128 222 102 112 222 116 121 222 225 226 223 83 95 223 154 164 224 147 158 225 136 142 226 119 122 226 132 137 226 134 138 226 142 147 226 142 148 226 150 160 226 230 231 227 63 85 227 83 97 227 152 165 227 153 165 227 153 166 228 64 86 228 107 110 228 156 167 228 156 168 228 157 169 229 68 83 229 70 90 229 151 163 229 155 166 229 158 170 229 159 171 229 161 172 229 161 173 229 162 174 229 163 176 229 166 176 230 67 91 230 111 80 230 146 153 230 164 174 230 164 177 230 165 168 230 167 178 230 168 179 230 169 179 230 169 180 231 122 126 231 136 142 231 168 178 231 169 179 231 170 180 231 171 181 231 230 231 233 70 90 233 107 80 233 177 180 234 68 88 234 109 112 234 113 80 234 226 227 234 236 238 235 232 234 235 235 235 235 236 238 236 85 83 236 102 116 236 238 240 238 68 88 238 115 80 238 196 202 238 203 204 238 230 230 240 70 86 240 202 208 241 70 87 241 71 91 242 71 91 242 74 90 242 75 90 242 116 80 242 212 218 242 213 220 242 240 240 243 74 90 244 75 91 244 75 92 245 223 227 246 118 79 247 117 81 247 118 79 247 247 247 247 247 248 248 237 238 248 246 246 249 241 243 250 248 248 250 250 250 251 248 248 252 249 249 252 252 252 ];
+                mask:((ImageMask new)
+                            width:14;
+                            height:14;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?/???????????????????????????????=?>0@a');
+                            yourself);
+                yourself
+        ]
 !
 
 removeTabEntered14x14Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self removeTabEntered14x14Icon inspect
      ImageEditor openOnClass:self andSelector:#removeTabEntered14x14Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class removeTabEntered14x14Icon'
-	ifAbsentPut:[(Depth8Image new) width: 14; height: 14; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class removeTabEntered14x14Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:14;
+                height:14;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @HD4JB (JB (JB 0\ BAQ(.Q$YFQ$YFQ$X1FYCF@ HB@ HB@ HB@ H@/JXA2\''J@\''I2\''I2 CH, GI2%9.@\)"X\(B@MRF@\(B['')6Y'')92XWH%E7I2[''JZ
 ''):^J#,;N18Q\&-+YH6[&9%DN6%)F@Y$YFQ8#X5:#W5!!ZV$R@U]!!XS97J"A/[4])ZP0@XTYDFQ<;N2@ ZV%)C UDQC,;N3-)ZV%)ZV$DG1%)ZV%)ZV%)ZV%)
-GQX@G@HKB@$JCP<OD@LV@@@a') ; colorMapFromArray:#[129 65 62 131 63 61 131 74 71 135 64 67 135 67 67 138 81 79 146 67 67 149 71 67 155 76 70 155 78 70 156 76 70 157 76 71 158 69 70 158 79 68 159 71 71 159 78 68 161 79 68 162 70 71 170 73 75 171 71 80 172 95 104 175 84 71 175 138 136 178 74 75 179 74 79 181 123 128 182 88 95 183 97 105 184 150 150 186 125 132 189 75 82 191 162 161 194 135 141 199 79 81 203 59 91 206 61 78 207 61 87 207 103 107 209 63 91 211 62 81 213 77 82 213 81 86 213 162 165 213 207 210 214 81 86 214 91 102 215 83 98 215 86 92 216 92 97 217 102 106 217 105 110 218 62 87 218 100 105 218 102 109 218 105 109 218 106 110 219 63 91 220 61 85 220 225 226 221 110 128 222 102 112 222 116 121 222 225 226 223 83 95 223 154 164 224 147 158 225 136 142 226 119 122 226 132 137 226 134 138 226 142 147 226 142 148 226 150 160 226 230 231 227 63 85 227 83 97 227 152 165 227 153 165 227 153 166 228 64 86 228 107 110 228 156 167 228 156 168 228 157 169 229 68 83 229 70 90 229 151 163 229 155 166 229 158 170 229 159 171 229 161 172 229 161 173 229 162 174 229 163 176 229 166 176 230 67 91 230 111 80 230 146 153 230 164 174 230 164 177 230 165 168 230 167 178 230 168 179 230 169 179 230 169 180 231 122 126 231 136 142 231 168 178 231 169 179 231 170 180 231 171 181 231 230 231 233 70 90 233 107 80 233 177 180 234 68 88 234 109 112 234 113 80 234 226 227 234 236 238 235 232 234 235 235 235 235 236 238 236 85 83 236 102 116 236 238 240 238 68 88 238 115 80 238 196 202 238 203 204 238 230 230 240 70 86 240 202 208 241 70 87 241 71 91 242 71 91 242 74 90 242 75 90 242 116 80 242 212 218 242 213 220 242 240 240 243 74 90 244 75 91 244 75 92 245 223 227 246 118 79 247 117 81 247 118 79 247 247 247 247 247 248 248 237 238 248 246 246 249 241 243 250 248 248 250 250 250 251 248 248 252 249 249 252 252 252]; mask:((Depth1Image new) width: 14; height: 14; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?/???????????????????????????????=?>0@a') ; yourself); yourself]
-!
-
-sUnit24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self sUnit24x24Icon inspect
-     ImageEditor openOnClass:self andSelector:#sUnit24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary sUnit24x24Icon'
-        ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-AEUUUUUUUUUUUTAEH"H"H"H"H"H"UEH"H"H"H"H"H"\5T"H"H"H"H"H"\3URH"H"H"H"H"\3MUH"H"H"H"H"\3L5T"H"H"H"H!!DCL3URH"H"H"H!!DEL3MUH"
-HQH"H!!D@T3L5T"H DRH!!D@T3L3URH"HAD!!D@T3L3MUH"H @QD@T3L3L5T"H"T@D@T3L3L3URH"H%@@T3L3L3MUH"H"]PT3L3L3L5T"H"\3T3L3L3L3URH"\3
-L3L3L3L3MUH"\3L3L3L3L3L5T"\3L3L3L3L3L3UR\3L3L3L3L3L3MTT3L3L3L3L3L3MTAEUUUUUUUUUUUT@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 170 170 170 127 127 127 127 127 127 214 132 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_??8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<_??8') ; yourself); yourself]
+GQX@G@HKB@$JCP<OD@LV@@@a');
+                colorMapFromArray:#[ 129 65 62 131 63 61 131 74 71 135 64 67 135 67 67 138 81 79 146 67 67 149 71 67 155 76 70 155 78 70 156 76 70 157 76 71 158 69 70 158 79 68 159 71 71 159 78 68 161 79 68 162 70 71 170 73 75 171 71 80 172 95 104 175 84 71 175 138 136 178 74 75 179 74 79 181 123 128 182 88 95 183 97 105 184 150 150 186 125 132 189 75 82 191 162 161 194 135 141 199 79 81 203 59 91 206 61 78 207 61 87 207 103 107 209 63 91 211 62 81 213 77 82 213 81 86 213 162 165 213 207 210 214 81 86 214 91 102 215 83 98 215 86 92 216 92 97 217 102 106 217 105 110 218 62 87 218 100 105 218 102 109 218 105 109 218 106 110 219 63 91 220 61 85 220 225 226 221 110 128 222 102 112 222 116 121 222 225 226 223 83 95 223 154 164 224 147 158 225 136 142 226 119 122 226 132 137 226 134 138 226 142 147 226 142 148 226 150 160 226 230 231 227 63 85 227 83 97 227 152 165 227 153 165 227 153 166 228 64 86 228 107 110 228 156 167 228 156 168 228 157 169 229 68 83 229 70 90 229 151 163 229 155 166 229 158 170 229 159 171 229 161 172 229 161 173 229 162 174 229 163 176 229 166 176 230 67 91 230 111 80 230 146 153 230 164 174 230 164 177 230 165 168 230 167 178 230 168 179 230 169 179 230 169 180 231 122 126 231 136 142 231 168 178 231 169 179 231 170 180 231 171 181 231 230 231 233 70 90 233 107 80 233 177 180 234 68 88 234 109 112 234 113 80 234 226 227 234 236 238 235 232 234 235 235 235 235 236 238 236 85 83 236 102 116 236 238 240 238 68 88 238 115 80 238 196 202 238 203 204 238 230 230 240 70 86 240 202 208 241 70 87 241 71 91 242 71 91 242 74 90 242 75 90 242 116 80 242 212 218 242 213 220 242 240 240 243 74 90 244 75 91 244 75 92 245 223 227 246 118 79 247 117 81 247 118 79 247 247 247 247 247 248 248 237 238 248 246 246 249 241 243 250 248 248 250 250 250 251 248 248 252 249 249 252 252 252 ];
+                mask:((ImageMask new)
+                            width:14;
+                            height:14;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?/???????????????????????????????=?>0@a');
+                            yourself);
+                yourself
+        ]
 !
 
 saveAsMethod19x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveAsMethod19x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#saveAsMethod19x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class saveAsMethod19x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 19; height: 21; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class saveAsMethod19x22Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:19;
+                height:21;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@5MCP2LB<,JR\$IBL"HQ<]G@@5)ZK43MGV=OS4=OS4=OS4PC4JMJF^=LE(0_S4=LE(0_K%7$@=BCNX%?SAZF#A=LE(ZLG!!
 5=L9M@\2%YG40V#AZOQ(0V#A4<7MFQ$GLX2J9<E(<6!!(ZNM(0\_M3Q XA2>D!!N_AZOO3ZOOPZLGM3\4UEP\. G3''0V#3<?O34F#A3\7MEQTGKWY39<E(<?OP
 4MA(0\7M3QTUA2)*[>_$:?O34MCP4MCP4M@UEP\)X6K$9NK_6-WP3\7M3\7MEQTFI5)Z8.K_6-SP3\#C0J&&*Q$YAB]UU^B;.[^4,Z>.+Y&H!!Z$XF@L&S$;_
 7=+T4L#C0KR&''IN#EQTEI$%I7["5,+B.+Y.H W%4%!!TUA2UBP-+Z5MCH/J&&''INK!!8<UEP\%PDCW-+F+*I&R!!W57\V2NEQTGIS0<$IBM!!(M:]V-%W51YU!!PT
-B@@IBP$IB@ HB@ HB@ HB@ HB@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 28 33 37 34 41 60 37 45 83 39 48 89 42 51 96 45 55 103 49 60 112 54 65 115 54 66 115 54 66 116 57 70 107 57 70 109 59 59 58 65 79 121 65 80 125 66 80 124 68 83 130 74 71 70 77 81 85 78 95 152 80 98 153 81 98 151 83 47 28 85 102 157 86 103 157 88 101 128 90 110 162 94 106 146 94 106 147 95 83 66 95 107 147 96 74 37 97 108 148 98 109 148 98 109 149 99 110 149 101 111 150 101 111 151 101 112 151 102 102 107 102 113 151 102 113 152 103 86 54 103 113 151 103 113 152 103 114 152 104 114 152 105 115 152 105 115 153 106 116 153 107 116 154 107 117 154 108 117 154 116 124 137 123 85 65 123 107 74 125 143 184 126 64 32 126 139 158 126 143 183 127 145 185 128 145 184 129 146 185 129 147 186 130 148 186 131 148 187 131 149 187 132 141 160 133 141 159 133 143 164 134 151 188 134 151 189 134 152 189 135 152 189 136 153 190 137 154 191 138 154 191 139 156 193 141 151 173 142 69 67 142 157 193 142 158 193 143 62 26 143 158 193 143 159 194 144 157 200 144 161 195 145 161 195 146 158 202 146 162 196 147 89 55 147 160 203 147 162 196 148 165 197 149 161 204 149 164 197 150 166 198 150 166 199 151 167 199 152 149 137 152 163 206 152 168 199 153 169 201 154 96 64 154 169 201 154 170 201 155 167 207 155 171 202 156 171 202 156 171 203 157 172 203 157 173 182 157 173 203 159 147 111 159 174 204 159 175 204 160 170 210 160 174 204 160 176 205 162 172 191 162 178 207 163 173 212 163 177 206 164 177 207 164 180 207 165 147 99 165 165 166 165 178 207 166 182 208 167 147 95 167 177 214 167 181 209 169 185 209 170 179 216 170 186 215 171 185 210 172 162 152 172 185 212 172 187 217 173 186 212 174 182 218 174 188 219 175 190 221 176 184 220 176 189 214 176 190 213 176 190 218 177 145 64 177 190 215 179 193 223 180 192 216 181 193 216 181 194 214 181 195 218 182 194 214 182 195 221 183 196 219 184 195 218 184 197 219 185 95 37 185 196 219 185 197 219 185 197 222 186 185 192 187 198 220 187 200 223 188 171 94 188 199 217 192 204 226 194 97 38 195 206 220 196 168 100 196 206 218 198 207 220 202 211 222 203 212 222 205 214 224 207 215 224 208 101 40 209 217 225 210 217 226 210 219 227 212 220 227 213 220 227 214 221 228 217 103 41 217 223 229 217 224 237 219 101 37 222 177 45 222 225 232 223 228 241 224 187 54 225 105 42 226 231 241 226 231 243 228 196 63 230 202 70 230 234 245 230 235 243 232 240 251 233 208 76 233 235 240 233 236 247 233 237 244 233 237 246 235 214 82 235 238 245 236 239 248 237 239 242 238 241 249 239 242 247 240 242 242 240 242 249 240 243 249 242 220 141 242 242 227 242 244 249 242 244 250 244 244 245 244 246 250 244 246 251 245 247 250 246 247 250 246 247 251 247 248 251 247 248 252 248 249 251 248 249 252 249 99 39 249 249 253 250 147 56 250 250 253 251 169 79 251 251 253 251 252 253 252 99 38 252 178 84 252 187 89 252 199 96 252 206 99 252 252 253 252 252 254 253 253 254]; mask:((Depth1Image new) width: 19; height: 21; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@_??@??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? _??@@@@@') ; yourself); yourself]
+B@@IBP$IB@ HB@ HB@ HB@ HB@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 28 33 37 34 41 60 37 45 83 39 48 89 42 51 96 45 55 103 49 60 112 54 65 115 54 66 115 54 66 116 57 70 107 57 70 109 59 59 58 65 79 121 65 80 125 66 80 124 68 83 130 74 71 70 77 81 85 78 95 152 80 98 153 81 98 151 83 47 28 85 102 157 86 103 157 88 101 128 90 110 162 94 106 146 94 106 147 95 83 66 95 107 147 96 74 37 97 108 148 98 109 148 98 109 149 99 110 149 101 111 150 101 111 151 101 112 151 102 102 107 102 113 151 102 113 152 103 86 54 103 113 151 103 113 152 103 114 152 104 114 152 105 115 152 105 115 153 106 116 153 107 116 154 107 117 154 108 117 154 116 124 137 123 85 65 123 107 74 125 143 184 126 64 32 126 139 158 126 143 183 127 145 185 128 145 184 129 146 185 129 147 186 130 148 186 131 148 187 131 149 187 132 141 160 133 141 159 133 143 164 134 151 188 134 151 189 134 152 189 135 152 189 136 153 190 137 154 191 138 154 191 139 156 193 141 151 173 142 69 67 142 157 193 142 158 193 143 62 26 143 158 193 143 159 194 144 157 200 144 161 195 145 161 195 146 158 202 146 162 196 147 89 55 147 160 203 147 162 196 148 165 197 149 161 204 149 164 197 150 166 198 150 166 199 151 167 199 152 149 137 152 163 206 152 168 199 153 169 201 154 96 64 154 169 201 154 170 201 155 167 207 155 171 202 156 171 202 156 171 203 157 172 203 157 173 182 157 173 203 159 147 111 159 174 204 159 175 204 160 170 210 160 174 204 160 176 205 162 172 191 162 178 207 163 173 212 163 177 206 164 177 207 164 180 207 165 147 99 165 165 166 165 178 207 166 182 208 167 147 95 167 177 214 167 181 209 169 185 209 170 179 216 170 186 215 171 185 210 172 162 152 172 185 212 172 187 217 173 186 212 174 182 218 174 188 219 175 190 221 176 184 220 176 189 214 176 190 213 176 190 218 177 145 64 177 190 215 179 193 223 180 192 216 181 193 216 181 194 214 181 195 218 182 194 214 182 195 221 183 196 219 184 195 218 184 197 219 185 95 37 185 196 219 185 197 219 185 197 222 186 185 192 187 198 220 187 200 223 188 171 94 188 199 217 192 204 226 194 97 38 195 206 220 196 168 100 196 206 218 198 207 220 202 211 222 203 212 222 205 214 224 207 215 224 208 101 40 209 217 225 210 217 226 210 219 227 212 220 227 213 220 227 214 221 228 217 103 41 217 223 229 217 224 237 219 101 37 222 177 45 222 225 232 223 228 241 224 187 54 225 105 42 226 231 241 226 231 243 228 196 63 230 202 70 230 234 245 230 235 243 232 240 251 233 208 76 233 235 240 233 236 247 233 237 244 233 237 246 235 214 82 235 238 245 236 239 248 237 239 242 238 241 249 239 242 247 240 242 242 240 242 249 240 243 249 242 220 141 242 242 227 242 244 249 242 244 250 244 244 245 244 246 250 244 246 251 245 247 250 246 247 250 246 247 251 247 248 251 247 248 252 248 249 251 248 249 252 249 99 39 249 249 253 250 147 56 250 250 253 251 169 79 251 251 253 251 252 253 252 99 38 252 178 84 252 187 89 252 199 96 252 206 99 252 252 253 252 252 254 253 253 254 ];
+                mask:((ImageMask new)
+                            width:19;
+                            height:21;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@_??@??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? _??@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 searchOverlay2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self searchOverlay2 inspect
      ImageEditor openOnClass:self andSelector:#searchOverlay2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class searchOverlay2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class searchOverlay2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 .[&9S\DQ''C59HRJ9.[&9.[&9.[&9.[&9)4]>.5!!JKM4: BB9.[&9.[&9.[&98RV[X%M,[F1,M;48\+&9.[&9.[&9Q#1PL*<]] ",.F1,(Y*9.[&9.[&9.PBP
 FZ?JX@627K!!,NV3^9+&9.[&9.[$8 3JWB3C3#N^8.CQ]]_R9.PB9.[&9_JO2P*,#^>)=.F8K$3[C.[&9.[&9.T?W''Y6K:9%@[ST5MSW"20B9.[&9.[%OO?JB
 %4R3Z]P5J^LJ/L @.[&9.[&9EKZ:4%$SRS;GJM"J=V/&@K&9.[&9.Z@*#I5''%T$MI7QW/527N0B9.[&9.[$@^!!BB+9XFPG54U;=EU@@@.[&9.[&9.RA1Z)UB
 E+8U)DL-F<-_@K&9.[&9.[$@5.5LE=2>G--%"I:T"Z8/.[&9.[&9@@@@!!MGI2^P[I AK*L6Q]<Z9.[&9@@@@@@@@@@@@@@@@@OFA8M=7U+&9.P@@@@@@@@@@
 @@@@@@A&[1+ 76!![.[$@@@@@@@@@@@@@@@@@@JY/''8>1@5:9@@@@@@@@@@@@@@@@@@@@B]$BX]CUX0@@@@@@@@@@@@@@@@@@@@@+3%HN$X\@@@@@@@@@@@@@
-@@@@@@@@.Q#D0AH.@@@@@@@@@@@@@@@@@@@@@K&9!!Q#)L0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[190 190 203 179 214 235 253 233 159 206 121 14 178 214 234 181 215 227 221 251 253 200 204 216 208 240 250 148 126 112 216 232 238 229 254 254 245 246 250 228 252 253 246 211 132 164 169 187 189 230 251 188 204 227 160 107 51 219 249 254 135 145 175 224 246 249 216 247 251 207 244 252 138 79 26 196 229 251 253 232 155 111 112 138 240 242 248 215 247 253 221 246 249 140 145 163 177 180 196 192 198 214 195 195 207 243 254 254 207 211 222 163 190 225 170 172 189 231 251 252 230 249 251 230 247 251 149 187 221 151 87 25 143 210 248 213 223 231 140 128 133 207 127 27 240 254 254 227 230 238 200 234 251 92 92 122 220 252 254 227 247 251 216 246 250 170 205 228 167 177 202 203 237 247 152 195 230 188 191 206 170 190 218 152 189 230 227 253 254 174 211 235 225 251 252 241 243 248 216 248 253 230 242 247 216 246 253 213 220 227 198 198 209 175 196 226 210 214 224 224 253 254 144 211 248 201 202 215 172 208 226 219 219 226 231 233 241 129 156 197 172 214 249 249 250 252 253 235 160 178 214 235 95 95 124 243 244 246 187 112 26 232 241 245 140 207 247 210 242 253 168 204 225 176 105 25 227 235 240 205 238 248 166 98 25 188 190 205 228 254 254 246 213 133 174 210 234 156 91 25 176 211 226 174 187 201 212 185 159 207 240 253 210 124 15 234 253 253 195 235 251 199 212 222 200 234 246 233 251 252 224 252 253 198 136 46 202 233 238 128 150 182 166 166 183 238 240 247 228 243 247 178 208 221 213 245 252 218 131 16 138 143 162 179 198 222 124 137 168 231 249 253 144 168 204 229 249 251 134 188 237 175 211 231 178 184 201 241 208 124 211 243 253 159 201 235 155 156 175 130 73 25 245 247 250 153 93 31 92 94 123 164 150 144 230 240 245 207 239 252 206 239 251 151 156 174 149 154 172 246 214 135 151 191 230 230 160 50 189 212 221 224 251 252 167 167 183 216 248 254 215 248 253 215 246 253 141 146 164 214 246 252 156 162 182 154 197 236 166 195 228 204 237 252 136 136 159 253 233 158 132 132 155 162 214 237 186 212 221 170 207 235 227 244 248 229 231 240 207 182 159 213 213 221 175 161 154 247 248 251 246 248 250 230 254 254 197 231 248 192 227 243 208 130 31 209 242 253 154 159 176 236 167 55 206 238 250 227 252 254 242 244 249 241 242 248 166 207 237 160 165 185 214 247 251 255 255 255 205 238 252 125 194 246 210 230 237 151 213 245 219 246 249 233 238 243 246 222 150 218 218 225 232 234 242 138 139 163 179 124 48 230 232 240 197 120 26 230 251 253 130 131 155 101 115 143 221 252 254 128 129 153 125 125 150 198 129 40 185 129 47 187 222 237 236 166 54 111 118 146 198 232 251 243 245 249 227 251 253 202 118 14 206 206 216 174 209 234 233 246 249 192 132 47 195 229 238 222 245 248 215 246 251 137 206 247 156 184 203 236 168 57 246 214 136 206 208 219 187 212 220 230 246 249 101 112 139 143 148 167 144 146 168 222 247 251 237 239 246 122 110 120 213 246 252 214 244 253 235 237 244 113 126 154 234 237 243 139 144 163 251 252 253 191 119 39 203 237 252 242 253 254 134 134 158 219 232 238]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G>@CO? C_?0C??0C??8C??8C??8C??8C??8C??8C??8C_?0C_?8CO?>CC>?C@@_#@@_3@@O;@@G?@@C?@@A?@@@?') ; yourself); yourself]
+@@@@@@@@.Q#D0AH.@@@@@@@@@@@@@@@@@@@@@K&9!!Q#)L0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 190 190 203 179 214 235 253 233 159 206 121 14 178 214 234 181 215 227 221 251 253 200 204 216 208 240 250 148 126 112 216 232 238 229 254 254 245 246 250 228 252 253 246 211 132 164 169 187 189 230 251 188 204 227 160 107 51 219 249 254 135 145 175 224 246 249 216 247 251 207 244 252 138 79 26 196 229 251 253 232 155 111 112 138 240 242 248 215 247 253 221 246 249 140 145 163 177 180 196 192 198 214 195 195 207 243 254 254 207 211 222 163 190 225 170 172 189 231 251 252 230 249 251 230 247 251 149 187 221 151 87 25 143 210 248 213 223 231 140 128 133 207 127 27 240 254 254 227 230 238 200 234 251 92 92 122 220 252 254 227 247 251 216 246 250 170 205 228 167 177 202 203 237 247 152 195 230 188 191 206 170 190 218 152 189 230 227 253 254 174 211 235 225 251 252 241 243 248 216 248 253 230 242 247 216 246 253 213 220 227 198 198 209 175 196 226 210 214 224 224 253 254 144 211 248 201 202 215 172 208 226 219 219 226 231 233 241 129 156 197 172 214 249 249 250 252 253 235 160 178 214 235 95 95 124 243 244 246 187 112 26 232 241 245 140 207 247 210 242 253 168 204 225 176 105 25 227 235 240 205 238 248 166 98 25 188 190 205 228 254 254 246 213 133 174 210 234 156 91 25 176 211 226 174 187 201 212 185 159 207 240 253 210 124 15 234 253 253 195 235 251 199 212 222 200 234 246 233 251 252 224 252 253 198 136 46 202 233 238 128 150 182 166 166 183 238 240 247 228 243 247 178 208 221 213 245 252 218 131 16 138 143 162 179 198 222 124 137 168 231 249 253 144 168 204 229 249 251 134 188 237 175 211 231 178 184 201 241 208 124 211 243 253 159 201 235 155 156 175 130 73 25 245 247 250 153 93 31 92 94 123 164 150 144 230 240 245 207 239 252 206 239 251 151 156 174 149 154 172 246 214 135 151 191 230 230 160 50 189 212 221 224 251 252 167 167 183 216 248 254 215 248 253 215 246 253 141 146 164 214 246 252 156 162 182 154 197 236 166 195 228 204 237 252 136 136 159 253 233 158 132 132 155 162 214 237 186 212 221 170 207 235 227 244 248 229 231 240 207 182 159 213 213 221 175 161 154 247 248 251 246 248 250 230 254 254 197 231 248 192 227 243 208 130 31 209 242 253 154 159 176 236 167 55 206 238 250 227 252 254 242 244 249 241 242 248 166 207 237 160 165 185 214 247 251 255 255 255 205 238 252 125 194 246 210 230 237 151 213 245 219 246 249 233 238 243 246 222 150 218 218 225 232 234 242 138 139 163 179 124 48 230 232 240 197 120 26 230 251 253 130 131 155 101 115 143 221 252 254 128 129 153 125 125 150 198 129 40 185 129 47 187 222 237 236 166 54 111 118 146 198 232 251 243 245 249 227 251 253 202 118 14 206 206 216 174 209 234 233 246 249 192 132 47 195 229 238 222 245 248 215 246 251 137 206 247 156 184 203 236 168 57 246 214 136 206 208 219 187 212 220 230 246 249 101 112 139 143 148 167 144 146 168 222 247 251 237 239 246 122 110 120 213 246 252 214 244 253 235 237 244 113 126 154 234 237 243 139 144 163 251 252 253 191 119 39 203 237 252 242 253 254 134 134 158 219 232 238 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'G>@CO? C_?0C??0C??8C??8C??8C??8C??8C??8C??8C_?0C_?8CO?>CC>?C@@_#@@_3@@O;@@G?@@C?@@A?@@@?');
+                            yourself);
+                yourself
+        ]
 !
 
 uiPainter19x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self uiPainter19x26Icon inspect
      ImageEditor openOnClass:self andSelector:#uiPainter19x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary class uiPainter19x26Icon'
-        ifAbsentPut:[(Depth8Image new) width: 19; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class uiPainter19x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:19;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@BX&X%2@@@@@@@@@@@@@@@@@@BT-]7''''7$0N#$2J"D^GA(XEALS''-?C0+.AN&1 UT-GPC /G1,[(:?P/;*\''4I)W$9IQC84JQ4YFZG!!
 1,B8#0AJ!!W==_G)7\7E0\GB.5,^<)F<@WIFQ$YFQ$YFQ$YF%8</H.X, @E.Q(JB (JBQ(JB *-3J0Z6FH@AZ$ZBQ$YE_$ZBQ*>WS3K6N$R@@VIF $YFQW9FJ
 $Z'' 3<&>"ID @E^Q(IFQ$U>Q(KR76]GD%YFQH@AV$U=_W5=_$U>39-SR1X*Q$R@@UIFQ$YFQ$YF''--;U3YZQ$YD @ENQW5=_W5=_,^#Z5<:PW:2QH@AR$U>(
 *J"(*J[$6="]*IF,$R@@TYE_*J"(*J""9>J0 :"Q+ID @EBQW:"(*J"(&>^2 J2($Z2QH@AO$U>,+J2,+GY8!!:2,+IF,$R@@SYE_$YFQ$YE4^9FQ$YFQ+IDJ
 @D2QW:2,+J2,$*2,+J2,+J2QH@AL$YFQ$YFQ$YFQ$YFQ$YFQ$R@@SIFQ$YFQ$YFQ$YFQ$YFQ$YD @B]HP34;M34=M20%HB@ HB@ CP@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 0 50 164 0 50 171 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 116 116 120 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 162 254 130 165 254 132 200 255 132 201 255 135 170 255 139 207 255 140 175 255 144 179 255 145 109 112 149 184 255 153 188 255 155 31 0 157 192 255 160 115 98 160 160 160 161 124 106 162 196 255 163 140 130 166 46 5 166 200 255 169 113 95 170 204 255 174 208 255 177 212 255 181 215 255 182 93 58 183 59 8 185 219 255 186 100 65 188 222 255 191 225 255 192 147 138 193 129 103 193 132 116 195 100 52 195 120 93 197 82 32 204 208 220 205 177 176 207 90 27 210 109 64 210 140 105 212 211 224 213 175 169 213 217 227 215 172 138 220 114 42 222 120 43 222 209 212 223 137 33 223 153 96 225 225 234 226 180 137 228 90 9 228 142 66 232 174 56 234 184 145 237 236 242 240 178 78 241 195 142 241 212 187 242 102 12 242 177 95 245 202 137 245 209 172 245 244 247 247 181 30 247 183 8 247 198 128 247 246 249 248 122 26 248 194 1 248 198 0 248 201 137 248 203 113 248 214 181 249 193 57 249 210 160 250 206 0 253 222 69 253 226 47 254 116 14 254 128 21 254 136 5 254 141 47 254 144 8 254 147 36 254 147 47 254 158 0 254 158 1 254 159 21 254 161 10 254 162 0 254 165 54 254 165 69 254 167 2 254 167 5 254 171 10 254 176 36 254 177 17 254 178 11 254 181 24 254 184 75 254 184 94 254 187 34 254 191 0 254 191 42 254 191 54 254 194 26 254 197 55 254 201 65 254 203 3 254 203 78 254 203 97 254 207 47 254 209 81 254 212 90 254 213 16 254 214 81 254 216 73 254 219 0 254 220 37 254 223 0 254 225 166 254 226 7 254 226 119 254 231 26 254 231 65 254 231 201 254 239 98]; mask:((Depth1Image new) width: 19; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@O@@@_ ??? ??? ???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@@@@@@@@@@@@@') ; yourself); yourself]
-!
-
-viewInspect22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self viewInspect22x22Icon inspect
-     ImageEditor openOnClass:self andSelector:#viewInspect22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class viewInspect22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-\GA0\GA0\GA0\GA0\GA0\GA0\GA0\C@:PS09MSH*HQ8\F!! TD1@OB0(IA@D:\''A#W55UR4]@NB<_F1\RC  GA0TBP&=%XE9YS$%DO#P)GQ$UDP0GA0\F@4*-
-):Z%)IZU%INF!!XRB\7E.ZFQ"XQY\</K2</K2<)9)Y61>!!:#+:^[#8M .V?K2</K2<''V@(*>0+I6A^;[#8M;RKU+2</K2<("7-[V5-[V5.XM,-.C^4"-X<$A@
-PH&3X6M#X6M#X6M#''V''\6,0(U?I@''JB6-+Z6-+Z6-+Z6X;V]#]WHI%[2PI2O*+Z6-+Z6-+Z6-&N5''V[U2BQT<$B\"[B6-+Z6-+Z6-+Y#-[U+3<L#T?I@''H&5
--+Z6-+Z6-+Z6X;V5]<7AH%K2PI2I,KZ6-+Z6-+Z6-&N5-W_M0RAQ<$A@"*N6-+Z6-+Z6-+Y#-[U''2[8 TOK2<)>Q-+Z6-+Z6-+Z6X;V!!]LZ=HD?23<?O^Y66
--+Z6-+Z6-&N5]+[F/RAM<,?O3759(6M#X6M#X6M##)''D0+, SN#15;I<Z''&5-[V5-[V)#)*=/K.9HB_0;.61^+,;_&58_9BN&::;.;.;.070;>6?%80 HB@
-HB@ HB@ HB@ HB@ ;>6?&H-0\GA0\GA0\GA0\GA0\GA0\@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 50 164 0 50 171 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 127 175 127 128 175 127 162 254 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 130 165 254 132 200 255 132 201 255 135 170 255 139 207 255 140 175 255 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 179 255 144 191 239 149 184 255 153 188 255 157 192 255 159 159 192 159 160 192 159 160 207 159 160 208 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 162 196 255 166 200 255 170 204 255 174 208 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 177 212 255 181 215 255 185 219 255 188 222 255 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 225 255 192 192 208 192 239 255 192 240 255 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 212 211 224 217 217 217 218 217 230 219 219 230 220 220 231 222 221 232 223 128 63 223 255 255 225 225 234 226 226 237 227 227 236 227 227 238 228 228 237 229 229 239 231 230 238 231 231 238 231 231 240 232 232 241 233 232 239 233 233 240 234 234 242 235 234 241 236 236 243 237 236 242 237 237 244 238 237 243 239 238 243 239 239 240 239 239 245 239 255 255 240 207 144 240 239 244 241 240 245 241 241 246 242 242 246 242 242 247 243 243 247 244 244 248 245 244 247 246 246 249 246 246 250 247 246 249 247 247 250 248 248 251 249 249 250 249 249 251 249 249 252 250 250 251 251 251 252 251 251 253 253 253 254 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????>@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 0 50 164 0 50 171 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 116 116 120 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 162 254 130 165 254 132 200 255 132 201 255 135 170 255 139 207 255 140 175 255 144 179 255 145 109 112 149 184 255 153 188 255 155 31 0 157 192 255 160 115 98 160 160 160 161 124 106 162 196 255 163 140 130 166 46 5 166 200 255 169 113 95 170 204 255 174 208 255 177 212 255 181 215 255 182 93 58 183 59 8 185 219 255 186 100 65 188 222 255 191 225 255 192 147 138 193 129 103 193 132 116 195 100 52 195 120 93 197 82 32 204 208 220 205 177 176 207 90 27 210 109 64 210 140 105 212 211 224 213 175 169 213 217 227 215 172 138 220 114 42 222 120 43 222 209 212 223 137 33 223 153 96 225 225 234 226 180 137 228 90 9 228 142 66 232 174 56 234 184 145 237 236 242 240 178 78 241 195 142 241 212 187 242 102 12 242 177 95 245 202 137 245 209 172 245 244 247 247 181 30 247 183 8 247 198 128 247 246 249 248 122 26 248 194 1 248 198 0 248 201 137 248 203 113 248 214 181 249 193 57 249 210 160 250 206 0 253 222 69 253 226 47 254 116 14 254 128 21 254 136 5 254 141 47 254 144 8 254 147 36 254 147 47 254 158 0 254 158 1 254 159 21 254 161 10 254 162 0 254 165 54 254 165 69 254 167 2 254 167 5 254 171 10 254 176 36 254 177 17 254 178 11 254 181 24 254 184 75 254 184 94 254 187 34 254 191 0 254 191 42 254 191 54 254 194 26 254 197 55 254 201 65 254 203 3 254 203 78 254 203 97 254 207 47 254 209 81 254 212 90 254 213 16 254 214 81 254 216 73 254 219 0 254 220 37 254 223 0 254 225 166 254 226 7 254 226 119 254 231 26 254 231 65 254 231 201 254 239 98 ];
+                mask:((ImageMask new)
+                            width:19;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@O@@@_ ??? ??? ???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !XPToolbarIconLibrary class methodsFor:'image specs-16x16'!
 
 copy16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copy16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#copy16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class copy16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class copy16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@B\''@ HLB3$@@@@@@@@@@@@''B@ HB@EDN@@@@@@@@@@@@  HB@ S@1,8@@@@@@@@@@0HFA\EK@P1LP47M2D@@@@AB@ RDPXDB@ H
 BB8@J@@@GP VI"45K0 HB@ 6A@$ @ALHP3(FAQTHC 8OOP$IL @,P245MQ0^B@ HP0YAB3H@KADEPA<0O  .EC4$I@,+@B0?O3<?O2THBADEPSDAP @@@@@@
-@@@JBC4$IBP$GTH@@@@@@@@@MDLKB0,AGQL*@@@@@@@@@C0IBSH2P$H*JP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[48 104 192 160 176 192 176 192 208 192 200 208 176 200 240 208 224 240 224 232 240 246 246 246 255 255 255 48 88 176 96 136 208 160 176 208 176 184 208 160 184 240 144 176 255 208 216 240 245 245 245 240 240 255 255 248 255 144 168 192 112 152 224 160 184 224 160 200 255 176 208 255 192 216 255 244 244 244 250 250 250 96 112 144 112 152 208 160 168 192 144 168 224 192 208 224 197 207 229 210 222 242 243 243 243 249 249 249 80 128 208 112 144 208 144 184 240 176 192 224 197 211 233 32 64 128 32 64 144 32 72 160 144 160 176 128 176 224 128 168 240 160 192 240 192 200 224 176 192 240 32 80 160 248 248 248 80 120 192 112 160 224 112 152 240 144 176 240 211 215 220 216 219 226 240 240 240 247 247 247 64 112 192 96 144 224 128 160 224 48 72 96 208 216 224 192 208 240 32 72 144 240 248 255 96 128 160]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C>@O<@?8C?>O?<??;??/?>??;?? O>@?8C? @@@@@b') ; yourself); yourself]
+@@@JBC4$IBP$GTH@@@@@@@@@MDLKB0,AGQL*@@@@@@@@@C0IBSH2P$H*JP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 48 104 192 160 176 192 176 192 208 192 200 208 176 200 240 208 224 240 224 232 240 246 246 246 255 255 255 48 88 176 96 136 208 160 176 208 176 184 208 160 184 240 144 176 255 208 216 240 245 245 245 240 240 255 255 248 255 144 168 192 112 152 224 160 184 224 160 200 255 176 208 255 192 216 255 244 244 244 250 250 250 96 112 144 112 152 208 160 168 192 144 168 224 192 208 224 197 207 229 210 222 242 243 243 243 249 249 249 80 128 208 112 144 208 144 184 240 176 192 224 197 211 233 32 64 128 32 64 144 32 72 160 144 160 176 128 176 224 128 168 240 160 192 240 192 200 224 176 192 240 32 80 160 248 248 248 80 120 192 112 160 224 112 152 240 144 176 240 211 215 220 216 219 226 240 240 240 247 247 247 64 112 192 96 144 224 128 160 224 48 72 96 208 216 224 192 208 240 32 72 144 240 248 255 96 128 160 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C>@O<@?8C?>O?<??;??/?>??;?? O>@?8C? @@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 cut16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self cut16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#cut16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class cut16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class cut16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@PAT@@@@YO@@@@@@@@@@@@BP;P @\CA\@@@@@@@@@@@@@B$ @A!!,6@@@@@@@@@@@@@CP^M04#M @@@@@@@@@@@@@?N2 ]
 D@@@@@@@@@@@@@@@C14[H3(@@@@@@@@@@@@@@@@&H1(*@@@@@@@@@@@@@B8DG0HTL"EJ@@@@@@@@@B8>B0$0QQP1@P@@@@@@@@@V@ALQI1P@MQD@@@@@@@@@
-@@@@DP@T@B@E@@@@@@@@@A<@H$,@Q$<XJP@@@@@@@@@=S1D+@D%AC$\@@@@@@@@@@49AL0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[80 136 224 143 161 197 131 159 220 175 190 217 142 170 242 48 64 112 225 233 240 243 243 243 249 249 249 74 97 165 144 152 176 89 135 225 176 176 192 192 200 208 44 67 104 221 221 225 89 89 104 48 80 144 248 248 248 64 104 176 80 120 208 170 177 184 131 170 230 191 197 203 48 64 96 225 225 225 80 104 128 96 112 128 244 248 252 112 128 144 144 144 160 80 128 224 165 176 200 142 167 222 176 188 219 80 96 112 229 232 235 232 234 238 104 120 135 109 131 175 169 175 181 44 44 59 184 190 202 57 78 99 210 218 232 213 221 238 218 226 245 247 247 247 72 100 156 64 104 192 89 127 210 157 167 192 180 180 195 177 192 219 219 219 219 228 228 228 225 230 241 246 246 246 121 126 132 144 152 160 165 171 176 110 142 214 104 150 240 187 192 209 208 208 217 59 67 104 233 234 237 245 245 245 250 250 250 74 119 195 110 143 201 157 171 193 183 193 203 176 191 218 189 202 229 48 80 128 213 222 241 244 244 244 71 106 156 64 96 176]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@FL@]0@7@C<@O @>@A8@_8C? O6@%XB7 O^@<@@@@b') ; yourself); yourself]
+@@@@DP@T@B@E@@@@@@@@@A<@H$,@Q$<XJP@@@@@@@@@=S1D+@D%AC$\@@@@@@@@@@49AL0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 80 136 224 143 161 197 131 159 220 175 190 217 142 170 242 48 64 112 225 233 240 243 243 243 249 249 249 74 97 165 144 152 176 89 135 225 176 176 192 192 200 208 44 67 104 221 221 225 89 89 104 48 80 144 248 248 248 64 104 176 80 120 208 170 177 184 131 170 230 191 197 203 48 64 96 225 225 225 80 104 128 96 112 128 244 248 252 112 128 144 144 144 160 80 128 224 165 176 200 142 167 222 176 188 219 80 96 112 229 232 235 232 234 238 104 120 135 109 131 175 169 175 181 44 44 59 184 190 202 57 78 99 210 218 232 213 221 238 218 226 245 247 247 247 72 100 156 64 104 192 89 127 210 157 167 192 180 180 195 177 192 219 219 219 219 228 228 228 225 230 241 246 246 246 121 126 132 144 152 160 165 171 176 110 142 214 104 150 240 187 192 209 208 208 217 59 67 104 233 234 237 245 245 245 250 250 250 74 119 195 110 143 201 157 171 193 183 193 203 176 191 218 189 202 229 48 80 128 213 222 241 244 244 244 71 106 156 64 96 176 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@FL@]0@7@C<@O @>@A8@_8C? O6@%XB7 O^@<@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 indent16x16Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self indent16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#indent16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary class indent16x16Icon1'
-        ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class indent16x16Icon1'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@M@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@MCP4M@@4MCP4MCP4MCP@@@@@@@@@@@@@@@@@@@@@@J2@&@@@@CP4M
 CP4MCP4M@BLJJ"HT@@4MCP4MCP4MCPPDB!!0!!A @@@@@@@@@@@@@@G"TFIA<@CP4MCP4M@@@@@B$(I0@@@@4MCP4MCP@@@@@@@@@@@@@@@@@@@@@@@@@@@@4M
-CP4@CP4MCP4MCP4M@@@@@@@@@@@@@@@@@@@@@@@@CP4MCP@MCP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@4@@@@@@@@@@@@a') ; colorMapFromArray:#[248 248 248 84 110 149 144 166 207 121 145 206 80 136 224 64 96 160 48 80 144 96 136 240 247 247 247 80 128 208 80 128 224 143 157 197 64 88 144 0 0 0 250 250 250 80 120 208 246 246 246 226 230 240 244 244 244 153 185 234 224 229 238 213 219 231 249 249 249 235 238 241 245 245 245 228 232 246 243 243 243 152 182 242 64 96 176 238 241 247 213 222 234 185 197 215 86 135 227 48 88 144 144 171 216 209 219 245 72 100 156 64 88 160 202 218 242 209 217 227 97 127 169 97 123 189 64 120 224 89 135 225]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A@@@@O_<@@GG?__?<@G78\_ @@C7?@@@= @@@@P@b') ; yourself); yourself]
+CP4@CP4MCP4MCP4M@@@@@@@@@@@@@@@@@@@@@@@@CP4MCP@MCP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@4@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 248 248 248 84 110 149 144 166 207 121 145 206 80 136 224 64 96 160 48 80 144 96 136 240 247 247 247 80 128 208 80 128 224 143 157 197 64 88 144 0 0 0 250 250 250 80 120 208 246 246 246 226 230 240 244 244 244 153 185 234 224 229 238 213 219 231 249 249 249 235 238 241 245 245 245 228 232 246 243 243 243 152 182 242 64 96 176 238 241 247 213 222 234 185 197 215 86 135 227 48 88 144 144 171 216 209 219 245 72 100 156 64 88 160 202 218 242 209 217 227 97 127 169 97 123 189 64 120 224 89 135 225 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@A@@@@O_<@@GG?__?<@G78\_ @@C7?@@@= @@@@P@b');
+                            yourself);
+                yourself
+        ]
 
     "Created: / 06-04-2011 / 18:38:27 / cg"
 !
 
 paste16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self paste16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#paste16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class paste16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class paste16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@PTEME@@@@@@@@@ASS$9NH10\MS$KI - @@@@S%1]V5!![R1%UN"]HXP@@@D9]WR=BJ@0$ETX+NBH@@@AOWPL0E%UTUFD.
 G# ;@@@@F%47P3QEQTT,NC 8GP@@@@@\CU$JKSXOJQ,ASA @@@@@P3<2RR4OIRT3OS0IX0@@V 9"RQ<QJRUPTB(HX5H @BX4RQ<RDQ,3OS1VQ4( A TK@!!<-
-D@PAOUAPJ#YQM#YDPD 8NC 8SC1VQ2EQW5<6Q@\0XQM^QA HM#X6M#X6M$P@@@@@@@@IQDQDQDQDQDQD@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[160 152 128 112 128 160 240 200 112 255 240 160 208 152 0 64 64 64 64 72 80 218 214 210 208 224 240 80 104 128 240 208 80 144 136 112 224 216 128 240 224 128 240 216 128 144 152 176 224 168 0 224 160 0 240 168 0 96 80 64 224 221 218 176 152 80 128 112 96 249 249 249 96 112 144 208 200 128 160 160 144 128 136 160 240 232 160 64 56 48 144 112 32 240 184 16 64 80 96 192 200 224 112 88 80 160 144 96 224 200 96 255 255 255 144 136 128 240 192 96 240 232 144 128 144 176 160 168 192 160 128 32 208 152 16 240 176 16 112 88 64 144 136 96 144 128 96 248 248 248 240 200 80 255 248 255 240 208 112 224 216 144 144 160 176 255 232 160 208 144 0 112 104 64 128 96 48 96 72 64 224 232 240 240 240 240 247 247 247 240 216 96 144 128 112 192 176 128 208 200 144 240 224 144 64 48 32 208 160 16 96 88 64 192 208 224 240 184 32 240 192 48 80 88 112 137 130 111 96 120 144 176 160 128 176 168 144 176 160 144 160 176 192 176 192 208 192 200 208 216 213 202 112 104 80 128 112 80 208 216 240 243 243 243 160 152 112 240 216 112 160 144 128 240 240 160 240 240 176 255 240 176 80 64 48 176 184 208 222 220 214 112 96 80 240 200 64 80 96 128]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@G O?8??#?>O?8??#?>O?<??;??????????0O?@@@b') ; yourself); yourself]
+D@PAOUAPJ#YQM#YDPD 8NC 8SC1VQ2EQW5<6Q@\0XQM^QA HM#X6M#X6M$P@@@@@@@@IQDQDQDQDQDQD@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 160 152 128 112 128 160 240 200 112 255 240 160 208 152 0 64 64 64 64 72 80 218 214 210 208 224 240 80 104 128 240 208 80 144 136 112 224 216 128 240 224 128 240 216 128 144 152 176 224 168 0 224 160 0 240 168 0 96 80 64 224 221 218 176 152 80 128 112 96 249 249 249 96 112 144 208 200 128 160 160 144 128 136 160 240 232 160 64 56 48 144 112 32 240 184 16 64 80 96 192 200 224 112 88 80 160 144 96 224 200 96 255 255 255 144 136 128 240 192 96 240 232 144 128 144 176 160 168 192 160 128 32 208 152 16 240 176 16 112 88 64 144 136 96 144 128 96 248 248 248 240 200 80 255 248 255 240 208 112 224 216 144 144 160 176 255 232 160 208 144 0 112 104 64 128 96 48 96 72 64 224 232 240 240 240 240 247 247 247 240 216 96 144 128 112 192 176 128 208 200 144 240 224 144 64 48 32 208 160 16 96 88 64 192 208 224 240 184 32 240 192 48 80 88 112 137 130 111 96 120 144 176 160 128 176 168 144 176 160 144 160 176 192 176 192 208 192 200 208 216 213 202 112 104 80 128 112 80 208 216 240 243 243 243 160 152 112 240 216 112 160 144 128 240 240 160 240 240 176 255 240 176 80 64 48 176 184 208 222 220 214 112 96 80 240 200 64 80 96 128 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@G O?8??#?>O?8??#?>O?<??;??????????0O?@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 redo16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self redo16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#redo16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class redo16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class redo16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@%S@TOP0@@@@@@@@@@@@@PP LCC$(-@@@@@@@@@@@FFPD<L#L+R"8@@C\@@@@@FB@IG$\@EC9JID,M@@@@@CXAD3$@MP(J
 O0HWE @@@@@6@P@@@@@#OPIICC8@@@@@PR(@@@@@@C8WCB$4@@@@@C  @@@@@DP(Q @3G0@@@@@@RQ<,@@@@@@@@@@@@@@@@@D@ EP@@@@@@@@@@@@@@@@@@
-RB@D@@@@@@@@@@@@@@@@@BHKHD4@@@@@@@@@@@@@@@@@@BDZ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[64 104 192 74 127 225 112 160 240 142 177 241 176 194 231 170 192 241 184 198 241 226 232 244 246 246 246 64 96 160 64 96 176 80 120 208 80 128 240 128 168 240 156 184 241 170 194 242 180 195 240 217 225 245 240 242 248 59 97 165 64 112 192 97 130 201 112 152 224 112 152 240 170 198 241 165 187 240 188 206 242 231 234 239 242 243 246 250 250 250 86 128 184 64 120 224 80 136 240 153 181 225 183 195 223 197 209 229 188 208 244 208 217 244 239 241 247 249 249 249 48 88 176 48 112 224 89 135 225 105 150 240 193 203 221 169 194 242 183 203 243 222 228 238 244 244 244 245 245 245 64 104 176 64 112 208 80 128 224 160 181 216 157 187 241 144 168 240 187 205 236 226 232 238 243 243 243 248 248 248 59 105 180 109 126 176 96 144 224 104 150 240 173 194 229 165 192 242 170 191 241 210 225 246 48 80 144 247 247 247 48 96 176 97 133 194 89 127 210 96 144 240 144 176 240 176 202 241 182 206 242 203 213 239]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@O A?@O>P??C7<NO08_C#<G@@\@@8@C0@C@@@@@@@b') ; yourself); yourself]
+RB@D@@@@@@@@@@@@@@@@@BHKHD4@@@@@@@@@@@@@@@@@@BDZ@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 64 104 192 74 127 225 112 160 240 142 177 241 176 194 231 170 192 241 184 198 241 226 232 244 246 246 246 64 96 160 64 96 176 80 120 208 80 128 240 128 168 240 156 184 241 170 194 242 180 195 240 217 225 245 240 242 248 59 97 165 64 112 192 97 130 201 112 152 224 112 152 240 170 198 241 165 187 240 188 206 242 231 234 239 242 243 246 250 250 250 86 128 184 64 120 224 80 136 240 153 181 225 183 195 223 197 209 229 188 208 244 208 217 244 239 241 247 249 249 249 48 88 176 48 112 224 89 135 225 105 150 240 193 203 221 169 194 242 183 203 243 222 228 238 244 244 244 245 245 245 64 104 176 64 112 208 80 128 224 160 181 216 157 187 241 144 168 240 187 205 236 226 232 238 243 243 243 248 248 248 59 105 180 109 126 176 96 144 224 104 150 240 173 194 229 165 192 242 170 191 241 210 225 246 48 80 144 247 247 247 48 96 176 97 133 194 89 127 210 96 144 240 144 176 240 176 202 241 182 206 242 203 213 239 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@O A?@O>P??C7<NO08_C#<G@@\@@8@C0@C@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 removeTab16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self removeTab16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#removeTab16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class removeTab16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class removeTab16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@RA HA@PDA@PDA@PHFD @@A#=2\WA-[F-*ZV!!"M@X@@@M5YEUQSTU@OS$6Q&LN@@@A]%=W^U%AN$I8MSA''CP@@@WQX^''9=S$]=
 _''\*Y 0@@@E3T%)=_''5=_''4;J&TL@@@A[#01O''1>_''0-HRA^B0@@@V@2JC]<_''9<I1(VS@(@@@E]K#M<_''1<_'',$ED$I@@@AWB1/_''0)I7->XQMHB@@@@U,&
-H6<''G14$XQ$WQ@\@@@QVNBH^GQ(XEQL[J4LO@@@PK5QSTD=KR$%HQDL%D@@@GADE@PDA@PDA@PDEDQ0@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 167 25 15 173 52 41 174 53 42 178 59 50 178 60 51 181 74 64 184 45 32 184 46 32 184 47 34 185 53 39 186 57 42 186 59 43 186 60 45 187 74 60 188 71 59 188 89 81 188 91 82 195 132 118 207 64 48 208 65 49 209 65 49 209 66 49 209 69 52 210 66 49 210 78 64 211 67 51 211 71 54 211 157 147 212 69 51 213 69 52 213 70 52 213 79 57 215 80 59 218 79 62 218 84 67 219 107 95 221 84 63 221 84 67 221 109 96 222 76 56 222 110 96 222 113 79 223 87 67 223 87 70 223 115 99 225 89 72 225 105 91 225 117 84 227 89 64 227 91 73 227 112 98 227 115 95 227 122 92 228 113 83 228 113 99 229 102 87 230 115 84 230 117 81 230 142 117 231 102 80 231 116 86 231 120 103 231 131 119 232 118 88 232 119 82 233 143 117 234 99 76 234 102 79 234 119 89 234 127 100 234 145 119 235 104 82 235 106 86 236 108 89 236 110 92 236 113 92 236 121 91 236 146 119 237 113 95 237 115 98 237 122 92 237 132 100 238 117 101 238 119 104 238 123 93 238 123 109 238 131 98 238 133 102 238 146 120 238 148 121 239 125 112 239 127 115 239 129 118 239 131 105 239 134 102 240 135 122 240 200 196 242 135 113 242 141 116 242 141 119 242 145 116 242 147 118 242 148 120 243 137 115 243 138 118 243 141 121 243 142 123 243 144 126 243 145 129 243 151 134 243 202 197 244 147 132 244 149 135 244 152 137 244 163 142 244 164 145 245 160 143 245 164 146 245 213 204 246 213 203 248 215 205 249 215 206 252 244 243 253 244 243 253 247 245 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A??''?>_?9??''?>_?9??''?>_?9??''?>_?9??''?>@@@b') ; yourself); yourself]
+H6<''G14$XQ$WQ@\@@@QVNBH^GQ(XEQL[J4LO@@@PK5QSTD=KR$%HQDL%D@@@GADE@PDA@PDA@PDEDQ0@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 167 25 15 173 52 41 174 53 42 178 59 50 178 60 51 181 74 64 184 45 32 184 46 32 184 47 34 185 53 39 186 57 42 186 59 43 186 60 45 187 74 60 188 71 59 188 89 81 188 91 82 195 132 118 207 64 48 208 65 49 209 65 49 209 66 49 209 69 52 210 66 49 210 78 64 211 67 51 211 71 54 211 157 147 212 69 51 213 69 52 213 70 52 213 79 57 215 80 59 218 79 62 218 84 67 219 107 95 221 84 63 221 84 67 221 109 96 222 76 56 222 110 96 222 113 79 223 87 67 223 87 70 223 115 99 225 89 72 225 105 91 225 117 84 227 89 64 227 91 73 227 112 98 227 115 95 227 122 92 228 113 83 228 113 99 229 102 87 230 115 84 230 117 81 230 142 117 231 102 80 231 116 86 231 120 103 231 131 119 232 118 88 232 119 82 233 143 117 234 99 76 234 102 79 234 119 89 234 127 100 234 145 119 235 104 82 235 106 86 236 108 89 236 110 92 236 113 92 236 121 91 236 146 119 237 113 95 237 115 98 237 122 92 237 132 100 238 117 101 238 119 104 238 123 93 238 123 109 238 131 98 238 133 102 238 146 120 238 148 121 239 125 112 239 127 115 239 129 118 239 131 105 239 134 102 240 135 122 240 200 196 242 135 113 242 141 116 242 141 119 242 145 116 242 147 118 242 148 120 243 137 115 243 138 118 243 141 121 243 142 123 243 144 126 243 145 129 243 151 134 243 202 197 244 147 132 244 149 135 244 152 137 244 163 142 244 164 145 245 160 143 245 164 146 245 213 204 246 213 203 248 215 205 249 215 206 252 244 243 253 244 243 253 247 245 255 255 255 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@A??''?>_?9??''?>_?9??''?>_?9??''?>_?9??''?>@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 removeTabEntered16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self removeTabEntered16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#removeTabEntered16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class removeTabEntered16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class removeTabEntered16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@M@0D@@@@@@@@@@@DCCP@@@1)HRD]EQDMBPD@>FPL@@@EHPC\7M3P4MCL1NS8J@@@@RC(4P3\1K#UAK"8<BP@@@D\7P4%IMSUI
 RTD,N0 @@@AGM3UIRT%IRT$4KC,G@@@@QCD*K4!!IRTX+IRP8A0@@@DH,I25HRT%FJRD_L \@@@A@KB5HRTYFRTX''G"<F@@@@PB(?RTX)JTYIOA4-AP@@@C8(
-I#4)H2H''OBD^J0P@@@H;LBX#H"D G14_I",L@@@KFC 8M#T2LB<-J2,WB0@@C ,B@@@@@@@@@@@BB08@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[160 24 8 175 48 40 176 56 48 176 72 64 191 56 40 191 56 48 191 64 48 191 72 56 191 72 64 191 80 64 191 88 72 191 88 80 192 80 64 192 128 112 208 152 144 208 208 192 223 208 192 223 216 200 224 216 208 224 224 208 239 224 216 239 232 216 239 232 224 240 120 112 240 168 152 240 176 160 240 208 200 240 232 224 240 240 224 255 88 72 255 96 72 255 96 80 255 104 80 255 104 88 255 112 88 255 112 96 255 120 96 255 120 104 255 128 112 255 136 120 255 144 120 255 144 128 255 152 128 255 152 136 255 160 136 255 160 144 255 168 144 255 168 152 255 168 160 255 176 152 255 176 160 255 184 152 255 184 160 255 184 168 255 184 176 255 192 168 255 192 176 255 192 184 255 200 176 255 208 192 255 208 200 255 208 208 255 216 200 255 216 208 255 224 208 255 224 216 255 232 216 255 232 224 255 240 224 255 240 232 255 240 240 255 248 232 255 248 240 255 248 248]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A??''?>_?9??''?>_?9??''?>_?9??''?>_?9??''?>@@@b') ; yourself); yourself]
+I#4)H2H''OBD^J0P@@@H;LBX#H"D G14_I",L@@@KFC 8M#T2LB<-J2,WB0@@C ,B@@@@@@@@@@@BB08@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 160 24 8 175 48 40 176 56 48 176 72 64 191 56 40 191 56 48 191 64 48 191 72 56 191 72 64 191 80 64 191 88 72 191 88 80 192 80 64 192 128 112 208 152 144 208 208 192 223 208 192 223 216 200 224 216 208 224 224 208 239 224 216 239 232 216 239 232 224 240 120 112 240 168 152 240 176 160 240 208 200 240 232 224 240 240 224 255 88 72 255 96 72 255 96 80 255 104 80 255 104 88 255 112 88 255 112 96 255 120 96 255 120 104 255 128 112 255 136 120 255 144 120 255 144 128 255 152 128 255 152 136 255 160 136 255 160 144 255 168 144 255 168 152 255 168 160 255 176 152 255 176 160 255 184 152 255 184 160 255 184 168 255 184 176 255 192 168 255 192 176 255 192 184 255 200 176 255 208 192 255 208 200 255 208 208 255 216 200 255 216 208 255 224 208 255 224 216 255 232 216 255 232 224 255 240 224 255 240 232 255 240 240 255 248 232 255 248 240 255 248 248 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@A??''?>_?9??''?>_?9??''?>_?9??''?>_?9??''?>@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 stop16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self stop16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#stop16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class stop16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class stop16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@CT1"PQ$B1<5@@@@@@@@](\5IU]WU5\%\&-6@@@@]%8&B#>L#H2LO0(9JGX@@E8A]$RASRP$SXED]''-"@CUR^XBHKR@ZF"@-WQXQ_#T3L")CR"4-W5<-
 KQMZL@A3FU-1HQT<KTA@KQ +]G=*A1-''XGT#I0X-KX9:_49NCFX\JV4P#2)@KR5@\D9NS 0MR8P,KC -KTUEKR5/C@1XY''"DVEL-KV1LSF0-KXMX!!C45VW\W
 K70H!!HPH_B<W]5@5@F-(_V$T!!W5=!!QQ)_X,^@@A6C695Y84WE85'']XXB] @@@GX:M0!!GQ4]GBDH]] @@@@@@@CTNUC9FXUX5@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[253 28 28 232 83 83 125 1 1 191 0 0 204 16 16 114 0 0 254 236 236 171 0 0 254 65 65 151 0 0 254 216 216 201 16 16 245 0 0 168 0 0 176 21 21 159 1 1 254 12 12 254 150 150 128 0 0 254 242 242 254 71 71 254 117 117 254 163 163 254 38 38 253 231 231 206 4 4 254 130 130 204 2 2 202 0 0 127 2 2 125 0 0 197 18 18 254 189 189 254 64 64 162 0 0 254 31 31 254 169 169 254 215 215 233 99 99 254 90 90 159 0 0 254 11 11 254 103 103 245 58 58 253 0 0 254 254 254 156 0 0 254 221 221 247 53 53 208 18 18 254 96 96 207 7 7 153 0 0 232 107 107 190 0 0 220 36 36 254 89 89 224 99 99 152 2 2 150 0 0 254 240 240 167 0 0 175 21 21 254 207 207 254 253 253 147 0 0 214 36 36 254 141 141 254 187 187 254 233 233 172 21 21 254 62 62 146 2 2 144 0 0 254 246 246 201 0 0 253 51 51 254 167 167 238 0 0 161 0 0 211 3 3 141 0 0 231 62 62 253 77 77 177 22 22 158 0 0 166 21 21 254 206 206 252 0 0 225 3 3 251 114 114 254 61 61 155 0 0 254 245 245 192 0 0 254 166 166 254 41 41 171 22 22 152 0 0 189 0 0 202 16 16 112 0 0 169 0 0 254 34 34 226 13 13 254 47 47 243 0 0 166 0 0 254 231 231 254 14 14 224 24 24 248 87 87 246 85 85 254 73 73 225 107 107 174 1 1 240 0 0 254 40 40 254 178 178 254 7 7 200 0 0 254 145 145 243 52 52 221 83 83 254 237 237 254 20 20 218 57 57 237 0 0 254 158 158 254 204 204 140 0 0 252 77 77 254 0 0 254 13 13 215 24 24 194 0 0 254 243 243 207 16 16 117 0 0 214 13 13 254 210 210 254 39 39 253 232 232 254 6 6]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'C?@??G?>_?;?????????????????????_?9??#?<C?@b') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 253 28 28 232 83 83 125 1 1 191 0 0 204 16 16 114 0 0 254 236 236 171 0 0 254 65 65 151 0 0 254 216 216 201 16 16 245 0 0 168 0 0 176 21 21 159 1 1 254 12 12 254 150 150 128 0 0 254 242 242 254 71 71 254 117 117 254 163 163 254 38 38 253 231 231 206 4 4 254 130 130 204 2 2 202 0 0 127 2 2 125 0 0 197 18 18 254 189 189 254 64 64 162 0 0 254 31 31 254 169 169 254 215 215 233 99 99 254 90 90 159 0 0 254 11 11 254 103 103 245 58 58 253 0 0 254 254 254 156 0 0 254 221 221 247 53 53 208 18 18 254 96 96 207 7 7 153 0 0 232 107 107 190 0 0 220 36 36 254 89 89 224 99 99 152 2 2 150 0 0 254 240 240 167 0 0 175 21 21 254 207 207 254 253 253 147 0 0 214 36 36 254 141 141 254 187 187 254 233 233 172 21 21 254 62 62 146 2 2 144 0 0 254 246 246 201 0 0 253 51 51 254 167 167 238 0 0 161 0 0 211 3 3 141 0 0 231 62 62 253 77 77 177 22 22 158 0 0 166 21 21 254 206 206 252 0 0 225 3 3 251 114 114 254 61 61 155 0 0 254 245 245 192 0 0 254 166 166 254 41 41 171 22 22 152 0 0 189 0 0 202 16 16 112 0 0 169 0 0 254 34 34 226 13 13 254 47 47 243 0 0 166 0 0 254 231 231 254 14 14 224 24 24 248 87 87 246 85 85 254 73 73 225 107 107 174 1 1 240 0 0 254 40 40 254 178 178 254 7 7 200 0 0 254 145 145 243 52 52 221 83 83 254 237 237 254 20 20 218 57 57 237 0 0 254 158 158 254 204 204 140 0 0 252 77 77 254 0 0 254 13 13 215 24 24 194 0 0 254 243 243 207 16 16 117 0 0 214 13 13 254 210 210 254 39 39 253 232 232 254 6 6 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'C?@??G?>_?;?????????????????????_?9??#?<C?@b');
+                            yourself);
+                yourself
+        ]
 !
 
 tabAdd16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self tabAdd16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#tabAdd16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class tabAdd16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class tabAdd16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 QTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTTGR$)JA4)J
 R$)JR$)JQTTGR$PWA4)DE1$FS!!89R$TGBTQDA0%DQDM8^BDLB$(GQDQDA4QD^G @^G !!^G!!JA1@VE \P^G]5^G]7^GU7^@\[E$PGF1Y8\7Y4]GY3^D(GMP<N
 A3TOC''!!5^W%5^GEJA2MPOP\#TG!!3]''Q4]''M8R \=N08GOW!!7]W!!7]7!!5]7 GC"!!TA08(^G V^G 4^G!!JA0\GA0\GA0]J\''!!8R$)JR @@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[218 221 227 252 102 76 239 157 162 250 154 143 255 219 207 234 236 239 232 234 237 112 122 139 219 205 211 181 188 200 251 251 252 250 206 195 247 247 248 255 87 55 199 205 214 197 203 212 196 201 211 255 72 45 50 55 61 253 196 181 238 239 242 255 193 173 212 216 223 210 214 221 233 164 161 227 229 234 255 172 146 171 179 192 254 71 43 243 150 154 245 246 248 244 222 224 247 99 102 243 244 246 246 160 160 188 194 205 255 66 37 237 191 187 243 137 127 249 200 192 202 207 215 255 131 99 246 107 110 251 141 118 255 7 7 254 223 213 221 224 230 254 9 9 254 107 81 238 152 141 237 239 242 235 237 240 233 235 238 178 185 197 249 188 181 253 120 96 250 139 126 250 250 251 200 206 215 196 202 211 245 235 236 194 200 209 255 233 226 241 211 209 254 12 8 254 71 44 241 240 245 215 219 226 213 217 224 255 255 255 229 232 236 254 118 86 255 160 133 252 102 84 176 184 197 255 46 21 254 96 66 244 245 247 242 243 245 253 47 32 191 197 208 247 112 105 255 67 37 248 208 201 205 210 218 246 244 245 243 240 242 253 102 74 246 135 123 0 0 0 0 0 5 0 0 152 0 0 196 0 0 3 0 0 160 0 0 200 0 0 133 0 0 136 0 0 48 0 0 20 0 0 74 0 0 72 0 0 10 0 0 1 0 0 232 0 0 149 0 0 8 0 0 26 0 0 144 0 0 27 0 0 24 0 0 14 0 0 172 244 244 246 153 153 153 255 255 93 255 255 182 255 198 0 255 255 140 255 255 26 255 149 0 255 255 204]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@A??O?=???????????????????????<b') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 218 221 227 252 102 76 239 157 162 250 154 143 255 219 207 234 236 239 232 234 237 112 122 139 219 205 211 181 188 200 251 251 252 250 206 195 247 247 248 255 87 55 199 205 214 197 203 212 196 201 211 255 72 45 50 55 61 253 196 181 238 239 242 255 193 173 212 216 223 210 214 221 233 164 161 227 229 234 255 172 146 171 179 192 254 71 43 243 150 154 245 246 248 244 222 224 247 99 102 243 244 246 246 160 160 188 194 205 255 66 37 237 191 187 243 137 127 249 200 192 202 207 215 255 131 99 246 107 110 251 141 118 255 7 7 254 223 213 221 224 230 254 9 9 254 107 81 238 152 141 237 239 242 235 237 240 233 235 238 178 185 197 249 188 181 253 120 96 250 139 126 250 250 251 200 206 215 196 202 211 245 235 236 194 200 209 255 233 226 241 211 209 254 12 8 254 71 44 241 240 245 215 219 226 213 217 224 255 255 255 229 232 236 254 118 86 255 160 133 252 102 84 176 184 197 255 46 21 254 96 66 244 245 247 242 243 245 253 47 32 191 197 208 247 112 105 255 67 37 248 208 201 205 210 218 246 244 245 243 240 242 253 102 74 246 135 123 0 0 0 0 0 5 0 0 152 0 0 196 0 0 3 0 0 160 0 0 200 0 0 133 0 0 136 0 0 48 0 0 20 0 0 74 0 0 72 0 0 10 0 0 1 0 0 232 0 0 149 0 0 8 0 0 26 0 0 144 0 0 27 0 0 24 0 0 14 0 0 172 244 244 246 153 153 153 255 255 93 255 255 182 255 198 0 255 255 140 255 255 26 255 149 0 255 255 204 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@A??O?=???????????????????????<b');
+                            yourself);
+                yourself
+        ]
 !
 
 tabRemove16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self tabRemove16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#tabRemove16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class tabRemove16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class tabRemove16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 QTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTUEQTTGR$)JA4)J
 R$)JR$)JQTTGR$PWA4)DE1$FS!!89R$TGBTQDA0%DQDMFARDLB$(GQDQDA4QDQC8DA#L!!ISDHA1@VE \PE!!XUF!!LTO0D\F@\[E$PGF1YDKT )J5]AI$(GMP<N
 A3TOC$PKQ05RVEUJA2MPOP\#TC4:T40$R5EVR \=N08GOS,NI3@QRT=@HD(GC"!!TA08(UC]RNA<"KB<BA0\GA0\GA0\6@30GP!!4*QP@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[218 221 227 252 102 76 239 157 162 250 154 143 255 219 207 234 236 239 232 234 237 112 122 139 219 205 211 181 188 200 251 251 252 250 206 195 247 247 248 255 87 55 199 205 214 197 203 212 196 201 211 255 72 45 50 55 61 253 196 181 238 239 242 255 193 173 212 216 223 210 214 221 233 164 161 227 229 234 255 172 146 171 179 192 254 71 43 243 150 154 245 246 248 244 222 224 247 99 102 243 244 246 246 160 160 188 194 205 255 66 37 237 191 187 243 137 127 249 200 192 202 207 215 255 131 99 246 107 110 251 141 118 255 7 7 254 223 213 221 224 230 254 9 9 254 107 81 238 152 141 237 239 242 235 237 240 233 235 238 178 185 197 249 188 181 253 120 96 250 139 126 250 250 251 200 206 215 196 202 211 245 235 236 194 200 209 255 233 226 241 211 209 254 12 8 254 71 44 241 240 245 215 219 226 213 217 224 255 255 255 229 232 236 254 118 86 255 160 133 252 102 84 176 184 197 255 46 21 254 96 66 244 245 247 242 243 245 253 47 32 191 197 208 247 112 105 255 67 37 248 208 201 205 210 218 246 244 245 243 240 242 253 102 74 246 135 123]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@A??O?=???????????????????????<b') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 218 221 227 252 102 76 239 157 162 250 154 143 255 219 207 234 236 239 232 234 237 112 122 139 219 205 211 181 188 200 251 251 252 250 206 195 247 247 248 255 87 55 199 205 214 197 203 212 196 201 211 255 72 45 50 55 61 253 196 181 238 239 242 255 193 173 212 216 223 210 214 221 233 164 161 227 229 234 255 172 146 171 179 192 254 71 43 243 150 154 245 246 248 244 222 224 247 99 102 243 244 246 246 160 160 188 194 205 255 66 37 237 191 187 243 137 127 249 200 192 202 207 215 255 131 99 246 107 110 251 141 118 255 7 7 254 223 213 221 224 230 254 9 9 254 107 81 238 152 141 237 239 242 235 237 240 233 235 238 178 185 197 249 188 181 253 120 96 250 139 126 250 250 251 200 206 215 196 202 211 245 235 236 194 200 209 255 233 226 241 211 209 254 12 8 254 71 44 241 240 245 215 219 226 213 217 224 255 255 255 229 232 236 254 118 86 255 160 133 252 102 84 176 184 197 255 46 21 254 96 66 244 245 247 242 243 245 253 47 32 191 197 208 247 112 105 255 67 37 248 208 201 205 210 218 246 244 245 243 240 242 253 102 74 246 135 123 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@A??O?=???????????????????????<b');
+                            yourself);
+                yourself
+        ]
 !
 
 undent16x16Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self undent16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#undent16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary class undent16x16Icon1'
-        ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class undent16x16Icon1'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@M@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@MCP4M@@4MCP4MCP4MCP@@@@@@@@@@@@@@@@@@@@@@@A4S@0@@CP4M
 CP4MCP4MFQ,GBQP@@@4MCP4MCP4MCPPJC10LA @@@@@@@@@@@@@Q@ TFEP@@CP4MCP4M@@@@@@@WB0D@@@4MCP4MCP@@@@@@@@@@@@@@@@@@@@@@@@@@@@4M
-CP4@CP4MCP4MCP4M@@@@@@@@@@@@@@@@@@@@@@@@CP4MCP@MCP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@4@@@@@@@@@@@@a') ; colorMapFromArray:#[248 248 248 84 110 149 144 166 207 121 145 206 80 136 224 64 96 160 48 80 144 96 136 240 247 247 247 80 128 208 80 128 224 143 157 197 64 88 144 0 0 0 250 250 250 80 120 208 246 246 246 226 230 240 244 244 244 153 185 234 224 229 238 213 219 231 249 249 249 235 238 241 245 245 245 228 232 246 243 243 243 152 182 242 64 96 176 238 241 247]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A@@@@O_<@@C''?>_?<@O''8N_ @@C7?@@@= @@@@P@b') ; yourself); yourself]
+CP4@CP4MCP4MCP4M@@@@@@@@@@@@@@@@@@@@@@@@CP4MCP@MCP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@4@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 248 248 248 84 110 149 144 166 207 121 145 206 80 136 224 64 96 160 48 80 144 96 136 240 247 247 247 80 128 208 80 128 224 143 157 197 64 88 144 0 0 0 250 250 250 80 120 208 246 246 246 226 230 240 244 244 244 153 185 234 224 229 238 213 219 231 249 249 249 235 238 241 245 245 245 228 232 246 243 243 243 152 182 242 64 96 176 238 241 247 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@A@@@@O_<@@C''?>_?<@O''8N_ @@C7?@@@= @@@@P@b');
+                            yourself);
+                yourself
+        ]
 
     "Created: / 06-04-2011 / 18:38:35 / cg"
 !
 
 undo16x16Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self undo16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#undo16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class undo16x16Icon'
-	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class undo16x16Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:16;
+                height:16;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ACC0ULIP@@@@@@@@@@@@@-R 8C@4HP@@@@@@@7@@@.R",3L#0AFPX@@@@@CT,$R#8T@D\^BR@X@@@@@AXW@#<JB#T@
 NQLAM @@@@@>CD$BORL@@@@@@SX@@@@@MB$LE38@@@@@@B)A@@@@@A<3@DX(Q@@@@@@ N@@@@@@@@@@@@@@@@B0_RP@@@@@@@@@@@@@@@@@UHD@@@@@@@@@@
-@@@@@@@DHD @@@@@@@@@@@@@@@AMH@,"@@@@@@@@@@@@@@@@F"D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[64 104 192 74 127 225 112 160 240 142 177 241 176 194 231 170 192 241 184 198 241 226 232 244 246 246 246 64 96 160 64 96 176 80 120 208 80 128 240 128 168 240 156 184 241 170 194 242 180 195 240 217 225 245 240 242 248 59 97 165 64 112 192 97 130 201 112 152 224 112 152 240 170 198 241 165 187 240 188 206 242 231 234 239 242 243 246 250 250 250 86 128 184 64 120 224 80 136 240 153 181 225 183 195 223 197 209 229 188 208 244 208 217 244 239 241 247 249 249 249 48 88 176 48 112 224 89 135 225 105 150 240 193 203 221 169 194 242 183 203 243 222 228 238 244 244 244 245 245 245 64 104 176 64 112 208 80 128 224 160 181 216 157 187 241 144 168 240 187 205 236 226 232 238 243 243 243 248 248 248 59 105 180 109 126 176 96 144 224 104 150 240 173 194 229 165 192 242 170 191 241 210 225 246 48 80 144 247 247 247 48 96 176 97 133 194 89 127 210 96 144 240 144 176 240 176 202 241 182 206 242 203 213 239]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A<@O8I?0??C><O10>GC<\@C @N@A0@O@@0@@@@@@b') ; yourself); yourself]
+@@@@@@@DHD @@@@@@@@@@@@@@@AMH@,"@@@@@@@@@@@@@@@@F"D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 64 104 192 74 127 225 112 160 240 142 177 241 176 194 231 170 192 241 184 198 241 226 232 244 246 246 246 64 96 160 64 96 176 80 120 208 80 128 240 128 168 240 156 184 241 170 194 242 180 195 240 217 225 245 240 242 248 59 97 165 64 112 192 97 130 201 112 152 224 112 152 240 170 198 241 165 187 240 188 206 242 231 234 239 242 243 246 250 250 250 86 128 184 64 120 224 80 136 240 153 181 225 183 195 223 197 209 229 188 208 244 208 217 244 239 241 247 249 249 249 48 88 176 48 112 224 89 135 225 105 150 240 193 203 221 169 194 242 183 203 243 222 228 238 244 244 244 245 245 245 64 104 176 64 112 208 80 128 224 160 181 216 157 187 241 144 168 240 187 205 236 226 232 238 243 243 243 248 248 248 59 105 180 109 126 176 96 144 224 104 150 240 173 194 229 165 192 242 170 191 241 210 225 246 48 80 144 247 247 247 48 96 176 97 133 194 89 127 210 96 144 240 144 176 240 176 202 241 182 206 242 203 213 239 ];
+                mask:((ImageMask new)
+                            width:16;
+                            height:16;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@A<@O8I?0??C><O10>GC<\@C @N@A0@O@@0@@@@@@b');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !XPToolbarIconLibrary class methodsFor:'image specs-20x22'!
 
 copy20x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copy20x22Icon inspect
      ImageEditor openOnClass:self andSelector:#copy20x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class copy20x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 20; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class copy20x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:20;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 EQTUEQTUEQTUEQTTGQ4]GQ4]GQ4UGQ4]DPPDABX&I!!P]GQ4]GQ4]GQT]GQ4IB0P&I"X_EA4]GQ4]GQ4]EQ4]GP$QABX&I!!<TGQ4]GQ4]GQ4UGQ4]C1DEI!!<_
 G1P]GQ4]GQ4]GQT]GPPDA@P&I"X_EA4]GQ4]GQ4]EQ4]B0,DABXUEQTUEQTUEQTUEQPUGQ4QDP,DD!!T]GQ4QA@PDI"X&EAT]D1DQDPPJEQ4]GP$KABX&I!!<T
 EQ4]DQ([C!!@UGQ4]BQDDI"X&G1PUGP<LAPX&C!!T]GQ4ODPT&G1<_EAT]@BHEA"XNEQ4]A@PDABX&I!!<TEQ4DH TZF08UGQ4KB0PDABX&I!!PUGRHYF XBC!!T]
 GQDQB0P&I"X&EATIH"HEA"XNEQ4SDQDQABX&I"XTEAPTEAPTEAPUGQ4QF!!DEI!!<&I!!P]GQ4]GQ4]GQT]C00EA"XNG2@REA4]GQ4]GQ4]EQ4@H TFI 8(B DT
-GQ4]GQ4]GQ4UGPP"AQ([C" J@QP]GQ4]GQ4]GQT]H!!$ZA HNG0(AEA4]GQ4]GQ4]EP$"H TFI 8(B DTGQ4]GQ4]GQ4TEAPTEAPTEAPTEAPb') ; colorMapFromArray:#[250 250 255 225 225 237 236 236 244 213 213 228 245 245 252 241 241 248 239 239 246 216 216 230 210 210 224 252 252 255 229 229 239 248 248 254 244 244 250 219 219 232 234 234 243 253 253 255 232 232 241 249 249 254 224 224 236 254 254 255 156 156 182 208 208 223 206 206 221 204 204 219 246 246 253 242 242 249 240 240 247 238 238 245 215 215 229 255 255 255 211 211 225 230 230 240 228 228 238 201 201 218 243 243 249 222 222 235 220 220 233 218 218 231 235 235 244 233 233 242 231 231 240]; mask:((Depth1Image new) width: 20; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??@@??@@??@@??@@??@@??@@???0???0???0???0???0???0???0???0???0???0@O?0@O?0@O?0@O?0@O?0@O?0') ; yourself); yourself]
+GQ4]GQ4]GQ4UGPP"AQ([C" J@QP]GQ4]GQ4]GQT]H!!$ZA HNG0(AEA4]GQ4]GQ4]EP$"H TFI 8(B DTGQ4]GQ4]GQ4TEAPTEAPTEAPTEAPb');
+                colorMapFromArray:#[ 250 250 255 225 225 237 236 236 244 213 213 228 245 245 252 241 241 248 239 239 246 216 216 230 210 210 224 252 252 255 229 229 239 248 248 254 244 244 250 219 219 232 234 234 243 253 253 255 232 232 241 249 249 254 224 224 236 254 254 255 156 156 182 208 208 223 206 206 221 204 204 219 246 246 253 242 242 249 240 240 247 238 238 245 215 215 229 255 255 255 211 211 225 230 230 240 228 228 238 201 201 218 243 243 249 222 222 235 220 220 233 218 218 231 235 235 244 233 233 242 231 231 240 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'??@@??@@??@@??@@??@@??@@???0???0???0???0???0???0???0???0???0???0@O?0@O?0@O?0@O?0@O?0@O?0');
+                            yourself);
+                yourself
+        ]
 !
 
 copyFile20x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copyFile20x22Icon inspect
      ImageEditor openOnClass:self andSelector:#copyFile20x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class copyFile20x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 20; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class copyFile20x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:20;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 EQTUEQTUEQTTGQ4]GQ4]GQ4]GQ4UGQ4]DPP''I!!TTGQ4]GQ4]GQ4]GQT]GQ4IB0H&EQ8TGQ4]GQ4]GQ4]EQ4]GP$QA"XTEAPTGQ4]GQ4]GQ4UGQ4]C1DEI!!<\
 HQP]GQ4]GQ4]GQT]GQ4SBQ$[IQXWEA4]GQ4]GQ4]EQ4]GQ4IH"XUEQTUEQTUEQP]GQ4UGQ4SDPP(D!!T]GQ4QAB\&EQP]GQT]D0<XF1<JEQ4]GP$K@"XUG!!P]
 EQ4]DQ([C!!@UGQ4]BQDFI!!PTEAPUGP<LAPX&C!!T]GQ4ODPT&G10!!EAT]@BHEA"XNEQ4]GQLIFQ,%E!!\TEQ4DH TZF08UGQ4]GP$"I LHEQPUGRHYF XBC!!T]
 GQLQAB RI@4GEATIH"HEA"XNEQ4SC1 [G0(RH2PTEAPTEAPTEAPUGQ4QF!!,ND@(AD!!P]GQ4]GQ4]GQT]C00EA"XNG2@REA4]GQ4]GQ4]EQ4@H TFI 8(B DT
-GQ4]GQ4]GQ4UGPP"AQ([C" J@QP]GQ4]GQ4]GQT]H!!$ZA HNG0(AEA4]GQ4]GQ4]EP$"H TFI 8(B DTGQ4]GQ4]GQ4TEAPTEAPTEAPTEAPb') ; colorMapFromArray:#[250 250 255 225 225 237 236 236 244 213 213 228 245 245 252 241 241 248 239 239 246 216 216 230 210 210 224 252 252 255 229 229 239 248 248 254 244 244 250 219 219 232 234 234 243 253 253 255 232 232 241 249 249 254 224 224 236 254 254 255 156 156 182 208 208 223 206 206 221 204 204 219 246 246 253 242 242 249 240 240 247 238 238 245 215 215 229 255 255 255 211 211 225 230 230 240 228 228 238 201 201 218 243 243 249 222 222 235 220 220 233 218 218 231 235 235 244 233 233 242 231 231 240]; mask:((Depth1Image new) width: 20; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?8@@?<@@?>@@??@@??@@??@@??>@???@??? ???0???0???0???0???0???0???0@O?0@O?0@O?0@O?0@O?0@O?0') ; yourself); yourself]
+GQ4]GQ4]GQ4UGPP"AQ([C" J@QP]GQ4]GQ4]GQT]H!!$ZA HNG0(AEA4]GQ4]GQ4]EP$"H TFI 8(B DTGQ4]GQ4]GQ4TEAPTEAPTEAPTEAPb');
+                colorMapFromArray:#[ 250 250 255 225 225 237 236 236 244 213 213 228 245 245 252 241 241 248 239 239 246 216 216 230 210 210 224 252 252 255 229 229 239 248 248 254 244 244 250 219 219 232 234 234 243 253 253 255 232 232 241 249 249 254 224 224 236 254 254 255 156 156 182 208 208 223 206 206 221 204 204 219 246 246 253 242 242 249 240 240 247 238 238 245 215 215 229 255 255 255 211 211 225 230 230 240 228 228 238 201 201 218 243 243 249 222 222 235 220 220 233 218 218 231 235 235 244 233 233 242 231 231 240 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'?8@@?<@@?>@@??@@??@@??@@??>@???@??? ???0???0???0???0???0???0???0@O?0@O?0@O?0@O?0@O?0@O?0');
+                            yourself);
+                yourself
+        ]
 !
 
 copyItem20x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copyItem20x22Icon inspect
      ImageEditor openOnClass:self andSelector:#copyItem20x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class copyItem20x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class copyItem20x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@]7]7]7]7\@@@@GUUUUUUT7@@@@A5QDQDQDY0@@@@]TQDQDQF\@@@@GUDQD]7]7]7]7]5QDQGDQDQDQD7
 ]TQDQ1L3L3L3I7M&Y&\SL3L3L2]7]7]7D3L3L3L'']7]7]1L3L3L3I7]7]7\SL3L3L2]7]7]7L"H"H"H''@@@@A7]7]7]7]0@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 0 184 184 16 228 224 0 128 120 64 64 64]; mask:((Depth1Image new) width: 20; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@?? @?? @?? @?? @???0???0???0???0???0@_?0@_?0@_?0@_?0@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 0 184 184 16 228 224 0 128 120 64 64 64 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@?? @?? @?? @?? @???0???0???0???0???0@_?0@_?0@_?0@_?0@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 copyWidget20x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copyWidget20x22Icon inspect
      ImageEditor openOnClass:self andSelector:#copyWidget20x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class copyWidget20x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class copyWidget20x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@L3L3L3L @@@@@CH"H"H"D@@@@@@2H"H"H!!@@@@@@L"H"H"HP@@@@@CH"H"H"D@@@@@@2H"H"H!!@@@@@@L"H"@@@@@@@@@CH"H L3L3L3L
 @2H"HCH"H"H"D@L"H"@2H"H"H!!@CH"H L"H"H"HP@2H"HCH"H"H"D@HQDQ@2H"H"H!!@@@@@@L"H"H"HP@@@@@CH"H"H"D@@@@@@2H"H"H!!@@@@@@L"H"H"HP
-@@@@@CH"H"H"D@@@@@@2H"H"H!!@@@@@@HQDQDQDP@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 127 127 127 170 170 170 255 255 255]; mask:((Depth1Image new) width: 20; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?? @?? @?? @?? @?? @?? @?? @???0???0???0???0???0???0???0???0@_?0@_?0@_?0@_?0@_?0@_?0@_?0') ; yourself); yourself]
+@@@@@CH"H"H"D@@@@@@2H"H"H!!@@@@@@HQDQDQDP@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 127 127 127 170 170 170 255 255 255 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'?? @?? @?? @?? @?? @?? @?? @???0???0???0???0???0???0???0???0@_?0@_?0@_?0@_?0@_?0@_?0@_?0');
+                            yourself);
+                yourself
+        ]
 !
 
 copyWidget20x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copyWidget20x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#copyWidget20x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class copyWidget20x22Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class copyWidget20x22Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:20;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 ]7]7]7]7\@@@@GUUUUUUT7@@@@A5QDQDQDY0@@@@]TQDQDQF\@@@@GUDQDQDQ''@@@@A5QDQDQDY0@@@@]TQDQDQF\@@@@GUDQD]7]7]7]7]5QDQGDQDQDQD7
 ]TQDQ1L3L3L3I7UDQD\SL3L3L2]5QDQGD3L3L3L'']TQDQ1L3L3L3I7M&Y&\SL3L3L2]7]7]7D3L3L3L''@@@@A1L3L3L3I0@@@@\SL3L3L2\@@@@GD3L3L3L''
-@@@@A1L3L3L3I0@@@@\SL3L3L2\@@@@GL"H"H"H''@@@@A7]7]7]7]0@a') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 0 184 184 16 228 224 0 128 120 64 64 64]; mask:((Depth1Image new) width: 20; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?? @?? @?? @?? @?? @?? @?? @???0???0???0???0???0???0???0???0@_?0@_?0@_?0@_?0@_?0@_?0@_?0') ; yourself); yourself]
+@@@@A1L3L3L3I0@@@@\SL3L3L2\@@@@GL"H"H"H''@@@@A7]7]7]7]0@a');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 0 184 184 16 228 224 0 128 120 64 64 64 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'?? @?? @?? @?? @?? @?? @?? @???0???0???0???0???0???0???0???0@_?0@_?0@_?0@_?0@_?0@_?0@_?0');
+                            yourself);
+                yourself
+        ]
 !
 
 fileContents20x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileContents20x22Icon inspect
      ImageEditor openOnClass:self andSelector:#fileContents20x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'XPToolbarIconLibrary class fileContents20x22Icon'
-        ifAbsentPut:[(Depth8Image new) width: 20; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileContents20x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:20;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 IQTFA XFA XND@ _G2T%IRT%IP@%A"T%IRT%F1\IK0XXG2T%IRT%@BTFIRT%IRT[F1,[A" LG2T%IRT@IPX%ISL3L2T3L3LF@3HQG2T%IP@%A"T%IRT%IRT%
 IPX)IRHLG2T%@BTFIRT3L3L%L3L3A@PDA@PDABT@IPX%IRT%IRT%IRTRKR4&J0<YIP@%A"T%L3L%ISL2L0$3L3L@J!!$%@BTFIRT%IRT%GQPWCA -I T\FRT@
 IPX%ISL%L1,%L3L FCL3K (YIP@%A"T%IRT%F2T0LP0XA0HXDQ$%@BTFIRT%L3LWL3L0CCL3E!!XXFRT@IPX%F1,[@20C@2<0F@0 A1XYIP@%A"T"L0$3@SLI
 IB<3L3L HA$%@BTFIRD!!HQ\WH0$$K3@SCB GFRT@IPX%HSL3HPD3HSL/K3L''CB@YIP@%A"T!!HRD!!@RDIBR</LB\LHA$%@BTFIRD3L3LAL3LIK3L0L00 FRT@
-IPX%HRD!!HQ\!!BP$/LC@0CB@YIP@%A"TWL1\3KCL3L2<0L00(A1$%@BTFISH2L 4MH!!\,BPLRLCDLFRT@IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@b') ; colorMapFromArray:#[204 208 220 245 246 250 224 227 236 240 242 248 140 145 163 212 215 227 207 211 222 227 230 238 193 197 211 241 243 248 214 218 228 210 214 224 231 233 241 249 250 252 201 206 218 200 204 217 196 200 213 220 223 233 238 240 247 234 236 243 250 251 252 205 209 221 225 228 237 245 247 250 223 226 235 116 120 133 240 241 248 253 254 254 211 214 226 252 252 253 207 210 222 178 183 200 229 231 240 247 248 251 246 248 250 242 244 249 241 242 248 255 255 255 213 217 227 232 234 242 230 232 240 248 249 251 202 207 219 201 205 218 243 245 249 219 222 232 217 220 230 237 239 246 235 237 244 234 237 243 251 252 253 0 0 0]; mask:((Depth1Image new) width: 20; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_? @_?0@_?8@_?<@_?>@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@') ; yourself); yourself]
+IPX%HRD!!HQ\!!BP$/LC@0CB@YIP@%A"TWL1\3KCL3L2<0L00(A1$%@BTFISH2L 4MH!!\,BPLRLCDLFRT@IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@b');
+                colorMapFromArray:#[ 204 208 220 245 246 250 224 227 236 240 242 248 140 145 163 212 215 227 207 211 222 227 230 238 193 197 211 241 243 248 214 218 228 210 214 224 231 233 241 249 250 252 201 206 218 200 204 217 196 200 213 220 223 233 238 240 247 234 236 243 250 251 252 205 209 221 225 228 237 245 247 250 223 226 235 116 120 133 240 241 248 253 254 254 211 214 226 252 252 253 207 210 222 178 183 200 229 231 240 247 248 251 246 248 250 242 244 249 241 242 248 255 255 255 213 217 227 232 234 242 230 232 240 248 249 251 202 207 219 201 205 218 243 245 249 219 222 232 217 220 230 237 239 246 235 237 244 234 237 243 251 252 253 0 0 0 ];
+                mask:((ImageMask new)
+                            width:20;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_? @_?0@_?8@_?<@_?>@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !XPToolbarIconLibrary class methodsFor:'image specs-22x22'!
 
 addBuffer22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self addBuffer22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#addBuffer22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class addBuffer22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class addBuffer22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@FX@@@@@@@@:NC(:OC0<O#8JJB (JFY''Y" (JB :MST5M#X8NC(:J@A&Y A&ZFYGY&X(NCT5M#X7NC$:N2!!&ZV)&Z&-*Y&))Y#!!G
 T%IRT%IRMVT(@FY,[V9/[&5,Y$T(JB (JB (JB (J@AKY&)/@F=*Y$!!IJ@@@@@@@@@@@@@@@@FY*[0A/Z&YJRR @@@@@@@@@@@@@@FY,[V9/[&5,Y$0(@@@@
 @@@@@@@@@FY)Z&Y*Z6)&Z&%&J@@@@@@@@@@@@@@@Y&X@Y&!!&R6Y&SB @@@@@@@@@@@@@@@@@Q6Y''Y$)JS$0(@@@@@@@@@@@@@@@@Q4]KY$)JR$9LJ@@@@@@@
 @@@@@@@@Q4]KR4)JR$)NSB @@@@@@@@@@@@@Q4]KR4)JR$)JTED(@@@@@@@@@@@@Q4]KR4)JR$)JT%AQJ@@@@@@@@@@@Q4]KR4)JR$)JT$9STR @@@@@@@@@
 Q4]KR4)JR$)JT$9NT5D(@@@@@@@@Q4]GR4)JR$)JT$9NS%MQJ@@@Q4-KR4)JR%]NS$9NTEAST5MXTU%ZV5-\WU9_W6A!!X$1LTUEQTUEQTVL@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 223 216 232 48 80 176 224 224 240 223 216 224 96 152 224 96 152 216 95 152 216 239 232 232 208 208 224 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 0 0 0 207 216 240 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@BC_???????????????????????????????????????????????????????????????????????????@@@C@@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 223 216 232 48 80 176 224 224 240 223 216 224 96 152 224 96 152 216 95 152 216 239 232 232 208 208 224 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 0 0 0 207 216 240 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@BC_???????????????????????????????????????????????????????????????????????????@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 addBuffer22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self addBuffer22x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#addBuffer22x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class addBuffer22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class addBuffer22x22Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@:NC(:OC0<O#8JWE1\WE1\WE1\WB :MST5M#X8NC(:WI6]''YY7^IB!!!!W4(NCT5M#X7NC$:N52]'']N-^IB!!!!Y*TJC!!G
 T%IRT%IRMVU\''[_ 5^"P(XVZ%DU\WE1\WE1\WE1\WI7A2Z+G^IB!!!!W6IW@@@@@@@@@@@@I6]6*/W19B!!!!Y*T%U0@@@@@@@@@@@B]''^&(.[56(XU3)H)\@@@@
 @@@@@NJ.2L#Z6LR=2;GL$7>%W@@@@@@@@KC^6<[E/>^9*+Z>/NVA"50@@@@@@@B4.MK@2\&99L;\.-?P%8A\@@@@@@@@@M6=/[7!!*+N13L+T''GB^W@@@@@@@
 @@@@@JBD3[.>0*M>''GY1#U0@@@@@@@@@@@A2''^N>+=E6(XVN!!(I\@@@@@@@@@@@@&WKC-]?O''GZN)(^BW@@@@@@@@@@@Q7I;9-Z,6WZN)(M< %0@@@@@@@@@
 Q4]2''Y6),''!!6(XVX&8I\@@@@@@@@Q4]G(*NH''GZN)(NX^''RBW@@@Q4-KR4)JR(2_$W&R!!(]<&7Q5 %%ZV5-\WU9_W6A!!X$1LTUEQTUEQTVL@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 223 216 232 48 80 176 224 224 240 223 216 224 96 152 224 96 152 216 95 152 216 239 232 232 208 208 224 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 0 0 0 207 216 240 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 227 227 236 225 225 234 244 244 249 242 242 247 218 217 230 212 211 224 234 234 242 253 253 254 251 251 252 227 226 235 226 226 237 243 243 247 220 220 231 240 239 244 237 237 244 233 233 240 52 89 178 231 231 238 50 87 176 229 229 239 248 248 251 246 246 249 223 223 233 222 221 232 238 238 244 56 94 181 55 92 180 53 90 178 233 232 239 51 88 176 232 232 241 251 251 253 249 249 251 228 228 237 225 224 234 241 241 246 238 237 243 56 93 180 254 254 255 229 229 237 227 227 238 246 246 250 244 244 248 219 219 230 236 236 243 255 255 255 51 88 177 231 230 238 249 249 252 247 247 250 241 241 247 239 239 245 236 235 242 54 91 179 231 231 240 176 175 128 176 240 159 143 159 128 127 208 96 175 239 144 15 79 0 160 176 95 0 160 0 64 176 48 112 159 95 0 96 0 144 159 143 96 207 80 127 159 111 63 175 48 96 207 79 80 176 64 31 159 31 143 224 112 64 176 63 95 207 79 63 160 47 0 127 0 80 191 64 176 240 144 143 239 112 15 160 15 16 95 16 0 80 0 143 224 111 191 240 159 175 240 144 15 127 15 0 175 0 144 239 127 0 79 0 0 112 0 0 95 0 15 112 15 111 207 80 16 79 16 15 79 15 16 80 16 128 223 111 159 159 63 15 64 15 31 144 16 16 80 15 128 224 111 176 239 159 95 112 80 15 175 15 144 224 127 95 192 79 31 95 15 32 160 31 48 159 47 32 159 31 15 128 15 95 160 47 0 111 0 127 223 96 15 80 0 64 112 63 159 239 127 95 159 79 16 175 16]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C_???????????????????????????????????????????????????????????????????????????@@@C@@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 223 216 232 48 80 176 224 224 240 223 216 224 96 152 224 96 152 216 95 152 216 239 232 232 208 208 224 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 0 0 0 207 216 240 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 227 227 236 225 225 234 244 244 249 242 242 247 218 217 230 212 211 224 234 234 242 253 253 254 251 251 252 227 226 235 226 226 237 243 243 247 220 220 231 240 239 244 237 237 244 233 233 240 52 89 178 231 231 238 50 87 176 229 229 239 248 248 251 246 246 249 223 223 233 222 221 232 238 238 244 56 94 181 55 92 180 53 90 178 233 232 239 51 88 176 232 232 241 251 251 253 249 249 251 228 228 237 225 224 234 241 241 246 238 237 243 56 93 180 254 254 255 229 229 237 227 227 238 246 246 250 244 244 248 219 219 230 236 236 243 255 255 255 51 88 177 231 230 238 249 249 252 247 247 250 241 241 247 239 239 245 236 235 242 54 91 179 231 231 240 176 175 128 176 240 159 143 159 128 127 208 96 175 239 144 15 79 0 160 176 95 0 160 0 64 176 48 112 159 95 0 96 0 144 159 143 96 207 80 127 159 111 63 175 48 96 207 79 80 176 64 31 159 31 143 224 112 64 176 63 95 207 79 63 160 47 0 127 0 80 191 64 176 240 144 143 239 112 15 160 15 16 95 16 0 80 0 143 224 111 191 240 159 175 240 144 15 127 15 0 175 0 144 239 127 0 79 0 0 112 0 0 95 0 15 112 15 111 207 80 16 79 16 15 79 15 16 80 16 128 223 111 159 159 63 15 64 15 31 144 16 16 80 15 128 224 111 176 239 159 95 112 80 15 175 15 144 224 127 95 192 79 31 95 15 32 160 31 48 159 47 32 159 31 15 128 15 95 160 47 0 111 0 127 223 96 15 80 0 64 112 63 159 239 127 95 159 79 16 175 16 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C_???????????????????????????????????????????????????????????????????????????@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 addBuffer22x22Icon3
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self addBuffer22x22Icon3 inspect
      ImageEditor openOnClass:self andSelector:#addBuffer22x22Icon3
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class addBuffer22x22Icon3'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class addBuffer22x22Icon3'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@B78MW(@@@@@@@:NC(:OC0<O#8JWE1\0\&*151\WB :MST5M#X8NC(:WI6]'']*+5<^!!!!W4(NCT5M#X7NC$:N52]''Y7)*K&=!!Y*TJC!!G
 T%IRT%IRMVW"+,#H6-#D/\.13L1\WE1\WE1\WE1\7-/F1[?''.Z*6/+3%W@@@@@@@@@@@@K#R0L''I.^SN7K+_4E0@@@@@@@@@@@C]/[6=8Z*3,\3J5MQ\@@@@
 @@@@@@@@@@@@@L6;/,J&''W>%W@@@@@@@@I6]''Y6]''Y7#/*?Q''ZZA"50@@@@@@@B]''Y6]''Y6]0;W_396&%8A\@@@@@@@@''Y6]''Y6]''^[V+M&&)''B^W@@@@@@@
 @@@@@JBD!!HRD!!JM>''GY1#U0@@@@@@@@@@@A2''WY6]''Y6(XVN!!(I\@@@@@@@@@@@@&ZY2\''I2)''ZN)(^BW@@@@@@@@@@@Q7J&^:Z&)*ZN)(M< %0@@@@@@@@@
 Q4]2\''I2)''I6)(VX&8I\@@@@@@@@Q4]G(*NH''GY6)(NX^''RBW@@@Q4-KR4)JR(2_$W&R!!(]<&7Q5 %%ZV5-\WU9_W6A!!X$1LTUEQTUEQTVL@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 223 216 232 48 80 176 224 224 240 223 216 224 96 152 224 96 152 216 95 152 216 239 232 232 208 208 224 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 0 0 0 207 216 240 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 227 227 236 225 225 234 244 244 249 242 242 247 218 217 230 212 211 224 234 234 242 253 253 254 251 251 252 227 226 235 226 226 237 243 243 247 220 220 231 240 239 244 237 237 244 233 233 240 52 89 178 231 231 238 50 87 176 229 229 239 248 248 251 246 246 249 223 223 233 222 221 232 238 238 244 56 94 181 55 92 180 53 90 178 233 232 239 51 88 176 232 232 241 251 251 253 249 249 251 228 228 237 225 224 234 241 241 246 238 237 243 56 93 180 254 254 255 229 229 237 227 227 238 246 246 250 244 244 248 219 219 230 236 236 243 255 255 255 51 88 177 231 230 238 249 249 252 247 247 250 241 241 247 239 239 245 236 235 242 54 91 179 231 231 240 176 175 128 176 240 159 143 159 128 127 208 96 175 239 144 15 79 0 160 176 95 0 160 0 64 176 48 112 159 95 0 96 0 144 159 143 96 207 80 127 159 111 63 175 48 96 207 79 80 176 64 31 159 31 143 224 112 64 176 63 95 207 79 63 160 47 0 127 0 80 191 64 176 240 144 143 239 112 15 160 15 16 95 16 0 80 0 143 224 111 191 240 159 175 240 144 15 127 15 0 175 0 144 239 127 0 79 0 0 112 0 0 95 0 15 112 15 111 207 80 16 79 16 15 79 15 16 80 16 128 223 111 159 159 63 15 64 15 31 144 16 16 80 15 128 224 111 176 239 159 95 112 80 15 175 15 144 224 127 95 192 79 31 95 15 32 160 31 48 159 47 32 159 31 15 128 15 95 160 47 0 111 0 127 223 96 15 80 0 64 112 63 159 239 127 95 159 79 16 175 16]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@OC_???????????????????????????????????????????????????????????????????????????@@@C@@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 223 216 232 48 80 176 224 224 240 223 216 224 96 152 224 96 152 216 95 152 216 239 232 232 208 208 224 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 0 0 0 207 216 240 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 227 227 236 225 225 234 244 244 249 242 242 247 218 217 230 212 211 224 234 234 242 253 253 254 251 251 252 227 226 235 226 226 237 243 243 247 220 220 231 240 239 244 237 237 244 233 233 240 52 89 178 231 231 238 50 87 176 229 229 239 248 248 251 246 246 249 223 223 233 222 221 232 238 238 244 56 94 181 55 92 180 53 90 178 233 232 239 51 88 176 232 232 241 251 251 253 249 249 251 228 228 237 225 224 234 241 241 246 238 237 243 56 93 180 254 254 255 229 229 237 227 227 238 246 246 250 244 244 248 219 219 230 236 236 243 255 255 255 51 88 177 231 230 238 249 249 252 247 247 250 241 241 247 239 239 245 236 235 242 54 91 179 231 231 240 176 175 128 176 240 159 143 159 128 127 208 96 175 239 144 15 79 0 160 176 95 0 160 0 64 176 48 112 159 95 0 96 0 144 159 143 96 207 80 127 159 111 63 175 48 96 207 79 80 176 64 31 159 31 143 224 112 64 176 63 95 207 79 63 160 47 0 127 0 80 191 64 176 240 144 143 239 112 15 160 15 16 95 16 0 80 0 143 224 111 191 240 159 175 240 144 15 127 15 0 175 0 144 239 127 0 79 0 0 112 0 0 95 0 15 112 15 111 207 80 16 79 16 15 79 15 16 80 16 128 223 111 159 159 63 15 64 15 31 144 16 16 80 15 128 224 111 176 239 159 95 112 80 15 175 15 144 224 127 95 192 79 31 95 15 32 160 31 48 159 47 32 159 31 15 128 15 95 160 47 0 111 0 127 223 96 15 80 0 64 112 63 159 239 127 95 159 79 16 175 16 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@OC_???????????????????????????????????????????????????????????????????????????@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 bufferedView22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self bufferedView22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#bufferedView22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class bufferedView22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class bufferedView22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@:NC(:OC0<O#8JJB (JB (JB (JB :MST5M#X8NC(:JI6]''YY7^IB!!!!W4(NCT5M#X7NC$:N2"]''YY7^IB!!!!Y*TJC!!G
 T%IRT%IRMVT(''Y6V]7"P(XVZ%DT(JB (JB (JB (JI6]''YY7^IB!!!!W6IJ@@@@@@@@@@@@I6]''YY7^IB!!!!Y*T%R @@@@@@@@@@@B]''Y6S]7!!6(XU3)H((@@@@
 @@@@@@@@''YY7#9B!!!!Y)3$7>%J@@@@@@@@@@@@IZ]#9BD!!Y);$:NA"2 @@@@@@@@@@@A2''Y6S^G!!6(XU>%8@(@@@@@@@@@@@@#:BD!!Y);$:M>''GB^J@@@@@@@
 @@@@@JBD&Y);$:M>''GY1#R @@@@@@@@@@@A2''Y6S]7!!6(XVN!!(H(@@@@@@@@@@@@&WJ]$:NH''GZN)(^BJ@@@@@@@@@@@Q7I;$:NH''GZN)(M< " @@@@@@@@@
 Q4]2''Y6]^G!!6(XVX&8H(@@@@@@@@Q4]G(*NH''GZN)(NX^''RBJ@@@Q4-KR4)JR(2_$W&R!!(]<&7Q5 %%ZV5-\WU9_W6A!!X$1LTUEQTUEQTVL@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 223 216 232 48 80 176 224 224 240 223 216 224 96 152 224 96 152 216 95 152 216 239 232 232 208 208 224 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 0 0 0 207 216 240 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 227 227 236 225 225 234 244 244 249 242 242 247 218 217 230 212 211 224 234 234 242 253 253 254 251 251 252 227 226 235 226 226 237 243 243 247 220 220 231 240 239 244 237 237 244 233 233 240 52 89 178 231 231 238 50 87 176 229 229 239 248 248 251 246 246 249 223 223 233 222 221 232 238 238 244 56 94 181 55 92 180 53 90 178 233 232 239 51 88 176 232 232 241 251 251 253 249 249 251 228 228 237 225 224 234 241 241 246 238 237 243 56 93 180 254 254 255 229 229 237 227 227 238 246 246 250 244 244 248 219 219 230 236 236 243 255 255 255 51 88 177 231 230 238 249 249 252 247 247 250 241 241 247 239 239 245 236 235 242 54 91 179 231 231 240]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C_???????????????????????????????????????????????????????????????????????????@@@C@@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 223 216 232 48 80 176 224 224 240 223 216 224 96 152 224 96 152 216 95 152 216 239 232 232 208 208 224 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 0 0 0 207 216 240 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 227 227 236 225 225 234 244 244 249 242 242 247 218 217 230 212 211 224 234 234 242 253 253 254 251 251 252 227 226 235 226 226 237 243 243 247 220 220 231 240 239 244 237 237 244 233 233 240 52 89 178 231 231 238 50 87 176 229 229 239 248 248 251 246 246 249 223 223 233 222 221 232 238 238 244 56 94 181 55 92 180 53 90 178 233 232 239 51 88 176 232 232 241 251 251 253 249 249 251 228 228 237 225 224 234 241 241 246 238 237 243 56 93 180 254 254 255 229 229 237 227 227 238 246 246 250 244 244 248 219 219 230 236 236 243 255 255 255 51 88 177 231 230 238 249 249 252 247 247 250 241 241 247 239 239 245 236 235 242 54 91 179 231 231 240 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C_???????????????????????????????????????????????????????????????????????????@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 changesBrowser22x22Icon
@@ -1763,8 +2403,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class changesBrowser22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class changesBrowser22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(JB (JB (JB (JB\@@@@@
 @@@@@@@@JA4]GQDDA@PDAAT''@@@@@@@@@@@(JB (JB (JB (JB\^I0@@@@@@@@@@JA4]GQDDA@PDAAT''GB\@@@@@@@@(JB (JB (JB (JB\^I2D''@@@@@@@@
 JA4]GQDDA@PDAAT''GB\WI0@@@@@(JB (JB (JB (JB\^I2D''ER\@@@@@JA4]GQDDA@PDAA8''GB\WI2P''@@@@@B ]I2\''DR\K@ H^I2D''ER\''I0@@@@@(GQ4]
@@ -1789,8 +2429,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class copy22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class copy22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 GQTUEQTUEQTUEQTUEA4]GQ4]GQ4]GQ4UGQ4]DPPDABX&I!!P]GQ4]GQ4]GQ4]EQ4]GP$KABX&I!!<TGQ4]GQ4]GQ4]GQT]GQ4IDPP&I"X_EA4]GQ4]GQ4]GQ4U
 GQ4]C1DEI!!<_G1P]GQ4]GQ4]GQ4]EQ4]A@PDABX&I!!<TGQ4]GQ4]GQ4]GQT]GP,KA@P&EQTUEQTUEQTUEQTTGQ4UGQ4QDP,DD!!T]GQ4QA@PDI"X&EA4]EQ4S
 DQDQA@(UGQ4]BP,DI"X&G1P]GQT]GQDZF08PEQ4]GP$QABX&I!!<TGQ4UGP<LAPX&C!!T]GQ4ODPT&G1<_EA4]EQ4@H TFI 8UGQ4DA@PDI"X&G1P]GQT]ABHE
@@ -1815,8 +2455,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class copyFile22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class copyFile22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 GQTUEQTUEQTUEA4]GQ4]GQ4]GQ4]GQ4UGQ4]DPP''I!!TTGQ4]GQ4]GQ4]GQ4]EQ4]GP$K@"XUG!!P]GQ4]GQ4]GQ4]GQT]GQ4IDPX&EAPTEA4]GQ4]GQ4]GQ4U
 GQ4]C1DEI!!<\HQP]GQ4]GQ4]GQ4]EQ4]GQLIFQ,%E!!\TGQ4]GQ4]GQ4]GQT]GQ4]BRH&EQTUEQTUEQTTGQ4]GQ4UGQ4SDPP(D!!T]GQ4QAB\&EQP]GQ4]EQ4S
 C1 [G0(UGQ4]BP,BI!!T^EA4]GQT]GQDZF08PEQ4]GP$QA"XTEAPTGQ4UGP<LAPX&C!!T]GQ4ODPT&G10!!EA4]EQ4@H TFI 8UGQ4]D0$YF2TVE1P]GQT]ABHE
@@ -1826,72 +2466,108 @@
 !
 
 copyItem22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copyItem22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#copyItem22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class copyItem22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class copyItem22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A7]7]7]7]0@@@@@GUUUUUUT7@@@@@@]TQDQDQF\@@@@@A5QDQDQDY0@@@@@GUDQD]7]7]7]7\@]T
 QDQ1DQDQDQM0A5QDQGD3L3L3L''@GM&Y&\SL3L3L2\@]7]7]1L3L3L3I0A7]7]7D3L3L3L''@G]7]7\SL3L3L2\@]7]7]3H"H"H"I0@@@@@G]7]7]7]7@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 0 184 184 16 228 224 0 128 120 64 64 64]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@_?0@_?0@_?0@_?0@_??8_??8_??8_??8_??8@O?8@O?8@O?8@O?8@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 0 184 184 16 228 224 0 128 120 64 64 64 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@_?0@_?0@_?0@_?0@_??8_??8_??8_??8_??8@O?8@O?8@O?8@O?8@@@@@@@@@@@@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 copyWidget22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copyWidget22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#copyWidget22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class copyWidget22x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class copyWidget22x22Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#( 4 ));
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@DQDQDQD0@@@@@@@SL3L3L2@@@@@@@AL3L3L3H@@@@@@@D3L3L3L @@@@@@@SL3L3L2@@@@@@@AL3L3L3H@@@@@@@D3L3@@@@@@@@@@@S
 L3LADQDQDQL@@AL3L0D3L3L3L @@D3L3@SL3L3L2@@@SL3LAL3L3L3H@@AL3L0D3L3L3L @@L"H"@SL3L3L2@@@@@@@AL3L3L3H@@@@@@@D3L3L3L @@@@@@
-@SL3L3L2@@@@@@@AL3L3L3H@@@@@@@D3L3L3L @@@@@@@SL3L3L2@@@@@@@CH"H"H"H@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?0@_?0@_?0@_?0@_?0@_?0@_?0@_??8_??8_??8_??8_??8_??8_??8_??8@O?8@O?8@O?8@O?8@O?8@O?8@O?8') ; yourself); yourself]
+@SL3L3L2@@@@@@@AL3L3L3H@@@@@@@D3L3L3L @@@@@@@SL3L3L2@@@@@@@CH"H"H"H@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?0@_?0@_?0@_?0@_?0@_?0@_?0@_??8_??8_??8_??8_??8_??8_??8_??8@O?8@O?8@O?8@O?8@O?8@O?8@O?8');
+                            yourself);
+                yourself
+        ]
 !
 
 copyWidget22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self copyWidget22x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#copyWidget22x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class copyWidget22x22Icon2'
-	ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class copyWidget22x22Icon2'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 A7]7]7]7]0@@@@@GUUUUUUT7@@@@@@]TQDQDQF\@@@@@A5QDQDQDY0@@@@@GUDQDQDQ''@@@@@@]TQDQDQF\@@@@@A5QDQDQDY0@@@@@GUDQD]7]7]7]7\@]T
 QDQ1DQDQDQM0A5QDQGD3L3L3L''@GUDQD\SL3L3L2\@]TQDQ1L3L3L3I0A5QDQGD3L3L3L''@GM&Y&\SL3L3L2\@]7]7]1L3L3L3I0@@@@@GD3L3L3L''@@@@@@
-\SL3L3L2\@@@@@A1L3L3L3I0@@@@@GD3L3L3L''@@@@@@\SL3L3L2\@@@@@A3H"H"H"I0@@@@@G]7]7]7]7@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 0 184 184 16 228 224 0 128 120 64 64 64]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?0@_?0@_?0@_?0@_?0@_?0@_?0@_??8_??8_??8_??8_??8_??8_??8_??8@O?8@O?8@O?8@O?8@O?8@O?8@O?8') ; yourself); yourself]
+\SL3L3L2\@@@@@A1L3L3L3I0@@@@@GD3L3L3L''@@@@@@\SL3L3L2\@@@@@A3H"H"H"I0@@@@@G]7]7]7]7@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 0 184 184 16 228 224 0 128 120 64 64 64 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_?0@_?0@_?0@_?0@_?0@_?0@_?0@_??8_??8_??8_??8_??8_??8_??8_??8@O?8@O?8@O?8@O?8@O?8@O?8@O?8');
+                            yourself);
+                yourself
+        ]
 !
 
 cut22x22Icon
@@ -1910,8 +2586,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class cut22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class cut22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 !!XT@@@@@@@@@@@@BT)D@@@@@@@BE!!XVE@@@@@@@@@@@@*F4X@@@@@@@@!!XVE!!P@@@@@@@@@@@EJEQ@@@@@AGA8VE!!XT@@@@@@@@@@@AQ!!UX@@@BASPH$!!XVE
 @@@@@@@@@@@@F9VA@@A6_HTBIHVE!!P@@@@@@@@@@@B, S @QW(U!!I@^E!!XT@@@@@@@@@@@@\"U5%_Q4-+6^E!!XVE@@@@@@@@@@@@+Y-/,26B)$H@!!XVE!!P@@
 @@@@@@@@@GVAIC8X%9\@@HVE!!XT@@@@AO8Q4@@@OJEH*#WH@@@BE!!XVE@GQCEQ$H#:P7B5E,\9<@@@@@!!XVE!!WP8$9@<*6ROE@)?)9<@@@@@@HVE!!XVNR[J0
@@ -1936,8 +2612,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class cutFile22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class cutFile22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 GQTUEQTUEQTUEA4]J7^/GQ4]GQ4]GQ4UGQ4]DPP''I!!TTG\XSPA4]GQ4]GQ4]EQ4]GP$K@"XUG!!Q7GV$]GQ4][C@]GQT]GQ4IDPX&EAPT]!!5:GQ4](WH+SA4U
 GQ4]C1DEI!!<\HTN3(Q4]%90]J40]EQ4]GQLIFQ,%E!!]RRGL]NXH]!!D00GQT]GQ4]BRH&@0 UQJ^A!!95EUL6I@A4UGQ4SDPP(D"PMA<.9$MET(,Q''@@@]EQ4S
 C1 [G0(RH2RV(T1#PKV5@@@@GQT]GQDZJ&R$%PDRM4=7TZ.S@@@@@A4UGP>UZC5ALZ7BWCQ6#)R=@@@@@@@]EQ6UW[F.X\&F+S03''<V=@@@@@@@@GQT]+F;P
@@ -1962,8 +2638,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class cutIcon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class cutIcon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 !!XT@@@@@@@@@@@@BT)D@@@@@@@BE!!XT@@@@@@@@@@@@@*F4X@@@@@@@@!!XVE@@@@@@@@@@@@@EJEQ@@@@@AGA8VE!!P@@@@@@@@@@@@AQ!!UX@@@BASPH$!!XT@
 @@@@@@@@@@@@F9VA@@A6_HTBIHVE@@@@@@@@@@@@@B, S @QW(U!!I@BE!!P@@@@@@@@@@@@@\"U5%_Q4-+0BE!!XT@@@@@@@@@@@@@+Y-/,26B) @@!!XVE@@@@
 @@@@@@@@@GVAIC8X%0@@@HVE!!P@@@@@AO8Q4@@@OJEH*#P@@@@BE!!P@@@GQCEQ$H#:P7B5E,\0@@@@@@!!XVE@GP8$9@<*6ROE@)?)9<@@@@@@HVE!!PBNR[J0
@@ -1988,8 +2664,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class cutItem22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class cutItem22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 !!P@@@@@@@@@@@@@BT)D@@@@@@@BE!!XT@@@@@@@@@@@@@*F4X@@@@@@@@!!XVE@@@@@@@@@@@@@EJEQKT@@@AGA8VE!!P@@@@@@@@@@@@AQ!!UZ4@@BASPH$!!XT@
 @@@@@@@@@@@@F9VA-@A6_HTBIHVE@K^7-;^7-;^7-2, S+REW(U!!I@^E!!PB7-+Z6-+Z6-+X\"U5%_Q4-+6\@!!XT@-;Z6-+Z6-+Z6+Y-/,26B)$J8@HVE@K^6
 -+Z6-+Z6-''VAIC8X%9^6.@BE!!PB7-+XAO8Q4-+XOJEH*#WJ6-+ @!!XT@.GQCEQ$H#:P7B5E,\9>8.K"8@HVE@GP8$9@<*6ROE@)?)9<@@@@@@@BE!!PBNR[J0
@@ -2014,8 +2690,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class cutWidget22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class cutWidget22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 !!XT@@@@@@@@@@@@BT)D@@@@@@@BE!!XT@@@@@@@@@@@@@*F4X@@@@@@@@!!XVE@HVE!!XVE!!XVE!!UJEQKT@@@AGA8VE!!PBE-[V5-[V5-[UQ!!UZ4@@BASPH$!!XT@
 !![V5-[V5-[V5F9VA-@A6_HTBIHVE@HV5-[V5-[V5-R, S+PQW(U!!I@^E!!PBE-[V5-[V5-[T\"U5%_Q4-+6^E!!XT@!![V5-[V5-[V5+Y-/,26B)$H@!!XVE@HV5
 -[V5-[V5-WVAIC8X%9\@@HVE!!PBE-[TAO8Q4-[TOJEH*#WH@@@BE!!XT@!!WQCEQ$H#:P7B5E,\9<@@@@@!!XVE@GP8$9@<*6ROE@)?)9<@@@@@@HVE!!PBNR[J0
@@ -2040,8 +2716,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class cutWidget22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class cutWidget22x22Icon2'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 !!XT@@@@@@@@@@@@BT)D@@@@@@@BE!!XV9.[&9.[&9.[&9*F4X.[&9@@@@!!XVE.["8.K"8.K"8.EJEQK"5.PAGA8VE!![&8-+Z6-+Z6-+YQ!!UZ6-K&ASPH$!!XV9
 .KZ6-+Z6-+Z6F9VA-+Q6_HTBIHVE.["6-+Z6-+Z6-", S+XQW(U!!I@^E!![&8-+Z6-+Z6-+X\"U5%_Q4-+6^E!!XV9.KZ6-+Z6-+Z6+Y-/,26B)$H@!!XVE.["6
 -+Z6-+Z6-''VAIC8X%9\@@HVE!![&8-+XAO8Q4-+XOJEH*#WH@@@BE!!XV9.GQCEQ$H#:P7B5E,\;Z9@@@@!!XVE.WP8$9@<*6ROE@)?)9>6.P@@@HVE!![&NR[J0
@@ -2051,29 +2727,41 @@
 !
 
 diff22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self diff22x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#diff22x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class diff22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class diff22x22Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DB@0PEA XGB@$JB00MC <PDQHSEATBE!!\XFQ([GA4^G2@!!H"L$IRX&I"\(@1\XFR$*J20-K"<0LRH#ICH&I"X''L3P5
 M#X7M3 9N#,<OS8?PDEBP4MCQDUF@@@@@@@@@@@@Q4 @@@@@@@AIRT)KQ @@@@@@@@@@@D]H@@@@@@AIRT%LR4X@YVU%YVU%YPAGR@@@@@@@@D%MSD9F@@@@
 @@@@@@@@Q4 @@@AIRT%MST1NS0A''Y6]''Y6]''@D]H@F]''Y6]''Y6]PS%D@@@@@@@@@@@AGR@@@RT%MST1LTD9Q@@@@@@@@@@@@Q4 @Y&Y&Y&Y&Y%ANTP@@@@@@
 @@@@@D]HRT%MST1LSD1PS%D@Y6]''Y6]''Y0AGRD%''Y6]''Y6]''T%MQ@@@@@@@@@@@@Q4!!MST5MST5LUEISTPA''Y6]''Y6]''RT]HSV]''Y6]''Y6]UT5X@@@@@@@@@
 RT%GRD1LSD1LUEAPUUMW@F]''Y6]''Y6]IQ4!!LY6]''Y6]''Y5USV@@@RT5MST1LSD]HTEAPT%IUUUUYT5)[WE1]W%= XFE"X49NT5MST5MST6P@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 127 160 216 207 216 240 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 223 216 232 48 80 176 224 224 240 223 216 224 96 152 224 96 152 216 95 152 216 208 208 224 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 248 0 0 0 252 0 24 24 24]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????@@@C@@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 127 160 216 207 216 240 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 223 216 232 48 80 176 224 224 240 223 216 224 96 152 224 96 152 216 95 152 216 208 208 224 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 248 0 0 0 252 0 24 24 24 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 directoryBookmarks22x22Icon
@@ -2082,81 +2770,119 @@
 !
 
 directoryBookmarks22x22Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self directoryBookmarks22x22Icon1 inspect
      ImageEditor openOnClass:self andSelector:#directoryBookmarks22x22Icon1
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class directoryBookmarks22x22Icon1'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class directoryBookmarks22x22Icon1'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@M60@@@@@@@@@@@@@@@@@@@@@@@@@H2''/JD@@@@@@@@@@@@@@@@@@@@@@@B@58.&@@@@@@@@@@@@@@@@@@@@@@@@/<+K&0@@@@@@@@@@
 @@@@@@@@@@@@0KOP4H"N@@@@@@@@@@@@@@CD3JI;*-;X4MBP1Y6V,*2/@@@8B0,0.JSI_G26-+Z6-+Z4_H6A5 @GA!!L$H""O6*.G!!8^G!!8^G+XJ^(0@@A2 (
 JB (X8CM1(&I"X&I(MNZ_0@@@E((X3M.[#L3$-1>_''9>_)F>3&5 @@@!!L5,3N3-KKYRC!!HRE!!HR7!!*<?X@@@HQQKKQP BP&)"''6%.\^._\KYO0D@@BE3XVDO
 BP9#.-KU6<"=*MRU72(@@@AFZ4)QK&8<"[.\4\D3L<;O$9$@@@@@QUD%W4\ \9RW4[D+EAHR&I?C@@@@@GDUL''P U3FW-T!!UUT!!UUR?]00@@@@@MNQ$[W"M*
 \@T^APUS^T5$M@@@@@@@CWYP^U%YVQ0\Y34XOTP7U @@@@@@@@L>WT1LI$0&X$9&VAXQ[@@@@@@@@@A\P$QRPF!!2BG]AJT$@@@@@@@@@@@@@RTM)GS(BD@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 0 0 0 245 140 6 254 247 77 254 167 8 254 198 21 195 71 0 239 120 0 217 118 18 251 198 41 239 136 3 254 183 14 254 181 14 220 106 4 254 229 40 234 151 34 254 214 30 243 141 3 243 177 49 240 121 0 251 220 73 228 130 21 247 128 0 250 231 85 254 191 23 239 147 25 220 89 0 240 174 62 247 126 3 213 100 6 217 95 0 190 64 0 190 62 0 209 92 2 226 112 2 234 105 0 222 124 21 207 92 3 187 60 0 254 207 32 231 111 0 248 131 0 194 69 0 251 174 39 254 151 9 228 107 0 242 136 7 219 96 1 234 147 32 243 151 21 253 226 50 198 74 0 254 225 41 254 166 8 195 70 0 239 119 0 212 88 0 213 107 14 242 163 29 254 247 70 219 97 0 254 247 50 254 180 14 253 137 0 248 136 8 231 133 21 225 106 2 237 131 7 203 78 0 213 97 3 239 126 2 237 118 0 210 85 0 231 113 4 183 56 0 254 138 0 225 127 21 250 194 22 248 147 7 207 83 0 254 240 95 253 245 84 253 243 84 251 136 0 239 136 8 197 72 0 197 70 0 254 254 55 214 90 0 250 142 2 243 169 28 251 140 3 251 130 3 194 68 0 247 181 38 251 234 78 191 66 0 245 142 3 226 102 1 234 127 2 242 122 0 240 146 21 188 62 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@X@@@<@@@<@@@<@@A>@@??<O??<_??8_??0_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 0 0 0 245 140 6 254 247 77 254 167 8 254 198 21 195 71 0 239 120 0 217 118 18 251 198 41 239 136 3 254 183 14 254 181 14 220 106 4 254 229 40 234 151 34 254 214 30 243 141 3 243 177 49 240 121 0 251 220 73 228 130 21 247 128 0 250 231 85 254 191 23 239 147 25 220 89 0 240 174 62 247 126 3 213 100 6 217 95 0 190 64 0 190 62 0 209 92 2 226 112 2 234 105 0 222 124 21 207 92 3 187 60 0 254 207 32 231 111 0 248 131 0 194 69 0 251 174 39 254 151 9 228 107 0 242 136 7 219 96 1 234 147 32 243 151 21 253 226 50 198 74 0 254 225 41 254 166 8 195 70 0 239 119 0 212 88 0 213 107 14 242 163 29 254 247 70 219 97 0 254 247 50 254 180 14 253 137 0 248 136 8 231 133 21 225 106 2 237 131 7 203 78 0 213 97 3 239 126 2 237 118 0 210 85 0 231 113 4 183 56 0 254 138 0 225 127 21 250 194 22 248 147 7 207 83 0 254 240 95 253 245 84 253 243 84 251 136 0 239 136 8 197 72 0 197 70 0 254 254 55 214 90 0 250 142 2 243 169 28 251 140 3 251 130 3 194 68 0 247 181 38 251 234 78 191 66 0 245 142 3 226 102 1 234 127 2 242 122 0 240 146 21 188 62 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@X@@@<@@@<@@@<@@A>@@??<O??<_??8_??0_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 directoryBookmarks22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self directoryBookmarks22x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#directoryBookmarks22x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class directoryBookmarks22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class directoryBookmarks22x22Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@BH"X$@@@@@@K.;+[(@@@@@@@@@@@B2"H''X^7,@+L6;+Z6-2 @@@@@@@@CZ6+U>%71:+L&!!%L.0!!*7J@@@@@@@@ HF\3(*?(=&/5:R",^O#2 @@
 @@@@@HC^---=,YZ>%[6G+,3V8<(@@@@@@@@@&MFY0JVK0[N&%IRL(L+J@@@8B0,0LIOP07?\3<J4)9*<%NGJ@@@GA!!L$H" 0!!\RM7Z"0&:JN/L_J@@@@A2 (
 JB (X6O"*X>B7=KE-:+J@@@@@E((X3M.[#L3N>J]$HO 4=SJM&5 @@@!!L5,3N3-KKQP51+"?(;+JO3<?X@@@HQQKKQP BP$G])>+''-WJD6=/O0D@@BE3XVDO
 BP9#X6M#2IFD2#<_YR(@@@AFZ4)QK&8<N3, HBBR2&8JO1\@@@@@QUD%W4\ \2@ RD +2,(R]Q(,@@@@@GDUL''P U3EHLT!!UUT!!UUR=8I0@@@@@MNQ$[W"M*
 \@T^APUS^T5$M@@@@@@@CWYP^U%YVQ0\Y34XOTP7U @@@@@@@@L>WT1LI$0&X$9&VAXQ[@@@@@@@@@A\P$QRPF!!2BG]AJT$@@@@@@@@@@@@@RTM)GS(BD@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 237 93 63 240 72 43 255 96 56 255 110 74 255 125 93 255 116 81 244 165 152 255 175 155 255 102 64 255 95 55 96 57 66 215 109 88 224 81 58 255 52 2 230 114 94 241 101 71 255 107 70 255 94 54 255 87 44 255 136 106 255 61 12 255 113 78 255 104 67 252 101 65 208 79 60 223 96 73 255 55 5 255 71 26 255 92 51 255 105 68 252 134 104 255 138 109 255 58 8 255 80 37 255 186 169 255 130 99 255 100 62 190 136 133 236 53 17 255 56 6 255 70 24 255 89 47 255 51 1 255 104 66 255 64 17 255 67 20 255 99 60 255 164 142 109 41 45 252 109 74 197 81 70 241 57 15 255 57 7 255 68 22 255 90 48 255 101 63 236 144 129 255 75 30 255 77 33 255 167 145 255 180 162 255 63 15 255 108 72 255 255 255 159 49 39 241 51 8 255 52 1 255 61 13 255 81 38 255 98 59 255 111 75 255 85 42 255 87 45 255 162 139 255 183 164 255 73 28 238 109 78 120 41 44 212 97 79 248 64 20 77 77 77 255 84 41 255 97 58 247 36 9 255 129 98 255 97 57 252 170 150 255 181 162 255 83 40 255 76 32 120 45 46 220 64 38 252 51 2 255 58 9 239 97 68 241 73 37 241 132 110 255 128 96 255 106 69 255 109 72 255 178 158 255 93 52 255 86 43 114 46 52 212 117 99 248 53 7]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@NC0@_/8@??<@??<@??<@_?<O??8_??0_?? _??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 237 93 63 240 72 43 255 96 56 255 110 74 255 125 93 255 116 81 244 165 152 255 175 155 255 102 64 255 95 55 96 57 66 215 109 88 224 81 58 255 52 2 230 114 94 241 101 71 255 107 70 255 94 54 255 87 44 255 136 106 255 61 12 255 113 78 255 104 67 252 101 65 208 79 60 223 96 73 255 55 5 255 71 26 255 92 51 255 105 68 252 134 104 255 138 109 255 58 8 255 80 37 255 186 169 255 130 99 255 100 62 190 136 133 236 53 17 255 56 6 255 70 24 255 89 47 255 51 1 255 104 66 255 64 17 255 67 20 255 99 60 255 164 142 109 41 45 252 109 74 197 81 70 241 57 15 255 57 7 255 68 22 255 90 48 255 101 63 236 144 129 255 75 30 255 77 33 255 167 145 255 180 162 255 63 15 255 108 72 255 255 255 159 49 39 241 51 8 255 52 1 255 61 13 255 81 38 255 98 59 255 111 75 255 85 42 255 87 45 255 162 139 255 183 164 255 73 28 238 109 78 120 41 44 212 97 79 248 64 20 77 77 77 255 84 41 255 97 58 247 36 9 255 129 98 255 97 57 252 170 150 255 181 162 255 83 40 255 76 32 120 45 46 220 64 38 252 51 2 255 58 9 239 97 68 241 73 37 241 132 110 255 128 96 255 106 69 255 109 72 255 178 158 255 93 52 255 86 43 114 46 52 212 117 99 248 53 7 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@NC0@_/8@??<@??<@??<@_?<O??8_??0_?? _??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 directoryUp22x22Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self directoryUp22x22Icon1 inspect
      ImageEditor openOnClass:self andSelector:#directoryUp22x22Icon1
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class directoryUp22x22Icon1'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class directoryUp22x22Icon1'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C\+2?\@@@@@@@@@@@@@@@@@@@@@@MSC9JB>:P@@@@@@@@@@@@@@@@@@@MQVV,1"5+9(@@@@@@@@@@@@
 @@@@AMP4J[@''#/EOCO\@@@@@@@@@@@@@@F &L>EFD-T37/QC=0@@@@@@@@A0X_ L(OF&RB\004?,KZRZ@@@@@@A!!JDIEI++@!!FTUX/TH/I_>]P@@@@@@,%AP
 1]EV/$35Z]93HZ!!3<9$@@@@@@EO])ZV_$''>3#K*P*E;Z4C#=[]29@@@N,7^SW)M^HJ#2<":/VNUYCP(DV0@@ORA,[C3[4 @TX0F]G>7-N>7_D>8@@C7''.;,[
 DA''A''Q"''*4%PTG8;1U,@@@BJ59F!!W=59]5V\''D]*Z-4Q_"(@@@@@"ZEJ.H,<930<^7-\HA8^;3I]@@@@@NL$Y>(<+VRMYH6)*X6)*VC:S @@@@@W]CD5-4SS
 8@,:B0.#?IWBZ0@@@@@@E?Z^?KF1,SX63W(/^(].+@@@@@@@@@%<-)RTR9QK/9[F+"T]6@@@@@@@@@B4!!X^" \;&C?&CUH<@@@@@@@@@@@@@#8[ONWXGG@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[223 191 95 96 144 255 208 208 207 128 127 112 239 239 224 207 192 191 207 191 176 160 144 128 80 111 191 175 143 112 224 223 207 255 224 127 79 96 176 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 208 239 255 192 176 144 63 80 159 175 208 255 239 224 223 175 143 111 95 128 240 239 224 176 80 80 79 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 176 176 191 64 64 63 79 79 64 240 208 127 160 127 63 80 112 192 192 224 255 239 239 192 160 192 239 176 159 112 96 112 192 127 127 112 111 143 239 64 80 160 255 224 96 176 223 255 207 160 64 224 208 175 159 191 240 95 112 207 239 208 144 240 223 95 191 192 208 176 159 111 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 207 207 192 175 160 160 208 192 192 175 175 160 255 255 224 79 95 175 255 223 112 191 192 207 191 223 240 143 144 160 95 127 208 255 240 223 255 223 143 255 208 64 176 191 192 175 160 159 208 192 191 128 175 239 255 255 223 192 192 191 223 223 208 192 176 111 160 143 127 143 144 159 95 127 207 224 224 223 240 207 96 207 160 127 160 191 240 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 175 207 255 111 144 255 255 224 144 80 111 207 208 207 192 239 208 112 191 191 208 159 192 255 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 191 176 175 207 191 128 143 128 127 96 95 80 64 96 176 239 208 111 191 191 207 144 112 96 255 240 191 144 143 128 255 239 192 240 224 95 208 207 160 192 144 48 191 191 176 240 239 208 208 208 191 111 96 96 224 192 64 176 175 160 144 112 95 80 127 207 160 127 47 127 80 47 255 224 111 192 191 176 176 144 96 176 159 96 240 223 176 64 95 176 240 239 144 191 208 255 176 175 159 128 176 255 240 224 144 175 191 176 255 239 191 240 208 64 255 239 128 239 208 79 111 159 255 160 159 144 224 223 223 223 208 208 111 96 95 48 79 144 63 80 144 191 144 64 224 224 192 143 175 240 240 223 143 240 208 63 255 239 127 63 95 159 240 240 192 175 207 240 80 128 240 64 95 175 255 239 159 207 192 176 63 80 143 144 112 79 240 224 143 191 159 63 240 207 111 207 224 255 240 223 80 207 176 112 240 240 191 175 143 127 112 112 111 224 192 112 240 223 112 208 176 80 176 159 127 143 176 255 255 224 160 112 159 239 208 207 207 79 111 191 240 223 79 144 176 240 255 240 208 207 191 112 80 112 207 223 208 207 239 239 207 208 176 79 79 64 63 159 144 143 239 224 208 128 127 127 95 112 191 176 208 255 255 223 95 192 160 63 128 111 48 191 191 160 80 96 176 239 192 127 255 223 127 191 192 223 191 223 255 143 176 240 255 224 159 159 127 95 96 96 95 223 208 175 239 223 144 176 160 112 255 240 207 159 191 255 255 255 240 240 224 112 192 223 255 176 176 175 176 143 96 143 176 239 240 208 111 160 143 48 240 239 160 80 79 64 176 191 208 207 160 80 112 111 96 128 175 255 255 255 239 192 176 175 239 223 175 95 95 80 160 207 255 127 160 255 80 95 144 127 159 239 64 96 191 239 192 96 176 191 207 191 160 127 143 111 64 160 143 95 224 223 208 255 224 128 208 207 176 63 95 175]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@G @@O0@@_8@A?<@A?>@O??@_??@_??@_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 223 191 95 96 144 255 208 208 207 128 127 112 239 239 224 207 192 191 207 191 176 160 144 128 80 111 191 175 143 112 224 223 207 255 224 127 79 96 176 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 208 239 255 192 176 144 63 80 159 175 208 255 239 224 223 175 143 111 95 128 240 239 224 176 80 80 79 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 176 176 191 64 64 63 79 79 64 240 208 127 160 127 63 80 112 192 192 224 255 239 239 192 160 192 239 176 159 112 96 112 192 127 127 112 111 143 239 64 80 160 255 224 96 176 223 255 207 160 64 224 208 175 159 191 240 95 112 207 239 208 144 240 223 95 191 192 208 176 159 111 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 207 207 192 175 160 160 208 192 192 175 175 160 255 255 224 79 95 175 255 223 112 191 192 207 191 223 240 143 144 160 95 127 208 255 240 223 255 223 143 255 208 64 176 191 192 175 160 159 208 192 191 128 175 239 255 255 223 192 192 191 223 223 208 192 176 111 160 143 127 143 144 159 95 127 207 224 224 223 240 207 96 207 160 127 160 191 240 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 175 207 255 111 144 255 255 224 144 80 111 207 208 207 192 239 208 112 191 191 208 159 192 255 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 191 176 175 207 191 128 143 128 127 96 95 80 64 96 176 239 208 111 191 191 207 144 112 96 255 240 191 144 143 128 255 239 192 240 224 95 208 207 160 192 144 48 191 191 176 240 239 208 208 208 191 111 96 96 224 192 64 176 175 160 144 112 95 80 127 207 160 127 47 127 80 47 255 224 111 192 191 176 176 144 96 176 159 96 240 223 176 64 95 176 240 239 144 191 208 255 176 175 159 128 176 255 240 224 144 175 191 176 255 239 191 240 208 64 255 239 128 239 208 79 111 159 255 160 159 144 224 223 223 223 208 208 111 96 95 48 79 144 63 80 144 191 144 64 224 224 192 143 175 240 240 223 143 240 208 63 255 239 127 63 95 159 240 240 192 175 207 240 80 128 240 64 95 175 255 239 159 207 192 176 63 80 143 144 112 79 240 224 143 191 159 63 240 207 111 207 224 255 240 223 80 207 176 112 240 240 191 175 143 127 112 112 111 224 192 112 240 223 112 208 176 80 176 159 127 143 176 255 255 224 160 112 159 239 208 207 207 79 111 191 240 223 79 144 176 240 255 240 208 207 191 112 80 112 207 223 208 207 239 239 207 208 176 79 79 64 63 159 144 143 239 224 208 128 127 127 95 112 191 176 208 255 255 223 95 192 160 63 128 111 48 191 191 160 80 96 176 239 192 127 255 223 127 191 192 223 191 223 255 143 176 240 255 224 159 159 127 95 96 96 95 223 208 175 239 223 144 176 160 112 255 240 207 159 191 255 255 255 240 240 224 112 192 223 255 176 176 175 176 143 96 143 176 239 240 208 111 160 143 48 240 239 160 80 79 64 176 191 208 207 160 80 112 111 96 128 175 255 255 255 239 192 176 175 239 223 175 95 95 80 160 207 255 127 160 255 80 95 144 127 159 239 64 96 191 239 192 96 176 191 207 191 160 127 143 111 64 160 143 95 224 223 208 255 224 128 208 207 176 63 95 175 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@G @@O0@@_8@A?<@A?>@O??@_??@_??@_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 dosShellTerminal22x22Icon
@@ -2175,8 +2901,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class dosShellTerminal22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class dosShellTerminal22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
  XFA XFA XFA XFA XFA XFA XFA XFAPX)8%QL9U9LQ]T52^(@/K2</ XFAGDFA XFA XFA XFA:>/+:>2ANRVA TJA(Q(ZF!!(ZF!!+#9^W%9^S- _H% XF[
  ^[K*;OZ7^C!!+]OA0?W:>8G.IXFAF8G&2:.''):_ 8Z7S0\O5>/.A<BVA R^A9-2''3\7Q)>F-4<G9=_+; _H% XEJ ^J6);B07^C!!+]OA>_W:>8G.IXFA\XG"
 *:^0,M618Z6''0_''5>/.A<BVA S:A8*.'',KB0,Z7J0\OY=_+; _@% XE!! ^J?)=GQ7Z6-4<GC6_+;?XG/IXFAL8G",:_R4-6-+]N''6S?U>O>A;2VA X6A8;B''
@@ -2186,55 +2912,79 @@
 !
 
 fileBrowser22x22Icon
+    <resource: #image>
     "This resource specification was automatically generated
       by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileBrowser22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#fileBrowser22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileBrowser22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileBrowser22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@N@,KLC@G@@@@@@00LC@0S0@@@@@@A0XSIBH(LC@0LC@0A )TUCX@@@@@@@\(JB (JFM#[&9.L3L3L3L6@@@@@@AZ
 JFL3[&83L3,;V4-KEB5!!@3Y-X@@@HSM[L3,;+8F2/8%;"=2T@3<?O6@@@BDTR24T!!I#B3;^+1<V5-II/[3<A@@@!!\6E!!!!J^;5[2:&:/[ L2I$&T*@@@@Q&-J
 7:&_5]WH I68''Y.+4KJT@@@@@DUQIW6O/MVF18:N#(:N*:.V) @@@@A1EZ?X1J7H*)6@&:/[6:/[1ZSS@@@@CS''_*Z.+ H:@6=.\''I2\68BU70@@@@567:''[
 #+"Y*=.\+Z6-+Y2\5-<@@@@CO->)*8BL#'':\+[2</J:-.-[_@@@@WDK_$M&+''XC[''J:<!!(Z<+XJ?70@@@D%C%M7M*9&@6:6./MWU5Z;C29P@@@@@@@BD-,V:
 &7:\++2F5]V 0YH@@@@@@@BS7<B66]/[''J6-+([!!*MD@@@@@@@CF,9*0,[ZM.].-''HJ,*G>T@@@@@@CZ2\*>/Y:Q^:VW",:( 9FE@@@@@@CZ(<*G(''3S@MO^
-$^CT$-L@@@@@@@@@(<*G"M_R@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 191 175 143 144 159 192 160 144 159 176 191 208 192 255 255 175 175 192 191 239 255 176 176 207 207 239 240 175 175 207 207 207 223 239 239 224 240 255 255 223 128 63 175 111 95 128 143 191 144 160 192 159 159 192 160 223 255 160 192 224 176 224 255 175 191 223 159 160 208 192 192 208 208 208 223 240 239 223 239 239 239 128 143 176 143 175 208 143 159 192 143 143 191 176 239 255 207 207 191 191 240 255 208 255 255 175 223 255 207 207 207 207 223 239 224 239 240 240 240 239 175 111 80 255 191 95 127 127 175 128 144 191 160 160 191 159 160 192 160 175 207 159 160 207 176 223 255 192 240 255 191 207 224 223 255 255 224 255 255 224 224 239 144 159 160 128 143 175 128 128 175 240 207 144 144 144 191 144 160 208 143 159 207 192 239 255 160 208 255 191 224 240 207 240 255 208 224 239 239 255 255 144 143 143 207 143 95 127 128 175 144 159 191 143 144 191 144 160 207 176 208 224 191 223 239 175 208 240 255 208 159 191 224 255 207 239 255 255 191 80 255 175 79 143 143 176 144 191 239 160 191 224 160 176 208 176 208 239 159 192 239 175 160 192 176 175 207 224 224 224 208 208 224 255 255 255 143 159 191 160 128 144 160 175 208 176 223 240 255 207 144 207 255 255 191 191 208 176 176 208 207 207 208 223 223 224 207 208 223 239 239 240]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@O0?@_??@_??@_??8_??8_??8_??0_?? _?? _??0_??0_??0_??0_??0_??0C?? G??@O??@_?>@?/8@?@@@') ; yourself); yourself]
+$^CT$-L@@@@@@@@@(<*G"M_R@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 191 175 143 144 159 192 160 144 159 176 191 208 192 255 255 175 175 192 191 239 255 176 176 207 207 239 240 175 175 207 207 207 223 239 239 224 240 255 255 223 128 63 175 111 95 128 143 191 144 160 192 159 159 192 160 223 255 160 192 224 176 224 255 175 191 223 159 160 208 192 192 208 208 208 223 240 239 223 239 239 239 128 143 176 143 175 208 143 159 192 143 143 191 176 239 255 207 207 191 191 240 255 208 255 255 175 223 255 207 207 207 207 223 239 224 239 240 240 240 239 175 111 80 255 191 95 127 127 175 128 144 191 160 160 191 159 160 192 160 175 207 159 160 207 176 223 255 192 240 255 191 207 224 223 255 255 224 255 255 224 224 239 144 159 160 128 143 175 128 128 175 240 207 144 144 144 191 144 160 208 143 159 207 192 239 255 160 208 255 191 224 240 207 240 255 208 224 239 239 255 255 144 143 143 207 143 95 127 128 175 144 159 191 143 144 191 144 160 207 176 208 224 191 223 239 175 208 240 255 208 159 191 224 255 207 239 255 255 191 80 255 175 79 143 143 176 144 191 239 160 191 224 160 176 208 176 208 239 159 192 239 175 160 192 176 175 207 224 224 224 208 208 224 255 255 255 143 159 191 160 128 144 160 175 208 176 223 240 255 207 144 207 255 255 191 191 208 176 176 208 207 207 208 223 223 224 207 208 223 239 239 240 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@O0?@_??@_??@_??8_??8_??8_??0_?? _?? _??0_??0_??0_??0_??0_??0C?? G??@O??@_?>@?/8@?@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 fileBrowser22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileBrowser22x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#fileBrowser22x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileBrowser22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileBrowser22x22Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\&U%\GA.@@@@@I90\GA0"P@@@@@@[''N=7^C_\GA0\GA0\;N</FX@@@@@@F;_7=?_7=3\6=/[6-+Z6-)&@@@@@@A/
 7=3Z6=/Z6-''Y.=[V5[_POVYKR @@YM*;6-''Y$48G@0(\H5.!!O["8.D(@@FSU5+_U]08^T&!!)W4P_FXK!!8[ F@@A$-]CP]2RD8.#(:N#(:B@J )<.@@@@RL>2
 ""U98.#(:N#(:N#(I0^!!@@@@@D^,2UAC:N#(:N#(:N#(:F$SL @@@@AF)9L4:N#(:N#(:N#(:N#(Q@JR@@@@OI"JI^#(:N#(:N#(:N#(:F@I" @@@C2V""W(
 :N#(:N#(:N#(:N"EDH(@@@@=X((%:N#(:N#(:N#(:N#(_ABJ@@@@O""JI%O(:N#(:N#(:N#(:G(C" @@@D0A(T<6:.+*:.+*:.+*:.)QCZD@@@@@@@A7D$Q<
 :X.K"8.K"8.TC8H@@@@@@@B9"!!,RT75=!!X.K"8.KL4@@@@@@@@CE)GPZBAH7W''6K!!W)\L4F!!@@@@@@CC0\A+FGU''G@,QGST3P&^ @@@@@@CC0,BFN#BR@II6
-Y7"C )H@@@@@@@@@0,BFN2)M@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 127 80 47 127 127 175 127 128 175 128 96 64 128 111 48 128 127 112 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 111 64 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 112 48 144 112 79 144 112 95 144 112 96 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 112 64 159 127 95 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 127 47 160 127 63 160 128 144 160 143 48 160 143 95 160 143 127 160 144 111 160 144 128 160 144 159 160 159 112 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 175 111 80 175 111 95 175 143 111 175 143 112 175 143 127 175 159 128 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 143 96 176 144 96 176 159 96 176 159 112 176 159 127 176 160 112 176 175 159 176 175 207 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 191 144 64 191 159 63 191 175 143 191 175 160 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 144 48 192 160 63 192 160 111 192 176 144 192 176 159 192 192 208 192 239 255 192 240 255 192 255 255 207 143 95 207 160 64 207 160 80 207 175 112 207 176 112 207 176 127 207 191 112 207 191 128 207 192 160 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 176 79 208 176 80 208 176 111 208 192 191 208 208 223 208 208 224 208 224 239 208 255 255 223 128 63 223 191 95 223 192 111 223 208 208 223 223 224 223 255 255 224 192 64 224 192 112 224 192 128 224 207 111 224 208 175 224 223 207 224 224 224 224 224 239 224 239 240 224 255 255 239 192 96 239 208 79 239 208 111 239 208 112 239 208 144 239 223 159 239 223 175 239 224 176 239 224 223 239 239 207 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 208 63 240 208 64 240 208 127 240 223 79 240 223 80 240 223 95 240 223 112 240 223 143 240 223 176 240 224 95 240 224 112 240 224 127 240 224 143 240 224 144 240 224 191 240 239 144 240 239 160 240 239 175 240 239 176 240 239 208 240 239 223 240 240 175 240 240 191 240 240 192 240 240 208 240 240 239 240 255 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 64 255 208 159 255 223 95 255 223 112 255 223 127 255 223 143 255 224 96 255 224 111 255 224 127 255 224 128 255 224 144 255 224 159 255 224 160 255 239 127 255 239 128 255 239 159 255 239 175 255 239 176 255 239 191 255 239 192 255 240 176 255 240 191 255 240 192 255 240 207 255 240 208 255 240 223 255 240 224 255 255 223 255 255 224 255 255 240 255 255 255 247 255 255 247 255 255 239 255 255 231 255 255 223 255 255 255 247 223 223 247 255 191 167 151]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@O0?@_??@_??@_??8_??8_??8_??0_?? _?? _??0_??0_??0_??0_??0_??0C?? G??@O??@_?>@?/8@?@@@') ; yourself); yourself]
+Y7"C )H@@@@@@@@@0,BFN2)M@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 127 80 47 127 127 175 127 128 175 128 96 64 128 111 48 128 127 112 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 111 64 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 112 48 144 112 79 144 112 95 144 112 96 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 112 64 159 127 95 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 127 47 160 127 63 160 128 144 160 143 48 160 143 95 160 143 127 160 144 111 160 144 128 160 144 159 160 159 112 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 175 111 80 175 111 95 175 143 111 175 143 112 175 143 127 175 159 128 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 143 96 176 144 96 176 159 96 176 159 112 176 159 127 176 160 112 176 175 159 176 175 207 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 191 144 64 191 159 63 191 175 143 191 175 160 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 144 48 192 160 63 192 160 111 192 176 144 192 176 159 192 192 208 192 239 255 192 240 255 192 255 255 207 143 95 207 160 64 207 160 80 207 175 112 207 176 112 207 176 127 207 191 112 207 191 128 207 192 160 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 176 79 208 176 80 208 176 111 208 192 191 208 208 223 208 208 224 208 224 239 208 255 255 223 128 63 223 191 95 223 192 111 223 208 208 223 223 224 223 255 255 224 192 64 224 192 112 224 192 128 224 207 111 224 208 175 224 223 207 224 224 224 224 224 239 224 239 240 224 255 255 239 192 96 239 208 79 239 208 111 239 208 112 239 208 144 239 223 159 239 223 175 239 224 176 239 224 223 239 239 207 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 208 63 240 208 64 240 208 127 240 223 79 240 223 80 240 223 95 240 223 112 240 223 143 240 223 176 240 224 95 240 224 112 240 224 127 240 224 143 240 224 144 240 224 191 240 239 144 240 239 160 240 239 175 240 239 176 240 239 208 240 239 223 240 240 175 240 240 191 240 240 192 240 240 208 240 240 239 240 255 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 64 255 208 159 255 223 95 255 223 112 255 223 127 255 223 143 255 224 96 255 224 111 255 224 127 255 224 128 255 224 144 255 224 159 255 224 160 255 239 127 255 239 128 255 239 159 255 239 175 255 239 176 255 239 191 255 239 192 255 240 176 255 240 191 255 240 192 255 240 207 255 240 208 255 240 223 255 240 224 255 255 223 255 255 224 255 255 240 255 255 255 247 255 255 247 255 255 239 255 255 231 255 255 223 255 255 255 247 223 223 247 255 191 167 151 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@O0?@_??@_??@_??8_??8_??8_??0_?? _?? _??0_??0_??0_??0_??0_??0C?? G??@O??@_?>@?/8@?@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 fileIn22x22Icon
@@ -2253,8 +3003,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileIn22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class fileIn22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @@@@@@@@GQ4]GQ4]GQ4]GQ4]GQ4]GP@@@@@@@A4]GQ4]GQ4]GQ4]GQ4]GQ4@@@@@@@@]GQ4]GQ4]GQ4]GQ4]GQ4]@ATUEQTUEQTUEA4]GQ4]GQ4]GQ4]GP@U
 GQ4]DPP''I!!TTGQ4]GQ4]GQ4]GQ4@EQ4]GP$K@"XUG!!P]GQ4]GQ4]GQ4]@AT]GQ4IDPX&EAPTEA4]GQ4]GQ4]GP@UGQ4]C1DEI!!<\HQP]JQ4]GQ4]GQ4@EQ4]
 GQLIFQ,%E!!\TGR$)GQ4]GQ4]@AT]GQ4]BRH&JR$)JR$)JR$]GQ4]GP@UGQ4SDPP(D"$)JR$)JR$)JQ4]GQ4@EQ4SC1 [G0()JR$)JR$)JR$)GQ4]@AT]GQDZ
@@ -2264,108 +3014,157 @@
 !
 
 fileOpen22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileOpen22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#fileOpen22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileOpen22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileOpen22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"G!!8^G!!$"H"H"H"H"H"H"H"H"H"H"H"$TJQ8HGB@^H"H"H"H"H"H"H"H"H"H"H"H"H"H^G@TZ
 G"H"H"H"H"H"H"H"H"H"H"H"H"H"G"@]G"H"H"H"H"H"H"H"H"H"H"H"H"H"H!!(]AQ8"H"H"H"H"A@PDA@P"H"H"H"H"H!!(]D18"H"H"H"HDI!!TNCATDH"H"
 H $^EB@SD18^@"H"H"HDDB(*B D,A@PDAA8 GQLSD1LSG"H"H"HDJ (JB (AA X*B (^HALSD1L^H"H"H"H[B (JB (JB (JB"TOH2@SD18"H"H"H"H[HRD!!
 HRD!!HRT-I0@@@@,]G!!\"H"H"H"H[D!!H+D @DAB\M@PDAF@8^BRP"H"H"H"H-J2,D@B0CDQ@FA XFFA P@2P"H"H"H"H-A1,N@R(*J"(*J"(*D!! AIBH"H"H"
 H"H-A1,PB (JB (JB (JD!! *IBH"H"H"H"H-E"XFB (!!B"DJHP(!!J1H$H"H"H"H"H"H$G1T*D"D!!HRD!!HRD!!J2,$H"H"H"H"H"H$AADRD!!HRD!!HRD!!HRC2P"
 H"H"H"H"H"H$@AD+J2,+J2,O@A,$IBH"H"H"H"H"H"H$KA +A1<DKRP[F1,"H"H"H"H"H"H"H"H$J@P$IA,[H"H"H"H"H"H"H"H"H"H"H"H$IA,"H"H"H"H"
-H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"') ; colorMapFromArray:#[224 189 75 255 253 212 114 169 125 244 219 172 224 180 55 105 195 48 255 253 194 253 210 112 27 163 14 139 188 141 254 253 153 67 140 42 245 230 190 245 250 242 238 222 158 240 212 96 254 253 228 249 239 209 254 233 132 135 224 88 62 138 68 241 209 144 254 198 97 148 180 81 255 227 154 39 125 38 61 166 37 216 172 46 46 153 24 113 206 71 25 131 15 240 198 86 79 187 37 254 243 141 255 255 255 69 123 9 205 154 5 249 235 113 225 193 100 218 179 65 241 239 199 10 113 5 254 251 173 254 221 123 230 203 126 213 166 29]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@>@@C?@@@O @@G @@C0G0C0O8_<O??<O??8O??0O??0O??0O??0O?? O?? O??@O??@O?>@O?<@O?0@O8@@N@@@@@@@') ; yourself); yourself]
+H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"H"');
+                colorMapFromArray:#[ 224 189 75 255 253 212 114 169 125 244 219 172 224 180 55 105 195 48 255 253 194 253 210 112 27 163 14 139 188 141 254 253 153 67 140 42 245 230 190 245 250 242 238 222 158 240 212 96 254 253 228 249 239 209 254 233 132 135 224 88 62 138 68 241 209 144 254 198 97 148 180 81 255 227 154 39 125 38 61 166 37 216 172 46 46 153 24 113 206 71 25 131 15 240 198 86 79 187 37 254 243 141 255 255 255 69 123 9 205 154 5 249 235 113 225 193 100 218 179 65 241 239 199 10 113 5 254 251 173 254 221 123 230 203 126 213 166 29 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@>@@C?@@@O @@G @@C0G0C0O8_<O??<O??8O??0O??0O??0O??0O?? O?? O??@O??@O?>@O?<@O?0@O8@@N@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 fileSave22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileSave22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#fileSave22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileSave22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileSave22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @CT4MCH0K20)I2P$H2H!!G14\@@@@@CV%(/SL4][4=OS4=OS4=OQ@OP(@@@@4(Y;4F1,[=OS4=OS4<.W^PC4H@@@@L9"W=A.#&/S4=OS4;NOW43$4A0@@@CJU
 $_P[''974=OS49]/S3,PYFP\@@@@1#H+'':^/3<?O38=/S1<BNFA G@@@@K8RD^7Y.Y59ZT$1HP3<9F1TUA0@@@B:@_GM-ZU9ZT$5GP389F1,UEP\@@@@-]''M,
 Y&AXUD1JP389NQ,[EQTG@@C<J&)/Y6M]U5EKRTD=NS$9MQTUA0@@?B%#X.S$8-?Z5MCM2LN6,[DUEPX@@O0''V%+"8-?Z5MCM2LO@*ZZ)FQ$D@@C<I5UU8K.9
 -;R1+::-&X"E*Q X@0@@?BYNS-?_6-SP2LO@-JZ\$:LUEPT@@O0&RT''].KV2,J:-&8"A^WRVEQTG@@C<ITIB6-+T4L"<*ZZ\$8.G#1TUA0@@?BU@PM^6,Z.(
 &YJE_W]1[H8UEP\@@O0%OC2P$H6F 7)5Z6U_WE%VEAPH@@C<@@$IBP$HB@ HB@ HB@ HB@ H@@@@?@@@@@@@@@@@@@@@@@@@@@@@@@@@@O0@@@@@@@@@@@@@
-@@@@@@@@@@@@@@C<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 28 33 37 34 41 60 37 45 83 39 48 89 42 51 96 45 55 103 49 60 112 54 65 115 54 66 115 54 66 116 57 70 107 57 70 109 59 59 58 65 79 121 65 80 125 66 80 124 68 83 130 74 71 70 77 81 85 78 95 152 80 98 153 81 98 151 83 47 28 85 102 157 86 103 157 88 101 128 90 110 162 94 106 146 94 106 147 95 83 66 95 107 147 96 74 37 97 108 148 98 109 148 98 109 149 99 110 149 101 111 150 101 111 151 101 112 151 102 102 107 102 113 151 102 113 152 103 86 54 103 113 151 103 113 152 103 114 152 104 114 152 105 115 152 105 115 153 106 116 153 107 116 154 107 117 154 108 117 154 116 124 137 123 85 65 123 107 74 125 143 184 126 64 32 126 139 158 126 143 183 127 145 185 128 145 184 129 146 185 129 147 186 130 148 186 131 148 187 131 149 187 132 141 160 133 141 159 133 143 164 134 151 188 134 151 189 134 152 189 135 152 189 136 153 190 137 154 191 138 154 191 139 156 193 141 151 173 142 69 67 142 157 193 142 158 193 143 62 26 143 158 193 143 159 194 144 157 200 144 161 195 145 161 195 146 158 202 146 162 196 147 89 55 147 160 203 147 162 196 148 165 197 149 161 204 149 164 197 150 166 198 150 166 199 151 167 199 152 149 137 152 163 206 152 168 199 153 169 201 154 96 64 154 169 201 154 170 201 155 167 207 155 171 202 156 171 202 156 171 203 157 172 203 157 173 182 157 173 203 159 147 111 159 174 204 159 175 204 160 170 210 160 174 204 160 176 205 162 172 191 162 178 207 163 173 212 163 177 206 164 177 207 164 180 207 165 147 99 165 165 166 165 178 207 166 182 208 167 147 95 167 177 214 167 181 209 169 185 209 170 179 216 170 186 215 171 185 210 172 162 152 172 185 212 172 187 217 173 186 212 174 182 218 174 188 219 175 190 221 176 184 220 176 189 214 176 190 213 176 190 218 177 145 64 177 190 215 179 193 223 180 192 216 181 193 216 181 194 214 181 195 218 182 194 214 182 195 221 183 196 219 184 195 218 184 197 219 185 95 37 185 196 219 185 197 219 185 197 222 186 185 192 187 198 220 187 200 223 188 171 94 188 199 217 192 204 226 194 97 38 195 206 220 196 168 100 196 206 218 198 207 220 202 211 222 203 212 222 205 214 224 207 215 224 208 101 40 209 217 225 210 217 226 210 219 227 212 220 227 213 220 227 214 221 228 217 103 41 217 223 229 217 224 237 219 101 37 222 177 45 222 225 232 223 228 241 224 187 54 225 105 42 226 231 241 226 231 243 228 196 63 230 202 70 230 234 245 230 235 243 232 240 251 233 208 76 233 235 240 233 236 247 233 237 244 233 237 246 235 214 82 235 238 245 236 239 248 237 239 242 238 241 249 239 242 247 240 242 242 240 242 249 240 243 249 242 220 141 242 242 227 242 244 249 242 244 250 244 244 245 244 246 250 244 246 251 245 247 250 246 247 250 246 247 251 247 248 251 247 248 252 248 249 251 248 249 252 249 99 39 249 249 253 250 147 56 250 250 253 251 169 79 251 251 253 251 252 253 252 99 38 252 178 84 252 187 89 252 199 96 252 206 99 252 252 253 252 252 254 253 253 254 254 99 38 254 107 43 255 100 39 255 101 39 255 106 42 255 117 45 255 236 120 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_??C???#???#???#???#???#???#???#???#???#???#???#???#???#???#???#???#???#_??C@@@C@@@C@@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@C<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 28 33 37 34 41 60 37 45 83 39 48 89 42 51 96 45 55 103 49 60 112 54 65 115 54 66 115 54 66 116 57 70 107 57 70 109 59 59 58 65 79 121 65 80 125 66 80 124 68 83 130 74 71 70 77 81 85 78 95 152 80 98 153 81 98 151 83 47 28 85 102 157 86 103 157 88 101 128 90 110 162 94 106 146 94 106 147 95 83 66 95 107 147 96 74 37 97 108 148 98 109 148 98 109 149 99 110 149 101 111 150 101 111 151 101 112 151 102 102 107 102 113 151 102 113 152 103 86 54 103 113 151 103 113 152 103 114 152 104 114 152 105 115 152 105 115 153 106 116 153 107 116 154 107 117 154 108 117 154 116 124 137 123 85 65 123 107 74 125 143 184 126 64 32 126 139 158 126 143 183 127 145 185 128 145 184 129 146 185 129 147 186 130 148 186 131 148 187 131 149 187 132 141 160 133 141 159 133 143 164 134 151 188 134 151 189 134 152 189 135 152 189 136 153 190 137 154 191 138 154 191 139 156 193 141 151 173 142 69 67 142 157 193 142 158 193 143 62 26 143 158 193 143 159 194 144 157 200 144 161 195 145 161 195 146 158 202 146 162 196 147 89 55 147 160 203 147 162 196 148 165 197 149 161 204 149 164 197 150 166 198 150 166 199 151 167 199 152 149 137 152 163 206 152 168 199 153 169 201 154 96 64 154 169 201 154 170 201 155 167 207 155 171 202 156 171 202 156 171 203 157 172 203 157 173 182 157 173 203 159 147 111 159 174 204 159 175 204 160 170 210 160 174 204 160 176 205 162 172 191 162 178 207 163 173 212 163 177 206 164 177 207 164 180 207 165 147 99 165 165 166 165 178 207 166 182 208 167 147 95 167 177 214 167 181 209 169 185 209 170 179 216 170 186 215 171 185 210 172 162 152 172 185 212 172 187 217 173 186 212 174 182 218 174 188 219 175 190 221 176 184 220 176 189 214 176 190 213 176 190 218 177 145 64 177 190 215 179 193 223 180 192 216 181 193 216 181 194 214 181 195 218 182 194 214 182 195 221 183 196 219 184 195 218 184 197 219 185 95 37 185 196 219 185 197 219 185 197 222 186 185 192 187 198 220 187 200 223 188 171 94 188 199 217 192 204 226 194 97 38 195 206 220 196 168 100 196 206 218 198 207 220 202 211 222 203 212 222 205 214 224 207 215 224 208 101 40 209 217 225 210 217 226 210 219 227 212 220 227 213 220 227 214 221 228 217 103 41 217 223 229 217 224 237 219 101 37 222 177 45 222 225 232 223 228 241 224 187 54 225 105 42 226 231 241 226 231 243 228 196 63 230 202 70 230 234 245 230 235 243 232 240 251 233 208 76 233 235 240 233 236 247 233 237 244 233 237 246 235 214 82 235 238 245 236 239 248 237 239 242 238 241 249 239 242 247 240 242 242 240 242 249 240 243 249 242 220 141 242 242 227 242 244 249 242 244 250 244 244 245 244 246 250 244 246 251 245 247 250 246 247 250 246 247 251 247 248 251 247 248 252 248 249 251 248 249 252 249 99 39 249 249 253 250 147 56 250 250 253 251 169 79 251 251 253 251 252 253 252 99 38 252 178 84 252 187 89 252 199 96 252 206 99 252 252 253 252 252 254 253 253 254 254 99 38 254 107 43 255 100 39 255 101 39 255 106 42 255 117 45 255 236 120 255 255 255 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_??C???#???#???#???#???#???#???#???#???#???#???#???#???#???#???#???#???#_??C@@@C@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 fileSaveAs22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileSaveAs22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#fileSaveAs22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileSaveAs22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileSaveAs22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @EV[&2N]_>1!!M#$9@;FJ[5CY@@@@@EW83CMQA8L3L3L3L3L3L3LB[(UOX B[Z\435-[VL3L3L3L3)4^?@&;>F!!B(HDTSL=[[7#L3L3L3?IC0,+)I,ORB82N>
 U3OVP@<3L3L3Q2^2\LR^P\E3F2+*J_EFZ8#:>/+:EB]]&J+7<$,A8_''C_;Z6C-==134J\W1_YS+%%-T&49H@0<X?CEX% S4J\Q?+++LI#[.S^^D@@LM 75Z@
 ;6^KCW1>++M&2OTV(SCN@@CC*>6\1<&56-7)1S#O%7ZT]C@E3 @@06GI+=KR.IG@A,*7M^!!Z&!!#XP)<@@LL6B *8.IG@KA67[TN4LZV,D]E(@@CCM-3\SA''B
 )(\R8(<""S-^QE/6^0@@0:5:^)EI))UI\$&D;.O 95"=9$8@@LN-1\U7RT''PRZAIRZH>T+1*T5ON@@CCX3\70L@,2''I,Y@.YMK%M#%MS3 @@06LB@/CKD#0\
 ?WW3#EP$ D)ST<8@@LM#B@#T5M\W^CK;RNQYKR:#G!!:$@@CC@B</K2>$)JR$)JR$)JR$)JR$@@@@00@@@@@@@@@@@@@@@@@@@@@@@@@@@LL@@@@@@@@@@@@@
-@@@@@@@@@@@@@@CC0<OC0<OC0<OC0<OC0<OC0<OC0<OC00@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 142 69 67 129 147 186 98 109 149 242 51 50 86 103 157 240 242 242 236 239 248 126 143 183 165 147 99 146 162 196 187 200 223 164 177 207 143 158 193 163 177 206 183 196 219 147 89 55 66 80 124 205 214 224 180 192 216 247 248 252 203 212 222 255 100 39 170 179 216 123 107 74 217 223 229 186 185 192 77 81 85 188 199 217 242 242 227 78 95 152 138 154 191 107 116 154 226 231 241 242 220 141 106 116 153 157 173 203 156 171 202 255 106 42 242 244 250 247 105 44 173 186 212 83 47 28 196 206 218 239 242 247 147 160 203 146 158 202 54 66 115 95 83 66 225 105 42 163 173 212 253 253 254 176 190 218 222 177 45 101 112 151 131 148 187 130 148 186 99 110 149 129 146 185 96 74 37 195 206 220 148 165 197 166 182 208 165 178 207 184 197 219 188 171 94 81 98 151 255 236 120 133 141 159 181 193 216 249 249 253 248 249 252 155 167 207 88 101 128 174 188 219 250 147 56 246 247 250 170 186 215 42 51 96 154 96 64 94 106 147 233 236 247 162 178 207 80 98 153 160 176 205 108 117 154 159 174 204 176 189 214 141 151 173 149 161 204 252 99 38 57 70 107 213 220 227 233 235 240 126 139 158 134 151 189 103 113 152 102 113 151 254 107 43 101 111 150 192 204 226 150 166 198 159 147 111 149 164 197 39 48 89 185 196 219 179 193 223 250 250 253 217 224 237 222 225 232 127 145 185 95 107 147 233 237 246 142 158 193 230 235 243 165 165 166 208 101 40 176 190 213 252 199 96 244 246 250 167 177 214 185 95 37 139 156 193 37 45 83 137 154 191 156 171 203 135 152 189 104 114 152 155 171 202 154 169 201 102 102 107 240 242 249 34 41 60 54 66 116 210 217 226 209 217 225 251 251 253 219 101 37 97 108 148 145 161 195 164 180 207 230 202 70 175 190 221 172 162 152 246 247 251 245 247 250 28 33 37 255 101 39 254 99 38 237 239 242 233 208 76 224 187 54 230 234 245 182 195 221 217 103 41 107 117 154 157 172 203 105 115 152 177 145 64 45 55 103 198 207 220 194 97 38 171 185 210 144 157 200 54 65 115 103 86 54 212 220 227 252 252 253 255 117 45 182 194 214 223 228 241 102 113 152 162 172 191 101 111 151 131 149 187 150 166 199 244 244 245 98 109 148 238 241 249 128 145 184 249 99 39 147 162 196 167 181 209 233 237 244 247 248 251 172 187 217 125 143 184 252 178 84 159 175 204 65 80 125 177 190 215 244 246 251 242 244 249 157 173 182 214 221 228 255 255 255 226 231 243 134 152 189 103 114 152 153 169 201 228 196 63 151 167 199 235 238 245 210 219 227 185 197 219 184 195 218 49 60 112 152 149 137 207 215 224 65 79 121 248 249 251 143 62 26 176 184 220 251 169 79 90 110 162 174 182 218 85 102 157 94 106 146 144 161 195 185 197 222 143 159 194 142 157 193 181 195 218 160 174 204 132 141 160 74 71 70 202 211 222 126 64 32 152 163 206 167 147 95 68 83 130 133 143 164 252 206 99 136 153 190 105 115 153 134 151 188 103 113 151 154 170 201 123 85 65 152 168 199 240 243 249 172 185 212 235 214 82 169 185 209 232 240 251 252 187 89 57 70 109 196 168 100 187 198 220 59 59 58 252 252 254 160 170 210 251 252 253 181 194 214 116 124 137]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_??C???;???????????????;???3???#???#???#???#???#???#???#???#???#???#???#_??C@@@C@@@C@@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@CC0<OC0<OC0<OC0<OC0<OC0<OC0<OC00@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 142 69 67 129 147 186 98 109 149 242 51 50 86 103 157 240 242 242 236 239 248 126 143 183 165 147 99 146 162 196 187 200 223 164 177 207 143 158 193 163 177 206 183 196 219 147 89 55 66 80 124 205 214 224 180 192 216 247 248 252 203 212 222 255 100 39 170 179 216 123 107 74 217 223 229 186 185 192 77 81 85 188 199 217 242 242 227 78 95 152 138 154 191 107 116 154 226 231 241 242 220 141 106 116 153 157 173 203 156 171 202 255 106 42 242 244 250 247 105 44 173 186 212 83 47 28 196 206 218 239 242 247 147 160 203 146 158 202 54 66 115 95 83 66 225 105 42 163 173 212 253 253 254 176 190 218 222 177 45 101 112 151 131 148 187 130 148 186 99 110 149 129 146 185 96 74 37 195 206 220 148 165 197 166 182 208 165 178 207 184 197 219 188 171 94 81 98 151 255 236 120 133 141 159 181 193 216 249 249 253 248 249 252 155 167 207 88 101 128 174 188 219 250 147 56 246 247 250 170 186 215 42 51 96 154 96 64 94 106 147 233 236 247 162 178 207 80 98 153 160 176 205 108 117 154 159 174 204 176 189 214 141 151 173 149 161 204 252 99 38 57 70 107 213 220 227 233 235 240 126 139 158 134 151 189 103 113 152 102 113 151 254 107 43 101 111 150 192 204 226 150 166 198 159 147 111 149 164 197 39 48 89 185 196 219 179 193 223 250 250 253 217 224 237 222 225 232 127 145 185 95 107 147 233 237 246 142 158 193 230 235 243 165 165 166 208 101 40 176 190 213 252 199 96 244 246 250 167 177 214 185 95 37 139 156 193 37 45 83 137 154 191 156 171 203 135 152 189 104 114 152 155 171 202 154 169 201 102 102 107 240 242 249 34 41 60 54 66 116 210 217 226 209 217 225 251 251 253 219 101 37 97 108 148 145 161 195 164 180 207 230 202 70 175 190 221 172 162 152 246 247 251 245 247 250 28 33 37 255 101 39 254 99 38 237 239 242 233 208 76 224 187 54 230 234 245 182 195 221 217 103 41 107 117 154 157 172 203 105 115 152 177 145 64 45 55 103 198 207 220 194 97 38 171 185 210 144 157 200 54 65 115 103 86 54 212 220 227 252 252 253 255 117 45 182 194 214 223 228 241 102 113 152 162 172 191 101 111 151 131 149 187 150 166 199 244 244 245 98 109 148 238 241 249 128 145 184 249 99 39 147 162 196 167 181 209 233 237 244 247 248 251 172 187 217 125 143 184 252 178 84 159 175 204 65 80 125 177 190 215 244 246 251 242 244 249 157 173 182 214 221 228 255 255 255 226 231 243 134 152 189 103 114 152 153 169 201 228 196 63 151 167 199 235 238 245 210 219 227 185 197 219 184 195 218 49 60 112 152 149 137 207 215 224 65 79 121 248 249 251 143 62 26 176 184 220 251 169 79 90 110 162 174 182 218 85 102 157 94 106 146 144 161 195 185 197 222 143 159 194 142 157 193 181 195 218 160 174 204 132 141 160 74 71 70 202 211 222 126 64 32 152 163 206 167 147 95 68 83 130 133 143 164 252 206 99 136 153 190 105 115 153 134 151 188 103 113 151 154 170 201 123 85 65 152 168 199 240 243 249 172 185 212 235 214 82 169 185 209 232 240 251 252 187 89 57 70 109 196 168 100 187 198 220 59 59 58 252 252 254 160 170 210 251 252 253 181 194 214 116 124 137 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_??C???;???????????????;???3???#???#???#???#???#???#???#???#???#???#???#_??C@@@C@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 fitImageSizeToView22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fitImageSizeToView22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#fitImageSizeToView22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fitImageSizeToView22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class fitImageSizeToView22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 ,;N3,;N3,;N3,;N3,;N3,;N3,;N3,3H<P38;M3P,H2@^GA(VEQHQCP0KA D<[&-%XU=WST%BN#D!!GQ$TD@(IBP\BQF(A@PDA@T-FPCX+G1,W@PDA@PDHAT23
 @[N3,;N3,;N3,;N3,;N3,;LA&1!!^,0F3@PDA,;N3,;N3,;HA@PF)@Y,0W[LA,0F3,;N3,;N3,;J1+:0A) FWK523@[LA,0@@@@@@@@@@@@B&@ZXA%25Z,;N3
 ,;L@^G!!8^G!!8^G @(:N ''YD*V[N3,;N3@G DA@PDA@Q8@JN!!''Y*MJE"3,;N3,0A8^@PDA@Q8^@B](Y6Z#RYV,;N3,;L@^G!!8[G!!8^G @&)*V%H %U[N3,;N3
 @G!!8^F18^G!!8@I*V%IJEIER3,;N3,0@C@0M,@0M8^@BT%)RR!!RIS,;N3,;L@@0LC@0LC@0L@$)JO#(H"T+LA,0F1@@@@@@@@@@@@@IHA# FAH%F3@[LA,Z*''
 )JJ^&)"T$(>N@X8A RIO,0F1@PDA):R"'')*X%IHA@PFI@W<"S*4A*J^''):^''$9BL"(^D#8>O @E>H"&-@PDA@PF'')9NP#H*G!!@DA@PDA @<)R$!!GQTD?OS$8
-MSL.I2H"H"H"H"HO,;N3,;N3,;N3,;N3,;N3,;N3,;N3,0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 50 164 0 50 171 0 137 0 0 206 0 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 162 254 130 165 254 132 200 255 132 201 255 133 60 36 135 170 255 139 207 255 140 175 255 144 179 255 149 184 255 153 188 255 157 192 255 162 196 255 166 200 255 170 204 255 174 208 255 174 218 230 177 212 255 181 215 255 185 219 255 188 222 255 191 225 255 212 211 224 218 217 230 219 219 230 220 220 231 222 221 232 223 223 233 225 224 234 225 225 234 226 226 237 227 226 235 227 227 236 227 227 238 228 228 237 229 229 239 231 230 238 231 231 238 231 231 240 232 232 241 233 232 239 233 233 240 234 234 242 235 234 241 236 236 243 237 236 242 237 237 244 238 237 243 238 238 244 239 238 243 239 239 245 240 239 244 241 240 245 241 241 246 241 241 247 242 242 246 242 242 247 243 243 247 243 243 248 244 244 248 244 244 249 245 244 247 246 246 249 246 246 250 247 246 249 247 247 250 248 248 251 249 249 250 249 249 251 250 250 251 250 250 252 251 251 252 251 251 253 253 253 254 254 254 255 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????@@@C') ; yourself); yourself]
+MSL.I2H"H"H"H"HO,;N3,;N3,;N3,;N3,;N3,;N3,;N3,0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 0 50 164 0 50 171 0 137 0 0 206 0 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 162 254 130 165 254 132 200 255 132 201 255 133 60 36 135 170 255 139 207 255 140 175 255 144 179 255 149 184 255 153 188 255 157 192 255 162 196 255 166 200 255 170 204 255 174 208 255 174 218 230 177 212 255 181 215 255 185 219 255 188 222 255 191 225 255 212 211 224 218 217 230 219 219 230 220 220 231 222 221 232 223 223 233 225 224 234 225 225 234 226 226 237 227 226 235 227 227 236 227 227 238 228 228 237 229 229 239 231 230 238 231 231 238 231 231 240 232 232 241 233 232 239 233 233 240 234 234 242 235 234 241 236 236 243 237 236 242 237 237 244 238 237 243 238 238 244 239 238 243 239 239 245 240 239 244 241 240 245 241 241 246 241 241 247 242 242 246 242 242 247 243 243 247 243 243 248 244 244 248 244 244 249 245 244 247 246 246 249 246 246 250 247 246 249 247 247 250 248 248 251 249 249 250 249 249 251 250 250 251 250 250 252 251 251 252 251 251 253 253 253 254 254 254 255 255 255 255 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 history22x22Icon
@@ -2384,8 +3183,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class history22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class history22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @ATUEQTUEQTUE@@@@@@@@@@@@@@@@@@UGQ4]DPP''I!!TT@@@@@@@@@@@@@@@@EQ4]GP$K@"XUG!!PT@@@@@@@@@@@@@AT]GQ4IDPX&EAPTEAP@@@@@@@@@@@@U
 GQ4]C1DEI!!<\HQP^EAP@@@@@@@@@EQ4]GQLIFQ,%E!!\TEAPTE@@@@@@@@AT]GQ4]BRH&@0 UEA0!!EA8TE@@@@@@UGQ4SDPP(D"PMA1PVE1PTEAPT@@@@EQ4S
 C1 [G0(RH2PTBATTGBDTG!!P@@AT]GQDZF08PB DRE@4GEAXWEAPTE@@UGP<LAPX&C!!< D!!P#IAPHEQP\HQP@EQ4@H TFI 8(B DT@QHTCP\TE!!\T@AT]ABHE
@@ -2410,8 +3209,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class history22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class history22x22Icon2'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @ATUEQTUEQTUE@@@@@@@@@@@@@@@@@@UGQ4]DPP''I!!TT@@@@@@@@@@@@@@@@EQ4]GP$K@"XUG!!PT@@@@@@@@@@@@@AT]GQ4IDPX&EAPTEAP@@@@@@@@@@@@U
 GQ4]C1DEI!!<\HQP^EAP@@@@@@@@@EQ4]GQOW5=_W51\TEAPTE@@@@@@@@AT]GY!!9Z]_Q/9SV!!FP!!EA8TE@@@@@@UG_RCSU6]=6W^Y&60ZAPTEAPT@@@@E]*=
 RT_(,/M#9"9Z983_GBDTG!!P@@KRA[MJK-%Y42^JP#%''_\QXWEAPTE@BUO/D<)[GC*=&#"TU^87?_EQP\HQSW(CT7S9==1G",J<6)-TY>\P\TE!!\T5>WTP<.<
@@ -2421,263 +3220,424 @@
 !
 
 image22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self image22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#image22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class image22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class image22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@LC@0LC@0LC@0LC@0LC@0LC@@@@@@@C@0LC@0LC@0LC@0LC@0LC@0@@@@@@
 @0LC@ HB@ HB@ LC@0LC@0L@@@@@@@LC@ HB@ HB@ HB@0LC@0LC@@@@@@@C@ HB@ HD@ HD@ HC@0LC@0@@@@@@@0HB@ HB@ HB@ HB@ LC@0L@@@@@@@LB
 A@HB@ HB@ HB@ HC@0LC@@@@@@@C@ HB@ HBA@HD@ HB@0LC@0@@@@@@@0HB@ HD@ HB@ HB@ LC@0L@@@@@@@LB@ HB@ HB@ HB@ HC@0LC@@@@@@@C@0HB
 @ HB@ HD@ HB@0LC@0@@@@@@@0HD@ HB@ HB@ HB@ LC@0L@@@@@@@LB@ HB@PDA@ HB@0LC@0LC@@@@@@@C@0HB@ HA@PHB@0LC@0LC@0@@@@@@@0LC@0LC
 @PDC@0LC@0LC@0L@@@@@@@LC@0LC@0DA@0LC@0LC@0LC@@@@@@@DA@PDA@PA@PPDA@PDA@LC@0@@@@@@A@PDA@PDA@PDA@PDA@PDA@P@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[87 87 87 133 60 36 0 206 0 174 218 230 0 137 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 imageEditor22x22Icon3
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self imageEditor22x22Icon3 inspect
      ImageEditor openOnClass:self andSelector:#imageEditor22x22Icon3
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class imageEditor22x22Icon3'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class imageEditor22x22Icon3'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@D)GRAH@@@@@@@@@@@@@@@@@@@@@@C8PZB\*N@@@@@@@@@@@@@@@@@@@@@A-G%MQS@\@@@@@@0LC@0LC@0LC@0L9VRETN 0*@@@@
 @@LC@0LC@0LC@0LCXQ5&C48K@@@@@@@C@0LB@ HB@ HC@1,#Z30_QP@@@@@@@0LB@ HB@ HD@$DVOT<S[@@@@@@@@@LB@ HBA@HB@ H7UQ$?Z!!0@@@@@@@@C
 @ HB@ HB@ I\H%YDV5@C@@@@@@@@@0HB@ HB@ HDFDHMI$-I@0@@@@@@@@LB@ HB@ PBISQCX 8/@0L@@@@@@@@C@ HBA@HB@&A_LP((Y0LC@@@@@@@@@0HB
 @ HB@"8UF&M$A#HC@0@@@@@@@@LC@ HB@ IRKST3N58C@0L@@@@@@@@C@ HB@ HBSR@QBFU]@0LC@@@@@@@@@0HB@ DA@R$''EA\+@0LC@0@@@@@@@@LC@ HB
 @PD,I6%Z@0LC@0L@@@@@@@@C@0LC@0DAL@%F@0LC@0LC@@@@@@@@@0LC@0LA@SX$@0LC@0LC@0@@@@@@@@LC@0LD@PE@@0LC@0LC@0L@@@@@@@@C@0PDA@PD
 A@PDA@PC@0LC@@@@@@@@@0PDA@PDA@PDA@PDA@PC@0@@@@@@@@PDA@PDA@PDA@PDA@PDA@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 22; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C0@@G8O??8O??8O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C0@@G8O??8O??8O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0O??0@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 loadFromFile22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self loadFromFile22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#loadFromFile22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class loadFromFile22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class loadFromFile22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BF''(^H@@@@@@@@@@@@
 @@@@@@@@@@BF%IFK#8P@@@@@@@@@@@@@@@@@@@B_!!)F@ (J#(0@@@@@@@@@8B0,0L@^_*Z&Q 8J$#((@@@@@@@@GA!!L$H(ZY*:^[%XNB)G6#(0@@@@@@A2 (
 JJJ# IY?&9VC *RP_Y4@@@@@@E((X9I;%)ZV_9.U 8JM)HXCM&5 @@@!!L72A%)ZV%''>[%XNL)(XCO3<?X@@@HQQK_IZVBP$G]''Y6]''XSD6=/O0D@@BE3XW0O
 BP9#X6M#IBP(JC<_YR(@@@AFZ4)QK&8<N3, HB@3L68JO1\@@@@@QUD%W4\ \2@ RD +EAHR]Q(,@@@@@GDUL''P U3EHLT!!UUT!!UUR=8I0@@@@@MNQ$[W"M*
 \@T^APUS^T5$M@@@@@@@CWYP^U%YVQ0\Y34XOTP7U @@@@@@@@L>WT1LI$0&X$9&VAXQ[@@@@@@@@@A\P$QRPF!!2BG]AJT$@@@@@@@@@@@@@RTM)GS(BD@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 166 166 166 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 0 0 0 226 226 226 181 181 181 231 231 231 144 144 144 252 252 255 246 246 246 211 211 211 234 234 251 239 239 254 120 120 120 240 240 240 195 195 195 130 130 130 135 135 135 93 93 93 114 114 114 219 219 219 224 224 224 219 219 219 238 238 253 224 224 224 229 229 229 243 243 255 159 159 159 143 143 143 134 134 134 242 242 255 255 255 255 168 168 168 123 123 123 138 138 138 91 91 91 248 248 255 135 135 135 107 107 107 133 133 133 138 138 138 83 83 83 161 161 161 172 172 172 172 172 172 232 232 232 135 135 135 201 201 201 253 253 255 121 121 121 231 231 231 46 46 46 206 206 206]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@A8@@C<@@G>@O?>@_??@_??@_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 166 166 166 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 0 0 0 226 226 226 181 181 181 231 231 231 144 144 144 252 252 255 246 246 246 211 211 211 234 234 251 239 239 254 120 120 120 240 240 240 195 195 195 130 130 130 135 135 135 93 93 93 114 114 114 219 219 219 224 224 224 219 219 219 238 238 253 224 224 224 229 229 229 243 243 255 159 159 159 143 143 143 134 134 134 242 242 255 255 255 255 168 168 168 123 123 123 138 138 138 91 91 91 248 248 255 135 135 135 107 107 107 133 133 133 138 138 138 83 83 83 161 161 161 172 172 172 172 172 172 232 232 232 135 135 135 201 201 201 253 253 255 121 121 121 231 231 231 46 46 46 206 206 206 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@A8@@C<@@G>@O?>@_??@_??@_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 loadFromMethod22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self loadFromMethod22x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#loadFromMethod22x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class loadFromMethod22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class loadFromMethod22x22Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4/A0\GOS4=OS4=OS4=
 OS4=OS4=OS4/A6X?QPL=OS4=OS4=OS4=OS4=OS4IK6ZETE@^G#4=OS4=OS45KR43L3DIQTVE!!UAOT@D=OS4=OS41M&Q? "<IM8RE!!XVES4T^G#4=OS4=LXFA
  Q8^YXVE!!X^E!!T=EQP@=OS4=OSJA_!!AE!!HVE!!X^G!!8VES2<[K"P#OS4,_BX<!!HVE!!X^G!!8^EM2<[X&I"H34=KG]8I(RDP$H1Q$YFQ$Y$YHNCX X=OR1!!\"X>
 P$5>_''9>_7>A VJ@S!!X=OS4!!\U9XN''59^0I6]''XB@!!E_X"H=OS4=HE!!+NU%6XPI6@&@B]0I:SDPXOS4=OQ=SRQ%6WQDB\@HB]PHQ]T,TN34=OS4ZRCAJU6$B
 V69\[&8B[7P4GS4=OS4=F$X''[5TQ@%YVZE),V&5CB34=OS4=OQ,*PUIRY5I''UD\8JAHNC34=OS4=OS4\DV5QPB,SB  LERT=OS4=OS4=OS4=IPHEA@4WJS4=
-OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OP@a') ; colorMapFromArray:#[111 104 104 112 112 112 127 80 40 127 120 120 128 96 64 128 104 48 128 120 112 128 128 128 143 104 64 143 136 136 144 112 48 144 112 72 144 112 88 144 112 96 159 112 64 159 120 88 159 152 152 160 120 40 160 120 56 160 136 48 160 136 88 160 136 120 160 144 104 160 144 128 160 152 112 160 160 160 175 136 104 175 136 112 175 136 120 175 152 128 175 168 168 176 136 96 176 144 96 176 152 96 176 152 112 176 152 120 176 160 112 176 168 152 176 176 176 191 144 64 191 152 56 191 168 160 192 144 48 192 160 56 192 160 104 192 176 144 192 176 152 192 192 192 207 160 64 207 168 112 207 176 112 207 176 120 207 184 112 207 184 128 207 192 160 207 200 200 208 176 72 208 176 80 208 176 104 208 192 184 208 208 208 223 184 88 223 192 104 223 216 216 224 192 64 224 192 112 224 192 128 224 200 104 224 208 168 224 224 224 239 192 96 239 208 72 239 208 104 239 208 112 239 208 144 239 216 152 239 216 168 239 224 176 239 232 200 239 232 232 239 232 248 240 208 56 240 208 64 240 208 120 240 216 72 240 216 80 240 216 88 240 216 112 240 216 136 240 216 176 240 224 88 240 224 112 240 224 120 240 224 136 240 224 144 240 224 184 240 232 144 240 232 160 240 232 208 240 240 168 240 240 208 240 240 240 240 240 248 255 208 64 255 216 88 255 216 112 255 216 120 255 216 136 255 224 96 255 224 104 255 224 120 255 224 128 255 224 144 255 224 152 255 224 160 255 232 120 255 232 128 255 232 152 255 232 168 255 232 176 255 232 184 255 232 192 255 240 176 255 240 184 255 240 192 255 240 200 255 240 208 255 240 216 255 240 224 255 248 216 255 248 224 255 248 240 255 248 248 168 216 224 0 136 0 0 204 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@A8@@C<@@G>@O?>@_??@_??@_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@') ; yourself); yourself]
+OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OP@a');
+                colorMapFromArray:#[ 111 104 104 112 112 112 127 80 40 127 120 120 128 96 64 128 104 48 128 120 112 128 128 128 143 104 64 143 136 136 144 112 48 144 112 72 144 112 88 144 112 96 159 112 64 159 120 88 159 152 152 160 120 40 160 120 56 160 136 48 160 136 88 160 136 120 160 144 104 160 144 128 160 152 112 160 160 160 175 136 104 175 136 112 175 136 120 175 152 128 175 168 168 176 136 96 176 144 96 176 152 96 176 152 112 176 152 120 176 160 112 176 168 152 176 176 176 191 144 64 191 152 56 191 168 160 192 144 48 192 160 56 192 160 104 192 176 144 192 176 152 192 192 192 207 160 64 207 168 112 207 176 112 207 176 120 207 184 112 207 184 128 207 192 160 207 200 200 208 176 72 208 176 80 208 176 104 208 192 184 208 208 208 223 184 88 223 192 104 223 216 216 224 192 64 224 192 112 224 192 128 224 200 104 224 208 168 224 224 224 239 192 96 239 208 72 239 208 104 239 208 112 239 208 144 239 216 152 239 216 168 239 224 176 239 232 200 239 232 232 239 232 248 240 208 56 240 208 64 240 208 120 240 216 72 240 216 80 240 216 88 240 216 112 240 216 136 240 216 176 240 224 88 240 224 112 240 224 120 240 224 136 240 224 144 240 224 184 240 232 144 240 232 160 240 232 208 240 240 168 240 240 208 240 240 240 240 240 248 255 208 64 255 216 88 255 216 112 255 216 120 255 216 136 255 224 96 255 224 104 255 224 120 255 224 128 255 224 144 255 224 152 255 224 160 255 232 120 255 232 128 255 232 152 255 232 168 255 232 176 255 232 184 255 232 192 255 240 176 255 240 184 255 240 192 255 240 200 255 240 208 255 240 216 255 240 224 255 248 216 255 248 224 255 248 240 255 248 248 168 216 224 0 136 0 0 204 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@A8@@C<@@G>@O?>@_??@_??@_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 loadImageFromFile22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self loadImageFromFile22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#loadImageFromFile22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class loadImageFromFile22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class loadImageFromFile22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4/A0\GOS4=OS4=OS4=
 OS4=OS4=OS4/A6X?QPL=OS4=OS4=OS4=OS4=OS4IK6ZETE@^G#4=OS4=OS45KR43L3DIQTVE!!UAOT@D=OS4=OS41M&Q? "<IM8RE!!XVES4T^G#4=OS4=LXFA
  Q8^YXVE!!X^E!!T=EQP@=OS4=OSJA_!!AE!!HVE!!X^G!!8VES2<[K"P#OS4,_BX<!!HVE!!X^G!!8^EM2<[X&I"H34=KG]8I(RDP$H1Q$YFQ$Y$YHNCX X=OR1!!\"X>
 P$5>_''9>_7>A VJ@S!!X=OS4!!\U9XN''59^7-6]''Y<_G5_X"H=OS4=HE!!+NU%6XWY6XFA#]7):SDPXOS4=OQ=SRQ%6WWA \FA5]VA5]T,TN34=OS4ZRCAJU6%*
 V69\[&93[7P4GS4=OS4=F$X''[5UUUUYVZE),V&5CB34=OS4=OQ,*PUIRY5I''UD\8JAHNC34=OS4=OS4\DV5QPB,SB  LERT=OS4=OS4=OS4=IPHEA@4WJS4=
-OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OP@a') ; colorMapFromArray:#[111 104 104 112 112 112 127 80 40 127 120 120 128 96 64 128 104 48 128 120 112 128 128 128 143 104 64 143 136 136 144 112 48 144 112 72 144 112 88 144 112 96 159 112 64 159 120 88 159 152 152 160 120 40 160 120 56 160 136 48 160 136 88 160 136 120 160 144 104 160 144 128 160 152 112 160 160 160 175 136 104 175 136 112 175 136 120 175 152 128 175 168 168 176 136 96 176 144 96 176 152 96 176 152 112 176 152 120 176 160 112 176 168 152 176 176 176 191 144 64 191 152 56 191 168 160 192 144 48 192 160 56 192 160 104 192 176 144 192 176 152 192 192 192 207 160 64 207 168 112 207 176 112 207 176 120 207 184 112 207 184 128 207 192 160 207 200 200 208 176 72 208 176 80 208 176 104 208 192 184 208 208 208 223 184 88 223 192 104 223 216 216 224 192 64 224 192 112 224 192 128 224 200 104 224 208 168 224 224 224 239 192 96 239 208 72 239 208 104 239 208 112 239 208 144 239 216 152 239 216 168 239 224 176 239 232 200 239 232 232 239 232 248 240 208 56 240 208 64 240 208 120 240 216 72 240 216 80 240 216 88 240 216 112 240 216 136 240 216 176 240 224 88 240 224 112 240 224 120 240 224 136 240 224 144 240 224 184 240 232 144 240 232 160 240 232 208 240 240 168 240 240 208 240 240 240 240 240 248 255 208 64 255 216 88 255 216 112 255 216 120 255 216 136 255 224 96 255 224 104 255 224 120 255 224 128 255 224 144 255 224 152 255 224 160 255 232 120 255 232 128 255 232 152 255 232 168 255 232 176 255 232 184 255 232 192 255 240 176 255 240 184 255 240 192 255 240 200 255 240 208 255 240 216 255 240 224 255 248 216 255 248 224 255 248 240 255 248 248 168 216 224 0 136 0 0 204 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@A8@@C<@@G>@O?>@_??@_??@_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@') ; yourself); yourself]
+OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4=OP@a');
+                colorMapFromArray:#[ 111 104 104 112 112 112 127 80 40 127 120 120 128 96 64 128 104 48 128 120 112 128 128 128 143 104 64 143 136 136 144 112 48 144 112 72 144 112 88 144 112 96 159 112 64 159 120 88 159 152 152 160 120 40 160 120 56 160 136 48 160 136 88 160 136 120 160 144 104 160 144 128 160 152 112 160 160 160 175 136 104 175 136 112 175 136 120 175 152 128 175 168 168 176 136 96 176 144 96 176 152 96 176 152 112 176 152 120 176 160 112 176 168 152 176 176 176 191 144 64 191 152 56 191 168 160 192 144 48 192 160 56 192 160 104 192 176 144 192 176 152 192 192 192 207 160 64 207 168 112 207 176 112 207 176 120 207 184 112 207 184 128 207 192 160 207 200 200 208 176 72 208 176 80 208 176 104 208 192 184 208 208 208 223 184 88 223 192 104 223 216 216 224 192 64 224 192 112 224 192 128 224 200 104 224 208 168 224 224 224 239 192 96 239 208 72 239 208 104 239 208 112 239 208 144 239 216 152 239 216 168 239 224 176 239 232 200 239 232 232 239 232 248 240 208 56 240 208 64 240 208 120 240 216 72 240 216 80 240 216 88 240 216 112 240 216 136 240 216 176 240 224 88 240 224 112 240 224 120 240 224 136 240 224 144 240 224 184 240 232 144 240 232 160 240 232 208 240 240 168 240 240 208 240 240 240 240 240 248 255 208 64 255 216 88 255 216 112 255 216 120 255 216 136 255 224 96 255 224 104 255 224 120 255 224 128 255 224 144 255 224 152 255 224 160 255 232 120 255 232 128 255 232 152 255 232 168 255 232 176 255 232 184 255 232 192 255 240 176 255 240 184 255 240 192 255 240 200 255 240 208 255 240 216 255 240 224 255 248 216 255 248 224 255 248 240 255 248 248 168 216 224 0 136 0 0 204 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@A8@@C<@@G>@O?>@_??@_??@_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 loadImageFromMethod22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self loadImageFromMethod22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#loadImageFromMethod22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class loadImageFromMethod22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class loadImageFromMethod22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 OS4=OS4=OS4=OS4=OS4=OS4=OS4=OS4@@@@@@C4=OS4=OS4=OS4=OS4=OS4=@@@@@@@=OS4=OS4=OS4=OS4=OS4=@@@@@@@@OS4=OS4/A0\?OS4=OS4=OP@@
 @@@@@@@=OS4/A6X?G#<=OS4=OS4@@@@@@@@=OS4IK6ZE!!E@^O34=OS4=OP@@@@@@@@@IQTVE!!XQOT@$=OS4=OP@@@@@@@B<IM8RE!!XVE!!DT?BS4=OS4@@@@@
 @A8^YXVE!!X^E!!T>DQS<IOS4=@@@@@AAE!!HVE!!X^G!!8VE!!D<?I @@OP@@@BX<!!HVE!!X^G!!8^E!!XRDI @@@C4@@@@@I(RD!!XVG!!8^G!!XRDI @@@@@=@@@@@BX<
 !!HREB(^G!!XQPI @@@@@=OPBI"X&II#2D!!HVE!!TUPI(&I"X&I"S4@"X2L#H0&!!HRD!!TUPK82L#H2L"8$=@H&L"H"H"BYE!!DT/K8"H"H"H"H*IOPBI#H"H"(*J
 "(*J"(*J"(*J"H"J"S4@"X2H"H"H"H"H"H"H"H"H"H"H"($=@H&L"H"H"H"H"H"H"H"H"H"H"H*IOPBI"8*J"(*J"(*J"(*J"(*J"(*J"S4@"X&I"X&I"X&I
-"X&I"X&I"X&I"X$=@@@@@@@@@@@@@@@@@@@@@@@@@@@=OP@a') ; colorMapFromArray:#[111 104 104 112 112 112 127 80 40 127 120 120 128 96 64 128 104 48 128 120 112 128 128 128 143 104 64 143 136 136 144 112 48 144 112 72 144 112 88 144 112 96 159 112 64 159 120 88 159 152 152 160 120 40 160 120 56 160 136 48 160 136 88 160 136 120 160 144 104 160 144 128 160 152 112 160 160 160 175 136 104 175 136 112 175 136 120 175 152 128 175 168 168 176 136 96 176 144 96 176 152 96 176 152 112 176 152 120 176 160 112 176 168 152 176 176 176 191 144 64 191 152 56 191 168 160 192 144 48 192 160 56 192 160 104 192 176 144 192 176 152 192 192 192 207 160 64 207 168 112 207 176 112 207 176 120 207 184 112 207 184 128 207 192 160 207 200 200 208 176 72 208 176 80 208 176 104 208 192 184 208 208 208 223 184 88 223 192 104 223 216 216 224 192 64 224 192 112 224 192 128 224 200 104 224 208 168 224 224 224 239 192 96 239 208 72 239 208 104 239 208 112 239 208 144 239 216 152 239 216 168 239 224 176 239 232 200 239 232 232 239 232 248 240 208 56 240 208 64 240 208 120 240 216 72 240 216 80 240 216 88 240 216 112 240 216 136 240 216 176 240 224 88 240 224 112 240 224 120 240 224 136 240 224 144 240 224 184 240 232 144 240 232 160 240 232 208 240 240 168 240 240 208 240 240 240 240 240 248 255 208 64 255 216 88 255 216 112 255 216 120 255 216 136 255 224 96 255 224 104 255 224 120 255 224 128 255 224 144 255 224 152 255 224 160 255 232 120 255 232 128 255 232 152 255 232 168 255 232 176 255 232 184 255 232 192 255 240 176 255 240 184 255 240 192 255 240 200 255 240 208 255 240 216 255 240 224 255 248 216 255 248 224 255 248 240 255 248 248 168 216 224 0 136 0 0 204 0 32 223 32 64 64 64 16 111 16 170 170 170 199 247 199]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@A8@@C<@@G>@@O>@@??@A?? C?? G??@C?>@C?<@_??8_??8_??8_??8_??8_??8_??8_??8@@@@') ; yourself); yourself]
+"X&I"X&I"X&I"X$=@@@@@@@@@@@@@@@@@@@@@@@@@@@=OP@a');
+                colorMapFromArray:#[ 111 104 104 112 112 112 127 80 40 127 120 120 128 96 64 128 104 48 128 120 112 128 128 128 143 104 64 143 136 136 144 112 48 144 112 72 144 112 88 144 112 96 159 112 64 159 120 88 159 152 152 160 120 40 160 120 56 160 136 48 160 136 88 160 136 120 160 144 104 160 144 128 160 152 112 160 160 160 175 136 104 175 136 112 175 136 120 175 152 128 175 168 168 176 136 96 176 144 96 176 152 96 176 152 112 176 152 120 176 160 112 176 168 152 176 176 176 191 144 64 191 152 56 191 168 160 192 144 48 192 160 56 192 160 104 192 176 144 192 176 152 192 192 192 207 160 64 207 168 112 207 176 112 207 176 120 207 184 112 207 184 128 207 192 160 207 200 200 208 176 72 208 176 80 208 176 104 208 192 184 208 208 208 223 184 88 223 192 104 223 216 216 224 192 64 224 192 112 224 192 128 224 200 104 224 208 168 224 224 224 239 192 96 239 208 72 239 208 104 239 208 112 239 208 144 239 216 152 239 216 168 239 224 176 239 232 200 239 232 232 239 232 248 240 208 56 240 208 64 240 208 120 240 216 72 240 216 80 240 216 88 240 216 112 240 216 136 240 216 176 240 224 88 240 224 112 240 224 120 240 224 136 240 224 144 240 224 184 240 232 144 240 232 160 240 232 208 240 240 168 240 240 208 240 240 240 240 240 248 255 208 64 255 216 88 255 216 112 255 216 120 255 216 136 255 224 96 255 224 104 255 224 120 255 224 128 255 224 144 255 224 152 255 224 160 255 232 120 255 232 128 255 232 152 255 232 168 255 232 176 255 232 184 255 232 192 255 240 176 255 240 184 255 240 192 255 240 200 255 240 208 255 240 216 255 240 224 255 248 216 255 248 224 255 248 240 255 248 248 168 216 224 0 136 0 0 204 0 32 223 32 64 64 64 16 111 16 170 170 170 199 247 199 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@A8@@C<@@G>@@O>@@??@A?? C?? G??@C?>@C?<@_??8_??8_??8_??8_??8_??8_??8_??8@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 make22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self make22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#make22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class make22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class make22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@DA@PDA@PD@@@@@@@@A@PDA@PDA@P@A@PDA@PDA@@@@@@@@@PDA@PDA@PD@@PDA@PDA@P@B@0P@@@DA@PDA@PDA@@DA@PDA@PTFA0 IB ,LCPDA@PDA@P@A
 @PDA@P8LC@,LC1@QC1HA@PDA@PDA@PDA@PDCD1LSD1LSD1LTEQXA@PDA@PDA@PDWFA$YFQLZFQ$YF1$SG@DA@PDA@Q4^G2@!!F2H#IBT&HRD!!D2\A@PDA@PDX
 G1<_G2 )@@DAJ",_HR0A@PDA@PDAKR8/LCD''@@@A@SH3LA<4MPDA@P@@@@@6M3 9@PDA@PDAN#,8NBX5@PD@@A4<OS4=O DA@PDA@SX?OS5@MPDA@@AAP$MC
 OTPA@PDA@SH3OS=EQ DA@P@@Q4!!IP4MJ@PDA@PEKSDMCSPDA@PD@@@ANM$=PTUHA@PESUEAPTE@5@PDA@@@@UUYWU5]XVU%ZV5AWWE1]@PDA@PD@@EU^U5]W
 U5]XU5]WU5= XPDA@P@A@@@@X&L6YFQ$YFQ$YFQ%@@@A@PD@@P@@@@A&N&]''ZF]''ZV)$W0@@@PDA@@D@@@@@@TE+R ]''Y61-[ @@@@DA@P@A@@@@@@DA[4Y0
-\S9!!@@@@@@@A@PD@\''I2\''I2\''HA@PE2\''I2\''I2@PDA\ @a') ; colorMapFromArray:#[240 240 224 240 232 224 176 184 208 143 144 200 143 144 208 175 176 216 207 200 224 144 160 192 111 112 208 111 104 208 128 136 184 143 152 200 112 112 208 175 168 216 128 144 200 112 112 216 127 128 208 112 120 208 111 104 168 127 120 216 127 120 176 160 176 208 192 200 224 208 208 232 144 160 200 127 120 224 127 120 208 128 128 224 208 208 216 175 176 208 143 144 216 143 136 232 128 136 224 128 128 232 112 112 176 143 136 152 176 176 184 160 168 192 143 136 216 160 160 168 112 112 168 191 184 184 175 176 200 143 144 224 127 120 144 207 200 208 144 152 208 143 144 240 143 136 240 128 128 208 223 216 232 144 160 208 159 152 216 191 184 192 159 168 200 144 144 232 144 144 248 127 120 168 159 168 208 144 144 240 144 152 224 159 152 248 144 144 168 159 152 240 143 136 208 160 168 200 159 152 232 160 160 248 160 160 184 128 128 160 176 176 176 192 200 208 144 144 192 159 160 232 160 160 200 175 184 208 159 160 224 176 176 216 208 216 216 160 168 240 175 168 248 160 160 232 223 216 224 192 200 216 159 160 208 160 176 200 160 168 224 176 176 248 176 176 240 224 224 240 176 184 216 159 168 216 175 168 240 143 136 192 175 176 240 143 136 160 191 184 200 175 168 176 159 160 192 159 152 192 191 184 248 175 168 208 176 184 200 192 192 248 176 184 240 160 160 208 175 176 232 191 184 232 144 144 160 175 176 184 159 152 160 192 200 200 176 176 192 144 152 176 239 232 224]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C@@@C@G@C@_<C@?<C@??CA??#G??#G<_CG8O#C0O3O0O3O0_#O0_CG8?#G??CG??CC?<CA?<C@?8C@_ C@@@G') ; yourself); yourself]
+\S9!!@@@@@@@A@PD@\''I2\''I2\''HA@PE2\''I2\''I2@PDA\ @a');
+                colorMapFromArray:#[ 240 240 224 240 232 224 176 184 208 143 144 200 143 144 208 175 176 216 207 200 224 144 160 192 111 112 208 111 104 208 128 136 184 143 152 200 112 112 208 175 168 216 128 144 200 112 112 216 127 128 208 112 120 208 111 104 168 127 120 216 127 120 176 160 176 208 192 200 224 208 208 232 144 160 200 127 120 224 127 120 208 128 128 224 208 208 216 175 176 208 143 144 216 143 136 232 128 136 224 128 128 232 112 112 176 143 136 152 176 176 184 160 168 192 143 136 216 160 160 168 112 112 168 191 184 184 175 176 200 143 144 224 127 120 144 207 200 208 144 152 208 143 144 240 143 136 240 128 128 208 223 216 232 144 160 208 159 152 216 191 184 192 159 168 200 144 144 232 144 144 248 127 120 168 159 168 208 144 144 240 144 152 224 159 152 248 144 144 168 159 152 240 143 136 208 160 168 200 159 152 232 160 160 248 160 160 184 128 128 160 176 176 176 192 200 208 144 144 192 159 160 232 160 160 200 175 184 208 159 160 224 176 176 216 208 216 216 160 168 240 175 168 248 160 160 232 223 216 224 192 200 216 159 160 208 160 176 200 160 168 224 176 176 248 176 176 240 224 224 240 176 184 216 159 168 216 175 168 240 143 136 192 175 176 240 143 136 160 191 184 200 175 168 176 159 160 192 159 152 192 191 184 248 175 168 208 176 184 200 192 192 248 176 184 240 160 160 208 175 176 232 191 184 232 144 144 160 175 176 184 159 152 160 192 200 200 176 176 192 144 152 176 239 232 224 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C@@@C@G@C@_<C@?<C@??CA??#G??#G<_CG8O#C0O3O0O3O0_#O0_CG8?#G??CG??CC?<CA?<C@?8C@_ C@@@G');
+                            yourself);
+                yourself
+        ]
 !
 
 newBookmark22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newBookmark22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#newBookmark22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class newBookmark22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class newBookmark22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @C<?C <OO3<?O3=APSM@O3<@@@@@@@@?N@8OW DAO3ISPSL3L5@?@@@@@@@@XF@;AA4B@CIOI1)QM 03T@@@@@@@@@XGH%PPQR%_MU4*JG])ZU@@@@@@@@@F
 YC1!!@3\\QA-CCW]4]6%P@@@@@@@@O19WG4X+DT]7]1)7\7]P]7\@@@@@@C<YU$$EX%U7[7%7^WI9]7%/]0@@@@@?O0-JD6L.M'']0^GU.]W!!0]0@@@@@@O3<?
 ZB<UBFU1]7%.]&99]0@@@@@@@C<?O3=(H1XIZ7]9[''Y.^W\@@@@@@@@?O3<?O40>QW]0^GU.]W!!0]0@@@@@@O3<?O3<%LW]/^W]9\''%7^V=7@@@@@C<?O3<?
 O49-]7],]7M7O7]7@@@@@@@?O3<?O3<?FE@?O7]4]3<?@@@@@@@@O3<?O3<?O5APO3<?]3<?O0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[237 93 63 240 72 43 255 96 56 255 110 74 255 125 93 255 116 81 244 165 152 255 175 155 255 102 64 255 95 55 96 57 66 215 109 88 224 81 58 255 52 2 230 114 94 241 101 71 255 107 70 255 94 54 255 87 44 255 136 106 255 61 12 255 113 78 255 104 67 252 101 65 208 79 60 223 96 73 255 55 5 255 71 26 255 92 51 255 105 68 252 134 104 255 138 109 255 58 8 255 80 37 255 186 169 255 130 99 255 100 62 190 136 133 236 53 17 255 56 6 255 70 24 255 89 47 255 51 1 255 104 66 255 64 17 255 67 20 255 99 60 255 164 142 109 41 45 252 109 74 197 81 70 241 57 15 255 57 7 255 68 22 255 90 48 255 101 63 236 144 129 255 75 30 255 77 33 255 167 145 255 180 162 255 63 15 255 108 72 255 255 255 159 49 39 241 51 8 255 52 1 255 61 13 255 81 38 255 98 59 255 111 75 255 85 42 255 87 45 255 162 139 255 183 164 255 73 28 238 109 78 120 41 44 212 97 79 248 64 20 77 77 77 255 84 41 255 97 58 247 36 9 255 129 98 255 97 57 252 170 150 255 181 162 255 83 40 255 76 32 120 45 46 220 64 38 252 51 2 255 58 9 239 97 68 241 73 37 241 132 110 255 128 96 255 106 69 255 109 72 255 178 158 255 93 52 255 86 43 114 46 52 212 117 99 248 53 7 223 191 95 239 224 223 255 239 176 240 240 191 255 248 200 255 248 24 255 248 88 240 240 240 255 248 152 255 248 96 255 248 48 255 248 176 255 248 248 240 144 24 255 248 136 240 208 24]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@A0^@C=?@G?? G?? G?? C??0C??8A??0@?? @_? @O?0@O?8@G>0@CN@@CD@@@@@@@@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 237 93 63 240 72 43 255 96 56 255 110 74 255 125 93 255 116 81 244 165 152 255 175 155 255 102 64 255 95 55 96 57 66 215 109 88 224 81 58 255 52 2 230 114 94 241 101 71 255 107 70 255 94 54 255 87 44 255 136 106 255 61 12 255 113 78 255 104 67 252 101 65 208 79 60 223 96 73 255 55 5 255 71 26 255 92 51 255 105 68 252 134 104 255 138 109 255 58 8 255 80 37 255 186 169 255 130 99 255 100 62 190 136 133 236 53 17 255 56 6 255 70 24 255 89 47 255 51 1 255 104 66 255 64 17 255 67 20 255 99 60 255 164 142 109 41 45 252 109 74 197 81 70 241 57 15 255 57 7 255 68 22 255 90 48 255 101 63 236 144 129 255 75 30 255 77 33 255 167 145 255 180 162 255 63 15 255 108 72 255 255 255 159 49 39 241 51 8 255 52 1 255 61 13 255 81 38 255 98 59 255 111 75 255 85 42 255 87 45 255 162 139 255 183 164 255 73 28 238 109 78 120 41 44 212 97 79 248 64 20 77 77 77 255 84 41 255 97 58 247 36 9 255 129 98 255 97 57 252 170 150 255 181 162 255 83 40 255 76 32 120 45 46 220 64 38 252 51 2 255 58 9 239 97 68 241 73 37 241 132 110 255 128 96 255 106 69 255 109 72 255 178 158 255 93 52 255 86 43 114 46 52 212 117 99 248 53 7 223 191 95 239 224 223 255 239 176 240 240 191 255 248 200 255 248 24 255 248 88 240 240 240 255 248 152 255 248 96 255 248 48 255 248 176 255 248 248 240 144 24 255 248 136 240 208 24 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@@@@@@@@@A0^@C=?@G?? G?? G?? C??0C??8A??0@?? @_? @O?0@O?8@G>0@CN@@CD@@@@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 newDirectory22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newDirectory22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#newDirectory22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class newDirectory22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 20; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class newDirectory22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:20;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@HL@@@@@@@@@@@@@@@@@@@@@@@@@@HN@ 0@@@@@@@@@@@@@@@@@@@@BC 0BC_8L@ 8L@@@@8B0,0L@\@@@BC^8VC!!W:E 8U; 0@G
 A!!L$H" 0LC@0LHM=!!HE< XQ= 0@@A2 (JB (X6M.[&83 8U< ''2E 0@@@E((X3M.[#L3N3-[R8NE_HI<!!XM @@@!!L5,3N3-KKQP5EHM=!!HE< XQ= 0@@HQQK
 KQP BP$G](M;!!XNE_(VC!!W.C@BE3XVDOBP9#X6M# 8L( 7>CYXNC@@AFZ4)QK&8<N3, HB@3L8N@ 1\@@@@@QUD%W4\ \2@ RD +EAHR 1(,@@@@@GDUL''P
 U3EHLT!!UUT!!UUR=8I0@@@@@MNQ$[W"M*\@T^APUS^T5$M@@@@@@@CWYP^U%YVQ0\Y34XOTP7U @@@@@@@@L>WT1LI$0&X$9&VAXQ[@@@@@@@@@A\P$QRPF!!2
-BG]AJT$@@@@@@@@@@@@@RTM)GS(BD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 0 0 0 255 248 24 255 248 200 255 248 88 255 248 152 255 248 96 255 248 48 255 248 176 255 248 248 240 144 24 255 248 136 240 208 24]; mask:((Depth1Image new) width: 22; height: 20; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@B@@@G@@@7XO1?<_??8_??0_??8_??8_??<_??8_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@@@@@') ; yourself); yourself]
+BG]AJT$@@@@@@@@@@@@@RTM)GS(BD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                colorMapFromArray:#[ 223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 0 0 0 255 248 24 255 248 200 255 248 88 255 248 152 255 248 96 255 248 48 255 248 176 255 248 248 240 144 24 255 248 136 240 208 24 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:20;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@B@@@G@@@7XO1?<_??8_??0_??8_??8_??<_??8_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 newDirectory22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newDirectory22x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#newDirectory22x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class newDirectory22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class newDirectory22x22Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@H,@@@@@@@@@@@@@@@@@@@@@@@@@@H.G"0@@@@@@@@@@@@@@@@@@@@BK"0BK (,@"8,@@@@@@@@@@@@@@@BK^8:K#(BN"89;"0@@
 @@@@@@@@@@@@@H-=#H%:"X1="0@@@@@@@@@@@@@@@@A?"89:"''*N"0@@@@@8B0,0L@\@@@@@CH.N^():#(,@@@@GA!!L$H" 0LC@0LH-=#H%:"X1="0@@A2 (
 JB (X6M.[(-;#(.N H:K#''.K@E((X3M.[#L3N3-["8,T"8JKM(.K@@@!!L5,3N3-KKQP5EB@D@H.G"3<?X@@@HQQKKQP BP$G]''Y6]''XS"6=/O0D@@BE3XVDO
 BP9#X6M#IBP(JC<_YR(@@@AFZ4)QK&8<N3, HB@3L68JO1\@@@@@QUD%W4\ \2@ RD +EAHR]Q(,@@@@@GDUL''P U3EHLT!!UUT!!UUR=8I0@@@@@MNQ$[W"M*
 \@T^APUS^T5$M@@@@@@@CWYP^U%YVQ0\Y34XOTP7U @@@@@@@@L>WT1LI$0&X$9&VAXQ[@@@@@@@@@A\P$QRPF!!2BG]AJT$@@@@@@@@@@@@@RTM)GS(BD@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 255 248 200 255 248 24 15 56 160 255 248 88 239 232 240 240 240 240 255 248 152 48 80 176 255 248 96 48 88 176 240 240 248 207 216 240 223 216 224 255 248 48 224 224 232 255 248 176 255 248 248 240 144 24 255 248 136 63 96 184 240 208 24]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@B@@@G@@@7X@A?<@@?8@@?0O0?0_??8_??<_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 255 248 200 255 248 24 15 56 160 255 248 88 239 232 240 240 240 240 255 248 152 48 80 176 255 248 96 48 88 176 240 240 248 207 216 240 223 216 224 255 248 48 224 224 232 255 248 176 255 248 248 240 144 24 255 248 136 63 96 184 240 208 24 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@B@@@G@@@7X@A?<@@?8@@?0O0?0_??8_??<_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@');
+                            yourself);
+                yourself
+        ]
+!
+
+newImage22x22Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self newImage22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#newImage22x22Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class newImage22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@0@@@@@@@@@@@@@@@@@@@@@@@@@@@0MC@@@@@@@@@LC@0LC@0LC@0LLC@LLC 0CC@0@@@@C@0LC@0LC@0LLC1@LDADPCA@OC@@@
+@0LC@ HB@ HB@ 0RD1PUEALRC@@@@@LC@ HB@ HB@ HICA@UAQTPC@@@@@@C@ HB@ HD@ HD@ 0PEPTUD@0@@@@@@0HB@ HB@ HB@ 0RD1PUEALRC@@@@@LB
+A@HB@ HB@ 0OD@0PDQ@LD@<L@@@C@ HB@ HBA@HDC@0BC@8L@00L@@@@@0HB@ HD@ HB@ HB@ 0MC@L@@@@@@@LB@ HB@ HB@ HB@ HCC@LC@@@@@@@C@0HB
+@ HB@ HD@ HB@0LC@0@@@@@@@0HD@ HB@ HB@ HB@ LC@0L@@@@@@@LB@ HB@PDA@ HB@0LC@0LC@@@@@@@C@0HB@ HA@PHB@0LC@0LC@0@@@@@@@0LC@0LC
+@PDC@0LC@0LC@0L@@@@@@@LC@0LC@0DA@0LC@0LC@0LC@@@@@@@DA@PDA@PA@PPDA@PDA@LC@0@@@@@@A@PDA@PDA@PDA@PDA@PDA@P@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@BC_??3_??;_???_??;_??3_??3_??;_???_??;_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 newItem22x22Icon
@@ -2696,8 +3656,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class newItem22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class newItem22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 !!P@@@@@@@@@@@@@@@@@@@@@@@@@@!!XT@@@@@@@@@@@@@@@@@@@@@@@@@@HVE@@@@@@@@@@@@@@@@@@@@0@@@@@BE!!P@@@@@@@@@@@@@@@@@@0LG@@@@@!!XT@
 @@@@@@@@@@@@@LC@@LCB0@C@0HVE@K^7-;^7-;^7-<CC1LCD1\S@1LO@!!PB7-+Z6-+Z6-+Z60L[G2L''H1<[@!!XT@-;Z6-+Z6-+Z6-+7@1L&92\S@@HVE@K^6
 -+Z6-+Z6-+Z60LSI.\''D0@BE!!PB7-+Z6-+Z6-+Z60L[G2L''H1<[@!!XT@.K"8.K"8.K"80LOD0LSE1LCD0<BE@@@@@@@@@@@@@@C@0@C@0,@@0LBE!!P@@@@@@
@@ -2707,29 +3667,41 @@
 !
 
 newWindowSpecIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newWindowSpecIcon inspect
      ImageEditor openOnClass:self andSelector:#newWindowSpecIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class newWindowSpecIcon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class newWindowSpecIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 )ZV%)ZV%)ZV%)ZV%)ZV%)_F%)ZV%)R@?EPY%C!!QKGW5ZM050ROG2<R,+KQL?Q7<>YE@6W''UIE#C1<U71<?F@<_EVVTIUSTY2U4@!!B6O1=OW1=_[5<_W4<W ^
 [#I''V6@QS''1_C?G7>O'':>_#7<Q PC@0LC@0LC@0LC@3.<_W::/+5<P09V@0JB (JB (JB 0LB/G5>.+:=_DLT"XLB 0LC@0LC@$LCOG7>O'':>_#7<S,''C@(L
 C@0LC@0ICOG4=_G5=/W1=_S1[@0JC@0LC@0LBP0L<_DL<_O1COG1OF4LBP$IBP$IBP$LC@$IB_G2<P$ICBP(C@0LC@0LC@0LC@0LC@0L<P0LC@1*[00IBP$I
 BP$IBP$IBP$IBP$IBP$LOWDLBPLC@0LC@0LC@0LC@0LC@0HACBT*C@$C@0LC@0LC@0LC@0LC@0LB@P0%_ 0I@0LC@0LC@0LC@0LC@0LC@ DLIWLLBPHB@ HB
 @ HB@ HB@ HB@ HACBUCC@$A@PDA@PDA@PDA@PDA@PDA@P0%K@0LC@0LC@0LC@0LC@0LC@0LC@0LIR0LC@0LC@0LC@0LC@0LC@0LC@0LCBT,C@0LC@0LC@0L
-C@0LC@0LC@0LC@0%Y''P4MWXGBEESB@!!SH&$%IRT%IRT%Q@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[160 160 160 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 72 122 199 116 116 120 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 106 175 235 170 204 255 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 140 175 255 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 80 149 255 55 95 181 125 160 253 52 89 178 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 2 56 178 3 73 255 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 56 94 181 126 161 253 55 92 180 53 90 178 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 96 157 223 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 28 97 255 109 178 255 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 39 109 255 93 161 255 157 192 255 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 181 215 255 255 255 255 52 90 178 51 88 177 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 87 145 215 84 153 255 78 131 206 10 79 255 91 168 235 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@BC????????????????????????????????????????????????????????????????????????????????????') ; yourself); yourself]
+C@0LC@0LC@0LC@0%Y''P4MWXGBEESB@!!SH&$%IRT%IRT%Q@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 160 160 160 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 72 122 199 116 116 120 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 106 175 235 170 204 255 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 140 175 255 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 80 149 255 55 95 181 125 160 253 52 89 178 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 2 56 178 3 73 255 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 56 94 181 126 161 253 55 92 180 53 90 178 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 96 157 223 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 28 97 255 109 178 255 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 39 109 255 93 161 255 157 192 255 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 181 215 255 255 255 255 52 90 178 51 88 177 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 87 145 215 84 153 255 78 131 206 10 79 255 91 168 235 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@BC????????????????????????????????????????????????????????????????????????????????????');
+                            yourself);
+                yourself
+        ]
 !
 
 pasteFile22x22Icon
@@ -2748,8 +3720,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class pasteFile22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class pasteFile22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @@@@@@@0LC@0LBD@@@@@@EMST5MST0@@@@AEX%MST5L%D0@@@EMST5MST5L[BAU2UUL3L3L3X@42EP!!ST5MST5MSJT(/A4A(ZF!!(ZF!!@NB<=JUMST5MST4XN
 C!!Q@PDA@PDA@PD NZSUST5MST5MGQDP*EAPTEAPTEAP*QB, T5MST5MSAV=/[6=/[6=/PTEAPTEAPTD?T5MST58$IBP$IBP$IDEST5L6E7A.PS=ST5MV[F1,
 [F1,[F1AT5MSG2LK[$ETO5MSC5=_W5=_W5=_PUMST1<6FV8?O3<?T4<\GA0\GA0\GDEST5L-M!!!!.U5I]O5L(V5-[[QXRV%)AT5MSO!!=KS&YBP3=SN0)PG $I
@@ -2774,8 +3746,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class pasteItem22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class pasteItem22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @@@@@@@0LC@0LBD@@@@@@EMST5MST0@@@@AEX%MST5L%D0@@@EMST5MST5L[BAU2UUL3L3L3X@42EP!!ST5MST5MSJT(/A4A(ZF!!(ZF!!@NB<=JUMST5MST4XN
 C!!Q@PDA@PDA@PD NZSUST5MST5MGQDP*EAPTEAPTEAP*QB, T5MST5MSAV=/[6=/[6=/]WU5]WU5]WU5]WU5]U8$IBP$IBP$IGUST5MST5MST5MS]GUV[F1,
 [F1,[F15T7Q4]GQ4]GQ4]GM5C5=_W5=_W5=_]UM4]GQ4]GQ4]GQ3]T<\GA0\GA0\GGUS]GQ4]GQ4]GQ4\7T(V5-[[QXRV%)5T7Q4]GQ4]GQ4]GM5N0)PG $I
@@ -2800,8 +3772,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class pasteWidget22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class pasteWidget22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @@@@@@@0LC@0LBD@@@@@@EMST5MST0@@@@AEX%MST5L%D0@@@EMST5MST5L[BAU2UUL3L3L3X@42EP!!ST5MST5MSJT(/A4A(ZF!!(ZF!!@NB<=JUMST5MST4XN
 C!!Q@PDA@PDA@PD NZSUST5MST5MGQDP*EAPTEAPTEAP*QB, T5MST5MSAV=/[6=/[6=/@@@@@@@@@@@@@@@@@E8$IBP$IBP$I@AST5MST5MST5MS]@AV[F1,
 [F1,[F0@T7Q4]GQ4]GQ4]GL@C5=_W5=_W5=_@EM4]GQ4]GQ4]GQ3@D<\GA0\GA0\G@AS]GQ4]GQ4]GQ4\0@(V5-[[QXRV%(@T7Q4]GQ4]GQ4]GL@N0)PG $I
@@ -2811,133 +3783,195 @@
 !
 
 saveAsMethod22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveAsMethod22x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#saveAsMethod22x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class saveAsMethod22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class saveAsMethod22x22Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@MSP4L#@/KB$''IBP#H"D_GQ0@@@@@MZV"=L3Q5/S4=OS4=OS4=D@=B @@@CR!!''/SAZLG4=OSAZLG29]9@OP @@@@3
 &I_40V!!(0_SAZF#A8]_SNSPG@@@@L)VQ=LE(0V#4ZLE(0]OM3Q$YA0@@@CFL"._AZOM(ZF##ZLGG3\4XF@\@@@@/!!HS''0V#3<6#34F#A3\7MEQTG@@@@K(A<
 9<E(<?O3<=A(0\7M3QTUA0@@@B56\>_AZOO34MCPZLGM3\4UEP\@@@@*Z&?''9N/3<=CP4MCP4MCPEQTG@@@@JVM"9NS"7=+U4L7M3\7M3QTUA @@@B]ZV.K"
 7=+T4L7H0<B))*$YFPP@@@@''UUW .;&7-KF/+*6Y"HV)FA C@@@@I$9N7=?Z5MCH0<B4))2S(1TUAP@@@BYIR]68-[J0+*6["HE9]IXUEP\@@@@%P$KZ6-SP
 2K2)))2S"8^OEQTG@@@@ITA@5;Z1*:"Y$(U=]7E,#!!TUA0@@@BT<OIBP#XZC^''U+YU=\VUXTE@ @@@@@BP$IBP HB@ HB@ HB@ HB@ @@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 28 33 37 34 41 60 37 45 83 39 48 89 42 51 96 45 55 103 49 60 112 54 65 115 54 66 115 54 66 116 57 70 107 57 70 109 59 59 58 65 79 121 65 80 125 66 80 124 68 83 130 74 71 70 77 81 85 78 95 152 80 98 153 81 98 151 83 47 28 85 102 157 86 103 157 88 101 128 90 110 162 94 106 146 94 106 147 95 83 66 95 107 147 96 74 37 97 108 148 98 109 148 98 109 149 99 110 149 101 111 150 101 111 151 101 112 151 102 102 107 102 113 151 102 113 152 103 86 54 103 113 151 103 113 152 103 114 152 104 114 152 105 115 152 105 115 153 106 116 153 107 116 154 107 117 154 108 117 154 116 124 137 123 85 65 123 107 74 125 143 184 126 64 32 126 139 158 126 143 183 127 145 185 128 145 184 129 146 185 129 147 186 130 148 186 131 148 187 131 149 187 132 141 160 133 141 159 133 143 164 134 151 188 134 151 189 134 152 189 135 152 189 136 153 190 137 154 191 138 154 191 139 156 193 141 151 173 142 69 67 142 157 193 142 158 193 143 62 26 143 158 193 143 159 194 144 157 200 144 161 195 145 161 195 146 158 202 146 162 196 147 89 55 147 160 203 147 162 196 148 165 197 149 161 204 149 164 197 150 166 198 150 166 199 151 167 199 152 149 137 152 163 206 152 168 199 153 169 201 154 96 64 154 169 201 154 170 201 155 167 207 155 171 202 156 171 202 156 171 203 157 172 203 157 173 182 157 173 203 159 147 111 159 174 204 159 175 204 160 170 210 160 174 204 160 176 205 162 172 191 162 178 207 163 173 212 163 177 206 164 177 207 164 180 207 165 147 99 165 165 166 165 178 207 166 182 208 167 147 95 167 177 214 167 181 209 169 185 209 170 179 216 170 186 215 171 185 210 172 162 152 172 185 212 172 187 217 173 186 212 174 182 218 174 188 219 175 190 221 176 184 220 176 189 214 176 190 213 176 190 218 177 145 64 177 190 215 179 193 223 180 192 216 181 193 216 181 194 214 181 195 218 182 194 214 182 195 221 183 196 219 184 195 218 184 197 219 185 95 37 185 196 219 185 197 219 185 197 222 186 185 192 187 198 220 187 200 223 188 171 94 188 199 217 192 204 226 194 97 38 195 206 220 196 168 100 196 206 218 198 207 220 202 211 222 203 212 222 205 214 224 207 215 224 208 101 40 209 217 225 210 217 226 210 219 227 212 220 227 213 220 227 214 221 228 217 103 41 217 223 229 217 224 237 219 101 37 222 177 45 222 225 232 223 228 241 224 187 54 225 105 42 226 231 241 226 231 243 228 196 63 230 202 70 230 234 245 230 235 243 232 240 251 233 208 76 233 235 240 233 236 247 233 237 244 233 237 246 235 214 82 235 238 245 236 239 248 237 239 242 238 241 249 239 242 247 240 242 242 240 242 249 240 243 249 242 220 141 242 242 227 242 244 249 242 244 250 244 244 245 244 246 250 244 246 251 245 247 250 246 247 250 246 247 251 247 248 251 247 248 252 248 249 251 248 249 252 249 99 39 249 249 253 250 147 56 250 250 253 251 169 79 251 251 253 251 252 253 252 99 38 252 178 84 252 187 89 252 199 96 252 206 99 252 252 253 252 252 254 253 253 254]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@CO??#_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3O??#@@@C@@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 28 33 37 34 41 60 37 45 83 39 48 89 42 51 96 45 55 103 49 60 112 54 65 115 54 66 115 54 66 116 57 70 107 57 70 109 59 59 58 65 79 121 65 80 125 66 80 124 68 83 130 74 71 70 77 81 85 78 95 152 80 98 153 81 98 151 83 47 28 85 102 157 86 103 157 88 101 128 90 110 162 94 106 146 94 106 147 95 83 66 95 107 147 96 74 37 97 108 148 98 109 148 98 109 149 99 110 149 101 111 150 101 111 151 101 112 151 102 102 107 102 113 151 102 113 152 103 86 54 103 113 151 103 113 152 103 114 152 104 114 152 105 115 152 105 115 153 106 116 153 107 116 154 107 117 154 108 117 154 116 124 137 123 85 65 123 107 74 125 143 184 126 64 32 126 139 158 126 143 183 127 145 185 128 145 184 129 146 185 129 147 186 130 148 186 131 148 187 131 149 187 132 141 160 133 141 159 133 143 164 134 151 188 134 151 189 134 152 189 135 152 189 136 153 190 137 154 191 138 154 191 139 156 193 141 151 173 142 69 67 142 157 193 142 158 193 143 62 26 143 158 193 143 159 194 144 157 200 144 161 195 145 161 195 146 158 202 146 162 196 147 89 55 147 160 203 147 162 196 148 165 197 149 161 204 149 164 197 150 166 198 150 166 199 151 167 199 152 149 137 152 163 206 152 168 199 153 169 201 154 96 64 154 169 201 154 170 201 155 167 207 155 171 202 156 171 202 156 171 203 157 172 203 157 173 182 157 173 203 159 147 111 159 174 204 159 175 204 160 170 210 160 174 204 160 176 205 162 172 191 162 178 207 163 173 212 163 177 206 164 177 207 164 180 207 165 147 99 165 165 166 165 178 207 166 182 208 167 147 95 167 177 214 167 181 209 169 185 209 170 179 216 170 186 215 171 185 210 172 162 152 172 185 212 172 187 217 173 186 212 174 182 218 174 188 219 175 190 221 176 184 220 176 189 214 176 190 213 176 190 218 177 145 64 177 190 215 179 193 223 180 192 216 181 193 216 181 194 214 181 195 218 182 194 214 182 195 221 183 196 219 184 195 218 184 197 219 185 95 37 185 196 219 185 197 219 185 197 222 186 185 192 187 198 220 187 200 223 188 171 94 188 199 217 192 204 226 194 97 38 195 206 220 196 168 100 196 206 218 198 207 220 202 211 222 203 212 222 205 214 224 207 215 224 208 101 40 209 217 225 210 217 226 210 219 227 212 220 227 213 220 227 214 221 228 217 103 41 217 223 229 217 224 237 219 101 37 222 177 45 222 225 232 223 228 241 224 187 54 225 105 42 226 231 241 226 231 243 228 196 63 230 202 70 230 234 245 230 235 243 232 240 251 233 208 76 233 235 240 233 236 247 233 237 244 233 237 246 235 214 82 235 238 245 236 239 248 237 239 242 238 241 249 239 242 247 240 242 242 240 242 249 240 243 249 242 220 141 242 242 227 242 244 249 242 244 250 244 244 245 244 246 250 244 246 251 245 247 250 246 247 250 246 247 251 247 248 251 247 248 252 248 249 251 248 249 252 249 99 39 249 249 253 250 147 56 250 250 253 251 169 79 251 251 253 251 252 253 252 99 38 252 178 84 252 187 89 252 199 96 252 206 99 252 252 253 252 252 254 253 253 254 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@CO??#_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3O??#@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 saveAsMethodAs22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveAsMethodAs22x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#saveAsMethodAs22x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class saveAsMethodAs22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class saveAsMethodAs22x22Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@00AU&9,#''W?,XSX9NPN1"&=P6P@@@@AU>L03TP^CL3L3L3L3L3L3@&:ES6H@&6''ML9]O%3L3L9]O%:]G/0I.?!!(P*BAE
 D3NWS4>WL9]OS9^P<KJ:R[C4 .L#/%\3%4>WS3MO%4>W,''CD''$GA\1,*:"''1Q)]O>$=OS1QO%9"*=?IK@^G907>6-$ZWS?+:S?+JS9^79Y[UI-NR@LOFO01F
 %4?:>/+:2$>WBX6;$7''!!@@CCXM=VQ)]O>/+J2,)OY,#5E*D03 @@0:/-''D[R"O+:2,+J39]6%GP0A\8@@LM!!2Z?R4+"Q0@[J-3W(V)(X6DJ_@@CCM (J.K"Q
 0B0]-65C-CF%+AGQZ@@@03[\7D0Y0*ZGD.JOH($;W$Q[='',@@LN-^''*QRZZURWII!!N;#8N]X/^YN@@CC+\WE]4%I4D& RT&"O%J<Z%MS3 @@06L7M<C@KL)2
 [FPK&SR9SX9ST<8@@LM#@ K021H<GO55<81TIHAJT5ON@@CCX0 H5MSWE7 2>4#$VR4.(18^)@@@00@/K2</)JR$)JR$)JR$)JR$)@@@@LL@@@@@@@@@@@@@
-@@@@@@@@@@@@@@CC@@@@@@@@@@@@@@@@@@@@@@@@@@@@00@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 142 69 67 129 147 186 98 109 149 242 51 50 86 103 157 240 242 242 236 239 248 126 143 183 165 147 99 146 162 196 187 200 223 164 177 207 143 158 193 163 177 206 183 196 219 147 89 55 66 80 124 205 214 224 180 192 216 247 248 252 203 212 222 255 100 39 170 179 216 123 107 74 217 223 229 186 185 192 77 81 85 188 199 217 242 242 227 78 95 152 138 154 191 107 116 154 226 231 241 242 220 141 106 116 153 157 173 203 156 171 202 255 106 42 242 244 250 247 105 44 173 186 212 83 47 28 196 206 218 239 242 247 147 160 203 146 158 202 54 66 115 95 83 66 225 105 42 163 173 212 253 253 254 176 190 218 222 177 45 101 112 151 131 148 187 130 148 186 99 110 149 129 146 185 96 74 37 195 206 220 148 165 197 166 182 208 165 178 207 184 197 219 188 171 94 81 98 151 255 236 120 133 141 159 181 193 216 249 249 253 248 249 252 155 167 207 88 101 128 174 188 219 250 147 56 246 247 250 170 186 215 42 51 96 154 96 64 94 106 147 233 236 247 162 178 207 80 98 153 160 176 205 108 117 154 159 174 204 176 189 214 141 151 173 149 161 204 252 99 38 57 70 107 213 220 227 233 235 240 126 139 158 134 151 189 103 113 152 102 113 151 254 107 43 101 111 150 192 204 226 150 166 198 159 147 111 149 164 197 39 48 89 185 196 219 179 193 223 250 250 253 217 224 237 222 225 232 127 145 185 95 107 147 233 237 246 142 158 193 230 235 243 165 165 166 208 101 40 176 190 213 252 199 96 244 246 250 167 177 214 185 95 37 139 156 193 37 45 83 137 154 191 156 171 203 135 152 189 104 114 152 155 171 202 154 169 201 102 102 107 240 242 249 34 41 60 54 66 116 210 217 226 209 217 225 251 251 253 219 101 37 97 108 148 145 161 195 164 180 207 230 202 70 175 190 221 172 162 152 246 247 251 245 247 250 28 33 37 255 101 39 254 99 38 237 239 242 233 208 76 224 187 54 230 234 245 182 195 221 217 103 41 107 117 154 157 172 203 105 115 152 177 145 64 45 55 103 198 207 220 194 97 38 171 185 210 144 157 200 54 65 115 103 86 54 212 220 227 252 252 253 255 117 45 182 194 214 223 228 241 102 113 152 162 172 191 101 111 151 131 149 187 150 166 199 244 244 245 98 109 148 238 241 249 128 145 184 249 99 39 147 162 196 167 181 209 233 237 244 247 248 251 172 187 217 125 143 184 252 178 84 159 175 204 65 80 125 177 190 215 244 246 251 242 244 249 157 173 182 214 221 228 255 255 255 226 231 243 134 152 189 103 114 152 153 169 201 228 196 63 151 167 199 235 238 245 210 219 227 185 197 219 184 195 218 49 60 112 152 149 137 207 215 224 65 79 121 248 249 251 143 62 26 176 184 220 251 169 79 90 110 162 174 182 218 85 102 157 94 106 146 144 161 195 185 197 222 143 159 194 142 157 193 181 195 218 160 174 204 132 141 160 74 71 70 202 211 222 126 64 32 152 163 206 167 147 95 68 83 130 133 143 164 252 206 99 136 153 190 105 115 153 134 151 188 103 113 151 154 170 201 123 85 65 152 168 199 240 243 249 172 185 212 235 214 82 169 185 209 232 240 251 252 187 89 57 70 109 196 168 100 187 198 220 59 59 58 252 252 254 160 170 210 251 252 253 181 194 214 116 124 137]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C_??C???;???????????????;???3???#???#???#???#???#???#???#???#???#???#???#_??C@@@C@@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@CC@@@@@@@@@@@@@@@@@@@@@@@@@@@@00@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 142 69 67 129 147 186 98 109 149 242 51 50 86 103 157 240 242 242 236 239 248 126 143 183 165 147 99 146 162 196 187 200 223 164 177 207 143 158 193 163 177 206 183 196 219 147 89 55 66 80 124 205 214 224 180 192 216 247 248 252 203 212 222 255 100 39 170 179 216 123 107 74 217 223 229 186 185 192 77 81 85 188 199 217 242 242 227 78 95 152 138 154 191 107 116 154 226 231 241 242 220 141 106 116 153 157 173 203 156 171 202 255 106 42 242 244 250 247 105 44 173 186 212 83 47 28 196 206 218 239 242 247 147 160 203 146 158 202 54 66 115 95 83 66 225 105 42 163 173 212 253 253 254 176 190 218 222 177 45 101 112 151 131 148 187 130 148 186 99 110 149 129 146 185 96 74 37 195 206 220 148 165 197 166 182 208 165 178 207 184 197 219 188 171 94 81 98 151 255 236 120 133 141 159 181 193 216 249 249 253 248 249 252 155 167 207 88 101 128 174 188 219 250 147 56 246 247 250 170 186 215 42 51 96 154 96 64 94 106 147 233 236 247 162 178 207 80 98 153 160 176 205 108 117 154 159 174 204 176 189 214 141 151 173 149 161 204 252 99 38 57 70 107 213 220 227 233 235 240 126 139 158 134 151 189 103 113 152 102 113 151 254 107 43 101 111 150 192 204 226 150 166 198 159 147 111 149 164 197 39 48 89 185 196 219 179 193 223 250 250 253 217 224 237 222 225 232 127 145 185 95 107 147 233 237 246 142 158 193 230 235 243 165 165 166 208 101 40 176 190 213 252 199 96 244 246 250 167 177 214 185 95 37 139 156 193 37 45 83 137 154 191 156 171 203 135 152 189 104 114 152 155 171 202 154 169 201 102 102 107 240 242 249 34 41 60 54 66 116 210 217 226 209 217 225 251 251 253 219 101 37 97 108 148 145 161 195 164 180 207 230 202 70 175 190 221 172 162 152 246 247 251 245 247 250 28 33 37 255 101 39 254 99 38 237 239 242 233 208 76 224 187 54 230 234 245 182 195 221 217 103 41 107 117 154 157 172 203 105 115 152 177 145 64 45 55 103 198 207 220 194 97 38 171 185 210 144 157 200 54 65 115 103 86 54 212 220 227 252 252 253 255 117 45 182 194 214 223 228 241 102 113 152 162 172 191 101 111 151 131 149 187 150 166 199 244 244 245 98 109 148 238 241 249 128 145 184 249 99 39 147 162 196 167 181 209 233 237 244 247 248 251 172 187 217 125 143 184 252 178 84 159 175 204 65 80 125 177 190 215 244 246 251 242 244 249 157 173 182 214 221 228 255 255 255 226 231 243 134 152 189 103 114 152 153 169 201 228 196 63 151 167 199 235 238 245 210 219 227 185 197 219 184 195 218 49 60 112 152 149 137 207 215 224 65 79 121 248 249 251 143 62 26 176 184 220 251 169 79 90 110 162 174 182 218 85 102 157 94 106 146 144 161 195 185 197 222 143 159 194 142 157 193 181 195 218 160 174 204 132 141 160 74 71 70 202 211 222 126 64 32 152 163 206 167 147 95 68 83 130 133 143 164 252 206 99 136 153 190 105 115 153 134 151 188 103 113 151 154 170 201 123 85 65 152 168 199 240 243 249 172 185 212 235 214 82 169 185 209 232 240 251 252 187 89 57 70 109 196 168 100 187 198 220 59 59 58 252 252 254 160 170 210 251 252 253 181 194 214 116 124 137 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C_??C???;???????????????;???3???#???#???#???#???#???#???#???#???#???#???#_??C@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 saveImage22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveImage22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#saveImage22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class saveImage22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class saveImage22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @BHGO3<?O3<?O3<?O3<?O3<?EB1F@CT3RR8.K"8.K"8.K"8.K"8.K!!P C",NAD$.K"8.K"8.K"8.K"8.K"8THCL+C#MIK"8;N3,;N3,;N3,;N28.EB@NJ083
 RR8.K"8.K"8.K"8.K"8.K!!P OB,NL4$.K#,;N3,;N3,;N3,;K"8TC30+C#MIK"8.K"8.K"8.K"8.K"8.E@<<J083RR8.N3,;N3,;N3,;N3,.K!!POOB,NL4$.
 K"8.K"8.K"8.K"8.K"8TC30EMSMIK"8.K"8.K"8.K"8.K"8.EC4*J08NA#((E!!\?O3<?O3<?O3<?F!!P!!J",5L2@=M1,AGA0\GA0\GA0\G@(9MT EM PDA@PD
 MR4-KR4-KSYHKST5KSUHASXDA@P3MBT9BQ-APTDIP!!H"CP4NR@T6ACLDC$XLC@0LC@0LJR82P@UFC$ EM#L3C 8XCB0,KB<]G4\.B4@+Q#MHASX3MSL6F@0,
 KB0@G38$K -@J4XNR@T6C 8NM!! LKB0,P4\QBB81NB-FL4 EM 85C#XXCB0,K@LYBD)JN# +Q 9HASXNC#T6F@0,KB0WK  YDAL#J4X3R@T6C#T5M!! LI01G
-FP QQ2$SH2-FL2(+@BD=OQ +I!!8^@#,BEQ5DLBL+J34X@@@a') ; colorMapFromArray:#[107 132 173 123 148 206 189 198 198 198 206 222 0 115 214 0 49 148 8 66 165 16 57 156 247 255 255 90 148 206 132 165 206 140 156 206 206 214 222 0 82 181 0 107 206 0 66 173 247 247 239 247 247 247 57 115 198 123 140 189 148 173 214 189 189 198 198 206 231 222 231 239 0 57 165 239 247 247 239 231 239 82 140 198 123 165 214 189 189 189 198 189 189 214 214 222 0 74 173 0 82 189 0 74 181 0 33 148 247 247 255 66 140 206 140 148 173 181 189 189 165 181 214 231 231 222 0 99 198 0 49 156 0 41 148 0 99 214 255 255 255 90 115 156 107 123 173 132 156 206 148 156 206 0 115 206 0 90 189 0 107 214 0 99 206 33 99 181 0 24 148 90 148 214 132 148 198 198 198 198 0 107 198 0 66 165 231 231 231 231 231 239 0 24 140 66 132 189 99 165 222 156 173 198 198 198 189 236 233 216 0 57 156 231 239 239 0 90 198 24 74 165 255 255 247]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_??8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<_??8') ; yourself); yourself]
+FP QQ2$SH2-FL2(+@BD=OQ +I!!8^@#,BEQ5DLBL+J34X@@@a');
+                colorMapFromArray:#[ 107 132 173 123 148 206 189 198 198 198 206 222 0 115 214 0 49 148 8 66 165 16 57 156 247 255 255 90 148 206 132 165 206 140 156 206 206 214 222 0 82 181 0 107 206 0 66 173 247 247 239 247 247 247 57 115 198 123 140 189 148 173 214 189 189 198 198 206 231 222 231 239 0 57 165 239 247 247 239 231 239 82 140 198 123 165 214 189 189 189 198 189 189 214 214 222 0 74 173 0 82 189 0 74 181 0 33 148 247 247 255 66 140 206 140 148 173 181 189 189 165 181 214 231 231 222 0 99 198 0 49 156 0 41 148 0 99 214 255 255 255 90 115 156 107 123 173 132 156 206 148 156 206 0 115 206 0 90 189 0 107 214 0 99 206 33 99 181 0 24 148 90 148 214 132 148 198 198 198 198 0 107 198 0 66 165 231 231 231 231 231 239 0 24 140 66 132 189 99 165 222 156 173 198 198 198 189 236 233 216 0 57 156 231 239 239 0 90 198 24 74 165 255 255 247 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_??8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<_??8');
+                            yourself);
+                yourself
+        ]
 !
 
 saveImageAsMethod22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveImageAsMethod22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#saveImageAsMethod22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class saveImageAsMethod22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class saveImageAsMethod22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 OS4=OS4=OS4=OS4=OS4=O]OP4Y,=OS4@@@@@@C4=OS4=OS4=O\^Y<[B30S4=@@@@@@@=OS4=OS4=OS76)=3Z5Y@=@@@@@@@@OS4=OS4/A0_B8*+]09V3OP@@
 @@@@@@@=OS4/A6X?:*[/&M^TOS4@@@@@@@@=OS4IK6ZE!!JR,=LV(3#4=OP@@@@@@@@@IQTVE!!\*_1-"\=S4=OP@@@@@@@B<IM8RE!!XW@7*KH<:T=OS4@@@@@
 @A8^YXVE!!X_%*=?M9M''!!OS4=@@@@@AAE!!HVE!!X^G(\.V+=SRI @@OP@@@BX<!!HVE!!X^G++7L:9^8I @@@C4@@@@@I(RD!!XVG!!>''(.)N1<@@@@@@=@@@@@BX<
 !!HREB+^^(>3-#;,@@@@=OPBI"X&II#2D!!HW[-+:<1N^I"X&I"S4@"X2L#H0&!!HRD5*&Z$^;&#H2L"8$=@H&L"H"H"BYE!!KJ0''ZB4"H"H"H*IOPBI#H"H"(*J
 "(*5,OK#"(*J"H"J"S4@"X2H"H"H"H"H.YKO"H"H"H"H"($=@H&L"H"H"H"H"K>-"H"H"H"H"H*IOPBI"8*J"(*J"(+I"(*J"(*J"(*J"S4@"X&I"X&I"X&I
-"X&I"X&I"X&I"X$=@@@@@@@@@@@@@@@@@@@@@@@@@@@=OP@a') ; colorMapFromArray:#[111 104 104 112 112 112 127 80 40 127 120 120 128 96 64 128 104 48 128 120 112 128 128 128 143 104 64 143 136 136 144 112 48 144 112 72 144 112 88 144 112 96 159 112 64 159 120 88 159 152 152 160 120 40 160 120 56 160 136 48 160 136 88 160 136 120 160 144 104 160 144 128 160 152 112 160 160 160 175 136 104 175 136 112 175 136 120 175 152 128 175 168 168 176 136 96 176 144 96 176 152 96 176 152 112 176 152 120 176 160 112 176 168 152 176 176 176 191 144 64 191 152 56 191 168 160 192 144 48 192 160 56 192 160 104 192 176 144 192 176 152 192 192 192 207 160 64 207 168 112 207 176 112 207 176 120 207 184 112 207 184 128 207 192 160 207 200 200 208 176 72 208 176 80 208 176 104 208 192 184 208 208 208 223 184 88 223 192 104 223 216 216 224 192 64 224 192 112 224 192 128 224 200 104 224 208 168 224 224 224 239 192 96 239 208 72 239 208 104 239 208 112 239 208 144 239 216 152 239 216 168 239 224 176 239 232 200 239 232 232 239 232 248 240 208 56 240 208 64 240 208 120 240 216 72 240 216 80 240 216 88 240 216 112 240 216 136 240 216 176 240 224 88 240 224 112 240 224 120 240 224 136 240 224 144 240 224 184 240 232 144 240 232 160 240 232 208 240 240 168 240 240 208 240 240 240 240 240 248 255 208 64 255 216 88 255 216 112 255 216 120 255 216 136 255 224 96 255 224 104 255 224 120 255 224 128 255 224 144 255 224 152 255 224 160 255 232 120 255 232 128 255 232 152 255 232 168 255 232 176 255 232 184 255 232 192 255 240 176 255 240 184 255 240 192 255 240 200 255 240 208 255 240 216 255 240 224 255 248 216 255 248 224 255 248 240 255 248 248 168 216 224 0 136 0 0 204 0 32 223 32 64 64 64 16 111 16 170 170 170 199 247 199 0 0 0 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C0@@G8@@G8@A?8@C?0@G?0@O? @?? A?? C?? G??@C?>@C?>@_??8_??8_??8_??8_??8_??8_??8_??8@@@@') ; yourself); yourself]
+"X&I"X&I"X&I"X$=@@@@@@@@@@@@@@@@@@@@@@@@@@@=OP@a');
+                colorMapFromArray:#[ 111 104 104 112 112 112 127 80 40 127 120 120 128 96 64 128 104 48 128 120 112 128 128 128 143 104 64 143 136 136 144 112 48 144 112 72 144 112 88 144 112 96 159 112 64 159 120 88 159 152 152 160 120 40 160 120 56 160 136 48 160 136 88 160 136 120 160 144 104 160 144 128 160 152 112 160 160 160 175 136 104 175 136 112 175 136 120 175 152 128 175 168 168 176 136 96 176 144 96 176 152 96 176 152 112 176 152 120 176 160 112 176 168 152 176 176 176 191 144 64 191 152 56 191 168 160 192 144 48 192 160 56 192 160 104 192 176 144 192 176 152 192 192 192 207 160 64 207 168 112 207 176 112 207 176 120 207 184 112 207 184 128 207 192 160 207 200 200 208 176 72 208 176 80 208 176 104 208 192 184 208 208 208 223 184 88 223 192 104 223 216 216 224 192 64 224 192 112 224 192 128 224 200 104 224 208 168 224 224 224 239 192 96 239 208 72 239 208 104 239 208 112 239 208 144 239 216 152 239 216 168 239 224 176 239 232 200 239 232 232 239 232 248 240 208 56 240 208 64 240 208 120 240 216 72 240 216 80 240 216 88 240 216 112 240 216 136 240 216 176 240 224 88 240 224 112 240 224 120 240 224 136 240 224 144 240 224 184 240 232 144 240 232 160 240 232 208 240 240 168 240 240 208 240 240 240 240 240 248 255 208 64 255 216 88 255 216 112 255 216 120 255 216 136 255 224 96 255 224 104 255 224 120 255 224 128 255 224 144 255 224 152 255 224 160 255 232 120 255 232 128 255 232 152 255 232 168 255 232 176 255 232 184 255 232 192 255 240 176 255 240 184 255 240 192 255 240 200 255 240 208 255 240 216 255 240 224 255 248 216 255 248 224 255 248 240 255 248 248 168 216 224 0 136 0 0 204 0 32 223 32 64 64 64 16 111 16 170 170 170 199 247 199 0 0 0 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C0@@G8@@G8@A?8@C?0@G?0@O? @?? A?? C?? G??@C?>@C?>@_??8_??8_??8_??8_??8_??8_??8_??8@@@@');
+                            yourself);
+                yourself
+        ]
 !
 
 saveImageBlack22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self saveImageBlack22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#saveImageBlack22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class saveImageBlack22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class saveImageBlack22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@DR@0LC@0LC@0LC@0LC@0LCDALW@@HZ@P\GA0\GA0\GA0\GA0\GA1@RF!!LBF DGA0\GA0\GA0\GA0\GA0\PD!!(W@!!(AA0\XFA XFA XFA XF@\GDAHBD0HZ
 @P\GA0\GA0\GA0\GA0\GA1@R@!!LBF DGA1 XFA XFA XFA XA0\PD HS@!!(AA0\GA0\GA0\GA0\GA0\GDAHBE0HZ@P\GFA XFA XFA XFA GA1@R@!!LBF DG
 A0\GA0\GA0\GA0\GA0\PD HS@!!([A0\GA0\GA0\GA0\GA0\GDAHBD0HZD!!DY@A0C@0LC@0LC@0LC@1@[F1LBF DRF TQCP4MCP4MCP4MCQ@I@!!,S@!!(ZF!!(Z
 @ HB@ HB@!!,[@ HB@ H[D0HZF!!(ZF0TNBP$EB TIDP(R@PDBF1LBF!!(Z@!!\DA@PDA@PD@0\MB1LWF!!,S@!!(ZF HWAALSD0XTA@ GCQXSE1([D0HZF!!(BE0PS
 D1LIA@LLA04VD1\ZF1LB@ HB@!!\DD1LSEP LA0\ME!!LWF!!,S@ HB@ HWAALSD0@LA0\GDQXSE1([D0HB@ HBE0PSD1LCA0\LC@8VD1\ZF1LB@ HB@!!\DE@PC
-C@\L@0LNE!!LWF HS@@DRD!!\SDQPTFA XEAPXAQXWE1HW@@@a') ; colorMapFromArray:#[206 206 206 66 66 66 82 82 82 231 231 231 214 214 214 123 123 123 107 107 107 255 255 255 239 239 239 132 132 132 115 115 115 24 24 24 247 247 247 156 156 156 140 140 140 236 233 216 165 165 165 148 148 148 57 57 57 41 41 41 189 189 189 173 173 173 33 33 33 49 49 49 198 198 198 181 181 181 90 90 90 74 74 74 222 222 222]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_??8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<_??8') ; yourself); yourself]
+C@\L@0LNE!!LWF HS@@DRD!!\SDQPTFA XEAPXAQXWE1HW@@@a');
+                colorMapFromArray:#[ 206 206 206 66 66 66 82 82 82 231 231 231 214 214 214 123 123 123 107 107 107 255 255 255 239 239 239 132 132 132 115 115 115 24 24 24 247 247 247 156 156 156 140 140 140 236 233 216 165 165 165 148 148 148 57 57 57 41 41 41 189 189 189 173 173 173 33 33 33 49 49 49 198 198 198 181 181 181 90 90 90 74 74 74 222 222 222 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_??8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<_??8');
+                            yourself);
+                yourself
+        ]
 !
 
 searchFile22x22Icon
@@ -2948,55 +3982,79 @@
 !
 
 searchFile22x22Icon1
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self searchFile22x22Icon1 inspect
      ImageEditor openOnClass:self andSelector:#searchFile22x22Icon1
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class searchFile22x22Icon1'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class searchFile22x22Icon1'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 .[&9S\DQ''C59HRJ9.[&9.[&9.[&9.[&9)4]>.5!!JKM4: BB9.[&9.[&9.[&98RV[X%LD_3]ZM;48\+&9.[&9.[&9Q#1PL*<]] ",@Z5$(Y*9.[&9.[&9.PBP
 FZ?JX@627L=,NPW^9+&9.[&9.[$8 3JWB3C3#N_Z.CQ]]_R9.PB9.[&9_JO2P*,#^>)=\F8K$3[C.[&9.[&9.T?W''Y6K:9%@[ZJR$)K"20>9.[&9.[%OO?JB
 %4R3Z]P5J^LJ/L!!8.[&9.[&9EKZ:4%$SRS;GJM"J=V/&;;&9.[&9.Z@*#I5''%T$MI7QW/527N>>9.[&9.[''L^!!BB+9XFPG54U;=EU@\_.[&9.[&9.RA1Z)UB
 E+8U)DL-F<-_G;&9.[&9.[$$5.5LE=2>G--%"I:T"Z8/.[&9.[&9IK%U!!MGI2^P[I$!!K*L6Q]<Z9.[&9.RR9*(XL44F5:N3.S/FA8M=7U+&9.[$$.Z&F!!+QA
 -^#,;$9&[1+ 76!![.[&9IK&)* 3SPTG(:N3BS*Y/''8>1@5:9.RR9*Z*F44EA:N#,S$:%B]$BX]CUX;$$.XXL44EA-^#,;$;ELY +3%HN$X^9IK''0TUF*!!-MA
-GGO,;$:X.Q#D0AH..T"0#X6M#X6M#X6N#(:N9[&9!!Q#)L0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[190 190 203 179 214 235 253 233 159 206 121 14 178 214 234 181 215 227 221 251 253 200 204 216 208 240 250 148 126 112 216 232 238 229 254 254 245 246 250 228 252 253 246 211 132 164 169 187 189 230 251 188 204 227 160 107 51 219 249 254 135 145 175 224 246 249 216 247 251 207 244 252 138 79 26 196 229 251 253 232 155 111 112 138 240 242 248 215 247 253 221 246 249 140 145 163 177 180 196 192 198 214 195 195 207 243 254 254 207 211 222 163 190 225 170 172 189 231 251 252 230 249 251 230 247 251 149 187 221 151 87 25 143 210 248 213 223 231 140 128 133 207 127 27 240 254 254 227 230 238 200 234 251 92 92 122 220 252 254 227 247 251 216 246 250 170 205 228 167 177 202 203 237 247 152 195 230 188 191 206 170 190 218 152 189 230 227 253 254 174 211 235 225 251 252 241 243 248 216 248 253 230 242 247 216 246 253 213 220 227 198 198 209 175 196 226 210 214 224 224 253 254 144 211 248 201 202 215 172 208 226 219 219 226 231 233 241 129 156 197 172 214 249 249 250 252 253 235 160 178 214 235 95 95 124 243 244 246 187 112 26 232 241 245 140 207 247 210 242 253 168 204 225 176 105 25 227 235 240 205 238 248 166 98 25 188 190 205 228 254 254 246 213 133 174 210 234 156 91 25 176 211 226 174 187 201 212 185 159 207 240 253 210 124 15 234 253 253 195 235 251 199 212 222 200 234 246 233 251 252 224 252 253 198 136 46 202 233 238 128 150 182 166 166 183 238 240 247 228 243 247 178 208 221 213 245 252 218 131 16 138 143 162 179 198 222 124 137 168 231 249 253 144 168 204 229 249 251 134 188 237 175 211 231 178 184 201 241 208 124 211 243 253 159 201 235 155 156 175 130 73 25 245 247 250 153 93 31 92 94 123 164 150 144 230 240 245 207 239 252 206 239 251 151 156 174 149 154 172 246 214 135 151 191 230 230 160 50 189 212 221 224 251 252 167 167 183 216 248 254 215 248 253 215 246 253 141 146 164 214 246 252 156 162 182 154 197 236 166 195 228 204 237 252 136 136 159 253 233 158 132 132 155 162 214 237 186 212 221 170 207 235 227 244 248 229 231 240 207 182 159 213 213 221 175 161 154 247 248 251 246 248 250 230 254 254 197 231 248 192 227 243 208 130 31 209 242 253 154 159 176 236 167 55 206 238 250 227 252 254 242 244 249 241 242 248 166 207 237 160 165 185 214 247 251 255 255 255 205 238 252 125 194 246 210 230 237 151 213 245 219 246 249 233 238 243 246 222 150 218 218 225 232 234 242 138 139 163 179 124 48 230 232 240 197 120 26 230 251 253 130 131 155 101 115 143 221 252 254 128 129 153 125 125 150 198 129 40 185 129 47 187 222 237 236 166 54 111 118 146 198 232 251 243 245 249 227 251 253 202 118 14 206 206 216 174 209 234 233 246 249 192 132 47 195 229 238 222 245 248 215 246 251 137 206 247 156 184 203 236 168 57 246 214 136 206 208 219 187 212 220 230 246 249 101 112 139 143 148 167 144 146 168 222 247 251 237 239 246 122 110 120 213 246 252 214 244 253 235 237 244 113 126 154 234 237 243 139 144 163 251 252 253 191 119 39 203 237 252 242 253 254 134 134 158 219 232 238]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G>@CO? C_?0C??0C??8C??8C??8C??<C??<C??<C??<C??<C_?<C_?>C_??C_??#_??3_??;_???_???_?=?_?<?') ; yourself); yourself]
+GGO,;$:X.Q#D0AH..T"0#X6M#X6M#X6N#(:N9[&9!!Q#)L0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 190 190 203 179 214 235 253 233 159 206 121 14 178 214 234 181 215 227 221 251 253 200 204 216 208 240 250 148 126 112 216 232 238 229 254 254 245 246 250 228 252 253 246 211 132 164 169 187 189 230 251 188 204 227 160 107 51 219 249 254 135 145 175 224 246 249 216 247 251 207 244 252 138 79 26 196 229 251 253 232 155 111 112 138 240 242 248 215 247 253 221 246 249 140 145 163 177 180 196 192 198 214 195 195 207 243 254 254 207 211 222 163 190 225 170 172 189 231 251 252 230 249 251 230 247 251 149 187 221 151 87 25 143 210 248 213 223 231 140 128 133 207 127 27 240 254 254 227 230 238 200 234 251 92 92 122 220 252 254 227 247 251 216 246 250 170 205 228 167 177 202 203 237 247 152 195 230 188 191 206 170 190 218 152 189 230 227 253 254 174 211 235 225 251 252 241 243 248 216 248 253 230 242 247 216 246 253 213 220 227 198 198 209 175 196 226 210 214 224 224 253 254 144 211 248 201 202 215 172 208 226 219 219 226 231 233 241 129 156 197 172 214 249 249 250 252 253 235 160 178 214 235 95 95 124 243 244 246 187 112 26 232 241 245 140 207 247 210 242 253 168 204 225 176 105 25 227 235 240 205 238 248 166 98 25 188 190 205 228 254 254 246 213 133 174 210 234 156 91 25 176 211 226 174 187 201 212 185 159 207 240 253 210 124 15 234 253 253 195 235 251 199 212 222 200 234 246 233 251 252 224 252 253 198 136 46 202 233 238 128 150 182 166 166 183 238 240 247 228 243 247 178 208 221 213 245 252 218 131 16 138 143 162 179 198 222 124 137 168 231 249 253 144 168 204 229 249 251 134 188 237 175 211 231 178 184 201 241 208 124 211 243 253 159 201 235 155 156 175 130 73 25 245 247 250 153 93 31 92 94 123 164 150 144 230 240 245 207 239 252 206 239 251 151 156 174 149 154 172 246 214 135 151 191 230 230 160 50 189 212 221 224 251 252 167 167 183 216 248 254 215 248 253 215 246 253 141 146 164 214 246 252 156 162 182 154 197 236 166 195 228 204 237 252 136 136 159 253 233 158 132 132 155 162 214 237 186 212 221 170 207 235 227 244 248 229 231 240 207 182 159 213 213 221 175 161 154 247 248 251 246 248 250 230 254 254 197 231 248 192 227 243 208 130 31 209 242 253 154 159 176 236 167 55 206 238 250 227 252 254 242 244 249 241 242 248 166 207 237 160 165 185 214 247 251 255 255 255 205 238 252 125 194 246 210 230 237 151 213 245 219 246 249 233 238 243 246 222 150 218 218 225 232 234 242 138 139 163 179 124 48 230 232 240 197 120 26 230 251 253 130 131 155 101 115 143 221 252 254 128 129 153 125 125 150 198 129 40 185 129 47 187 222 237 236 166 54 111 118 146 198 232 251 243 245 249 227 251 253 202 118 14 206 206 216 174 209 234 233 246 249 192 132 47 195 229 238 222 245 248 215 246 251 137 206 247 156 184 203 236 168 57 246 214 136 206 208 219 187 212 220 230 246 249 101 112 139 143 148 167 144 146 168 222 247 251 237 239 246 122 110 120 213 246 252 214 244 253 235 237 244 113 126 154 234 237 243 139 144 163 251 252 253 191 119 39 203 237 252 242 253 254 134 134 158 219 232 238 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'G>@CO? C_?0C??0C??8C??8C??8C??<C??<C??<C??<C??<C_?<C_?>C_??C_??#_??3_??;_???_???_?=?_?<?');
+                            yourself);
+                yourself
+        ]
 !
 
 searchFile22x22Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self searchFile22x22Icon2 inspect
      ImageEditor openOnClass:self andSelector:#searchFile22x22Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class searchFile22x22Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class searchFile22x22Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 L#H2^7-<_W9? HD2L#H2L#H2L#H2L#H2 (ND!!XZG"HZI"(,2L#H2L#H2L#H2#H6N#9BQ$YFQ$)NT%SH2L#H2L#H2 IZW&I&Y&Y&Z&YFQ&902L#H2L#H2L)6^
 &)&_(JBX&Y&Q$YF!!(#H2L#H2L#JT(9"Y(JR$&JVY&Y>X)*\2L#H2L#H2*J&X'':B$(I& &ZB (JV*J"(4L#H2L*.O&I"X&Y& +J6-+Z6.)5-[ISH2L#J+#9"Y
 &ZV +JB-+Z6/,J]2\"T2L#H2,[JX,9&_(JB (KR5+;Z"U6 TIQ0[L*^7&I"8'':B (KV9.+.<''SHTVE!!XF3H2/[:Y&[>_(JB5.[+@0S-\WG%9V@L2L(/B,9>_
 )ZV-+[W@0:^]]5!!6QA@2L#HY1LWF.I&%)ZWG0\"U2\+KVA(2L#H2FD1!!3L7N3,;C35SP4]KS5MTRL#H2L!!]GO"],TVYTY%Q+Z=[W6M''T6#H2L#HSORX?R5=
 S6QPYFS[7M7X6];_L#H2D3,^YT%IRT)JW$9"S.C\7^G"8>P2L!!P!!M$YFWTY]RC0.G00I9]K]8^K&93HUB6MEMRHMAPPGC142L#K(:^+!!4>\2GP@B@P QHCH2
-L#H2L#H2L./,;^;/L#H2L#H2L#H2L#H2L#H2L#H2<N/10P@a') ; colorMapFromArray:#[127 80 47 128 96 64 128 111 48 128 127 112 143 111 64 144 112 48 144 112 79 144 112 95 144 112 96 159 112 64 159 127 95 160 127 47 160 127 63 160 143 48 160 143 95 160 143 127 160 144 111 160 144 128 160 159 112 175 143 111 175 143 112 175 143 127 175 159 128 176 143 96 176 144 96 176 159 96 176 159 112 176 159 127 176 160 112 176 175 159 191 144 64 191 159 63 191 175 160 192 144 48 192 160 63 192 160 111 192 176 144 192 176 159 207 160 64 207 160 80 207 175 112 207 176 112 207 176 127 207 191 112 207 191 128 207 192 160 208 176 79 208 176 80 208 176 111 208 192 191 223 191 95 223 192 111 223 208 208 224 192 64 224 192 112 224 192 128 224 207 111 224 208 175 224 223 207 239 192 96 239 208 79 239 208 111 239 208 112 239 208 144 239 223 159 239 223 175 239 224 176 239 224 223 239 239 207 240 208 63 240 208 64 240 208 127 240 223 79 240 223 80 240 223 95 240 223 112 240 223 143 240 223 176 240 224 95 240 224 112 240 224 127 240 224 143 240 224 144 240 224 191 240 239 144 240 239 160 240 239 175 240 239 176 240 239 208 240 240 175 240 240 191 240 240 192 240 240 208 255 208 64 255 223 95 255 223 112 255 223 127 255 223 143 255 224 96 255 224 111 255 224 127 255 224 128 255 224 144 255 224 159 255 224 160 255 239 127 255 239 128 255 239 159 255 239 175 255 239 176 255 239 191 255 239 192 255 240 176 255 240 191 255 240 192 255 240 207 255 240 208 255 240 223 255 240 224 255 255 223 255 255 224 255 255 240 255 248 248 223 216 224 191 200 224 160 192 224 159 184 224 176 192 216 192 192 208 192 192 200 208 208 216 175 192 224 128 184 232 127 192 240 143 200 240 144 208 248 143 208 248 159 192 224 176 184 200 176 176 192 207 208 216 160 184 224 159 192 232 175 208 232 176 208 232 207 232 240 175 200 224 144 208 240 160 176 200 160 160 176 175 184 216 175 208 248 207 232 248 208 240 248 192 224 248 160 208 232 159 160 176 191 184 200 144 184 224 223 248 248 224 248 248 159 184 200 144 144 168 159 200 232 240 248 248 223 240 248 176 208 216 128 128 152 144 168 200 175 200 232 143 136 160 128 152 192 239 248 248 224 240 248 191 208 216 223 232 232 208 224 232 128 144 168 160 200 232 192 232 248 239 240 248 224 240 240 192 208 216 144 184 216 207 240 248 239 240 240 239 232 240 224 232 240 160 160 184 127 136 168 191 224 248 208 248 248 208 216 224 95 88 120 128 144 176 111 112 136 207 200 216 112 120 152 175 208 224 175 184 200 143 136 152 160 144 144 208 128 24 207 120 24 159 152 168 111 112 144 96 112 136 175 168 184 207 200 208 175 160 152 192 128 40 224 160 48 223 128 16 192 120 24 191 112 32 240 208 120 240 208 136 239 168 56 191 112 24 208 184 152 192 136 40 255 232 152 208 120 8 176 104 24 207 176 152 240 208 128 239 160 48 207 120 8 160 96 24 144 120 112 207 112 8 159 88 24 144 80 24 191 128 40 255 232 160 143 72 24 176 120 48 240 216 144 160 104 48 143 128 128 128 72 24 127 104 120]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G>@@O? @_?0@??0@??8@??8@???@???@???@???8???8_??8_??0_?? _?? _?? _??0_??8_??<_?#<_0A<@@@<') ; yourself); yourself]
+L#H2L#H2L./,;^;/L#H2L#H2L#H2L#H2L#H2L#H2<N/10P@a');
+                colorMapFromArray:#[ 127 80 47 128 96 64 128 111 48 128 127 112 143 111 64 144 112 48 144 112 79 144 112 95 144 112 96 159 112 64 159 127 95 160 127 47 160 127 63 160 143 48 160 143 95 160 143 127 160 144 111 160 144 128 160 159 112 175 143 111 175 143 112 175 143 127 175 159 128 176 143 96 176 144 96 176 159 96 176 159 112 176 159 127 176 160 112 176 175 159 191 144 64 191 159 63 191 175 160 192 144 48 192 160 63 192 160 111 192 176 144 192 176 159 207 160 64 207 160 80 207 175 112 207 176 112 207 176 127 207 191 112 207 191 128 207 192 160 208 176 79 208 176 80 208 176 111 208 192 191 223 191 95 223 192 111 223 208 208 224 192 64 224 192 112 224 192 128 224 207 111 224 208 175 224 223 207 239 192 96 239 208 79 239 208 111 239 208 112 239 208 144 239 223 159 239 223 175 239 224 176 239 224 223 239 239 207 240 208 63 240 208 64 240 208 127 240 223 79 240 223 80 240 223 95 240 223 112 240 223 143 240 223 176 240 224 95 240 224 112 240 224 127 240 224 143 240 224 144 240 224 191 240 239 144 240 239 160 240 239 175 240 239 176 240 239 208 240 240 175 240 240 191 240 240 192 240 240 208 255 208 64 255 223 95 255 223 112 255 223 127 255 223 143 255 224 96 255 224 111 255 224 127 255 224 128 255 224 144 255 224 159 255 224 160 255 239 127 255 239 128 255 239 159 255 239 175 255 239 176 255 239 191 255 239 192 255 240 176 255 240 191 255 240 192 255 240 207 255 240 208 255 240 223 255 240 224 255 255 223 255 255 224 255 255 240 255 248 248 223 216 224 191 200 224 160 192 224 159 184 224 176 192 216 192 192 208 192 192 200 208 208 216 175 192 224 128 184 232 127 192 240 143 200 240 144 208 248 143 208 248 159 192 224 176 184 200 176 176 192 207 208 216 160 184 224 159 192 232 175 208 232 176 208 232 207 232 240 175 200 224 144 208 240 160 176 200 160 160 176 175 184 216 175 208 248 207 232 248 208 240 248 192 224 248 160 208 232 159 160 176 191 184 200 144 184 224 223 248 248 224 248 248 159 184 200 144 144 168 159 200 232 240 248 248 223 240 248 176 208 216 128 128 152 144 168 200 175 200 232 143 136 160 128 152 192 239 248 248 224 240 248 191 208 216 223 232 232 208 224 232 128 144 168 160 200 232 192 232 248 239 240 248 224 240 240 192 208 216 144 184 216 207 240 248 239 240 240 239 232 240 224 232 240 160 160 184 127 136 168 191 224 248 208 248 248 208 216 224 95 88 120 128 144 176 111 112 136 207 200 216 112 120 152 175 208 224 175 184 200 143 136 152 160 144 144 208 128 24 207 120 24 159 152 168 111 112 144 96 112 136 175 168 184 207 200 208 175 160 152 192 128 40 224 160 48 223 128 16 192 120 24 191 112 32 240 208 120 240 208 136 239 168 56 191 112 24 208 184 152 192 136 40 255 232 152 208 120 8 176 104 24 207 176 152 240 208 128 239 160 48 207 120 8 160 96 24 144 120 112 207 112 8 159 88 24 144 80 24 191 128 40 255 232 160 143 72 24 176 120 48 240 216 144 160 104 48 143 128 128 128 72 24 127 104 120 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'G>@@O? @_?0@??0@??8@??8@???@???@???@???8???8_??8_??0_?? _?? _?? _??0_??8_??<_?#<_0A<@@@<');
+                            yourself);
+                yourself
+        ]
 !
 
 terminal22x22Icon
@@ -3015,8 +4073,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class terminal22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class terminal22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
  XFA XFA XFA XFA XFA XFA XFA XFAPX)8%QL9U9LQ]T52^(@/K2</ XFAGDFA XFA XFA XFA:>/+:>2ANRVA TJA(Q(ZF!!(ZF!!+#9^W%9^S- _H% XF[
  ^[K*;OZ7^C!!+]OA0?W:>8G.IXFAF8G&2:.36-7 8Z7S0\O5>/.A<BVA R^A9-2+3]G]8NF-4<G9=_+; _H% XEJ ^J6/;CR7^C!!+]OA>_W:>8G.IXFA\XG"
 *;>04-618Z7S0_''5>/.A<BVA S:A8*.36-7 ,Z7J0\OY=_+; _@% XE!! ^J?,MG]8NF-4<GC6_+;?XG/IXFAL8G",=+R7[G!!+]OA6S?U>O>A;2VA X6A8;CR
@@ -3026,55 +4084,79 @@
 !
 
 uiPainter22x22Icon3
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self uiPainter22x22Icon3 inspect
      ImageEditor openOnClass:self andSelector:#uiPainter22x22Icon3
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class uiPainter22x22Icon3'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class uiPainter22x22Icon3'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 )ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)R@?EPY%C!!QKGW5ZM050RL[C1H8+KQL?Q7<>YE@6W''UIE#@EW[*L9JN&-HAVVTIUSTY2U4@!!B6L8UA3)&,?M2HLYLW ^
 [#I''V6@QS''1_C4*55Y7P-("&SA PC@0LC@0LC@0LC@0L7Y''""<*GC@09V@0JB (JB (JB 0LB)^_9;"[0P(LT"XLB 0LC@0LC@$LCK6R.\.O:@0ICC,''C@(L
 C@0LC@0IC@234YV;9) LBP1:[@0JC@0LC@0LBP3X''-K@5<3TC@$LOF4LBP$IBP$IBP$L%K:I(,_EBP$ICBP(C@0LC@0LC@0L([B?7(*+C@0LC@1*[00IBP$I
 BP$IB]3[+XZ$80$IBP$LOWDLBPLC@0LC@:*Q%-?  *8C@0HACBT*C@$C@0LC@0ON*[F/-=(C@0LB@P0%_ 0I@0LC@0LC2Y2M!!NGY@ LC@ DLIWLLBPHB@ HB
 @*V#$IN''@ HB@ HACBUCC@$A@PDA@PF((>WV@PDA@PDA@P0%K@0LC@0LC@0L+HWBC@0LC@0LC@0LIR0LC@0LC@0LCKJ C@0LC@0LC@0LCBT,C@0LC@0LC@2<
-C@0LC@0LC@0LC@0%Y''P4MWXGBEESB@!!SH&$%IRT%IRT%Q@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[160 160 160 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 72 122 199 116 116 120 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 106 175 235 170 204 255 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 140 175 255 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 80 149 255 55 95 181 125 160 253 52 89 178 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 2 56 178 3 73 255 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 56 94 181 126 161 253 55 92 180 53 90 178 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 96 157 223 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 28 97 255 109 178 255 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 39 109 255 93 161 255 157 192 255 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 181 215 255 255 255 255 52 90 178 51 88 177 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 87 145 215 84 153 255 78 131 206 10 79 255 91 168 235 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????????') ; yourself); yourself]
+C@0LC@0LC@0LC@0%Y''P4MWXGBEESB@!!SH&$%IRT%IRT%Q@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 160 160 160 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 72 122 199 116 116 120 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 106 175 235 170 204 255 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 140 175 255 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 80 149 255 55 95 181 125 160 253 52 89 178 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 2 56 178 3 73 255 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 56 94 181 126 161 253 55 92 180 53 90 178 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 96 157 223 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 28 97 255 109 178 255 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 39 109 255 93 161 255 157 192 255 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 181 215 255 255 255 255 52 90 178 51 88 177 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 87 145 215 84 153 255 78 131 206 10 79 255 91 168 235 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????????');
+                            yourself);
+                yourself
+        ]
 !
 
 uiPainter32x32Icon3a
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self uiPainter32x32Icon3 inspect
      ImageEditor openOnClass:self andSelector:#uiPainter32x32Icon3
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class uiPainter32x32Icon3a'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class uiPainter32x32Icon3a'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 )ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)R@?EPY%C!!QKGW5ZM050RL[C1H8+KQL?Q7<>YE@6W''UIE#@EW[*L9JN&-HAVVTIUSTY2U4@!!B6L8UA3)&,?M2HLYLW ^
 [#I''V6@QS''1_C4*55Y7P-("&SA PC@0LC@0LC@0LC@0L7Y''""<*GC@09V@0JB (JB (JB 0LB)^_9;"[0P(LT"XLB 0LC@0LC@$LCK6R.\.O:@0ICC,''C@(L
 C@0LC@0IC@234YV;9) LBP1:[@0JC@0LC@0LBP3X''-K@5<3TC@$LOF4LBP$IBP$IBP$L%K:I(,_EBP$ICBP(C@0LC@0LC@0L([B?7(*+C@0LC@1*[00IBP$I
 BP$IB]3[+XZ$80$IBP$LOWDLBPLC@0LC@:*Q%-?  *8C@0HACBT*C@$C@0LC@0ON*[F/-=(C@0LB@P0%_ 0I@0LC@0LC2Y2M!!NGY@ LC@ DLIWLLBPHB@ HB
 @*V#$IN''@ HB@ HACBUCC@$A@PDA@PF((>WV@PDA@PDA@P0%K@0LC@0LC@0L+HWBC@0LC@0LC@0LIR0LC@0LC@0LCKJ C@0LC@0LC@0LCBT,C@0LC@0LC@2<
-C@0LC@0LC@0LC@0%Y''P4MWXGBEESB@!!SH&$%IRT%IRT%Q@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[160 160 160 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 72 122 199 116 116 120 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 106 175 235 170 204 255 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 140 175 255 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 80 149 255 55 95 181 125 160 253 52 89 178 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 2 56 178 3 73 255 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 56 94 181 126 161 253 55 92 180 53 90 178 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 96 157 223 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 28 97 255 109 178 255 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 39 109 255 93 161 255 157 192 255 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 181 215 255 255 255 255 52 90 178 51 88 177 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 87 145 215 84 153 255 78 131 206 10 79 255 91 168 235 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????????') ; yourself); yourself]
+C@0LC@0LC@0LC@0%Y''P4MWXGBEESB@!!SH&$%IRT%IRT%Q@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 160 160 160 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 72 122 199 116 116 120 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 106 175 235 170 204 255 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 140 175 255 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 80 149 255 55 95 181 125 160 253 52 89 178 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 2 56 178 3 73 255 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 56 94 181 126 161 253 55 92 180 53 90 178 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 96 157 223 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 28 97 255 109 178 255 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 39 109 255 93 161 255 157 192 255 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 181 215 255 255 255 255 52 90 178 51 88 177 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 87 145 215 84 153 255 78 131 206 10 79 255 91 168 235 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????????');
+                            yourself);
+                yourself
+        ]
 !
 
 unixShellTerminal22x22Icon
@@ -3093,8 +4175,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class unixShellTerminal22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary class unixShellTerminal22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
  XFA XFA XFA XFA XFA XFA XFA XFAPX)8%QL9U9LQ]T52^(@/K2</ XFAGDFA XFA XFA XFA:>/+:>2ANRVA TJA(Q(ZF!!(ZF!!+#9^W%9^S- _H% XF[
  ^[K*;OZ7^C!!+]OA0?W:>8G.IXFAF8G&2:.''):_ 8Z7S0\O5>/.A<BVA R^A9-2''3Z_Q)>F-4<G9=_+; _H% XEJ ^J6);B''7^C!!+]OA>_W:>8G.IXFA\XG"
 *:^0)=618Z7S0_''5>/.A<BVA S:A8*.3):^'',Z7J0\OY=_+; _@% XE!! ^J?,MF''7Z^-4<GC6_+;?XG/IXFAL8G",=+R)=6''+]OA6S?U>O>A;2VA X6A8;B''
@@ -3104,478 +4186,912 @@
 !
 
 view22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self view22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#view22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class view22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class view22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 )ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)SM"H Z!!D2E5LLRMU1J.\";APA=BRRA"\\Y!!(G5U$;]3ID8E$T4D#6=KR<^D#FVC]7B0"&L5C9=X "=<K[%KR4,,S;,1
 +EB$#)0\^LNZEWR)I&QQ/%,7]",[)ZV%)ZV%)ZV%)ZV%)XXWFF&3Q2)Z":V%)ZV%)ZV%)ZV%)XXWFF&3Q9Q> C2%)ZV%)ZV%)ZV%)ZVFE1!!),4^T_%0=)ZV%
 )ZV%)ZV%)XXWZF&3Q9PI^##@**V%)ZV%)ZV%)XZ%ZF%EQ9P''^+0:W*.%)ZV%)ZV%)ZVF)V!!)QT^TI7*<N#$?)ZV%)ZV%)ZTWZKIEQ9P''^+04(0B''+ZV%)ZV%
 )ZTWZKIE$)P''^+04(1XBXJ>%)ZV%)ZV%E6"2QYJTI7*<MJLV@#-A)ZV%)ZTWZL%E$  ''^+1Y(1Y&2D0;1ZV%)ZTWZL%E$  ''^+1Y(1Y&2DP)N;F%)ZV%E6#I
 QYHHI7*<VZLVY,!!DJS-'')ZTWZL%E$ !!9.+1Y(1Y&2DRPIP4;P8 Z@PNV&I,NWU>(Z15-R$0)&P4PN:J6T%R8A0-? Y6^L#Z&N3,;N3,;N6:%)ZV%)ZV%)ZV%
-)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[227 227 236 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 244 244 249 242 242 247 118 118 122 72 122 199 116 116 120 218 217 230 237 236 242 72 141 255 212 211 224 141 141 141 32 101 209 63 143 226 133 133 133 153 188 255 234 234 242 253 253 254 251 251 252 127 127 127 249 249 250 106 175 235 170 204 255 227 226 235 135 135 138 7 66 194 0 50 164 58 137 224 75 160 234 123 123 126 66 135 255 226 226 237 140 175 255 243 243 247 119 119 122 220 220 231 240 239 244 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 237 237 244 80 149 255 55 95 181 125 160 253 233 233 240 52 89 178 231 231 238 50 87 176 105 172 233 104 170 232 138 138 140 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 229 229 239 248 248 251 124 124 126 246 246 249 122 122 124 2 56 178 223 223 233 3 73 255 222 221 232 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 128 128 133 81 136 209 101 170 255 126 126 131 36 107 211 54 123 255 238 238 244 56 94 181 126 161 253 55 92 180 235 234 241 53 90 178 233 232 239 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 232 232 241 96 157 223 251 251 253 249 249 251 125 125 126 228 228 237 123 123 124 225 224 234 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 243 243 248 241 241 246 117 117 121 28 97 255 109 178 255 238 237 243 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 132 132 132 254 254 255 128 128 128 250 250 251 229 229 237 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 227 227 238 39 109 255 246 246 250 93 161 255 244 244 248 120 120 123 242 242 246 118 118 121 241 240 245 219 219 230 157 192 255 239 238 243 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 236 236 243 181 215 255 255 255 255 52 90 178 51 88 177 231 230 238 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 249 249 252 247 247 250 123 123 125 121 121 123 87 145 215 84 153 255 78 131 206 10 79 255 241 241 247 91 168 235 239 239 245 115 115 120 127 162 254 236 235 242 54 91 179 14 77 199 138 138 139 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 231 231 240 250 250 252]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????@@@C@@@C') ; yourself); yourself]
+)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 227 227 236 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 244 244 249 242 242 247 118 118 122 72 122 199 116 116 120 218 217 230 237 236 242 72 141 255 212 211 224 141 141 141 32 101 209 63 143 226 133 133 133 153 188 255 234 234 242 253 253 254 251 251 252 127 127 127 249 249 250 106 175 235 170 204 255 227 226 235 135 135 138 7 66 194 0 50 164 58 137 224 75 160 234 123 123 126 66 135 255 226 226 237 140 175 255 243 243 247 119 119 122 220 220 231 240 239 244 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 237 237 244 80 149 255 55 95 181 125 160 253 233 233 240 52 89 178 231 231 238 50 87 176 105 172 233 104 170 232 138 138 140 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 229 229 239 248 248 251 124 124 126 246 246 249 122 122 124 2 56 178 223 223 233 3 73 255 222 221 232 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 128 128 133 81 136 209 101 170 255 126 126 131 36 107 211 54 123 255 238 238 244 56 94 181 126 161 253 55 92 180 235 234 241 53 90 178 233 232 239 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 232 232 241 96 157 223 251 251 253 249 249 251 125 125 126 228 228 237 123 123 124 225 224 234 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 243 243 248 241 241 246 117 117 121 28 97 255 109 178 255 238 237 243 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 132 132 132 254 254 255 128 128 128 250 250 251 229 229 237 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 227 227 238 39 109 255 246 246 250 93 161 255 244 244 248 120 120 123 242 242 246 118 118 121 241 240 245 219 219 230 157 192 255 239 238 243 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 236 236 243 181 215 255 255 255 255 52 90 178 51 88 177 231 230 238 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 249 249 252 247 247 250 123 123 125 121 121 123 87 145 215 84 153 255 78 131 206 10 79 255 241 241 247 91 168 235 239 239 245 115 115 120 127 162 254 236 235 242 54 91 179 14 77 199 138 138 139 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 231 231 240 250 250 252 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 viewAdd22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self viewAdd22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#viewAdd22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class viewAdd22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class viewAdd22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 )ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)R-UG@ZLDA-&JJ):R >YX2Z(M1$9O!!)UX*1T"65I JA$GTLE_$K*.VA@PJ54^U!!3ZFF[]5X-CX)K\"_U,,+VPD@$QJP)
 %4VO^8\WZZ&EDVVT4KR7,T8/Y2LV$IBP$IBP$IBP$IBP$L_I6+F^ORIM^IBP$IBP$IBP$IBP$GV?.L7DOXE.\CRP$IBP$IBP$IC-8=''Y1;;Q1L;[74<5$IBP
 $IBP$IB3<\CF;<K+3[_&2<# %YBP$IBP$IBP7[+^0;R43_KX-^_W7IZP$IBP$IBP$ICA1LSD;K_!!6=?09SD6$IBP$IBP$I@SV94<O[/)2<T,# BR&IBP$IBP
 $I@SV94<_8GT2;CO#!!HBT9*P$IBP$IBPD5.]OG>A:K3W4(8R@#L8$IBP$I@SV:<<_0  Z>KS9KYY+$D3*9BP$I@SV:<<_0  Z:UL/^9Y+#,!!L92P$IBPD5./
 OG<HHF.%SH8RVZ8;HSMZ$I@SV:<<_0!!*(:UL#!!IY+#-=G ,3N''XU@PNB 8XLTEJSWQ!!^O4D!!!!@,NL86_Q4"!!A0)/\X"IJ":QL3L3L3L3L5>%)ZV%)ZV%)ZV%
-)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[227 227 236 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 244 244 249 242 242 247 72 122 199 218 217 230 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 234 234 242 253 253 254 251 251 252 249 249 250 106 175 235 170 204 255 227 226 235 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 226 226 237 140 175 255 243 243 247 220 220 231 240 239 244 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 237 237 244 80 149 255 55 95 181 125 160 253 233 233 240 52 89 178 231 231 238 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 229 229 239 248 248 251 246 246 249 2 56 178 223 223 233 3 73 255 222 221 232 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 238 238 244 56 94 181 126 161 253 55 92 180 235 234 241 53 90 178 233 232 239 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 232 232 241 96 157 223 251 251 253 249 249 251 228 228 237 225 224 234 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 243 243 248 241 241 246 28 97 255 109 178 255 238 237 243 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 254 254 255 250 250 251 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 227 227 238 39 109 255 246 246 250 93 161 255 244 244 248 242 242 246 241 240 245 219 219 230 157 192 255 239 238 243 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 236 236 243 181 215 255 255 255 255 52 90 178 51 88 177 231 230 238 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 249 249 252 247 247 250 87 145 215 84 153 255 78 131 206 10 79 255 241 241 247 91 168 235 239 239 245 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 231 231 240 250 250 252 64 176 48 15 127 15 32 159 31 112 159 95 144 239 127 95 192 79 95 112 80 127 208 96 176 240 159 160 176 95 31 159 31 15 112 15 63 175 48 143 159 128 176 239 159 16 175 16 144 224 127 31 95 15 176 240 144 143 239 112 0 127 0 16 95 16 175 240 144 15 175 15 63 160 47 175 239 144 31 144 16 80 191 64 176 175 128 143 224 112 0 112 0 16 80 16 15 160 15 143 224 111 16 79 16 16 80 15 0 111 0 80 176 64 95 159 79 48 159 47 111 207 80 0 175 0 128 224 111 0 96 0 15 79 15 127 159 111 128 223 111 0 95 0 15 80 0 96 207 80 64 112 63 0 160 0 15 79 0 15 64 15 96 207 79 64 176 63 0 80 0 95 207 79 159 159 63 159 239 127 15 128 15 95 160 47 144 159 143 191 240 159 0 79 0 32 160 31 127 223 96]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????@@@C@@@C') ; yourself); yourself]
+)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 227 227 236 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 244 244 249 242 242 247 72 122 199 218 217 230 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 234 234 242 253 253 254 251 251 252 249 249 250 106 175 235 170 204 255 227 226 235 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 226 226 237 140 175 255 243 243 247 220 220 231 240 239 244 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 237 237 244 80 149 255 55 95 181 125 160 253 233 233 240 52 89 178 231 231 238 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 229 229 239 248 248 251 246 246 249 2 56 178 223 223 233 3 73 255 222 221 232 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 238 238 244 56 94 181 126 161 253 55 92 180 235 234 241 53 90 178 233 232 239 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 232 232 241 96 157 223 251 251 253 249 249 251 228 228 237 225 224 234 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 243 243 248 241 241 246 28 97 255 109 178 255 238 237 243 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 254 254 255 250 250 251 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 227 227 238 39 109 255 246 246 250 93 161 255 244 244 248 242 242 246 241 240 245 219 219 230 157 192 255 239 238 243 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 236 236 243 181 215 255 255 255 255 52 90 178 51 88 177 231 230 238 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 249 249 252 247 247 250 87 145 215 84 153 255 78 131 206 10 79 255 241 241 247 91 168 235 239 239 245 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 231 231 240 250 250 252 64 176 48 15 127 15 32 159 31 112 159 95 144 239 127 95 192 79 95 112 80 127 208 96 176 240 159 160 176 95 31 159 31 15 112 15 63 175 48 143 159 128 176 239 159 16 175 16 144 224 127 31 95 15 176 240 144 143 239 112 0 127 0 16 95 16 175 240 144 15 175 15 63 160 47 175 239 144 31 144 16 80 191 64 176 175 128 143 224 112 0 112 0 16 80 16 15 160 15 143 224 111 16 79 16 16 80 15 0 111 0 80 176 64 95 159 79 48 159 47 111 207 80 0 175 0 128 224 111 0 96 0 15 79 15 127 159 111 128 223 111 0 95 0 15 80 0 96 207 80 64 112 63 0 160 0 15 79 0 15 64 15 96 207 79 64 176 63 0 80 0 95 207 79 159 159 63 159 239 127 15 128 15 95 160 47 144 159 143 191 240 159 0 79 0 32 160 31 127 223 96 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 viewDetails22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self viewDetails22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#viewDetails22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class viewDetails22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class viewDetails22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 )ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)SM"H Z!!D2E5LLRMU1J.\";APA=BRRA"\\Y!!(G5U$;]3ID8E$T4D#6=KR<^D#FVC]7B0"&L5C9=X "=<K[%KR4,,S;,1
 +EB$#)0\^LNZEWR)I&QQ/%,7]",[)ZV%)ZV%)ZV%)ZV%)XXWFF&3Q2)Z":V%)ZV%)ZV%)ZV%)XXWFF&3Q9Q> C2%)XTYFQ&%)X^G)Q''JE<.4,4 I/50=)ZV%
 )ZV%)ZV%)XXWZF&3Q9PI^##@**V%)ZV%)ZV%)XZ%ZF%EQ9P''^+0:W*.%)QPYFQ&%)Q&G)T[KE4"5,2L4"S$?)ZV%)ZV%)ZTWZKIEQ9P''^+04(0B''+ZV%)ZV%
 )ZTWZKIE$)P''^+04(1XBXJ>%)Q$YFQDWZDX>)T"5E2 J,5M&R#-A)ZV%)ZTWZL%E$  ''^+1Y(1Y&2D0;1ZV%)ZTWZL%E$  ''^+1Y(1Y&2DP)N;F%)Q''JZ,IE
 $$ ^)R (E7,L,5ZP&S-'')ZTWZL%E$ !!9.+1Y(1Y&2DRPIP4;P8 Z@PNV&I,NWU>(Z15-R$0)&P4PN:J6T%R8A0-? Y6^L#Z&N3,;N3,;N6:%)ZV%)ZV%)ZV%
-)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[227 227 236 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 244 244 249 242 242 247 118 118 122 72 122 199 116 116 120 218 217 230 237 236 242 72 141 255 212 211 224 141 141 141 32 101 209 63 143 226 133 133 133 153 188 255 234 234 242 253 253 254 251 251 252 127 127 127 249 249 250 106 175 235 170 204 255 227 226 235 135 135 138 7 66 194 0 50 164 58 137 224 75 160 234 123 123 126 66 135 255 226 226 237 140 175 255 243 243 247 119 119 122 220 220 231 240 239 244 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 237 237 244 80 149 255 55 95 181 125 160 253 233 233 240 52 89 178 231 231 238 50 87 176 105 172 233 104 170 232 138 138 140 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 229 229 239 248 248 251 124 124 126 246 246 249 122 122 124 2 56 178 223 223 233 3 73 255 222 221 232 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 128 128 133 81 136 209 101 170 255 126 126 131 36 107 211 54 123 255 238 238 244 56 94 181 126 161 253 55 92 180 235 234 241 53 90 178 233 232 239 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 232 232 241 96 157 223 251 251 253 249 249 251 125 125 126 228 228 237 123 123 124 225 224 234 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 243 243 248 241 241 246 117 117 121 28 97 255 109 178 255 238 237 243 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 132 132 132 254 254 255 128 128 128 250 250 251 229 229 237 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 227 227 238 39 109 255 246 246 250 93 161 255 244 244 248 120 120 123 242 242 246 118 118 121 241 240 245 219 219 230 157 192 255 239 238 243 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 236 236 243 181 215 255 255 255 255 52 90 178 51 88 177 231 230 238 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 249 249 252 247 247 250 123 123 125 121 121 123 87 145 215 84 153 255 78 131 206 10 79 255 241 241 247 91 168 235 239 239 245 115 115 120 127 162 254 236 235 242 54 91 179 14 77 199 138 138 139 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 231 231 240 250 250 252 126 126 127 124 124 125]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????@@@C@@@C') ; yourself); yourself]
+)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 227 227 236 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 244 244 249 242 242 247 118 118 122 72 122 199 116 116 120 218 217 230 237 236 242 72 141 255 212 211 224 141 141 141 32 101 209 63 143 226 133 133 133 153 188 255 234 234 242 253 253 254 251 251 252 127 127 127 249 249 250 106 175 235 170 204 255 227 226 235 135 135 138 7 66 194 0 50 164 58 137 224 75 160 234 123 123 126 66 135 255 226 226 237 140 175 255 243 243 247 119 119 122 220 220 231 240 239 244 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 237 237 244 80 149 255 55 95 181 125 160 253 233 233 240 52 89 178 231 231 238 50 87 176 105 172 233 104 170 232 138 138 140 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 229 229 239 248 248 251 124 124 126 246 246 249 122 122 124 2 56 178 223 223 233 3 73 255 222 221 232 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 128 128 133 81 136 209 101 170 255 126 126 131 36 107 211 54 123 255 238 238 244 56 94 181 126 161 253 55 92 180 235 234 241 53 90 178 233 232 239 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 232 232 241 96 157 223 251 251 253 249 249 251 125 125 126 228 228 237 123 123 124 225 224 234 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 243 243 248 241 241 246 117 117 121 28 97 255 109 178 255 238 237 243 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 132 132 132 254 254 255 128 128 128 250 250 251 229 229 237 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 227 227 238 39 109 255 246 246 250 93 161 255 244 244 248 120 120 123 242 242 246 118 118 121 241 240 245 219 219 230 157 192 255 239 238 243 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 236 236 243 181 215 255 255 255 255 52 90 178 51 88 177 231 230 238 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 249 249 252 247 247 250 123 123 125 121 121 123 87 145 215 84 153 255 78 131 206 10 79 255 241 241 247 91 168 235 239 239 245 115 115 120 127 162 254 236 235 242 54 91 179 14 77 199 138 138 139 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 231 231 240 250 250 252 126 126 127 124 124 125 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????@@@C@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 viewFlyByInfo22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self viewFlyByInfo22x22Icon inspect
      ImageEditor openOnClass:self andSelector:#viewFlyByInfo22x22Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class viewFlyByInfo22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+\GA0\GA0\GA0\GA0\GA0\GA0\GA0\C@:PS09MSH*HQ8\F!! TD1@OB0(IA@D:\''A#W55UR4]@NB<_F1\RC  GA0TBP&=%XE9YS$%DO#P)GQ$UDP0GA0\F@4*-
+):Z%)IZU%INF!!XRB\7E.ZFQ"XQY\</K2</K2<.X@@@@@@@@@@@@@@M .V?K2</K2</K2<?G1<_G1<_G1<PCRKU+2</K2</K2</O1<_G1<_G1<_D@<"-X<$A@
+PDA@PDC3<_O3<?O1<_G1@OH(U?I@-+Z6-+X@<?G1<_G1<_G1<PC2I%[2PKZ6-+X@<_G1<?O3<_G1<_D@<"QT<$B6-+X@<_G1<_G1<_G1<_G1@OH#T?I@-+Z6
+@@@@@OG3<?O1<_G1<PC2H%K2PKZ6-+Z6POO1<_G1<_G1<_D@<"AQ<$A@PDA@PDC3<_O3<?O1<_G1@OH TOK2</K2</K2<?G1<_G1<_G1<PC2HD?23?K2</K2
+</O1<?O3<?G1<_D@<"AM</K2</K2</K3<_G1<_G1<_G1@OH SN#2</K2</K2<?O3<?O3<?O3<?O2HBC(:N#(:N#(:N#(:N#(:N#(</K2< 4 HB@ HB@ HB@J
+HB@ HB@ HB@ HB@ @@@@@@@@@GA0\GA0\GA0\GA0\GA0\@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 0 50 164 0 50 171 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 127 175 127 128 175 127 162 254 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 130 165 254 132 200 255 132 201 255 135 170 255 139 207 255 140 175 255 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 179 255 144 191 239 149 184 255 153 188 255 157 192 255 159 159 192 159 160 192 159 160 207 159 160 208 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 162 196 255 166 200 255 170 204 255 174 208 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 177 212 255 181 215 255 185 219 255 188 222 255 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 225 255 192 192 208 192 239 255 192 240 255 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 212 211 224 217 217 217 218 217 230 219 219 230 220 220 231 222 221 232 223 128 63 223 255 255 225 225 234 226 226 237 227 227 236 227 227 238 228 228 237 229 229 239 231 230 238 231 231 238 231 231 240 232 232 241 233 232 239 233 233 240 234 234 242 235 234 241 236 236 243 237 236 242 237 237 244 238 237 243 239 238 243 239 239 240 239 239 245 239 255 255 240 207 144 240 239 244 241 240 245 241 241 246 242 242 246 242 242 247 243 243 247 244 244 248 245 244 247 246 246 249 246 246 250 247 246 249 247 247 250 248 248 251 249 249 250 249 249 251 249 249 252 250 250 251 251 251 252 251 251 253 253 253 254 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 247 241 170 255 255 255 0 0 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????@@@C');
+                            yourself);
+                yourself
+        ]
+!
+
+viewInspect22x22Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self viewInspect22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#viewInspect22x22Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class viewInspect22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+\GA0\GA0\GA0\GA0\GA0\GA0\GA0\C@:PS09MSH*HQ8\F!! TD1@OB0(IA@D:\''A#W55UR4]@NB<_F1\RC  GA0TBP&=%XE9YS$%DO#P)GQ$UDP0GA0\F@4*-
+):Z%)IZU%INF!!XRB\7E.ZFQ"XQY\</K2</K2<)9)Y61>!!:#+:^[#8M .V?K2</K2<''V@(*>0+I6A^;[#8M;RKU+2</K2<("7-[V5-[V5.XM,-.C^4"-X<$A@
+PH&3X6M#X6M#X6M#''V''\6,0(U?I@''JB6-+Z6-+Z6-+Z6X;V]#]WHI%[2PI2O*+Z6-+Z6-+Z6-&N5''V[U2BQT<$B\"[B6-+Z6-+Z6-+Y#-[U+3<L#T?I@''H&5
+-+Z6-+Z6-+Z6X;V5]<7AH%K2PI2I,KZ6-+Z6-+Z6-&N5-W_M0RAQ<$A@"*N6-+Z6-+Z6-+Y#-[U''2[8 TOK2<)>Q-+Z6-+Z6-+Z6X;V!!]LZ=HD?23<?O^Y66
+-+Z6-+Z6-&N5]+[F/RAM<,?O3759(6M#X6M#X6M##)''D0+, SN#15;I<Z''&5-[V5-[V)#)*=/K.9HB_0;.61^+,;_&58_9BN&::;.;.;.070;>6?%80 HB@
+HB@ HB@ HB@ HB@ ;>6?&H-0\GA0\GA0\GA0\GA0\GA0\@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 0 50 164 0 50 171 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 127 175 127 128 175 127 162 254 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 130 165 254 132 200 255 132 201 255 135 170 255 139 207 255 140 175 255 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 179 255 144 191 239 149 184 255 153 188 255 157 192 255 159 159 192 159 160 192 159 160 207 159 160 208 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 162 196 255 166 200 255 170 204 255 174 208 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 177 212 255 181 215 255 185 219 255 188 222 255 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 225 255 192 192 208 192 239 255 192 240 255 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 212 211 224 217 217 217 218 217 230 219 219 230 220 220 231 222 221 232 223 128 63 223 255 255 225 225 234 226 226 237 227 227 236 227 227 238 228 228 237 229 229 239 231 230 238 231 231 238 231 231 240 232 232 241 233 232 239 233 233 240 234 234 242 235 234 241 236 236 243 237 236 242 237 237 244 238 237 243 239 238 243 239 239 240 239 239 245 239 255 255 240 207 144 240 239 244 241 240 245 241 241 246 242 242 246 242 242 247 243 243 247 244 244 248 245 244 247 246 246 249 246 246 250 247 246 249 247 247 250 248 248 251 249 249 250 249 249 251 249 249 252 250 250 251 251 251 252 251 251 253 253 253 254 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????>@@C');
+                            yourself);
+                yourself
+        ]
+!
+
+viewNoDetails22x22Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self viewNoDetails22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#viewNoDetails22x22Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class viewNoDetails22x22Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)SM"H Z!!D2E5LLRMU1J.\";APA=BRRA"\\Y!!(G5U$;]3ID8E$T4D#6=KR<^D#FVC]7B0"&L5C9=X "=<K[%KR4,,S;,1
++EB$#)0\^LNZEWR)I&QQ/%,7]",[)ZV%)ZV%)ZV%)ZV%)XXWFF&3Q2)Z":V%)ZV%)ZV%)ZV%)XXWFF&3Q9Q> C2%)XTYFQ&%)ZV%)ZU:E1 V,4\I/50=)ZV%
+)ZV%)ZV%)XXWZF&3Q9PI^##@**V%)ZV%)ZV%)XZ%ZF%EQ9P''^+0:W*.%)QPYFQ&%)ZTH)ZU:FA V,4\4"S$?)ZV%)ZV%)ZTWZKIEQ9P''^+04(0B''+ZV%)ZV%
+)ZTWZKIE$)P''^+04(1XBXJ>%)Q$YFQDWZJTH)ZU:E1 V,4]&R#-A)ZV%)ZTWZL%E$ "%^+1Y(1Y&2D0;1ZV%)ZTWZL%E$  ''^+1Y(1Y&2DP)N;F%)Q''JZ,IE
+$*TH)ZV%FA V,4^P&S-'')ZTWZL%E$ !!9.+1Y(1Y&2DRPIP4;P8 Z@PNV&I,NWU>(Z15-R$0)&P4PN:J6T%R8A0-? Y6^L#Z&N3,;N3,;N6:%)ZV%)ZV%)ZV%
+)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 227 227 236 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 244 244 249 242 242 247 118 118 122 72 122 199 116 116 120 218 217 230 237 236 242 72 141 255 212 211 224 141 141 141 32 101 209 63 143 226 133 133 133 153 188 255 234 234 242 253 253 254 251 251 252 127 127 127 249 249 250 106 175 235 170 204 255 227 226 235 135 135 138 7 66 194 0 50 164 58 137 224 75 160 234 123 123 126 66 135 255 226 226 237 140 175 255 243 243 247 119 119 122 220 220 231 240 239 244 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 237 237 244 80 149 255 55 95 181 125 160 253 233 233 240 52 89 178 231 231 238 50 87 176 105 172 233 104 170 232 138 138 140 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 229 229 239 248 248 251 124 124 126 246 246 249 122 122 124 2 56 178 223 223 233 3 73 255 222 221 232 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 128 128 133 81 136 209 101 170 255 126 126 131 36 107 211 54 123 255 238 238 244 56 94 181 126 161 253 55 92 180 235 234 241 53 90 178 233 232 239 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 232 232 241 96 157 223 251 251 253 249 249 251 125 125 126 228 228 237 123 123 124 225 224 234 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 243 243 248 241 241 246 117 117 121 28 97 255 109 178 255 238 237 243 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 132 132 132 254 254 255 128 128 128 250 250 251 229 229 237 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 227 227 238 39 109 255 246 246 250 93 161 255 244 244 248 120 120 123 242 242 246 118 118 121 241 240 245 219 219 230 157 192 255 239 238 243 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 236 236 243 181 215 255 255 255 255 52 90 178 51 88 177 231 230 238 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 249 249 252 247 247 250 123 123 125 121 121 123 87 145 215 84 153 255 78 131 206 10 79 255 241 241 247 91 168 235 239 239 245 115 115 120 127 162 254 236 235 242 54 91 179 14 77 199 138 138 139 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 231 231 240 250 250 252 126 126 127 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????@@@C@@@C');
+                            yourself);
+                yourself
+        ]
+! !
+
+!XPToolbarIconLibrary class methodsFor:'image specs-24x24'!
+
+browseClassExtensions24x24Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self browseClassExtensions24x24Icon inspect
+     ImageEditor openOnClass:self andSelector:#browseClassExtensions24x24Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class browseClassExtensions24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+NP(JB (JB (JB (JNP@@@@@@@@@@@@@@B)FQ$YFQ$YFQ$YD9B @@@@@@@@@@@@@@B)E,[F1,[F1,[F0RB @@@@@@@@@@@@@@B)E,[F1,[F1,[F0RB @@@K:X
+@@@@@@@@B)E,[F1,[F1,[F0RB @@(,/@40@@@@@@B#$RD!!HRD!!HRD!!HRB @@+KRU, @@@@@@NP(JB (JB (JB (JNP@@1Y[B, @@@@@@@@@@@@@@@@ADEQPX
+IR)P5IN$*@@@@@@@@@@@@@@@@A,''RE!!YUD@(H&^/*KZ\-;\@@@@@@@@@J6%1\WECA TEJQ!!''%ZF)):_P@@@@@@@,X''E1\WECA LES%$U.\^%2,*;@@@@@DX?
+ WE1\WECA PDS%$ L[^5/;<@@@@@@CMR\U-NS$9NA 4MS$9ND0@@@@@@@@@@@B1YVT8KB@4MC 8NC 4EE0@@@@@@@@@@@B1&R4LKA 4NC0<OC08EGP@@@@@@
+@@@@@B1YUTLKC@8ODQDQD@<EGP@@@@@@@@@@@B5IVT5CP4MCB0,KP4MCE@@@@@@@@@@@@DT5VU%YVU%CB0,KP5%YF @@@@@@@@@@@@@_PE%YVU%CB0,KP5$\
+Y0@@@@@@@@@@@@@$G4%&VU%CB0,KP3H<@@@@@@@@@@BP %4#E!!<6T6Y1Z&MQL#4@@@@@@@@@@H>M#E0!!@@@%FQ8&MCH>U0@@@@@@@@@@#8:L[S(0@@@@@@@@
+@@@@@@@@@@@@@@@@#(1-N2<@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 32 223 32 40 255 124 50 255 112 51 255 109 54 229 139 62 255 87 62 255 88 62 255 91 62 255 136 64 64 64 73 255 115 83 255 62 91 255 73 94 255 74 101 255 84 105 255 85 112 255 96 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 170 170 170 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 176 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 183 183 183 190 190 190 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 196 196 196 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 217 217 217 223 32 32 223 128 63 223 192 255 223 223 32 223 223 224 223 255 255 224 224 224 224 224 239 224 239 240 224 255 255 231 207 255 231 208 255 238 191 255 238 192 255 239 159 232 239 191 255 239 223 255 239 224 255 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 239 223 240 240 239 240 255 255 246 176 255 247 175 255 247 207 255 247 239 255 254 160 255 254 191 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 176 175 128 176 240 159 143 159 128 127 208 96 175 239 144 15 79 0 160 176 95 0 160 0 64 176 48 112 159 95 0 96 0 144 159 143 96 207 80 127 159 111 63 175 48 96 207 79 80 176 64 31 159 31 143 224 112 64 176 63 95 207 79 63 160 47 0 127 0 80 191 64 176 240 144 143 239 112 15 160 15 16 95 16 0 80 0 143 224 111 191 240 159 175 240 144 15 127 15 0 175 0 144 239 127 0 79 0 0 112 0 0 95 0 15 112 15 111 207 80 16 79 16 15 79 15 16 80 16 128 223 111 159 159 63 15 64 15 31 144 16 16 80 15 128 224 111 176 239 159 95 112 80 15 175 15 144 224 127 95 192 79 31 95 15 32 160 31 48 159 47 32 159 31 15 128 15 95 160 47 0 111 0 127 223 96 15 80 0 64 112 63 159 239 127 95 159 79 16 175 16 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'?? @?? @?? @??#@??'' ??'' ??'' @O? @_?>@???A???C??>C?? C?? C?? C?? C?? C?? A?? A??@O?>@_O<@?@@@>@@@');
+                            yourself);
+                yourself
+        ]
+!
+
+changesBrowser24x24Icon2
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self changesBrowser24x24Icon2 inspect
+     ImageEditor openOnClass:self andSelector:#changesBrowser24x24Icon2
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class changesBrowser24x24Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@ HB@ HB@ HB@ HB@ HA@@@@@@@@@@@B#8>O#8>O#8VB (JB %XA@@@@@@@@@ HB@ HB@ HB@ HB@ HB
+@U,A@@@@@@@@@(>O#8VB#8>E (JB (IV@U4A@@@@@@HB@ HB@ HB@ HB@ HB@ E[@T A@@@@@@JO#8>E (JB!!XJB (JBV0E]@T$A@@@@@@JO@PDA!!V 3APPH
+EQ,=]PE]@T$A@@@@@@JO#8>GS0,WM4UFPS@XD%Y]@T$A@@@@@@JO@X=OGE"O#8>O#8>O#0!!V@T$A@@@@@@JO#6P]TX>O#8>O#8>O#1<E]T$A@@@@@@JO@ST/
+#8>R$)JR#9JR#9DPH DA@@@@@@JOZBRO#8>O#8>O#8>O#9D0@6X@@@@@@@DAYA6O$(>R#9JR$(>R#9EBA6P@@@@@@@@@YA6O#8>O#8>O#8>O#9EYCVP@@@@@
+@@@@YA6O$)JR$(>R$(>R#9ETCVP@@@@@@@@@YA88#8>O#8>O#8>O$IERAFP@@@@@@@@@]SP&$YFQ$YFQ$YFQ$YD6B''T@@@@@@@@@@D<OLEQCQ5%*^G6O#6$L
+U @@@@@@@@@@^&PTC3!!UUU%%YV)=]"L,@@@@@@@@@@BN^T0SA <''PEU%VUH>H255@@@@@@@@@H6K"$,QSTPUBP8VIRL.QGP@@@@@@@@@#X2JX2(!!Y A&S$QP
+U5Y&@@@@@@@@@@@@#H)#J2@2@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 78 78 91 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 156 156 182 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 201 201 218 204 204 219 206 206 221 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 210 210 224 211 211 225 213 213 228 215 215 229 216 216 230 218 218 231 219 219 232 220 220 233 222 222 235 223 128 63 223 223 224 223 255 255 224 224 224 224 224 236 224 224 239 224 239 240 224 255 255 225 225 237 228 228 238 229 229 239 230 230 240 232 232 241 234 234 243 235 235 244 236 236 244 238 238 245 239 239 224 239 239 239 239 239 240 239 239 246 239 255 255 240 207 144 240 239 223 240 240 239 240 240 247 240 255 255 241 241 248 242 242 249 243 243 249 244 244 250 245 245 252 246 246 253 248 248 254 249 249 254 250 250 255 252 252 255 253 253 255 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 247 255 255 191 191 191 166 166 173 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@A??8A??8G??8G??8_??8_??8_??8_??8_??8_??8_??8_??0_??0G??0G??0G??0G??0C?? G??@O??@_?>@?/8@?@@@');
+                            yourself);
+                yourself
+        ]
+!
+
+fileBrowser24x24Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self fileBrowser24x24Icon inspect
+     ImageEditor openOnClass:self andSelector:#fileBrowser24x24Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileBrowser24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C0@@@@@@@@@@C@0@A XFA XFA XFA XF
+@@@@@@@@@@@@C@0@A @@@@@@@@@@@@@F@@@@@@@@@@@@C@0@A @NC 8NC 8NC @F@@@@@@@@@@@@C@0@A @NC 8@@@@@@@@@@@@@@@@@@@@@C@0@A @NC 8@
+DA@PDA@PDA@P@@@@@@@@C@0@A @@C 8@DA@PDA@PDA@P@@@@@@@@C@0@A @A@@8@DA@P@@@@@A@P@@@@@@@@C@0@A @@@P@@DA@P@A@P@A@P@@@@@@@@C@0@
+A @@@@D@DA@PDA@PDA@P@@@@@@@@C@0@A @@@@@@DA@PDA@PDA@P@@@@@@@@C@0@A @P@@@@DA@PDA@PDA@P@@@@@@@@C@0@A @PD@@@@@@@@@@@@@@@@@@@
+@@@@C@0@A @PD@@@@@@@@@@@@@@@@@@@@@@@C@0@A @PDA@PDA@PD@@F@@@@@@@@@@@@C@0@A @PDA@PDA@PD@@F@@@@@@@@@@@@C@0@A @@@@@@@@@@@@@F
+@@@@@@@@@@@@@@0@A XFA XFA XFA XF@@@@@@@@@@@@@@@@A XFA XFA XFA XF@@@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@C0@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 64 64 64 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 227 227 22 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@@@O?? O?? O?? O?? O??<O??<O??<O??<O??<O??<O??<O??<O??<O?? O?? O?? O?? G?? C?? A?? @@@@@@@@');
+                            yourself);
+                yourself
+        ]
+!
+
+home24x24Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self home24x24Icon inspect
+     ImageEditor openOnClass:self andSelector:#home24x24Icon
      Icon flushCachedIcons
     "
 
     <resource: #image>
 
     ^Icon
-        constantNamed:'XPToolbarIconLibrary class viewFlyByInfo22x22Icon'
-        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-\GA0\GA0\GA0\GA0\GA0\GA0\GA0\C@:PS09MSH*HQ8\F!! TD1@OB0(IA@D:\''A#W55UR4]@NB<_F1\RC  GA0TBP&=%XE9YS$%DO#P)GQ$UDP0GA0\F@4*-
-):Z%)IZU%INF!!XRB\7E.ZFQ"XQY\</K2</K2<.X@@@@@@@@@@@@@@M .V?K2</K2</K2<?G1<_G1<_G1<PCRKU+2</K2</K2</O1<_G1<_G1<_D@<"-X<$A@
-PDA@PDC3<_O3<?O1<_G1@OH(U?I@-+Z6-+X@<?G1<_G1<_G1<PC2I%[2PKZ6-+X@<_G1<?O3<_G1<_D@<"QT<$B6-+X@<_G1<_G1<_G1<_G1@OH#T?I@-+Z6
-@@@@@OG3<?O1<_G1<PC2H%K2PKZ6-+Z6POO1<_G1<_G1<_D@<"AQ<$A@PDA@PDC3<_O3<?O1<_G1@OH TOK2</K2</K2<?G1<_G1<_G1<PC2HD?23?K2</K2
-</O1<?O3<?G1<_D@<"AM</K2</K2</K3<_G1<_G1<_G1@OH SN#2</K2</K2<?O3<?O3<?O3<?O2HBC(:N#(:N#(:N#(:N#(:N#(</K2< 4 HB@ HB@ HB@J
-HB@ HB@ HB@ HB@ @@@@@@@@@GA0\GA0\GA0\GA0\GA0\@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 50 164 0 50 171 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 127 175 127 128 175 127 162 254 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 130 165 254 132 200 255 132 201 255 135 170 255 139 207 255 140 175 255 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 179 255 144 191 239 149 184 255 153 188 255 157 192 255 159 159 192 159 160 192 159 160 207 159 160 208 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 162 196 255 166 200 255 170 204 255 174 208 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 177 212 255 181 215 255 185 219 255 188 222 255 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 225 255 192 192 208 192 239 255 192 240 255 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 212 211 224 217 217 217 218 217 230 219 219 230 220 220 231 222 221 232 223 128 63 223 255 255 225 225 234 226 226 237 227 227 236 227 227 238 228 228 237 229 229 239 231 230 238 231 231 238 231 231 240 232 232 241 233 232 239 233 233 240 234 234 242 235 234 241 236 236 243 237 236 242 237 237 244 238 237 243 239 238 243 239 239 240 239 239 245 239 255 255 240 207 144 240 239 244 241 240 245 241 241 246 242 242 246 242 242 247 243 243 247 244 244 248 245 244 247 246 246 249 246 246 250 247 246 249 247 247 250 248 248 251 249 249 250 249 249 251 249 249 252 250 250 251 251 251 252 251 251 253 253 253 254 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 247 241 170 255 255 255 0 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????@@@C') ; yourself); yourself]
-!
-
-viewNoDetails22x22Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self viewNoDetails22x22Icon inspect
-     ImageEditor openOnClass:self andSelector:#viewNoDetails22x22Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class viewNoDetails22x22Icon'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)SM"H Z!!D2E5LLRMU1J.\";APA=BRRA"\\Y!!(G5U$;]3ID8E$T4D#6=KR<^D#FVC]7B0"&L5C9=X "=<K[%KR4,,S;,1
-+EB$#)0\^LNZEWR)I&QQ/%,7]",[)ZV%)ZV%)ZV%)ZV%)XXWFF&3Q2)Z":V%)ZV%)ZV%)ZV%)XXWFF&3Q9Q> C2%)XTYFQ&%)ZV%)ZU:E1 V,4\I/50=)ZV%
-)ZV%)ZV%)XXWZF&3Q9PI^##@**V%)ZV%)ZV%)XZ%ZF%EQ9P''^+0:W*.%)QPYFQ&%)ZTH)ZU:FA V,4\4"S$?)ZV%)ZV%)ZTWZKIEQ9P''^+04(0B''+ZV%)ZV%
-)ZTWZKIE$)P''^+04(1XBXJ>%)Q$YFQDWZJTH)ZU:E1 V,4]&R#-A)ZV%)ZTWZL%E$ "%^+1Y(1Y&2D0;1ZV%)ZTWZL%E$  ''^+1Y(1Y&2DP)N;F%)Q''JZ,IE
-$*TH)ZV%FA V,4^P&S-'')ZTWZL%E$ !!9.+1Y(1Y&2DRPIP4;P8 Z@PNV&I,NWU>(Z15-R$0)&P4PN:J6T%R8A0-? Y6^L#Z&N3,;N3,;N6:%)ZV%)ZV%)ZV%
-)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[227 227 236 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 244 244 249 242 242 247 118 118 122 72 122 199 116 116 120 218 217 230 237 236 242 72 141 255 212 211 224 141 141 141 32 101 209 63 143 226 133 133 133 153 188 255 234 234 242 253 253 254 251 251 252 127 127 127 249 249 250 106 175 235 170 204 255 227 226 235 135 135 138 7 66 194 0 50 164 58 137 224 75 160 234 123 123 126 66 135 255 226 226 237 140 175 255 243 243 247 119 119 122 220 220 231 240 239 244 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 237 237 244 80 149 255 55 95 181 125 160 253 233 233 240 52 89 178 231 231 238 50 87 176 105 172 233 104 170 232 138 138 140 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 229 229 239 248 248 251 124 124 126 246 246 249 122 122 124 2 56 178 223 223 233 3 73 255 222 221 232 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 128 128 133 81 136 209 101 170 255 126 126 131 36 107 211 54 123 255 238 238 244 56 94 181 126 161 253 55 92 180 235 234 241 53 90 178 233 232 239 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 232 232 241 96 157 223 251 251 253 249 249 251 125 125 126 228 228 237 123 123 124 225 224 234 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 243 243 248 241 241 246 117 117 121 28 97 255 109 178 255 238 237 243 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 132 132 132 254 254 255 128 128 128 250 250 251 229 229 237 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 227 227 238 39 109 255 246 246 250 93 161 255 244 244 248 120 120 123 242 242 246 118 118 121 241 240 245 219 219 230 157 192 255 239 238 243 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 236 236 243 181 215 255 255 255 255 52 90 178 51 88 177 231 230 238 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 249 249 252 247 247 250 123 123 125 121 121 123 87 145 215 84 153 255 78 131 206 10 79 255 241 241 247 91 168 235 239 239 245 115 115 120 127 162 254 236 235 242 54 91 179 14 77 199 138 138 139 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 231 231 240 250 250 252 126 126 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????@@@C@@@C') ; yourself); yourself]
-! !
-
-!XPToolbarIconLibrary class methodsFor:'image specs-24x24'!
-
-browseClassExtensions24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self browseClassExtensions24x24Icon inspect
-     ImageEditor openOnClass:self andSelector:#browseClassExtensions24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class browseClassExtensions24x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-NP(JB (JB (JB (JNP@@@@@@@@@@@@@@B)FQ$YFQ$YFQ$YD9B @@@@@@@@@@@@@@B)E,[F1,[F1,[F0RB @@@@@@@@@@@@@@B)E,[F1,[F1,[F0RB @@@K:X
-@@@@@@@@B)E,[F1,[F1,[F0RB @@(,/@40@@@@@@B#$RD!!HRD!!HRD!!HRB @@+KRU, @@@@@@NP(JB (JB (JB (JNP@@1Y[B, @@@@@@@@@@@@@@@@ADEQPX
-IR)P5IN$*@@@@@@@@@@@@@@@@A,''RE!!YUD@(H&^/*KZ\-;\@@@@@@@@@J6%1\WECA TEJQ!!''%ZF)):_P@@@@@@@,X''E1\WECA LES%$U.\^%2,*;@@@@@DX?
- WE1\WECA PDS%$ L[^5/;<@@@@@@CMR\U-NS$9NA 4MS$9ND0@@@@@@@@@@@B1YVT8KB@4MC 8NC 4EE0@@@@@@@@@@@B1&R4LKA 4NC0<OC08EGP@@@@@@
-@@@@@B1YUTLKC@8ODQDQD@<EGP@@@@@@@@@@@B5IVT5CP4MCB0,KP4MCE@@@@@@@@@@@@DT5VU%YVU%CB0,KP5%YF @@@@@@@@@@@@@_PE%YVU%CB0,KP5$\
-Y0@@@@@@@@@@@@@$G4%&VU%CB0,KP3H<@@@@@@@@@@BP %4#E!!<6T6Y1Z&MQL#4@@@@@@@@@@H>M#E0!!@@@%FQ8&MCH>U0@@@@@@@@@@#8:L[S(0@@@@@@@@
-@@@@@@@@@@@@@@@@#(1-N2<@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 32 223 32 40 255 124 50 255 112 51 255 109 54 229 139 62 255 87 62 255 88 62 255 91 62 255 136 64 64 64 73 255 115 83 255 62 91 255 73 94 255 74 101 255 84 105 255 85 112 255 96 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 170 170 170 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 176 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 183 183 183 190 190 190 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 196 196 196 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 217 217 217 223 32 32 223 128 63 223 192 255 223 223 32 223 223 224 223 255 255 224 224 224 224 224 239 224 239 240 224 255 255 231 207 255 231 208 255 238 191 255 238 192 255 239 159 232 239 191 255 239 223 255 239 224 255 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 239 223 240 240 239 240 255 255 246 176 255 247 175 255 247 207 255 247 239 255 254 160 255 254 191 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 176 175 128 176 240 159 143 159 128 127 208 96 175 239 144 15 79 0 160 176 95 0 160 0 64 176 48 112 159 95 0 96 0 144 159 143 96 207 80 127 159 111 63 175 48 96 207 79 80 176 64 31 159 31 143 224 112 64 176 63 95 207 79 63 160 47 0 127 0 80 191 64 176 240 144 143 239 112 15 160 15 16 95 16 0 80 0 143 224 111 191 240 159 175 240 144 15 127 15 0 175 0 144 239 127 0 79 0 0 112 0 0 95 0 15 112 15 111 207 80 16 79 16 15 79 15 16 80 16 128 223 111 159 159 63 15 64 15 31 144 16 16 80 15 128 224 111 176 239 159 95 112 80 15 175 15 144 224 127 95 192 79 31 95 15 32 160 31 48 159 47 32 159 31 15 128 15 95 160 47 0 111 0 127 223 96 15 80 0 64 112 63 159 239 127 95 159 79 16 175 16]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?? @?? @?? @??#@??'' ??'' ??'' @O? @_?>@???A???C??>C?? C?? C?? C?? C?? C?? A?? A??@O?>@_O<@?@@@>@@@') ; yourself); yourself]
-!
-
-changesBrowser24x24Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self changesBrowser24x24Icon2 inspect
-     ImageEditor openOnClass:self andSelector:#changesBrowser24x24Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class changesBrowser24x24Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@ HB@ HB@ HB@ HB@ HA@@@@@@@@@@@B#8>O#8>O#8VB (JB %XA@@@@@@@@@ HB@ HB@ HB@ HB@ HB
-@U,A@@@@@@@@@(>O#8VB#8>E (JB (IV@U4A@@@@@@HB@ HB@ HB@ HB@ HB@ E[@T A@@@@@@JO#8>E (JB!!XJB (JBV0E]@T$A@@@@@@JO@PDA!!V 3APPH
-EQ,=]PE]@T$A@@@@@@JO#8>GS0,WM4UFPS@XD%Y]@T$A@@@@@@JO@X=OGE"O#8>O#8>O#0!!V@T$A@@@@@@JO#6P]TX>O#8>O#8>O#1<E]T$A@@@@@@JO@ST/
-#8>R$)JR#9JR#9DPH DA@@@@@@JOZBRO#8>O#8>O#8>O#9D0@6X@@@@@@@DAYA6O$(>R#9JR$(>R#9EBA6P@@@@@@@@@YA6O#8>O#8>O#8>O#9EYCVP@@@@@
-@@@@YA6O$)JR$(>R$(>R#9ETCVP@@@@@@@@@YA88#8>O#8>O#8>O$IERAFP@@@@@@@@@]SP&$YFQ$YFQ$YFQ$YD6B''T@@@@@@@@@@D<OLEQCQ5%*^G6O#6$L
-U @@@@@@@@@@^&PTC3!!UUU%%YV)=]"L,@@@@@@@@@@BN^T0SA <''PEU%VUH>H255@@@@@@@@@H6K"$,QSTPUBP8VIRL.QGP@@@@@@@@@#X2JX2(!!Y A&S$QP
-U5Y&@@@@@@@@@@@@#H)#J2@2@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 78 78 91 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 156 156 182 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 201 201 218 204 204 219 206 206 221 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 210 210 224 211 211 225 213 213 228 215 215 229 216 216 230 218 218 231 219 219 232 220 220 233 222 222 235 223 128 63 223 223 224 223 255 255 224 224 224 224 224 236 224 224 239 224 239 240 224 255 255 225 225 237 228 228 238 229 229 239 230 230 240 232 232 241 234 234 243 235 235 244 236 236 244 238 238 245 239 239 224 239 239 239 239 239 240 239 239 246 239 255 255 240 207 144 240 239 223 240 240 239 240 240 247 240 255 255 241 241 248 242 242 249 243 243 249 244 244 250 245 245 252 246 246 253 248 248 254 249 249 254 250 250 255 252 252 255 253 253 255 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 247 255 255 191 191 191 166 166 173]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@A??8A??8G??8G??8_??8_??8_??8_??8_??8_??8_??8_??0_??0G??0G??0G??0G??0C?? G??@O??@_?>@?/8@?@@@') ; yourself); yourself]
-!
-
-fileBrowser24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self fileBrowser24x24Icon inspect
-     ImageEditor openOnClass:self andSelector:#fileBrowser24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileBrowser24x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C0@@@@@@@@@@C@0@A XFA XFA XFA XF
-@@@@@@@@@@@@C@0@A @@@@@@@@@@@@@F@@@@@@@@@@@@C@0@A @NC 8NC 8NC @F@@@@@@@@@@@@C@0@A @NC 8@@@@@@@@@@@@@@@@@@@@@C@0@A @NC 8@
-DA@PDA@PDA@P@@@@@@@@C@0@A @@C 8@DA@PDA@PDA@P@@@@@@@@C@0@A @A@@8@DA@P@@@@@A@P@@@@@@@@C@0@A @@@P@@DA@P@A@P@A@P@@@@@@@@C@0@
-A @@@@D@DA@PDA@PDA@P@@@@@@@@C@0@A @@@@@@DA@PDA@PDA@P@@@@@@@@C@0@A @P@@@@DA@PDA@PDA@P@@@@@@@@C@0@A @PD@@@@@@@@@@@@@@@@@@@
-@@@@C@0@A @PD@@@@@@@@@@@@@@@@@@@@@@@C@0@A @PDA@PDA@PD@@F@@@@@@@@@@@@C@0@A @PDA@PDA@PD@@F@@@@@@@@@@@@C@0@A @@@@@@@@@@@@@F
-@@@@@@@@@@@@@@0@A XFA XFA XFA XF@@@@@@@@@@@@@@@@A XFA XFA XFA XF@@@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@C0@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[64 64 64 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 227 227 22]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@O?? O?? O?? O?? O??<O??<O??<O??<O??<O??<O??<O??<O??<O?? O?? O?? O?? G?? C?? A?? @@@@@@@@') ; yourself); yourself]
+        constantNamed:'XPToolbarIconLibrary home24x24Icon'
+        ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
+O3<?O3<?O3<?O3<?O3=EI"X5O3<?O3<?O3<?O3<?O3<>N3<?O3<%E1HPO3<?O3<?O3<?O3<?O0\GA3(''@C<%E28PO3<?O3<?O3<?O3<?N \GN!! XFA GP LP
+O3<?O3<?O3<?O3<:A0\XFB\XF@\GM3\PO3<?O3<?O3<?O0\GA1 XFA XA0\7N#DCKC<?O3<?O3<?A0\GFA XFC(GA3\:H3H]JTT?O3<?O3<GA3(XFA XN \G
+M0\#C2<_GR%EO3<?O0\GN!! XFA :A3\7N"LOK0,KEBX&MS<?O \:FA XFC(GM3\:H2</EP,TECL!!I",?O1LXFA XA0\7M4HYBP<UB1PTL11CQ$X?O0HSFA G
+A3\7P!!$IC1TKEAP3GA1APTX?O0HVJA4GM3]BC (/EP,KECL\G@EAOCX?O0H<PB ]P$HFBR<UB1P0J!!9F@TD<OCX?O0IGP@TVQDPVC1TKEAP"H"HZPS0<OCX?
+O0HVAPTVE  <EP4TECL"H"HZOC1GQ3X?O0IGOAXVE" VB0,TL10"H"HZOC0<Q3X?O3<BAQXVBDPVB1PTGA0"H"H8OD]GQ3X?O3<?CAXHJDP(ECL3GDD"H"H6
+Q4]GJCX?O3<?O01DQDP(ICL\@TDQDQ)FQ0HLNDX?O3<?O3<LKTP(L10APS0ZM#X6Q#$?O3<?O3<?O3<?Q!!-DG@D4@#$DHC<?O3<?O3<?O3<?O3<?O3$=M!!(9
+O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?') ; colorMapFromArray:#[255 227 154 199 228 240 160 180 218 224 128 58 153 154 204 171 215 254 183 188 202 255 175 75 154 204 254 250 250 253 247 250 254 231 239 246 148 168 214 233 244 254 249 239 209 243 249 254 241 130 102 116 120 164 247 90 41 171 184 198 223 234 245 236 243 248 163 209 243 154 1 2 254 198 97 249 239 223 118 129 180 135 168 220 209 227 243 203 175 133 160 166 205 240 240 248 187 188 214 163 143 171 102 107 152 253 246 240 215 235 254 204 127 124 166 130 141 253 210 112 161 200 234 171 113 93 181 197 216 211 215 222 230 217 192 142 177 227 222 50 7 245 246 249 205 209 228 239 169 152 254 254 240 216 228 239 190 205 229 228 205 209 133 142 186 254 156 57 130 140 161 171 171 200 252 178 93 245 230 190 183 217 237 130 154 203 244 219 172 0 0 0 183 232 253 204 218 236 237 147 68 212 219 234 146 189 237 220 198 190 149 152 191 170 211 227]; mask:((Depth1Image new) width:24; height:24; bits:(ByteArray fromPackedString:'@@O@@LO@@_/@@??@A??@C?? G??0O??8_??<???>_??>_??>_??>_??>_??>_??>_??>O??>G??>C??>A??0@?<@@_@@@@@@') ; yourself); yourself]
+!
+
+left2Arrow24x24Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self left2Arrow24x24Icon inspect
+     ImageEditor openOnClass:self andSelector:#left2Arrow24x24Icon
+     Icon flushCachedIcons"
+
+    ^ Icon constantNamed:'XPToolbarIconLibrary left2Arrow24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+%)ZVM3^V%)X7M3\7M3\7%)ZVM3\7M3^V%)ZVM3^V%)X7M3\7]1 @%)ZVM3\7M3^V%)ZVM3^V%)X7M3]&TT01M9ZVM3\7M3^V%)ZVM3^V%)X7$U8,I3TKM9ZV
+M3\7M3^V%)ZVM3^V%)ZQTSL>FSTKM9ZVM3\7M3^V%)ZVM3^V%%H$!!!!%]T#TKM9ZVM3\7M3^V%)ZVM3^V!!RP?"%ZEICTKM9ZVM3\7M3^V%)ZVM3^NS@16^H9L
+CCT5MST5MST5N0$@M3\7M58EHWQ#W T!!]FNW%6=/MCP4H@EEM3^QTUQ\MIEQUE04"FEMIRT"RP<9LCTKM5JG_)\HT(]>%0 (JAQ+#8<ZA2-,#STKM8]2DFQN
+!!7HPYD9 XFAW#4E;^%MG"3TKM8\RVFI !!1IXX&A_W8ROGV!!UK&\^TCTKM7\;#DIP]3.LP%@@\G@_B )UT6\^@#TKM3^PA#5OE)@FOT<VC :S_8A)_UU)ISTK
+M3\7 (L:RS2B 3)IOF,%IWA0H"JTVPDKDQDQDT)%IA,SR&T$F3T5MST5MST5@W$KDQDQDQEJ RPDC$*AICU<B0,KB0,KB0-*DQDQDQDQR L$\X=J@3TK[$)J
+R$)JR$)JDQDQDQDQDQD\A&4UJ#TKR!!DQDQDQDQDQDQDQDQDQDQDQK8MFV#TKR!!DQDQDQDQDQDQDQDQDQDQDQDV:IV3TKR!!DQDQDQDQDQDQDQDQDQDQDQDQEJ
+CQ\KR!!DQDQDQDQDQDQDQDQDQDQDQDQDQR$ 1R!!DQ');
+                colorMapFromArray:#[ 132 239 107 16 150 16 132 239 123 189 215 181 57 199 49 41 166 41 41 158 41 82 231 82 173 251 148 57 166 57 90 211 74 214 211 214 173 235 156 148 199 148 115 239 99 107 235 107 189 251 173 247 243 239 107 211 99 132 247 123 140 247 123 66 227 57 148 247 132 33 154 33 123 195 123 231 255 214 90 231 82 90 227 82 222 227 214 99 223 82 90 207 82 99 215 82 181 251 173 181 239 165 115 239 107 115 227 99 8 150 8 123 239 115 140 247 115 206 243 181 148 247 123 173 170 156 74 231 66 74 227 74 49 166 49 115 142 222 82 203 66 222 231 214 173 251 165 222 223 222 99 223 90 82 182 74 189 255 173 0 146 0 123 243 107 247 243 247 247 239 247 123 239 123 24 162 24 24 154 24 148 251 132 41 174 41 222 251 206 140 215 132 90 235 82 90 235 90 173 251 156 107 239 90 99 219 82 222 219 222 0 158 0 99 211 90 231 227 231 115 235 107 247 239 239 255 255 255 16 154 16 132 243 123 140 243 123 140 243 132 148 243 132 41 162 41 206 227 206 74 203 66 66 178 57 82 207 74 181 251 156 107 235 90 181 251 165 107 235 99 33 211 24 0 150 0 189 247 173 198 251 173 90 182 90 132 243 115 140 243 115 148 251 123 148 243 123 156 251 132 156 243 132 123 190 123 132 199 132 74 199 66 90 215 74 90 215 82 222 219 214 107 239 99 99 227 99 8 170 8 239 235 231 189 255 181 123 239 107 24 182 24 115 211 99 206 255 189 214 255 189 214 255 198 222 255 198 198 223 198 165 251 140 49 162 49 82 215 74 90 223 82 214 207 206 90 211 82 82 190 74 99 219 90 99 215 90 156 203 156 239 235 239 82 174 82 132 243 107 173 215 173 107 195 99 24 158 24 156 251 123 115 186 107 222 255 206 156 243 140 66 190 57 165 251 156 140 203 140 99 235 90 222 227 222 231 239 231 107 227 90 107 223 90 115 235 99 239 243 239 247 247 247 198 255 181 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@0@@A8@@G8@@O8@@_8@@?8@A??>C???O???_???_???_???_???O???G???C???A???@?<@@O8@@G8@@C8@@A8@@@8@');
+                            yourself);
+                yourself
+        ]
 !
 
 leftArrow24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self leftArrow24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#leftArrow24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class leftArrow24x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class leftArrow24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 %)ZVM3^V%)X7M3\7M3\7%)ZVM3\7M3^V%)ZVM3^V%)X7M3\7]1 @%)ZVM3\7M3^V%)ZVM3^V%)X7M3]&TT01M9ZVM3\7M3^V%)ZVM3^V%)X7$U8,I3TKM9ZV
 M3\7M3^V%)ZVM3^V%)ZQTSL>FSTKM9ZVM3\7M3^V%)ZVM3^V%%H$!!!!%]"#TKM9ZVM3\7M3^V%)ZVM3^V!!RP?"%Y ]STKM9ZVM3\7M3^V%)ZVM3^NS@16^B!!
 ]CT5MST5MST5N0$@M3\7M58EHWQ#XQQ \9^W%6=/MCP4H@EEM3^QTUQ\MH!!!!JBY_TD9MIRT"RP<9LCTKM5JG_)\HJB TI%<6M 9+#8<ZA2-,#STKM8]2DFQN
 XFA W3X6C&-W#4E;^%MG"3TKM8\RVFI W5>DM#XNZ4NOGV!!UK&\^TCTKM7\;#DIP@GA0H 9+U3H_B )UT6\^@#TKM3^PA#5OE 8NC%&RH9NS_8A)_UU)ISTK
 M3\7 (L:RS1+U4P_S"T%IWA0H"JTVPDKDQDQDT)%IA,S$1=)H#T5MST5MST5@W$KDQDQDQEJ RPDC#HJP3U<B0,KB0,KB0-*DQDQDQDQR L$\X<]PCTK[$)J
 R$)JR$)JDQDQDQDQDQD\A&4UJ#TKR!!DQDQDQDQDQDQDQDQDQDQDQK8MFV#TKR!!DQDQDQDQDQDQDQDQDQDQDQDV:IV3TKR!!DQDQDQDQDQDQDQDQDQDQDQDQEJ
-CQ\KR!!DQDQDQDQDQDQDQDQDQDQDQDQDQR$ 1R!!DQDQDQ') ; colorMapFromArray:#[132 239 107 16 150 16 132 239 123 189 215 181 57 199 49 41 166 41 41 158 41 82 231 82 173 251 148 57 166 57 90 211 74 214 211 214 173 235 156 148 199 148 115 239 99 107 235 107 189 251 173 247 243 239 107 211 99 132 247 123 140 247 123 66 227 57 148 247 132 33 154 33 123 195 123 231 255 214 90 231 82 90 227 82 222 227 214 99 223 82 90 207 82 99 215 82 181 251 173 181 239 165 115 239 107 115 227 99 8 150 8 123 239 115 140 247 115 206 243 181 148 247 123 173 170 156 74 231 66 74 227 74 49 166 49 115 142 222 82 203 66 222 231 214 173 251 165 222 223 222 99 223 90 82 182 74 189 255 173 0 146 0 123 243 107 247 243 247 247 239 247 123 239 123 24 162 24 24 154 24 148 251 132 41 174 41 222 251 206 140 215 132 90 235 82 90 235 90 173 251 156 107 239 90 99 219 82 222 219 222 0 158 0 99 211 90 231 227 231 115 235 107 247 239 239 255 255 255 16 154 16 132 243 123 140 243 123 140 243 132 148 243 132 41 162 41 206 227 206 74 203 66 66 178 57 82 207 74 181 251 156 107 235 90 181 251 165 107 235 99 33 211 24 0 150 0 189 247 173 198 251 173 90 182 90 132 243 115 140 243 115 148 251 123 148 243 123 156 251 132 156 243 132 123 190 123 132 199 132 74 199 66 90 215 74 90 215 82 222 219 214 107 239 99 99 227 99 8 170 8 239 235 231 189 255 181 123 239 107 24 182 24 115 211 99 206 255 189 214 255 189 214 255 198 222 255 198 198 223 198 165 251 140 49 162 49 82 215 74 90 223 82 214 207 206 90 211 82 82 190 74 99 219 90 99 215 90 156 203 156 239 235 239 82 174 82 132 243 107 173 215 173 107 195 99 24 158 24 156 251 123 115 186 107 222 255 206 156 243 140 66 190 57 165 251 156 140 203 140 99 235 90 222 227 222 231 239 231 107 227 90 107 223 90 115 235 99 239 243 239 247 247 247 198 255 181]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@0@@A8@@G8@@O8@@_8@@?8@A??>C???O???_???_???_???_???O???G???C???A???@?<@@O8@@G8@@C8@@A8@@@8@') ; yourself); yourself]
-!
-
-leftArrow24x24disabledIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self leftArrow24x24disabledIcon inspect
-     ImageEditor openOnClass:self andSelector:#leftArrow24x24disabledIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class leftArrow24x24disabledIcon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@@PD@@@@A@PDA@PDA@@@@@PDA@PD@@@@@@PD@@@@A@PDA@ LD@@@@@PDA@PD@@@@@@PD@@@@A@PDEA \H@P@@@PDA@PD@@@@@@PD@@@@ABP(KC@4N@P@@
-@PDA@PD@@@@@@PD@@@@IA <PDP4N@P@@@PDA@PD@@@@@@PD@@AHSEADUE 4N@P@@@PDA@PD@@@@@@PD@E1LXE!!$ZD@4N@P@@@PDA@PD@@@@@@PD[A10]G!!<Z
-H@4MCP4MCP4MHRHD@PDA@P(#G"@$IRXZI2 (JATUEQTUBB$Y@PDIA"(HER,%G20-K"<0LSD2L3P5M 4N@QH7NB 9G1<&KB4DAC(;OC0=O#=@PP4N@S\>P$L/
-F!!(ZKPPDN#-DOA-EQ$\?R@4N@S]IR"XZKR4-A@P:N1 <O$-LST8TK 4N@PH!!S1H.ACD1L#(;Q@TCQ$YLQ48TT@4N@PDLTUH,P3(:N#P[T5QTUUYWQ$1WLP4N
-@PDAHE!!YL10;QDTCK3D1LSD1L#H;MB$NDQDQDU)KD38/U@MWL 4MCP4MCP4MJRLNDQDQDQEZFALON UFF@4+C 8NC 8NC 86DQDQDQDQV"8SV30>W@4NBU)Z
-V%)ZV%)ZDQDQDQDQDQEBTU5FU 4NV!!DQDQDQDQDQDQDQDQDQDQDQW%!!_X@4NV!!DQDQDQDQDQDQDQDQDQDQDQDP%LXP4NV!!DQDQDQDQDQDQDQDQDQDQDQDQEZ
-X%4NV!!DQDQDQDQDQDQDQDQDQDQDQDQDQV&LHV!!DQDQDQDQDQ') ; colorMapFromArray:#[251 251 251 249 249 249 234 234 234 210 210 210 224 224 224 213 213 213 184 184 184 176 176 176 238 238 238 245 245 245 200 200 200 187 187 187 240 240 240 171 171 171 233 233 233 198 198 198 246 246 246 249 249 249 236 236 236 174 174 174 207 207 207 241 241 241 247 247 247 226 226 226 219 219 219 237 237 237 227 227 227 216 216 216 231 231 231 247 247 247 234 234 234 229 229 229 245 245 245 178 178 178 188 188 188 185 185 185 232 232 232 231 231 231 228 228 228 244 244 244 242 242 242 175 175 175 193 193 193 232 232 232 228 228 228 225 225 225 229 229 229 227 227 227 226 226 226 223 223 223 221 221 221 220 220 220 219 219 219 223 223 223 237 237 237 179 179 179 200 200 200 236 236 236 221 221 221 220 220 220 217 217 217 214 214 214 213 213 213 210 210 210 215 215 215 235 235 235 239 239 239 230 230 230 218 218 218 212 212 212 208 208 208 202 202 202 230 230 230 211 211 211 238 238 238 209 209 209 205 205 205 204 204 204 201 201 201 197 197 197 225 225 225 183 183 183 187 187 187 217 217 217 214 214 214 212 212 212 211 211 211 209 209 209 196 196 196 180 180 180 248 248 248 186 186 186 215 215 215 180 180 180 240 240 240 174 174 174 196 196 196 172 172 172 216 216 216 241 241 241]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@0@@A8@@G8@@O8@@_8@@?8@A??>C???O???_???_???_???_???O???G???C???A???@?<@@O8@@G8@@C8@@A8@@@8@') ; yourself); yourself]
-!
-
-right2Arrow24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self right2Arrow24x24Icon inspect
-     ImageEditor openOnClass:self andSelector:#right2Arrow24x24Icon
+CQ\KR!!DQDQDQDQDQDQDQDQDQDQDQDQDQR$ 1R!!DQDQDQ');
+                colorMapFromArray:#[ 132 239 107 16 150 16 132 239 123 189 215 181 57 199 49 41 166 41 41 158 41 82 231 82 173 251 148 57 166 57 90 211 74 214 211 214 173 235 156 148 199 148 115 239 99 107 235 107 189 251 173 247 243 239 107 211 99 132 247 123 140 247 123 66 227 57 148 247 132 33 154 33 123 195 123 231 255 214 90 231 82 90 227 82 222 227 214 99 223 82 90 207 82 99 215 82 181 251 173 181 239 165 115 239 107 115 227 99 8 150 8 123 239 115 140 247 115 206 243 181 148 247 123 173 170 156 74 231 66 74 227 74 49 166 49 115 142 222 82 203 66 222 231 214 173 251 165 222 223 222 99 223 90 82 182 74 189 255 173 0 146 0 123 243 107 247 243 247 247 239 247 123 239 123 24 162 24 24 154 24 148 251 132 41 174 41 222 251 206 140 215 132 90 235 82 90 235 90 173 251 156 107 239 90 99 219 82 222 219 222 0 158 0 99 211 90 231 227 231 115 235 107 247 239 239 255 255 255 16 154 16 132 243 123 140 243 123 140 243 132 148 243 132 41 162 41 206 227 206 74 203 66 66 178 57 82 207 74 181 251 156 107 235 90 181 251 165 107 235 99 33 211 24 0 150 0 189 247 173 198 251 173 90 182 90 132 243 115 140 243 115 148 251 123 148 243 123 156 251 132 156 243 132 123 190 123 132 199 132 74 199 66 90 215 74 90 215 82 222 219 214 107 239 99 99 227 99 8 170 8 239 235 231 189 255 181 123 239 107 24 182 24 115 211 99 206 255 189 214 255 189 214 255 198 222 255 198 198 223 198 165 251 140 49 162 49 82 215 74 90 223 82 214 207 206 90 211 82 82 190 74 99 219 90 99 215 90 156 203 156 239 235 239 82 174 82 132 243 107 173 215 173 107 195 99 24 158 24 156 251 123 115 186 107 222 255 206 156 243 140 66 190 57 165 251 156 140 203 140 99 235 90 222 227 222 231 239 231 107 227 90 107 223 90 115 235 99 239 243 239 247 247 247 198 255 181 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@0@@A8@@G8@@O8@@_8@@?8@A??>C???O???_???_???_???_???O???G???C???A???@?<@@O8@@G8@@C8@@A8@@@8@');
+                            yourself);
+                yourself
+        ]
+!
+
+leftArrow24x24Icon2
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self leftArrow24x24Icon2 inspect
+     ImageEditor openOnClass:self andSelector:#leftArrow24x24Icon2
      Icon flushCachedIcons
     "
 
     <resource: #image>
 
     ^Icon
-        constantNamed:'XPToolbarIconLibrary class right2Arrow24x24Icon'
-        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary leftArrow24x24Icon2'
+        ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
+E1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\UB0TEAP,KGQ\WE1\WE1\WE1\WE1\''E@TKEQTUEQHOA@PUE1\WE1\WE1\WE1<EEA< GQ4VEAHRD <D
+B!!\WE1\WE1\WGPT]G14]EQPTD!!HRD!!HRA@(WE1\WE1\%AQ4]GQTVEA$ HAHRD!!HRD  NE1\WE1\KEA4]EQXRE"4/K1XRD!!HRD!!HCGA\WE14EGQTVEAHYK"</
+K1PRD!!HRD!!HO@1\WE0,TEQPRD!!P/K2</GQHRD!!HRD!!HO@1(WG0@TEAHRE"0/K2<]D!!HRD!!HRC0<OB@8WG0TRD!!HTJ2</K2 ]GQ4 GQ4]E@<OB 0WG0PRD!!X,
+K2</K2</K2<.K"</GP<IBPHWG0PRD!!P*K2</K2</K2</K2</GP$IA@HWG0PRD!!HVJ2</K2@]GQ4]GQ4]E@$IA@HWI0@RD!!HREB(/K28TC0<OBP$IBP$I@04W
+E0 OD!!HRD!!P.K2<*E@<IBP$IBPTE@!!LWE1THD!!HRD!!HTJ"</JP<IBP$IAPTE@RXWE2XCC1HOC0<OEB$/K14IBPTEAPTBDQ\WE1\X@0<OC0<OBQH)JQPEAPTE
+AP@AI!!\WE1\WD@LOC0$IBP$IBPTEAPTE@@D^E1\WE1\WE08BBP$IBP$EAPTEAPTB@Q,WE1\WE1\WE1\X@ LDBPTEAPT@@0DFH1\WE1\WE1\WE1\WEQLG@PHB
+@ DAA!!,WE1\WE1\WE1\WE1\WE1\WIBH!!H"HWE1\WE1\WE1\W') ; colorMapFromArray:#[0 156 0 8 82 0 8 115 8 24 131 16 24 164 16 24 180 8 41 90 32 41 123 41 49 156 24 49 180 24 57 164 32 57 197 57 65 139 41 65 139 65 74 172 74 82 189 32 98 164 106 106 139 98 106 197 49 115 172 123 115 205 74 123 205 123 131 222 90 131 238 106 139 189 139 148 180 82 156 197 164 164 164 164 172 205 172 172 222 148 180 180 180 180 230 189 189 230 172 197 197 197 197 213 189 205 205 205 205 222 205 205 238 213 222 230 222 222 238 222 222 246 213 238 246 238 246 246 238 246 246 246 255 246 238 255 255 238 255 255 246 255 255 255]; mask:((Depth1Image new) width:24; height:24; bits:(ByteArray fromPackedString:'@@@@@O<@A??@C?? G??0O??8O??<_??<_??>???>???>???>???>???>???>_??>_??>_??<O??<G??8C??0A?? @?>@@G0@') ; yourself); yourself]
+!
+
+leftArrow24x24disabledIcon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self leftArrow24x24disabledIcon inspect
+     ImageEditor openOnClass:self andSelector:#leftArrow24x24disabledIcon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class leftArrow24x24disabledIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@PD@@@@A@PDA@PDA@@@@@PDA@PD@@@@@@PD@@@@A@PDA@ LD@@@@@PDA@PD@@@@@@PD@@@@A@PDEA \H@P@@@PDA@PD@@@@@@PD@@@@ABP(KC@4N@P@@
+@PDA@PD@@@@@@PD@@@@IA <PDP4N@P@@@PDA@PD@@@@@@PD@@AHSEADUE 4N@P@@@PDA@PD@@@@@@PD@E1LXE!!$ZD@4N@P@@@PDA@PD@@@@@@PD[A10]G!!<Z
+H@4MCP4MCP4MHRHD@PDA@P(#G"@$IRXZI2 (JATUEQTUBB$Y@PDIA"(HER,%G20-K"<0LSD2L3P5M 4N@QH7NB 9G1<&KB4DAC(;OC0=O#=@PP4N@S\>P$L/
+F!!(ZKPPDN#-DOA-EQ$\?R@4N@S]IR"XZKR4-A@P:N1 <O$-LST8TK 4N@PH!!S1H.ACD1L#(;Q@TCQ$YLQ48TT@4N@PDLTUH,P3(:N#P[T5QTUUYWQ$1WLP4N
+@PDAHE!!YL10;QDTCK3D1LSD1L#H;MB$NDQDQDU)KD38/U@MWL 4MCP4MCP4MJRLNDQDQDQEZFALON UFF@4+C 8NC 8NC 86DQDQDQDQV"8SV30>W@4NBU)Z
+V%)ZV%)ZDQDQDQDQDQEBTU5FU 4NV!!DQDQDQDQDQDQDQDQDQDQDQW%!!_X@4NV!!DQDQDQDQDQDQDQDQDQDQDQDP%LXP4NV!!DQDQDQDQDQDQDQDQDQDQDQDQEZ
+X%4NV!!DQDQDQDQDQDQDQDQDQDQDQDQDQV&LHV!!DQDQDQDQDQ');
+                colorMapFromArray:#[ 251 251 251 249 249 249 234 234 234 210 210 210 224 224 224 213 213 213 184 184 184 176 176 176 238 238 238 245 245 245 200 200 200 187 187 187 240 240 240 171 171 171 233 233 233 198 198 198 246 246 246 249 249 249 236 236 236 174 174 174 207 207 207 241 241 241 247 247 247 226 226 226 219 219 219 237 237 237 227 227 227 216 216 216 231 231 231 247 247 247 234 234 234 229 229 229 245 245 245 178 178 178 188 188 188 185 185 185 232 232 232 231 231 231 228 228 228 244 244 244 242 242 242 175 175 175 193 193 193 232 232 232 228 228 228 225 225 225 229 229 229 227 227 227 226 226 226 223 223 223 221 221 221 220 220 220 219 219 219 223 223 223 237 237 237 179 179 179 200 200 200 236 236 236 221 221 221 220 220 220 217 217 217 214 214 214 213 213 213 210 210 210 215 215 215 235 235 235 239 239 239 230 230 230 218 218 218 212 212 212 208 208 208 202 202 202 230 230 230 211 211 211 238 238 238 209 209 209 205 205 205 204 204 204 201 201 201 197 197 197 225 225 225 183 183 183 187 187 187 217 217 217 214 214 214 212 212 212 211 211 211 209 209 209 196 196 196 180 180 180 248 248 248 186 186 186 215 215 215 180 180 180 240 240 240 174 174 174 196 196 196 172 172 172 216 216 216 241 241 241 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@@@0@@A8@@G8@@O8@@_8@@?8@A??>C???O???_???_???_???_???O???G???C???A???@?<@@O8@@G8@@C8@@A8@@@8@');
+                            yourself);
+                yourself
+        ]
+!
+
+right2Arrow24x24Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self right2Arrow24x24Icon inspect
+     ImageEditor openOnClass:self andSelector:#right2Arrow24x24Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class right2Arrow24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HC@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HDAP@@@@@@@@@@@@@@@@@@@@@@@@@@@@HFA0 I@@@@
 @@@@@@@@@@@@@@@@@@@@@@HJB00MC @@@@@@@@@@@@@@@@@@@@@@@@HODADRD1P@@@@@@@@@@@@@@@@@@@@@@@HSFQXWFALY@@@@@@@@@ALZF1,[F1,[F1,_
 AB@!!G!!<DHBD@@@@@HPHWB0,KB0,KB0,%I"\(JRT&I2 )J"(*HPHWJ20-K"</K#@3J3P[CST+MA,MMR(*HPH6M3 8KC$9LC@=O#<4PDEBO3Q@PTH*HPHPKSD8
 NC 0P3EHO$%JR4(SRT)KR!!MLHPIMGSD1LSD1GDP>TUH>T4(ST#9SR!!MTHPIUETP:GC(:QT<>RUYWVE%ZU%]XVU)THPI[EQ0\GA1\WE1IWE5^W6A\WU9_X@@@
 HPHUXVE!!GS 8NFI$Q&U&Y6QFYVY''@@@*JQLB@ HB@ HB@ I*@&-''QF(BZ6\@@B(*JR%T[V5-[V5-[PHS\GE.[1M0\P@@J"(*J"()JR$)JR$)JPI.\''M4D5)1
 @@@*J"(*J"(*J"(*J"(*J I5]'']_XEP@J"(*J"(*J"(*J"(*J"(*J I8^VY:@@@*J"(*J"(*J"(*J"(*J"(*J HB^6\@@@@*J"(*J"(*J"(*J"(*J"(*J I<
-[P@@J"(*J"(*J"(*J"(*J"(*J"(*J''5>@@@*J"(*J"(*J"(*') ; colorMapFromArray:#[240 240 240 223 224 216 0 144 0 159 200 152 16 144 16 112 184 112 207 240 184 48 160 48 80 176 80 224 232 224 239 248 208 208 248 192 80 176 72 47 152 40 224 224 224 224 248 208 191 248 168 223 248 200 96 192 88 15 144 8 192 216 192 127 240 112 159 248 144 207 248 184 128 208 120 144 192 144 32 152 24 63 168 48 112 240 104 128 240 120 192 248 184 159 232 144 128 192 128 240 232 240 127 248 104 111 240 96 111 240 104 176 248 168 160 232 152 47 160 32 80 168 80 240 232 232 240 240 232 159 240 136 143 240 112 143 240 120 143 248 120 144 248 120 128 248 112 127 240 104 96 240 96 95 240 88 160 240 152 224 224 216 192 248 176 144 240 128 128 240 112 143 248 112 112 240 96 111 232 96 96 224 88 95 208 80 80 200 72 112 216 104 79 184 64 31 152 24 192 216 184 127 248 112 112 232 96 111 224 88 96 216 80 96 208 80 95 208 72 79 200 64 95 200 80 144 240 136 239 224 224 176 248 160 112 224 88 111 216 88 111 216 80 80 200 64 79 192 64 143 232 128 223 216 208 160 248 152 96 208 88 143 232 120 63 184 48 31 144 24 175 192 160 159 248 136 112 224 96 112 224 104 32 168 32 32 152 32 192 200 192 128 248 120 128 232 112 95 200 72 112 232 104 16 160 16 79 168 72 208 208 200 239 232 224 80 208 72 79 208 64 112 176 112 224 216 216 208 208 208 96 232 88 48 192 40 128 184 120 223 208 208 80 216 72 95 232 72 31 176 24 80 232 72 63 216 56 15 160 8 32 208 32 0 152 0 207 200 192 111 176 96 128 184 128 208 224 200 223 216 216]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@B@@@C@@@C @@C8@@C<@@C>@@C?@_??0???8???<???>???????????????<???8???0??? @C?@@C>@@C8@@C0@@C @@C@@') ; yourself); yourself]
+[P@@J"(*J"(*J"(*J"(*J"(*J"(*J''5>@@@*J"(*J"(*J"(*');
+                colorMapFromArray:#[ 240 240 240 223 224 216 0 144 0 159 200 152 16 144 16 112 184 112 207 240 184 48 160 48 80 176 80 224 232 224 239 248 208 208 248 192 80 176 72 47 152 40 224 224 224 224 248 208 191 248 168 223 248 200 96 192 88 15 144 8 192 216 192 127 240 112 159 248 144 207 248 184 128 208 120 144 192 144 32 152 24 63 168 48 112 240 104 128 240 120 192 248 184 159 232 144 128 192 128 240 232 240 127 248 104 111 240 96 111 240 104 176 248 168 160 232 152 47 160 32 80 168 80 240 232 232 240 240 232 159 240 136 143 240 112 143 240 120 143 248 120 144 248 120 128 248 112 127 240 104 96 240 96 95 240 88 160 240 152 224 224 216 192 248 176 144 240 128 128 240 112 143 248 112 112 240 96 111 232 96 96 224 88 95 208 80 80 200 72 112 216 104 79 184 64 31 152 24 192 216 184 127 248 112 112 232 96 111 224 88 96 216 80 96 208 80 95 208 72 79 200 64 95 200 80 144 240 136 239 224 224 176 248 160 112 224 88 111 216 88 111 216 80 80 200 64 79 192 64 143 232 128 223 216 208 160 248 152 96 208 88 143 232 120 63 184 48 31 144 24 175 192 160 159 248 136 112 224 96 112 224 104 32 168 32 32 152 32 192 200 192 128 248 120 128 232 112 95 200 72 112 232 104 16 160 16 79 168 72 208 208 200 239 232 224 80 208 72 79 208 64 112 176 112 224 216 216 208 208 208 96 232 88 48 192 40 128 184 120 223 208 208 80 216 72 95 232 72 31 176 24 80 232 72 63 216 56 15 160 8 32 208 32 0 152 0 207 200 192 111 176 96 128 184 128 208 224 200 223 216 216 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@B@@@C@@@C @@C8@@C<@@C>@@C?@_??0???8???<???>???????????????<???8???0??? @C?@@C>@@C8@@C0@@C @@C@@');
+                            yourself);
+                yourself
+        ]
 !
 
 rightArrow24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self rightArrow24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#rightArrow24x24Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class rightArrow24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+@@@@@@@@@@@@@@D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HC@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HDAP@@@@@@@@@@@@@@@@@@@@@@@@@@@@HFA0 I@@@@
+@@@@@@@@@@@@@@@@@@@@@@HJB00MC @@@@@@@@@@@@@@@@@@@@@@@@HODADRD1P@@@@@@@@@@@@@@@@@@@@@@@HQEQXWFALY@@@@@@@@@ALZF1,[F1,[F1,K
+EQ0]G!!<DHBD@@@@@HPHWB0,KB0,KB0,KH!!0#IBT&I2 )J"(*HPHWJ20-K"</K#@0LQ0#L#L+MA,MMR(*HPH6M3 8KC$9LC@"GC(;OC4>O3Q@PTH*HPHPKSD8
+NC 0P3D\QDUFQ4 >RT)KR!!MLHPIMGSD1LSD1GDQNS5AGRC9QT#9SR!!MTHPIUETP:GC(:QT=OQ$\=RC9IU%]XVU)THPI[EQ0\GA1\WE1\Q4!!HO$%\WU9_X@@@
+HPHUXVE!!GS 8NFH-RFL>O&QFYVY''@@@*JQLB@ HB@ HB@ H8O%E)QF(BZ6\@@B(*JR%T[V5-[V5-[PIDRT!!.[1M0\P@@J"(*J"()JR$)JR$)JPI.\''M4D5)1
+@@@*J"(*J"(*J"(*J"(*J I5]'']_XEP@J"(*J"(*J"(*J"(*J"(*J I8^VY:@@@*J"(*J"(*J"(*J"(*J"(*J HB^6\@@@@*J"(*J"(*J"(*J"(*J"(*J I<
+[P@@J"(*J"(*J"(*J"(*J"(*J"(*J''5>@@@*J"(*J"(*J"(*');
+                colorMapFromArray:#[ 240 240 240 223 224 216 0 144 0 159 200 152 16 144 16 112 184 112 207 240 184 48 160 48 80 176 80 224 232 224 239 248 208 208 248 192 80 176 72 47 152 40 224 224 224 224 248 208 191 248 168 223 248 200 96 192 88 15 144 8 192 216 192 127 240 112 159 248 144 207 248 184 128 208 120 144 192 144 32 152 24 63 168 48 112 240 104 128 240 120 192 248 184 159 232 144 128 192 128 240 232 240 127 248 104 111 240 96 111 240 104 176 248 168 160 232 152 47 160 32 80 168 80 240 232 232 240 240 232 159 240 136 143 240 112 143 240 120 143 248 120 144 248 120 128 248 112 127 240 104 96 240 96 95 240 88 160 240 152 224 224 216 192 248 176 144 240 128 128 240 112 143 248 112 112 240 96 111 232 96 96 224 88 95 208 80 80 200 72 112 216 104 79 184 64 31 152 24 192 216 184 127 248 112 112 232 96 111 224 88 96 216 80 96 208 80 95 208 72 79 200 64 95 200 80 144 240 136 239 224 224 176 248 160 112 224 88 111 216 88 111 216 80 80 200 64 79 192 64 143 232 128 223 216 208 160 248 152 96 208 88 143 232 120 63 184 48 31 144 24 175 192 160 159 248 136 112 224 96 112 224 104 32 168 32 32 152 32 192 200 192 128 248 120 128 232 112 95 200 72 112 232 104 16 160 16 79 168 72 208 208 200 239 232 224 80 208 72 79 208 64 112 176 112 224 216 216 208 208 208 96 232 88 48 192 40 128 184 120 223 208 208 80 216 72 95 232 72 31 176 24 80 232 72 63 216 56 15 160 8 32 208 32 0 152 0 207 200 192 111 176 96 128 184 128 208 224 200 223 216 216 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@B@@@C@@@C @@C8@@C<@@C>@@C?@_??0???8???<???>???????????????<???8???0??? @C?@@C>@@C8@@C0@@C @@C@@');
+                            yourself);
+                yourself
+        ]
+!
+
+rightArrow24x24Icon2
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self rightArrow24x24Icon2 inspect
+     ImageEditor openOnClass:self andSelector:#rightArrow24x24Icon2
      Icon flushCachedIcons
     "
 
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class rightArrow24x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@@@@D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HC@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HDAP@@@@@@@@@@@@@@@@@@@@@@@@@@@@HFA0 I@@@@
-@@@@@@@@@@@@@@@@@@@@@@HJB00MC @@@@@@@@@@@@@@@@@@@@@@@@HODADRD1P@@@@@@@@@@@@@@@@@@@@@@@HQEQXWFALY@@@@@@@@@ALZF1,[F1,[F1,K
-EQ0]G!!<DHBD@@@@@HPHWB0,KB0,KB0,KH!!0#IBT&I2 )J"(*HPHWJ20-K"</K#@0LQ0#L#L+MA,MMR(*HPH6M3 8KC$9LC@"GC(;OC4>O3Q@PTH*HPHPKSD8
-NC 0P3D\QDUFQ4 >RT)KR!!MLHPIMGSD1LSD1GDQNS5AGRC9QT#9SR!!MTHPIUETP:GC(:QT=OQ$\=RC9IU%]XVU)THPI[EQ0\GA1\WE1\Q4!!HO$%\WU9_X@@@
-HPHUXVE!!GS 8NFH-RFL>O&QFYVY''@@@*JQLB@ HB@ HB@ H8O%E)QF(BZ6\@@B(*JR%T[V5-[V5-[PIDRT!!.[1M0\P@@J"(*J"()JR$)JR$)JPI.\''M4D5)1
-@@@*J"(*J"(*J"(*J"(*J I5]'']_XEP@J"(*J"(*J"(*J"(*J"(*J I8^VY:@@@*J"(*J"(*J"(*J"(*J"(*J HB^6\@@@@*J"(*J"(*J"(*J"(*J"(*J I<
-[P@@J"(*J"(*J"(*J"(*J"(*J"(*J''5>@@@*J"(*J"(*J"(*') ; colorMapFromArray:#[240 240 240 223 224 216 0 144 0 159 200 152 16 144 16 112 184 112 207 240 184 48 160 48 80 176 80 224 232 224 239 248 208 208 248 192 80 176 72 47 152 40 224 224 224 224 248 208 191 248 168 223 248 200 96 192 88 15 144 8 192 216 192 127 240 112 159 248 144 207 248 184 128 208 120 144 192 144 32 152 24 63 168 48 112 240 104 128 240 120 192 248 184 159 232 144 128 192 128 240 232 240 127 248 104 111 240 96 111 240 104 176 248 168 160 232 152 47 160 32 80 168 80 240 232 232 240 240 232 159 240 136 143 240 112 143 240 120 143 248 120 144 248 120 128 248 112 127 240 104 96 240 96 95 240 88 160 240 152 224 224 216 192 248 176 144 240 128 128 240 112 143 248 112 112 240 96 111 232 96 96 224 88 95 208 80 80 200 72 112 216 104 79 184 64 31 152 24 192 216 184 127 248 112 112 232 96 111 224 88 96 216 80 96 208 80 95 208 72 79 200 64 95 200 80 144 240 136 239 224 224 176 248 160 112 224 88 111 216 88 111 216 80 80 200 64 79 192 64 143 232 128 223 216 208 160 248 152 96 208 88 143 232 120 63 184 48 31 144 24 175 192 160 159 248 136 112 224 96 112 224 104 32 168 32 32 152 32 192 200 192 128 248 120 128 232 112 95 200 72 112 232 104 16 160 16 79 168 72 208 208 200 239 232 224 80 208 72 79 208 64 112 176 112 224 216 216 208 208 208 96 232 88 48 192 40 128 184 120 223 208 208 80 216 72 95 232 72 31 176 24 80 232 72 63 216 56 15 160 8 32 208 32 0 152 0 207 200 192 111 176 96 128 184 128 208 224 200 223 216 216]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@B@@@C@@@C @@C8@@C<@@C>@@C?@_??0???8???<???>???????????????<???8???0??? @C?@@C>@@C8@@C0@@C @@C@@') ; yourself); yourself]
+        constantNamed:'XPToolbarIconLibrary rightArrow24x24Icon2'
+        ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
+E1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\UB0TEAP,KGQ\WE1\WE1\WE1\WE1\''E@TKEQTUEQHOA@PUE1\WE1\WE1\WE1<EEA< GQ4VEAHRD <D
+B!!\WE1\WE1\WGPT]G14]EQPTD!!HRD!!HRA@(WE1\WE1\%AQ5@L#H0MST2PCT3L3L3L0 NE1\WE1\KEA42LC85L388LTD5L3L3L1HCGA\WE14EGQT0MSL3L3AB
+LS!!AMSL3L1HO@1\WE0,TEQP5L3L3L3L2NR<6PSL3L1HO@1(WG0@TEAH3L3L3L3L3L#,8LTD3L0<OB@8WG0TRL3L0PCH2PCH2L$D/NB=AL0<OB 0WG0PRL3L2
+P#X/N3X/K2<6NCX/PP<IBPHWG0PRL3L2K3 1K2<1K3 /NB<1O@$IA@HWG0PRL3L0PCH2L#H2L$@/NB<<L0$IA@HWI0@RD!!H3L3L3L3L3MS06NS03M0$I@04W
+E0 OD!!H3L3L3MCP5OC /P3L7M0TE@!!LWE1THD!!H3L3L4MCUCK3X=O3\7N TE@RXWE2XCC1H3MCP4MCH1K303M3(:N TBDQ\WE1\X@0<4MCP4M3T<OC<7N#(:
+N @AI!!\WE1\WD@LOC0$IBP$IBPTEAPTE@@D^E1\WE1\WE08BBP$IBP$EAPTEAPTB@Q,WE1\WE1\WE1\X@ LDBPTEAPT@@0DFH1\WE1\WE1\WE1\WEQLG@PHB
+@ DAA!!,WE1\WE1\WE1\WE1\WE1\WIBH!!H"HWE1\WE1\WE1\W') ; colorMapFromArray:#[0 156 0 8 82 0 8 115 8 24 131 16 24 164 16 24 180 8 41 90 32 41 123 41 49 156 24 49 180 24 57 164 32 57 197 57 65 139 41 65 139 65 74 172 74 82 189 32 98 164 106 106 139 98 106 197 49 115 172 123 115 205 74 123 205 123 131 222 90 131 238 106 139 189 139 148 180 82 156 197 164 164 164 164 172 205 172 172 222 148 180 180 180 180 230 189 189 230 172 197 197 197 197 213 189 205 205 205 205 222 205 205 238 213 222 230 222 222 238 222 222 246 213 238 246 238 246 246 238 246 246 246 255 246 238 255 255 238 255 255 246 255 255 255 135 224 88 254 254 254 169 222 145 105 195 48 79 187 37 113 206 71 254 254 252 50 180 22 255 254 255 254 255 255 25 178 9 254 255 249 245 250 242 248 248 248 127 206 122 57 195 57 191 230 175 226 243 217 252 251 251 240 249 239]; mask:((Depth1Image new) width:24; height:24; bits:(ByteArray fromPackedString:'@@@@@O<@A??@C?? G??0O??8O??<_??<_??>???>???>???>???>???>???>_??>_??>_??<O??<G??8C??0A?? @?>@@G0@') ; yourself); yourself]
 !
 
 rightArrow24x24disabledIcon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self rightArrow24x24disabledIcon inspect
      ImageEditor openOnClass:self andSelector:#rightArrow24x24disabledIcon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class rightArrow24x24disabledIcon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class rightArrow24x24disabledIcon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HC@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HDAP@@@@@@@@@@@@@@@@@@@@@@@@@@@@HFA0 I@@@@
 @@@@@@@@@@@@@@@@@@@@@@HJB00MA @@@@@@@@@@@@@@@@@@@@@@@@HN@P<PDQH@@@@@@@@@@@@@@@@@@@@@@@HOD1PUE!!DW@@@@@@@@@ADXFQ$YFQ$YFQ$K
 D1([A!!0DGP<@@@@@C0HUB0,KB0,KB0,KG!!(_HBD"H2P%I"X&C0HUI2 (JR(*JR (J1(_@20''KQ$MK"X&C0HFK1LSJBH"JB ^F"@CE3@1L"43MB\&C0HAJB,S
 D1L(JB,Z@3T]LCX1M3 /NADIC0H9F2,+J2,+F L5N#,0M#D7OCD[NAD9C0H=D0L F"@ MS(:GS@0M#D7O!!,?PDD9C0HTD1(ZF!!)BP$IBLCX6LS]BP2MDQP@@
 C0HSQ$YFF1LSD1((M T1LTD]MD\-@@@&IQDB@ HB@ HB@ HSLS\8@4 BM24@@BX&IRT9RT%IRT%IRPHCM3X5R!!D6OP@@I"X&I"X%IRT%IRT%IPH5M$-LDTD=
 @@@&I"X&I"X&I"X&I"X&I H;RD5DQS$@I"X&I"X&I"X&I"X&I"X&I HHDT\\@@@&I"X&I"X&I"X&I"X&I"X&I HBS"4@@@@&I"X&I"X&I"X&I"X&I"X&I H0
-RP@@I"X&I"X&I"X&I"X&I"X&I"X&I$<!!@@@&I"X&I"X&I"X&') ; colorMapFromArray:#[247 247 247 238 238 238 170 170 170 218 218 218 173 173 173 205 205 205 239 239 239 185 185 185 196 196 196 241 241 241 248 248 248 242 242 242 195 195 195 182 182 182 245 245 245 245 245 245 203 203 203 173 173 173 230 230 230 224 224 224 232 232 232 242 242 242 215 215 215 213 213 213 179 179 179 189 189 189 221 221 221 224 224 224 228 228 228 210 210 210 226 226 226 220 220 220 221 221 221 236 236 236 228 228 228 184 184 184 193 193 193 244 244 244 247 247 247 230 230 230 226 226 226 229 229 229 229 229 229 223 223 223 218 218 218 231 231 231 239 239 239 227 227 227 208 208 208 203 203 203 214 214 214 197 197 197 178 178 178 215 215 215 207 207 207 202 202 202 205 205 205 236 236 236 213 213 213 212 212 212 200 200 200 233 233 233 208 208 208 194 194 194 176 176 176 219 219 219 216 216 216 216 216 216 179 179 179 225 225 225 227 227 227 193 193 193 204 204 204 231 231 231 194 194 194 214 214 214 186 186 186 178 178 178 201 201 201 235 235 235]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@B@@@C@@@C @@C8@@C<@@C>@@C?@_??0???8???<???>???????????????<???8???0??? @C?@@C>@@C8@@C0@@C @@C@@') ; yourself); yourself]
-!
-
-systemBrowser24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
-    "
-     self systemBrowser24x24Icon inspect
-     ImageEditor openOnClass:self andSelector:#systemBrowser24x24Icon
+RP@@I"X&I"X&I"X&I"X&I"X&I"X&I$<!!@@@&I"X&I"X&I"X&');
+                colorMapFromArray:#[ 247 247 247 238 238 238 170 170 170 218 218 218 173 173 173 205 205 205 239 239 239 185 185 185 196 196 196 241 241 241 248 248 248 242 242 242 195 195 195 182 182 182 245 245 245 245 245 245 203 203 203 173 173 173 230 230 230 224 224 224 232 232 232 242 242 242 215 215 215 213 213 213 179 179 179 189 189 189 221 221 221 224 224 224 228 228 228 210 210 210 226 226 226 220 220 220 221 221 221 236 236 236 228 228 228 184 184 184 193 193 193 244 244 244 247 247 247 230 230 230 226 226 226 229 229 229 229 229 229 223 223 223 218 218 218 231 231 231 239 239 239 227 227 227 208 208 208 203 203 203 214 214 214 197 197 197 178 178 178 215 215 215 207 207 207 202 202 202 205 205 205 236 236 236 213 213 213 212 212 212 200 200 200 233 233 233 208 208 208 194 194 194 176 176 176 219 219 219 216 216 216 216 216 216 179 179 179 225 225 225 227 227 227 193 193 193 204 204 204 231 231 231 194 194 194 214 214 214 186 186 186 178 178 178 201 201 201 235 235 235 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@B@@@C@@@C @@C8@@C<@@C>@@C?@_??0???8???<???>???????????????<???8???0??? @C?@@C>@@C8@@C0@@C @@C@@');
+                            yourself);
+                yourself
+        ]
+!
+
+sUnit24x24Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self sUnit24x24Icon inspect
+     ImageEditor openOnClass:self andSelector:#sUnit24x24Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary sUnit24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
+AEUUUUUUUUUUUTAEH"H"H"H"H"H"UEH"H"H"H"H"H"\5T"H"H"H"H"H"\3URH"H"H"H"H"\3MUH"H"H"H"H"\3L5T"H"H"H"H!!DCL3URH"H"H"H!!DEL3MUH"
+HQH"H!!D@T3L5T"H DRH!!D@T3L3URH"HAD!!D@T3L3MUH"H @QD@T3L3L5T"H"T@D@T3L3L3URH"H%@@T3L3L3MUH"H"]PT3L3L3L5T"H"\3T3L3L3L3URH"\3
+L3L3L3L3MUH"\3L3L3L3L3L5T"\3L3L3L3L3L3UR\3L3L3L3L3L3MTT3L3L3L3L3L3MTAEUUUUUUUUUUUT@b');
+                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 170 170 170 127 127 127 127 127 127 214 132 0 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'_??8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<_??8');
+                            yourself);
+                yourself
+        ]
+!
+
+stxHome24x24Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self stxHome24x24Icon inspect
+     ImageEditor openOnClass:self andSelector:#stxHome24x24Icon
      Icon flushCachedIcons
     "
 
     <resource: #image>
 
     ^Icon
-	constantNamed:'XPToolbarIconLibrary class systemBrowser24x24Icon'
-	ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        constantNamed:'XPToolbarIconLibrary stxHome24x24Icon'
+        ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
+F1,[F1,[F1,[F1,[F1,NF!!(CF1,[F1,[F1,[F1,[F1,,CQ,[F1,+L!!\"F1,[F1,[F1,[F1,[F2\''I0DUB1,+L $"F1,[F1,[F1,[F1,[@R\''@Q@PDA@''H1 "
+F1,[F1,[F1,[F1,AI2\PDATPDB\''HRD"F1,[F1,[F1,[F2\''I1@PDA@PI2\!!@Q4XJ!!,[F1,[F1,[I2\''DA@PD@D''I2DA@ HYJ@8[F1,[F1,''I0DPDA@P@R\''
+HR\B@ HBFR NF1,[F2\''@Q@PDA@AI2D!!@PHB@ HB@!!(Z@1,[KB\ADA@PD@D''HRDA@ HB@ HBK0HQF"$[F2PPDA@PI2\!!HRLB@"<B@ H/K0HBLSD[F00$DA@''
+I2D!!H0HB@"</@ H/@ HB@#D[F00OGA$''HRD#@ HB@ H/K2</@ HB@"X[F000AQ0YH2LD@ HB@ HBK2</@ HB@"X[F00JAR@OG1<O@ HB@ H/K2</@ HB@"X[
+F00OHB@OC240@ HB@ H/@ \/@ HB@"X[F00JL@<OC10O@ HB@"</@!!H/K0HB@"X[F1,LH@<OKQ<O@ HBK2<B@ HBK2<B@"X[F1,[D0<-GA<\@ HBK2<B@ HB
+@ HB@"X[F1,[F1L_G1<\@ HB@ HB@ HB@"8.@CD[F1,[F1,SIQ<\@ HB@ HBI"X&LPX[F1,[F1,[F1,[LQ8_@ HBK XHE!!,[F1,[F1,[F1,[F1,[F0XTI"8F
+F1,[F1,[F1,[F1,[F1,[F1,[F1,[F1,[F1,[F1,[F1,[F1,[') ; colorMapFromArray:#[130 140 161 252 178 93 82 89 99 228 205 209 183 188 202 183 232 253 171 171 200 74 73 82 153 154 204 222 50 7 170 211 227 255 227 154 160 180 218 245 230 190 220 198 190 163 209 243 254 198 97 163 143 171 74 81 90 148 168 214 130 154 203 253 210 112 187 188 214 247 90 41 224 128 58 203 175 133 166 130 141 0 0 0 161 200 234 239 169 152 135 168 220 146 189 237 171 215 254 254 156 57 241 130 102 237 147 68 171 184 198 142 177 227 133 142 186 255 175 75 171 113 93 211 215 222 230 217 192 204 127 124 244 219 172 154 204 254 118 129 180 0 203 49 183 217 237 149 152 191 154 1 2]; mask:((Depth1Image new) width:24; height:24; bits:(ByteArray fromPackedString:'@@O@@LO@@_/@@??@A??@C?? G??0O??8_??<???>_??>_??>_??>_??>_??>_??>_??>O??>G??>C??>A??0@?<@@_@@@@@@') ; yourself); yourself]
+!
+
+systemBrowser24x24Icon
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self systemBrowser24x24Icon inspect
+     ImageEditor openOnClass:self andSelector:#systemBrowser24x24Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class systemBrowser24x24Icon'
+        ifAbsentPut:[
+            (Depth4Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 4 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 P"H"H"H"P@@@@@@@I7]7]7]4H@@@@@@@I5UUUUUSH@@@@@@@I5UUUUUSH@@@@@@@I5UUUUUSH@@@@@@@ICL3L3L3H@@@@@@@P"H"H"H"P@@@@@@@@@@@L@@@
 @@@@@@@@@@@@L@@@@@@@@@@@@@@@L@@DH"H"H"H$@@@@L@@B]7]7]7]B@@@CH0@B\QDQDQD2@@@B\#L3\QDQDQD2@@@CH0@B\QDQDQD2@@@@L@@BP3L3L3L2
 @@@@L@@DH"H"H"H$@@@@L@@@@@@@@@@@@@@@L@@DH"H"H"H$@@@@L@@B]7]7]7]B@@@CH0@B]&Y&Y&X2@@@B\#L3]&Y&Y&X2@@@CH0@B]&Y&Y&X2@@@@@@@B
-P3L3L3L2@@@@@@@DH"H"H"H$') ; colorMapFromArray:#[0 0 0 32 223 32 64 64 64 127 127 127 170 170 170 223 32 32 223 223 32 255 255 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?? @?? @?? @?? @?? @?? @?? @@ @@@ @@@!!??@!!??A1??A???A1??@!!??@!!??@ @@@!!??@!!??A1??A???A1??@A??@A??') ; yourself); yourself]
+P3L3L3L2@@@@@@@DH"H"H"H$');
+                colorMapFromArray:#[ 0 0 0 32 223 32 64 64 64 127 127 127 170 170 170 223 32 32 223 223 32 255 255 255 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'?? @?? @?? @?? @?? @?? @?? @@ @@@ @@@!!??@!!??A1??A???A1??@!!??@!!??@ @@@!!??@!!??A1??A???A1??@A??@A??');
+                            yourself);
+                yourself
+        ]
 !
 
 systemBrowser24x24Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self systemBrowser24x24Icon2 inspect
      ImageEditor openOnClass:self andSelector:#systemBrowser24x24Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class systemBrowser24x24Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class systemBrowser24x24Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 NP(JB (JB (JB (JNP@@@@@@@@@@@@@@B)FQ$YFQ$YFQ$YD9B @@@@@@@@@@@@@@B)E,[F1,[F1,[F0RB @@@@@@@@@@@@@@B)E,[F1,[F1,[F0RB @@@@@@
 @@@@@@@@B)E,[F1,[F1,[F0RB @@@@@@@@@@@@@@B#$RD!!HRD!!HRD!!HRB @@@@@@@@@@@@@@NP(JB (JB (JB (JNP@@@@@@@@@@@@@@@@@@@@@@@@ADEQPX
 IR)P@@@@@@@@@@@@@@@@@@@@@A,''RE!!YUD@(H&\@@@@@@@@@@@@@@@@@J6&Q XFA XEUJQ!!''B (JB (9@@@@@@@,X%,KB0 C@ LGA TU_9FQ$S$J@@@@@DX?
  U,KBPPDA@PDA X LPDA@QHJ@@@@@CMR\U,K@0 GA 4MA 4ED0DA@QHJ@@@@@B1YVT8KB@4MC 8NC 4EE0DA@QHJ@@@@@B1&R4LKA 4NC0<OC08EGQHRD!!HJ
 @@@@@B1YUTLKC@8ODQDQD@<EGP(JB (9@@@@@B5IVT4KB0,KB0,KB0,KE@@@@@@@@@@@@DT5VT4KB0,KB0,KB0-GF (JB (9@@@@@@@_PD5MST9NS$9NS&,\
 Y9FQ$S$J@@@@@@@$G4%&Y&)1\WVE CH<[6=/[1HJ@@BP %4#E!!<6T6Y1Z&MQL#6B[6=/[1HJ@H>M#E0!!@@@%FQ8&MCH>U8I/[6=/[1HJ#8:L[S(0@@@@@@@@
-K2<RD!!HRD!!HRD!!HJ#(1-N2<@@@@@@@@@B (JB (JB (JB (9') ; colorMapFromArray:#[0 0 0 32 223 32 40 255 124 50 255 112 51 255 109 54 229 139 62 255 87 62 255 88 62 255 91 62 255 136 64 64 64 73 255 115 83 255 62 91 255 73 94 255 74 101 255 84 105 255 85 112 255 96 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 170 170 170 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 176 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 183 183 183 190 190 190 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 196 196 196 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 217 217 217 223 32 32 223 128 63 223 192 255 223 223 32 223 223 224 223 255 255 224 224 224 224 224 239 224 239 240 224 255 255 231 207 255 231 208 255 238 191 255 238 192 255 239 159 232 239 191 255 239 223 255 239 224 255 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 239 223 240 240 239 240 255 255 246 176 255 247 175 255 247 207 255 247 239 255 254 160 255 254 191 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?? @?? @?? @?? @?? @?? @?? @@O8@@_>@@???A???C???C???C???C???C???C?? C???A???A???O???_O???@??>@??') ; yourself); yourself]
+K2<RD!!HRD!!HRD!!HJ#(1-N2<@@@@@@@@@B (JB (JB (JB (9');
+                colorMapFromArray:#[ 0 0 0 32 223 32 40 255 124 50 255 112 51 255 109 54 229 139 62 255 87 62 255 88 62 255 91 62 255 136 64 64 64 73 255 115 83 255 62 91 255 73 94 255 74 101 255 84 105 255 85 112 255 96 127 127 127 127 127 175 127 128 175 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 143 175 208 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 191 239 159 159 192 159 160 192 159 160 207 159 160 208 159 192 239 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 160 208 255 160 223 255 170 170 170 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 175 223 255 176 175 207 176 176 176 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 176 223 255 176 224 255 176 239 255 183 183 183 190 190 190 191 175 143 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 239 255 191 240 255 192 192 208 192 239 255 192 240 255 192 255 255 196 196 196 207 143 95 207 207 191 207 207 207 207 207 208 207 207 223 207 208 223 207 223 239 207 239 240 207 239 255 207 240 255 207 255 255 208 208 223 208 208 224 208 224 239 208 255 255 217 217 217 223 32 32 223 128 63 223 192 255 223 223 32 223 223 224 223 255 255 224 224 224 224 224 239 224 239 240 224 255 255 231 207 255 231 208 255 238 191 255 238 192 255 239 159 232 239 191 255 239 223 255 239 224 255 239 239 224 239 239 239 239 239 240 239 255 255 240 207 144 240 239 223 240 240 239 240 255 255 246 176 255 247 175 255 247 207 255 247 239 255 254 160 255 254 191 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'?? @?? @?? @?? @?? @?? @?? @@O8@@_>@@???A???C???C???C???C???C???C?? C???A???A???O???_O???@??>@??');
+                            yourself);
+                yourself
+        ]
 !
 
 workspace24x24Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self workspace24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#workspace24x24Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class workspace24x24Icon'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class workspace24x24Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 APTEAPTEAPTEAPTEAPTEAY6Z&6TEAPTEA XFA XFA XFA XFA XF$VN:^''6KA HEA TEAPTEAPTEAPTEAPTE/7F&)I=ZAPHEA TEAPTEAPTEAPTEAPVL*7R''
 #U==APHBA TEAPTEAPTEAPTEAPV3\K!!"(U8EAPHBA TEAPTEAPTEAPTEAPU.]+6O\) EAPHBA TEAPTEAPTEAPTEAYQ)$JI&/ DEAPHBA TEAPTEAPTEAPTE
 AX*([IJ<[0TEAPHBA TEAPTEAPTEAPTE+''V)%:6#APTEAPHBA TEAPTEAPTEAPTEZ9U ^Y:\APTEAPHBA TEAPTEAPTEAPU8!!9Z4XXHEAPTEAPHBA TEAPTE
 APTEAPV2,XQ]^;$EAPTEAPHBA TEAPTEAPTEAXE([[V6VPTEAPTEAPHBA TEAPTEAPTEAZV@"HZN,@TEAPTEAPHBA TEAPTEAPTEAZA3YE.7+0TEAPTEAPHB
 A W@0LC@0\C@0G1:Y6)>0LC@0L@EAPHBA W@0LC@0\C@0G=:.:3@0LCA0L@EAPHBA W@0LC@0\C@0HM\&\CA0LGA0\@EAPHBA W@0LGA0LC@0X%70LC@0LCA
 0L@EAPHBA W@0\C@0\CA0IOA0LCA0LCA0L@EAPHBA W@0\C@0\CA0LCA0LCA0LCA0L@EAPHBA W@0LGA0LC@0\G@0LCA0LCA0L@EAPHBA W@0LC@0LC@0LC@
-0LC@0LC@0L@EAPHBA HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB') ; colorMapFromArray:#[64 64 64 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 32 220 32 0 0 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C0???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>') ; yourself); yourself]
+0LC@0LC@0L@EAPHBA HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB');
+                colorMapFromArray:#[ 64 64 64 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 32 220 32 0 0 0 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C0???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>???>');
+                            yourself);
+                yourself
+        ]
 !
 
 workspace24x24Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self workspace24x24Icon2 inspect
      ImageEditor openOnClass:self andSelector:#workspace24x24Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class workspace24x24Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class workspace24x24Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:24;
+                height:24;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 APTEAPTEAPTEAPTEAPTE@@@@@@@@APTE@@XFA XFA XFA XFA XFA XFA XFA HE@@XEAPTEAPTEAPTEAPTEAPTEAPTEAPHE@@XE0LC@0LG@0LC@0LC@0LC@
 0LC@APHB@@XE0LC@0LG@0LC@0LC@0LC@0\C@APHB@@XE0LC@0LG@0LC@0LC@0\CA0\G@APHB@@XE0LCA0\C@0LGA0LC@0LC@0\C@APHB@@XE0LG@0LG@0\C@
 0\C@0\C@0\C@APHB@@XE0LG@0LG@0\C@0\C@0\C@0\C@APHB@@XE0LCA0\C@0LGA0LC@0\C@0\C@APHB@@XE0LC@0LC@0LC@0LC@0LC@0LC@APHB@@XEAPTE
 APTEAPTEAPTEAPTEAPTEAPHB@@XEAPTEAPTEAPTEAPTEAPTEAPTEAPHB@@XEAPTEAPTEAPTEAPTEAPTEAPTEAPHB@@XEAPTEAPTEAPTEAPTEAPTEAPTEAPHB
 @@XEAPTEAPTEAPTEAPTEAPTEAPTEAPHB@@XEAPTEAPTEAPTEAPTEAPTEAPTEAPHB@@XEAPTEAPTEAPTEAPTEAPTEAPTEAPHB@@XEAPTEAPTEAPTEAPTEAPTE
 APTEAPHB@@XEAPTEAPTEAPTEAPTEAPTEAPTEAPHB@@XEAPTEAPTEAPTEAPTEAPTEAPTEAPHB@@XEAPTEAPTEAPTEAPTEAPTEAPTEAPHB@@XB@ HB@ HB@ HB
-@ HB@ HB@ HB@ HB@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[64 64 64 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 32 220 32 0 0 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>@@@@') ; yourself); yourself]
+@ HB@ HB@ HB@ HB@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
+                colorMapFromArray:#[ 64 64 64 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 32 220 32 0 0 0 ];
+                mask:((ImageMask new)
+                            width:24;
+                            height:24;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@@_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>_??>@@@@');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !XPToolbarIconLibrary class methodsFor:'image specs-26x26'!
 
 currentDirectoryIcon26x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self currentDirectoryIcon26x26Icon inspect
      ImageEditor openOnClass:self andSelector:#currentDirectoryIcon26x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class currentDirectoryIcon26x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class currentDirectoryIcon26x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 %)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV'';:O*54.K @@@IZV%)ZV%)ZV%)ZV%)ZV%)>&%ZTS2,9AM<<@@IZV%)ZV%)ZV%)ZV%)Z_BW TZV%)
 C0?I,%[C@IZV%)ZV%)ZV%)ZV''0%8U:0VDWNI1C6OAQWA@IZV%)ZV%)ZV%)=(''&HC4H(Q_(VY^Z9,[BF6@IZV%)ZV%)Z_ZJU-F=@V);<-,[6T+;B0IP5L@IZV
 %)ZV''6"%J=A/E(*?)4!!I&*>0,KB00G4,@IZV%)Y_#"@V"((Q/;=S2$HR,KB0,KB00IMP@IZV%*/O.B@O);=>T2^OX[B0,KB0,KB0NU"\@IZV%,\(BKGBL ?I
@@ -3583,29 +5099,42 @@
 N0@@%)ZVN;P@)G*W$%:0,KB0,C,;,KB0,K@;@@BV%)X;-@@X,@D]4[B0,K@;N3.0,KB0,C,@@IZV%#.4@A"0/A(P,KB0,K@;,KB0,KB0N0@@%)ZVN4:[FKB<
 C!!B0,KB0,KB0,KB0,K@;@@BV%)[@ $9 ,K0NDKB0,KB0,KB0,KB0,C,@@IZV% AK !!=C/@8P,KB0,KB0,KB0,KB0N0@@%)ZV% C@ #F[C!!B0,KB0,KB0,KB0
 ,K@;@@BV%)ZV@@CF (5CDKB0,KB0,@JHCC.;(# @@IZV%)ZV@@AE!!%WQ,KAU@#-1Z<C@1 @@@@@@%)ZV%)ZV% A$@(I1NFWF@@@@@@@@@@@@@@BV%)ZV%)ZV
-% @@@@@@@@@@@@@@@@@@%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV% @a') ; colorMapFromArray:#[198 219 239 165 190 214 123 134 156 255 219 66 140 101 24 156 150 148 231 235 239 74 77 82 181 146 57 148 101 33 214 211 222 239 231 231 140 154 173 115 101 82 181 203 222 247 215 82 255 251 255 239 199 41 173 170 173 222 199 90 255 235 115 132 125 123 247 207 49 181 186 198 198 215 231 165 186 206 181 199 214 255 215 57 255 247 247 148 166 198 123 203 255 189 195 214 255 231 107 132 121 115 222 203 181 123 125 140 198 207 214 165 174 181 123 134 148 239 211 99 132 89 24 214 203 189 231 227 222 255 227 99 140 117 82 239 199 57 189 158 123 140 146 156 107 109 115 181 195 206 247 211 74 255 255 255 206 211 222 115 121 132 107 65 8 156 117 33 156 162 181 181 182 189 198 203 206 99 117 148 123 130 140 239 207 90 255 251 247 206 207 214 231 243 247 181 150 57 140 105 57 214 223 239 239 239 239 198 199 198 49 52 57 115 190 239 247 227 99 198 162 66 206 203 206 173 182 189 107 85 41 222 190 82 214 219 231 239 235 231 148 130 99 189 150 57 57 65 66 247 223 90 189 190 206 148 162 181 123 89 49 255 239 115 82 56 16 214 215 222 123 121 123 82 89 99 165 146 123 165 125 82 222 223 231 132 93 16 206 223 239 173 174 173 255 235 107 82 174 222 214 211 214 173 174 189 132 150 181 99 105 123 165 125 49 247 215 74 247 243 247 148 158 173 165 166 181 255 231 99 82 52 8 247 211 49 231 231 239 132 142 165 99 101 115 239 190 41 222 219 222 247 239 239 156 130 99 173 166 156 247 227 115 148 109 33 156 174 198 231 227 231 132 138 156 107 89 66 239 190 33 222 215 214 189 190 198 206 211 214 107 121 148 173 134 49 74 154 206 239 203 57 115 125 148 132 134 148 99 113 132 231 186 33 247 203 49 247 247 247 90 97 107 165 178 198 247 223 107 140 97 33 156 170 189 123 101 82 132 158 189 107 81 49 148 125 107 239 223 107 247 243 239 140 158 189 123 89 41 247 219 99 132 105 66 214 227 239 181 162 140 132 154 181 255 235 123 206 182 156 222 219 214 189 170 156 140 150 173 165 174 189 189 207 231 247 231 115 140 101 33 239 199 49 231 223 222 132 138 148 99 105 115 156 117 66 247 215 66 181 186 206 148 142 132 165 170 181 189 211 231 247 227 107 214 186 82 214 223 231 231 239 247 74 73 82 107 73 33 198 186 173 231 207 99 239 243 255 198 199 206 107 125 148 189 207 222 173 138 49 132 85 24 239 195 41 173 178 189 90 65 16 255 227 107 90 60 16 239 207 74 189 178 165 198 195 198 107 101 107 123 142 173 247 223 99 214 190 82 214 211 206 123 113 99 74 81 90 189 158 57 156 113 33 247 211 57 239 235 239]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+% @@@@@@@@@@@@@@@@@@%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV% @a');
+                colorMapFromArray:#[ 198 219 239 165 190 214 123 134 156 255 219 66 140 101 24 156 150 148 231 235 239 74 77 82 181 146 57 148 101 33 214 211 222 239 231 231 140 154 173 115 101 82 181 203 222 247 215 82 255 251 255 239 199 41 173 170 173 222 199 90 255 235 115 132 125 123 247 207 49 181 186 198 198 215 231 165 186 206 181 199 214 255 215 57 255 247 247 148 166 198 123 203 255 189 195 214 255 231 107 132 121 115 222 203 181 123 125 140 198 207 214 165 174 181 123 134 148 239 211 99 132 89 24 214 203 189 231 227 222 255 227 99 140 117 82 239 199 57 189 158 123 140 146 156 107 109 115 181 195 206 247 211 74 255 255 255 206 211 222 115 121 132 107 65 8 156 117 33 156 162 181 181 182 189 198 203 206 99 117 148 123 130 140 239 207 90 255 251 247 206 207 214 231 243 247 181 150 57 140 105 57 214 223 239 239 239 239 198 199 198 49 52 57 115 190 239 247 227 99 198 162 66 206 203 206 173 182 189 107 85 41 222 190 82 214 219 231 239 235 231 148 130 99 189 150 57 57 65 66 247 223 90 189 190 206 148 162 181 123 89 49 255 239 115 82 56 16 214 215 222 123 121 123 82 89 99 165 146 123 165 125 82 222 223 231 132 93 16 206 223 239 173 174 173 255 235 107 82 174 222 214 211 214 173 174 189 132 150 181 99 105 123 165 125 49 247 215 74 247 243 247 148 158 173 165 166 181 255 231 99 82 52 8 247 211 49 231 231 239 132 142 165 99 101 115 239 190 41 222 219 222 247 239 239 156 130 99 173 166 156 247 227 115 148 109 33 156 174 198 231 227 231 132 138 156 107 89 66 239 190 33 222 215 214 189 190 198 206 211 214 107 121 148 173 134 49 74 154 206 239 203 57 115 125 148 132 134 148 99 113 132 231 186 33 247 203 49 247 247 247 90 97 107 165 178 198 247 223 107 140 97 33 156 170 189 123 101 82 132 158 189 107 81 49 148 125 107 239 223 107 247 243 239 140 158 189 123 89 41 247 219 99 132 105 66 214 227 239 181 162 140 132 154 181 255 235 123 206 182 156 222 219 214 189 170 156 140 150 173 165 174 189 189 207 231 247 231 115 140 101 33 239 199 49 231 223 222 132 138 148 99 105 115 156 117 66 247 215 66 181 186 206 148 142 132 165 170 181 189 211 231 247 227 107 214 186 82 214 223 231 231 239 247 74 73 82 107 73 33 198 186 173 231 207 99 239 243 255 198 199 206 107 125 148 189 207 222 173 138 49 132 85 24 239 195 41 173 178 189 90 65 16 255 227 107 90 60 16 239 207 74 189 178 165 198 195 198 107 101 107 123 142 173 247 223 99 214 190 82 214 211 206 123 113 99 74 81 90 189 158 57 156 113 33 247 211 57 239 235 239 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@O0G<@C<C?0@?A??@O0??8C<_??@?O??8O7???C=???8?_???O3???;<???>?O??>O3???#<???8?O??>O3???#<???8?O??>O1???#<O??8?A??>O0O?
-<C<A?@@?@@@@O0@@@C<b') ; yourself); yourself]
+<C<A?@@?@@@@O0@@@C<b');
+                            yourself);
+                yourself
+        ]
 !
 
 directoryBookmarks26x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self home26x26Icon inspect
      ImageEditor openOnClass:self andSelector:#home26x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class directoryBookmarks26x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'XPToolbarIconLibrary class directoryBookmarks26x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 %)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV'';:O*54.K"H"%)ZV%)ZV%)ZV%)ZV%)ZV%)>&%ZTS2,9AM<<6(YZV%)ZV%)ZV%)ZV%)Z_BW TZV%)
 C0?I,%[C1YZV%)ZV%)ZV%)ZV''0%8U:0VDWNI1C6OAQWAJYZV%)ZV%)ZV%)=(''&HC4H(Q_(VY^Z9,[BF6J)ZV%)ZV%)Z_ZJU-F=@V);<-,[6T+:<%IP5LJ)ZV
 %)ZV''6"%J=A/E(*?)4!!I&*<W JN/0G4,]YZV%)Y_#"@V"((Q/;=S2$HR+P8XB&TW0IMP]YZV%*/O.B@O);=>T2^OXS&3!!D\>.%QTNU"\]YZV%,\(BKGBL ?I
@@ -3613,29 +5142,41 @@
 N6Q5%)ZVN;P@)G*W$%9;%)Y*LKUFQ#L>O#L;YGVV%)X;-@@X,@D]4WVV%&)R-P]RL1@PL3-$]YZV%#.4@A"0/A(P%)Y*Z+VL#KT3DA@3N6Q5%)ZVN4:[FKB<
 C!!BV%&)*3S@03SLPDCL;YGVV%)[@ $9 ,K0NDIZV"6)[MSU[L1@PL3-$]YZV%''UK !!=C/@8P%)ZKDH0#*X03DA@3N6Q5%)ZV%*#@ #F[C!!BVZ(,P\(\/\#L3
 \E$;YGVV%)ZV]Z#F (5CDH,\DCN*I JHCC.;(#!!$]YZV%)ZV]R)E!!%WQMA]U@#-1Z<C@1$+K27=5%)ZV%)ZV% -$@(I1NFWFR,/KYG> *B(KS9ZV%)ZV%)ZV
-%$>(_6Q?(J *B4=5]WVV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV% @a') ; colorMapFromArray:#[198 219 239 165 190 214 123 134 156 255 219 66 140 101 24 156 150 148 231 235 239 74 77 82 181 146 57 148 101 33 214 211 222 239 231 231 140 154 173 115 101 82 181 203 222 247 215 82 255 251 255 239 199 41 173 170 173 222 199 90 255 235 115 132 125 123 247 207 49 181 186 198 198 215 231 165 186 206 181 199 214 255 215 57 255 247 247 148 166 198 123 203 255 189 195 214 255 231 107 132 121 115 222 203 181 123 125 140 198 207 214 165 174 181 123 134 148 239 211 99 132 89 24 214 203 189 231 227 222 255 227 99 140 117 82 239 199 57 189 158 123 140 146 156 107 109 115 181 195 206 247 211 74 255 255 255 206 211 222 115 121 132 107 65 8 156 117 33 156 162 181 181 182 189 198 203 206 99 117 148 123 130 140 239 207 90 255 251 247 206 207 214 231 243 247 181 150 57 140 105 57 214 223 239 239 239 239 198 199 198 49 52 57 115 190 239 247 227 99 198 162 66 206 203 206 173 182 189 107 85 41 222 190 82 214 219 231 239 235 231 148 130 99 189 150 57 57 65 66 247 223 90 189 190 206 148 162 181 123 89 49 255 239 115 82 56 16 214 215 222 123 121 123 82 89 99 165 146 123 165 125 82 222 223 231 132 93 16 206 223 239 173 174 173 255 235 107 82 174 222 214 211 214 173 174 189 132 150 181 99 105 123 165 125 49 247 215 74 247 243 247 148 158 173 165 166 181 255 231 99 82 52 8 247 211 49 231 231 239 132 142 165 99 101 115 239 190 41 222 219 222 247 239 239 156 130 99 173 166 156 247 227 115 148 109 33 156 174 198 231 227 231 132 138 156 107 89 66 239 190 33 222 215 214 189 190 198 206 211 214 107 121 148 173 134 49 74 154 206 239 203 57 115 125 148 132 134 148 99 113 132 231 186 33 247 203 49 247 247 247 90 97 107 165 178 198 247 223 107 140 97 33 156 170 189 123 101 82 132 158 189 107 81 49 148 125 107 239 223 107 247 243 239 140 158 189 123 89 41 247 219 99 132 105 66 214 227 239 181 162 140 132 154 181 255 235 123 206 182 156 222 219 214 189 170 156 140 150 173 165 174 189 189 207 231 247 231 115 140 101 33 239 199 49 231 223 222 132 138 148 99 105 115 156 117 66 247 215 66 181 186 206 148 142 132 165 170 181 189 211 231 247 227 107 214 186 82 214 223 231 231 239 247 74 73 82 107 73 33 198 186 173 231 207 99 239 243 255 198 199 206 107 125 148 189 207 222 173 138 49 132 85 24 239 195 41 173 178 189 90 65 16 255 227 107 90 60 16 239 207 74 189 178 165 198 195 198 107 101 107 123 142 173 247 223 99 214 190 82 214 211 206 123 113 99 74 81 90 189 158 57 156 113 33 247 211 57 239 235 239]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+%$>(_6Q?(J *B4=5]WVV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV% @a');
+                colorMapFromArray:#[ 198 219 239 165 190 214 123 134 156 255 219 66 140 101 24 156 150 148 231 235 239 74 77 82 181 146 57 148 101 33 214 211 222 239 231 231 140 154 173 115 101 82 181 203 222 247 215 82 255 251 255 239 199 41 173 170 173 222 199 90 255 235 115 132 125 123 247 207 49 181 186 198 198 215 231 165 186 206 181 199 214 255 215 57 255 247 247 148 166 198 123 203 255 189 195 214 255 231 107 132 121 115 222 203 181 123 125 140 198 207 214 165 174 181 123 134 148 239 211 99 132 89 24 214 203 189 231 227 222 255 227 99 140 117 82 239 199 57 189 158 123 140 146 156 107 109 115 181 195 206 247 211 74 255 255 255 206 211 222 115 121 132 107 65 8 156 117 33 156 162 181 181 182 189 198 203 206 99 117 148 123 130 140 239 207 90 255 251 247 206 207 214 231 243 247 181 150 57 140 105 57 214 223 239 239 239 239 198 199 198 49 52 57 115 190 239 247 227 99 198 162 66 206 203 206 173 182 189 107 85 41 222 190 82 214 219 231 239 235 231 148 130 99 189 150 57 57 65 66 247 223 90 189 190 206 148 162 181 123 89 49 255 239 115 82 56 16 214 215 222 123 121 123 82 89 99 165 146 123 165 125 82 222 223 231 132 93 16 206 223 239 173 174 173 255 235 107 82 174 222 214 211 214 173 174 189 132 150 181 99 105 123 165 125 49 247 215 74 247 243 247 148 158 173 165 166 181 255 231 99 82 52 8 247 211 49 231 231 239 132 142 165 99 101 115 239 190 41 222 219 222 247 239 239 156 130 99 173 166 156 247 227 115 148 109 33 156 174 198 231 227 231 132 138 156 107 89 66 239 190 33 222 215 214 189 190 198 206 211 214 107 121 148 173 134 49 74 154 206 239 203 57 115 125 148 132 134 148 99 113 132 231 186 33 247 203 49 247 247 247 90 97 107 165 178 198 247 223 107 140 97 33 156 170 189 123 101 82 132 158 189 107 81 49 148 125 107 239 223 107 247 243 239 140 158 189 123 89 41 247 219 99 132 105 66 214 227 239 181 162 140 132 154 181 255 235 123 206 182 156 222 219 214 189 170 156 140 150 173 165 174 189 189 207 231 247 231 115 140 101 33 239 199 49 231 223 222 132 138 148 99 105 115 156 117 66 247 215 66 181 186 206 148 142 132 165 170 181 189 211 231 247 227 107 214 186 82 214 223 231 231 239 247 74 73 82 107 73 33 198 186 173 231 207 99 239 243 255 198 199 206 107 125 148 189 207 222 173 138 49 132 85 24 239 195 41 173 178 189 90 65 16 255 227 107 90 60 16 239 207 74 189 178 165 198 195 198 107 101 107 123 142 173 247 223 99 214 190 82 214 211 206 123 113 99 74 81 90 189 158 57 156 113 33 247 211 57 239 235 239 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@O0G?@C<C?<@?A?? O0??<C<_?? ?O??<O7???#=???<?_???/3???;<???>?O???/3???;<???>?O???/3???;<???>?O???/3???;<_??>?G???/0??
-?;<C??<?@_?0O0@@@C<b') ; yourself); yourself]
+?;<C??<?@_?0O0@@@C<b');
+                            yourself);
+                yourself
+        ]
 !
 
 home26x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self home26x26Icon inspect
      ImageEditor openOnClass:self andSelector:#home26x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class home26x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class home26x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 %)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV'';:O*54.K @@%)ZV%)ZV%)ZV%)ZV%)ZV%)>&%ZTS2,9AM<<6@IZV%)ZV%)ZV%)ZV%)Z_BW TZV%)
 C0?I,%[C@IZV%)ZV%)ZV%)ZV''0%8U:0VDWNI1C6OAQWA@IZV%)ZV%)ZV%)=(''&HC4H(Q_(VY^Z9,[BF6@IZV%)ZV%)Z_ZJU-F=@V);<-,[6T+:<%IP5L@IZV
 %)ZV''6"%J=A/E(*?)4!!I&*<W JN/0G4,@IZV%)Y_#"@V"((Q/;=S2$HR+P8XB&TW0IMP@IZV%*/O.B@O);=>T2^OXS&3!!D\>.%QTNU"\@IZV%,\(BKGBL ?I
@@ -3643,29 +5184,41 @@
 N0@@%)ZVN;P@)G*W$%9;%)Y*LKUFQ#L>O#L;@@BV%)X;-@@X,@D]4WVV%&)R-P]RL1@PL3,@@IZV%#.4@A"0/A(P%)Y*Z+VL#KT3DA@3N0@@%)ZVN4:[FKB<
 C!!BV%&)*3S@03SLPDCL;@@BV%)[@ $9 ,K0NDIZV"6)[MSU[L1@PL3,@@IZV% AK !!=C/@8P%)ZKDH0#*X03DA@3N0@@%)ZV% C@ #F[C!!BVZ(,P\(\/\#L3
 \E$;@@BV%)ZV@@CF (5CDH,\DCN*I JHCC.;(# @@IZV%)ZV@@AE!!%WQMA]U@#-1Z<C@1 @@@@@@%)ZV%)ZV@@A$@(I1NFWF@@@@@@@@@@@@@@BV%)ZV%)ZV
-% @@@@@@@@@@@@@@@@@@%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV% @a') ; colorMapFromArray:#[198 219 239 165 190 214 123 134 156 255 219 66 140 101 24 156 150 148 231 235 239 74 77 82 181 146 57 148 101 33 214 211 222 239 231 231 140 154 173 115 101 82 181 203 222 247 215 82 255 251 255 239 199 41 173 170 173 222 199 90 255 235 115 132 125 123 247 207 49 181 186 198 198 215 231 165 186 206 181 199 214 255 215 57 255 247 247 148 166 198 123 203 255 189 195 214 255 231 107 132 121 115 222 203 181 123 125 140 198 207 214 165 174 181 123 134 148 239 211 99 132 89 24 214 203 189 231 227 222 255 227 99 140 117 82 239 199 57 189 158 123 140 146 156 107 109 115 181 195 206 247 211 74 255 255 255 206 211 222 115 121 132 107 65 8 156 117 33 156 162 181 181 182 189 198 203 206 99 117 148 123 130 140 239 207 90 255 251 247 206 207 214 231 243 247 181 150 57 140 105 57 214 223 239 239 239 239 198 199 198 49 52 57 115 190 239 247 227 99 198 162 66 206 203 206 173 182 189 107 85 41 222 190 82 214 219 231 239 235 231 148 130 99 189 150 57 57 65 66 247 223 90 189 190 206 148 162 181 123 89 49 255 239 115 82 56 16 214 215 222 123 121 123 82 89 99 165 146 123 165 125 82 222 223 231 132 93 16 206 223 239 173 174 173 255 235 107 82 174 222 214 211 214 173 174 189 132 150 181 99 105 123 165 125 49 247 215 74 247 243 247 148 158 173 165 166 181 255 231 99 82 52 8 247 211 49 231 231 239 132 142 165 99 101 115 239 190 41 222 219 222 247 239 239 156 130 99 173 166 156 247 227 115 148 109 33 156 174 198 231 227 231 132 138 156 107 89 66 239 190 33 222 215 214 189 190 198 206 211 214 107 121 148 173 134 49 74 154 206 239 203 57 115 125 148 132 134 148 99 113 132 231 186 33 247 203 49 247 247 247 90 97 107 165 178 198 247 223 107 140 97 33 156 170 189 123 101 82 132 158 189 107 81 49 148 125 107 239 223 107 247 243 239 140 158 189 123 89 41 247 219 99 132 105 66 214 227 239 181 162 140 132 154 181 255 235 123 206 182 156 222 219 214 189 170 156 140 150 173 165 174 189 189 207 231 247 231 115 140 101 33 239 199 49 231 223 222 132 138 148 99 105 115 156 117 66 247 215 66 181 186 206 148 142 132 165 170 181 189 211 231 247 227 107 214 186 82 214 223 231 231 239 247 74 73 82 107 73 33 198 186 173 231 207 99 239 243 255 198 199 206 107 125 148 189 207 222 173 138 49 132 85 24 239 195 41 173 178 189 90 65 16 255 227 107 90 60 16 239 207 74 189 178 165 198 195 198 107 101 107 123 142 173 247 223 99 214 190 82 214 211 206 123 113 99 74 81 90 189 158 57 156 113 33 247 211 57 239 235 239]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+% @@@@@@@@@@@@@@@@@@%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV% @a');
+                colorMapFromArray:#[ 198 219 239 165 190 214 123 134 156 255 219 66 140 101 24 156 150 148 231 235 239 74 77 82 181 146 57 148 101 33 214 211 222 239 231 231 140 154 173 115 101 82 181 203 222 247 215 82 255 251 255 239 199 41 173 170 173 222 199 90 255 235 115 132 125 123 247 207 49 181 186 198 198 215 231 165 186 206 181 199 214 255 215 57 255 247 247 148 166 198 123 203 255 189 195 214 255 231 107 132 121 115 222 203 181 123 125 140 198 207 214 165 174 181 123 134 148 239 211 99 132 89 24 214 203 189 231 227 222 255 227 99 140 117 82 239 199 57 189 158 123 140 146 156 107 109 115 181 195 206 247 211 74 255 255 255 206 211 222 115 121 132 107 65 8 156 117 33 156 162 181 181 182 189 198 203 206 99 117 148 123 130 140 239 207 90 255 251 247 206 207 214 231 243 247 181 150 57 140 105 57 214 223 239 239 239 239 198 199 198 49 52 57 115 190 239 247 227 99 198 162 66 206 203 206 173 182 189 107 85 41 222 190 82 214 219 231 239 235 231 148 130 99 189 150 57 57 65 66 247 223 90 189 190 206 148 162 181 123 89 49 255 239 115 82 56 16 214 215 222 123 121 123 82 89 99 165 146 123 165 125 82 222 223 231 132 93 16 206 223 239 173 174 173 255 235 107 82 174 222 214 211 214 173 174 189 132 150 181 99 105 123 165 125 49 247 215 74 247 243 247 148 158 173 165 166 181 255 231 99 82 52 8 247 211 49 231 231 239 132 142 165 99 101 115 239 190 41 222 219 222 247 239 239 156 130 99 173 166 156 247 227 115 148 109 33 156 174 198 231 227 231 132 138 156 107 89 66 239 190 33 222 215 214 189 190 198 206 211 214 107 121 148 173 134 49 74 154 206 239 203 57 115 125 148 132 134 148 99 113 132 231 186 33 247 203 49 247 247 247 90 97 107 165 178 198 247 223 107 140 97 33 156 170 189 123 101 82 132 158 189 107 81 49 148 125 107 239 223 107 247 243 239 140 158 189 123 89 41 247 219 99 132 105 66 214 227 239 181 162 140 132 154 181 255 235 123 206 182 156 222 219 214 189 170 156 140 150 173 165 174 189 189 207 231 247 231 115 140 101 33 239 199 49 231 223 222 132 138 148 99 105 115 156 117 66 247 215 66 181 186 206 148 142 132 165 170 181 189 211 231 247 227 107 214 186 82 214 223 231 231 239 247 74 73 82 107 73 33 198 186 173 231 207 99 239 243 255 198 199 206 107 125 148 189 207 222 173 138 49 132 85 24 239 195 41 173 178 189 90 65 16 255 227 107 90 60 16 239 207 74 189 178 165 198 195 198 107 101 107 123 142 173 247 223 99 214 190 82 214 211 206 123 113 99 74 81 90 189 158 57 156 113 33 247 211 57 239 235 239 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@O0G<@C<C?8@?A??@O0??8C<_??@?O??8O7???C=???8?_???O3???;<???>?O??>O3???#<???8?O??>O3???#<???8?O??>O1???#<O??8?A??>O0O?
-<C<A?@@?@@@@O0@@@C<b') ; yourself); yourself]
+<C<A?@@?@@@@O0@@@C<b');
+                            yourself);
+                yourself
+        ]
 !
 
 make26x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self make26x26Icon inspect
      ImageEditor openOnClass:self andSelector:#make26x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class make26x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class make26x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 D!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRHSM@M!!HRD!!HRD!!HRD!!HRD!!HRD!!HRM1 6D"0YFQ$JA!!@RD!!HRD!!HRD!!HRD!!HRD$@HFR<B
 BQ$YQCH''P0AMD!!HRD!!HRD!!HRD!!HRP1,[BCH[F1,2L$PYFTLED!!HRD!!HRD!!HRD!!HJF0 (JCIDN3H2N1,HQCH+D!!HRD!!HRD"P6@$P[BB 2L#H2L#,;N3-DN30R
 D!!HRD!!I@QDMDB@!!DL#H2L#,;N3,;QDP^OQHRD!!HRIC-DBDQDQCH2L$T%I"$UN4QDQC@)D!!HRD!!HSLDQDJCH2L#H9CCXRD$,OQDQDB@ !!GAHRD!!IAN3H2L#H2
@@ -3673,29 +5226,41 @@
 R!!HRD!!H!!L#H2N3,;P4(RD!!HRO D4MA,[BAPRD!!HRD$@(L#,;N3-DOQHRD")CLB\HF1,[BB$RD!!HRD$DCL#,;QDQNHA\ZBP%CBA,[F1$HC!!HRD!!HRD PQDSID
 QDP[F1,HB@ [F0 0BTXGD!!HRD!!H7EQ<_L$QDB@ HBA,[F1,HB01LOQHRD!!HRD"POEQ=DQ@ HB@ [F1,[F4LVD!!HRD!!HRD!!HRD$%HI0!!DI3,HF1,HBA$YBT0R
 D!!HRD!!HRD!!HRD$5BO0<OMQ,[P0-KB@%FOQHRD!!HRD!!HRD!!HRD!!H8J4,5FQ-FR#X)C"HRD!!HRD!!HRD!!HRD!!HRD!!HRM"8^G!!XRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HR
-D!!HRD#YMGAHRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD @a') ; colorMapFromArray:#[192 159 96 223 159 63 192 159 128 223 127 64 192 128 96 192 159 159 192 160 159 191 191 191 255 223 63 224 192 63 224 160 64 159 127 96 160 160 160 223 159 96 159 128 128 223 96 64 224 223 192 255 128 63 224 224 223 223 191 191 160 127 96 224 127 63 160 160 159 255 224 128 223 160 128 255 255 63 224 223 64 255 224 63 224 223 223 160 159 127 191 127 95 224 128 63 192 192 160 223 128 95 192 191 191 223 128 96 223 192 191 160 159 96 160 160 128 224 159 63 255 159 63 191 159 128 223 192 128 191 160 159 223 159 128 223 127 96 191 128 128 224 191 64 224 160 63 192 128 64 255 160 63 223 159 95 223 128 63 223 127 63 223 223 192 223 191 160 192 192 192 160 159 95 223 160 64 255 191 63 159 128 127 191 191 160 223 191 128 223 128 64 223 159 127 191 159 159 191 128 127 224 191 63 255 192 63 223 159 64 160 127 95 192 95 64 192 96 64 192 191 160 192 192 191 192 96 95 191 160 160 223 192 192 192 191 96]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+D!!HRD#YMGAHRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD!!HRD @a');
+                colorMapFromArray:#[ 192 159 96 223 159 63 192 159 128 223 127 64 192 128 96 192 159 159 192 160 159 191 191 191 255 223 63 224 192 63 224 160 64 159 127 96 160 160 160 223 159 96 159 128 128 223 96 64 224 223 192 255 128 63 224 224 223 223 191 191 160 127 96 224 127 63 160 160 159 255 224 128 223 160 128 255 255 63 224 223 64 255 224 63 224 223 223 160 159 127 191 127 95 224 128 63 192 192 160 223 128 95 192 191 191 223 128 96 223 192 191 160 159 96 160 160 128 224 159 63 255 159 63 191 159 128 223 192 128 191 160 159 223 159 128 223 127 96 191 128 128 224 191 64 224 160 63 192 128 64 255 160 63 223 159 95 223 128 63 223 127 63 223 223 192 223 191 160 192 192 192 160 159 95 223 160 64 255 191 63 159 128 127 191 191 160 223 191 128 223 128 64 223 159 127 191 159 159 191 128 127 224 191 63 255 192 63 223 159 64 160 127 95 192 95 64 192 96 64 192 191 160 192 192 191 192 96 95 191 160 160 223 192 192 192 191 96 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@O0@G C<@;>@?@_?8O0G??C<A??8?C??>O1???#<???8?O?3?/1?0?;<_8O>?_>G?/7?A?#=?0?0?_<_>O3???#<_??8?O??<O3??8C<_?>@?C?? O0O?
-0C<@>@@?@C @O0@@@C<b') ; yourself); yourself]
+0C<@>@@?@C @O0@@@C<b');
+                            yourself);
+                yourself
+        ]
 !
 
 menu26x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self menu26x26Icon inspect
      ImageEditor openOnClass:self andSelector:#menu26x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class menu26x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class menu26x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@EK"8.K"8.K"8.K"8.K"8.K"8T@@@@@@@@@@TOC0<OC0<OC0<OC0<OC0<OC1P@@@@@@@@@AP<OC0<OC0<OC0<OC0<OC0<OE@@@
 @@@@@@@EC0<OC0<OC0<OC0<OC0<OC0<T@@@@@@@@@A,[F1,[F1,[F1,[F1,[F1,[F1P@@@@@@@@@@0LC@0LC@0LC@0LC@0LC@0LCE@@@@@@@@@@LD1LSD1LS
@@ -3703,29 +5268,41 @@
 @@@@@@@@@@T.K"8.K"8.K"8.K"8.K"8.K!!P@@@@@@@@@AP<OC0<OC0<OC0<OC0<OC8 OE@@@@@@@@@@EC0<OC0<OC0<OC0<OC0<OC0<T@@@@@@@@@@TOC0<O
 C0<OC0<OC0<OC0<OC1P@@@@@@@@@F1,[F1,[F1,[F1,[F1,[IAPTE@@@@@@@@@@EK"8.K"8.K"8.K"8.K"8.K"8T@@@@@@@@@@TKC0<OC0<OC0<OC0<OC0<O
 C1P@@@@@@@@@AR$OC0<OC0<OC0<OC0<OC0<OE@@@@@@@@@@JG!!\OC0<OC0<OC0<OC0<OC0<T@@@@@@@@@@8AA2(!!FA<IGRL"@!!X E!!@TIAP@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 106 103 105 108 108 111 21 232 231 3 189 187 226 226 228 104 104 105 109 109 108 21 231 231 82 82 83 213 213 214 187 187 187 133 233 234 21 231 230 90 90 92 186 186 188 108 108 108 135 225 226 138 243 244 2 186 188 85 85 88 133 225 227 107 107 109 182 182 181 107 107 108 19 230 230 0 129 126 102 102 103 0 128 126 85 85 84 180 180 182 101 101 104 105 105 109 111 111 110 84 84 85 88 88 90 96 96 99 0 125 126 2 191 189 0 138 139 97 94 99 193 193 192 110 110 109 19 234 233 5 141 143 95 95 99 254 254 252 2 190 188 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 106 103 105 108 108 111 21 232 231 3 189 187 226 226 228 104 104 105 109 109 108 21 231 231 82 82 83 213 213 214 187 187 187 133 233 234 21 231 230 90 90 92 186 186 188 108 108 108 135 225 226 138 243 244 2 186 188 85 85 88 133 225 227 107 107 109 182 182 181 107 107 108 19 230 230 0 129 126 102 102 103 0 128 126 85 85 84 180 180 182 101 101 104 105 105 109 111 111 110 84 84 85 88 88 90 96 96 99 0 125 126 2 191 189 0 138 139 97 94 99 193 193 192 110 110 109 19 234 233 5 141 143 95 95 99 254 254 252 2 190 188 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@A???@@_??0@G??<@A???@@_??0@G??<@A???@@_??0@G??<@A???@@_??0@G??<@A???@@_??0@G??<@A???@@_??0@G??<@A??
-?@@_??0@@@@@@@@@@@@b') ; yourself); yourself]
+?@@_??0@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 newMenu26x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self newMenu26x26Icon inspect
      ImageEditor openOnClass:self andSelector:#newMenu26x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class newMenu26x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class newMenu26x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@J@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B (Z@@@@@@@@@@@@@@@@@@@@@@@@@@@JB @JB"(@B (@@@@@@@@@@@@@@@@@@@
 @@B (:R )JV$(JR#(@@@@@@EK"8.K"8.K"8.K": )*^(*Z"'')*@@@@@@@@TOC0<OC0<OC0<OC96 )J&Y*ZR @@@@@@@@AP<OC0<OC0<OC0<OC:B$*Y&))J@@
 @@@@@@@EC0<OC0<OC0<OC0> )*^(*Z"'')*@@@@@@@A,[F1,[F1,[F1,[(JN$(JR%)JB$(:@@@@@@@0LC@0LC@0LC@0LC(J@C(JJ EJB @@@@@@@LD1LSD1LS
@@ -3733,29 +5310,41 @@
 @@@@@@@@@@T.K"8.K"8.K"8.K"8.K"8.K!!P@@@@@@@@@AP<OC0<OC0<OC0<OC0<OC8 OE@@@@@@@@@@EC0<OC0<OC0<OC0<OC0<OC0<T@@@@@@@@@@TOC0<O
 C0<OC0<OC0<OC0<OC1P@@@@@@@@@F1,[F1,[F1,[F1,[F1,[IAPTE@@@@@@@@@@EK"8.K"8.K"8.K"8.K"8.K"8T@@@@@@@@@@TKC0<OC0<OC0<OC0<OC0<O
 C1P@@@@@@@@@AR$OC0<OC0<OC0<OC0<OC0<OE@@@@@@@@@@JG!!\OC0<OC0<OC0<OC0<OC0<T@@@@@@@@@@8AA2(!!FA<IGRL"@!!X E!!@TIAP@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 106 103 105 108 108 111 21 232 231 3 189 187 226 226 228 104 104 105 109 109 108 21 231 231 82 82 83 213 213 214 187 187 187 133 233 234 21 231 230 90 90 92 186 186 188 108 108 108 135 225 226 138 243 244 2 186 188 85 85 88 133 225 227 107 107 109 182 182 181 107 107 108 19 230 230 0 129 126 102 102 103 0 128 126 85 85 84 180 180 182 101 101 104 105 105 109 111 111 110 84 84 85 88 88 90 96 96 99 0 125 126 2 191 189 0 138 139 97 94 99 193 193 192 110 110 109 19 234 233 5 141 143 95 95 99 254 254 252 2 190 188 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 106 103 105 108 108 111 21 232 231 3 189 187 226 226 228 104 104 105 109 109 108 21 231 231 82 82 83 213 213 214 187 187 187 133 233 234 21 231 230 90 90 92 186 186 188 108 108 108 135 225 226 138 243 244 2 186 188 85 85 88 133 225 227 107 107 109 182 182 181 107 107 108 19 230 230 0 129 126 102 102 103 0 128 126 85 85 84 180 180 182 101 101 104 105 105 109 111 111 110 84 84 85 88 88 90 96 96 99 0 125 126 2 191 189 0 138 139 97 94 99 193 193 192 110 110 109 19 234 233 5 141 143 95 95 99 254 254 252 2 190 188 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@P@@@@N@@@@[,@@@O? A???0@_??8@G??>@A???0@_??>@G???@A???@@_??0@G??<@A???@@_??0@G??<@A???@@_??0@G??<@A???@@_??0@G??<@A??
-?@@_??0@@@@@@@@@@@@b') ; yourself); yourself]
+?@@_??0@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 printer26x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self printer26x26Icon inspect
      ImageEditor openOnClass:self andSelector:#printer26x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class printer26x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class printer26x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CTTPA$PDA@PDA@PDA@WP@@@@@@@@@@@@@@@MQQT[-M 8NC 8NC 057%P@@@@@@@@@@@@@@5EEQ@M$A@PDA@PDA
 ]DCX@@@@@@@@@@@@@@CTTUD@\QLC@0LC@0LCT%<@@@@@@@@@@@@@@MQQTP@@H&=/[6=/[6>BP@@@@@@@@@@@@@@@R[0@@@BR)ZV%)ZV%)ZU@B @@@@@@@@@@
 @@AI/@@@@LP$S4=OS4=OS1I_@@@@@@@@@@@@@D&</@@@@KR9.[&9.[&94S<@@@@@@@@@@@@@R[2<@@@@U(FA W@73MB,RE @@@@@@@@@@@AI/K0@@D][][@9
@@ -3763,29 +5352,41 @@
 '' @@@@CK)7H.%A]L+6V-''3H1571<0C%+SC%;@@@@@G(=)7H.%A]2_RU<_AXZ+:>"''\A<I2<@@@@@*,/ZBGH.%A\#JQ8=BKH@&HXN$<U,O@@@@@@\EA+ZHX8.
 %E@W.E$''QC/C28,V%#UF@@@@@KFOEI<H32F5''J%NNC ;*B5<E#M<G4X@@@@@@KNOEI<=B@,ENC-Y&HP-_H5*BVJ=Q @@@@A._D-CEI<=)3$''V)"DVPPO-7M:
 !!DPUM @@@@CNWFT#EI<=%E*X^*ATXK]3^(R]_\A?@@@@@@@@18 WZI==&HP*U6B7\6+M%LF+K@@@@@@@@@@@@HB8K''JDKSCB)G$.''LE''D@@@@@@@@@@@@@@@
-@@A^[HU#P!!%>UQ/S/0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[184 184 184 238 247 255 210 209 203 225 240 255 139 139 139 146 146 146 239 237 218 199 198 192 218 218 218 101 101 101 185 184 198 178 178 178 211 211 211 234 236 243 152 152 152 113 113 113 228 226 211 165 165 185 165 178 212 187 197 223 245 245 245 186 185 180 189 189 189 205 205 205 238 238 238 215 213 196 206 206 206 171 170 163 166 166 166 200 200 200 231 231 231 195 195 195 222 219 205 155 155 155 146 152 191 232 232 232 176 206 242 180 180 180 206 204 202 167 167 167 224 221 212 227 227 227 142 142 154 222 222 222 218 216 202 182 182 182 216 216 216 178 176 168 149 149 158 207 207 207 233 233 233 194 194 194 193 193 193 151 189 132 204 202 188 191 224 255 129 129 129 209 209 209 243 243 243 143 143 143 184 182 173 234 234 234 237 234 217 151 151 186 150 150 185 200 198 191 204 202 186 249 249 249 156 156 156 236 236 236 189 187 178 170 170 170 168 168 196 238 235 218 237 234 216 221 221 221 220 220 220 215 216 230 142 142 142 187 221 255 210 210 210 240 237 220 173 177 206 197 197 197 68 68 68 172 172 180 132 151 198 78 78 85 189 188 191 165 165 165 169 169 169 245 248 251 183 183 181 205 204 205 185 184 181 154 154 188 95 95 95 238 235 217 90 90 90 167 165 157 146 145 175 192 192 192 196 196 196 191 190 185 237 237 237 240 237 218 154 154 154 224 224 224 149 149 149 238 235 216 206 204 190 217 236 255 181 218 255 188 187 195 223 223 223 133 133 133 233 242 251 228 240 253 181 181 181 154 154 187 230 230 232 172 172 175 144 144 144 194 192 184 185 185 185 219 219 219 161 159 171 191 190 183 179 178 173 170 213 255 204 219 241 251 253 255 176 176 176 145 145 144 171 171 171 221 219 205 185 185 184 223 220 205 196 194 188 160 160 160 237 235 219 174 174 174 208 208 208 251 251 251 238 234 216 172 172 172 159 160 187 132 132 132 212 212 212 219 217 211 143 182 125 187 187 187 175 175 175 228 228 230 208 208 207 238 236 219 199 199 199 198 198 198 221 219 204 239 239 239 76 76 76 223 221 205 214 214 214 175 175 174 131 131 163 204 229 255 238 236 218 226 226 226 163 163 163 159 159 159 154 155 154 188 187 184 215 225 236 241 241 241 237 235 217 228 228 228 204 217 230 177 177 177 203 203 203 253 253 253 151 174 217 186 186 186 212 210 199 103 103 103 188 188 188 179 217 255 202 202 202 197 196 199 239 236 219 204 204 204 238 236 217 230 227 211 190 190 190 186 186 185 134 134 175 130 130 130 180 178 190 125 125 125 237 235 216 201 199 190 239 236 218 169 169 186 230 230 230 137 137 137 213 234 255 213 213 213 212 210 197 157 157 157 211 228 243 175 208 246 237 235 215 197 196 190 239 238 220 239 237 219 230 228 215 191 191 191 178 177 194 154 154 183 151 151 151]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@A^[HU#P!!%>UQ/S/0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 184 184 184 238 247 255 210 209 203 225 240 255 139 139 139 146 146 146 239 237 218 199 198 192 218 218 218 101 101 101 185 184 198 178 178 178 211 211 211 234 236 243 152 152 152 113 113 113 228 226 211 165 165 185 165 178 212 187 197 223 245 245 245 186 185 180 189 189 189 205 205 205 238 238 238 215 213 196 206 206 206 171 170 163 166 166 166 200 200 200 231 231 231 195 195 195 222 219 205 155 155 155 146 152 191 232 232 232 176 206 242 180 180 180 206 204 202 167 167 167 224 221 212 227 227 227 142 142 154 222 222 222 218 216 202 182 182 182 216 216 216 178 176 168 149 149 158 207 207 207 233 233 233 194 194 194 193 193 193 151 189 132 204 202 188 191 224 255 129 129 129 209 209 209 243 243 243 143 143 143 184 182 173 234 234 234 237 234 217 151 151 186 150 150 185 200 198 191 204 202 186 249 249 249 156 156 156 236 236 236 189 187 178 170 170 170 168 168 196 238 235 218 237 234 216 221 221 221 220 220 220 215 216 230 142 142 142 187 221 255 210 210 210 240 237 220 173 177 206 197 197 197 68 68 68 172 172 180 132 151 198 78 78 85 189 188 191 165 165 165 169 169 169 245 248 251 183 183 181 205 204 205 185 184 181 154 154 188 95 95 95 238 235 217 90 90 90 167 165 157 146 145 175 192 192 192 196 196 196 191 190 185 237 237 237 240 237 218 154 154 154 224 224 224 149 149 149 238 235 216 206 204 190 217 236 255 181 218 255 188 187 195 223 223 223 133 133 133 233 242 251 228 240 253 181 181 181 154 154 187 230 230 232 172 172 175 144 144 144 194 192 184 185 185 185 219 219 219 161 159 171 191 190 183 179 178 173 170 213 255 204 219 241 251 253 255 176 176 176 145 145 144 171 171 171 221 219 205 185 185 184 223 220 205 196 194 188 160 160 160 237 235 219 174 174 174 208 208 208 251 251 251 238 234 216 172 172 172 159 160 187 132 132 132 212 212 212 219 217 211 143 182 125 187 187 187 175 175 175 228 228 230 208 208 207 238 236 219 199 199 199 198 198 198 221 219 204 239 239 239 76 76 76 223 221 205 214 214 214 175 175 174 131 131 163 204 229 255 238 236 218 226 226 226 163 163 163 159 159 159 154 155 154 188 187 184 215 225 236 241 241 241 237 235 217 228 228 228 204 217 230 177 177 177 203 203 203 253 253 253 151 174 217 186 186 186 212 210 199 103 103 103 188 188 188 179 217 255 202 202 202 197 196 199 239 236 219 204 204 204 238 236 217 230 227 211 190 190 190 186 186 185 134 134 175 130 130 130 180 178 190 125 125 125 237 235 216 201 199 190 239 236 218 169 169 186 230 230 230 137 137 137 213 234 255 213 213 213 212 210 197 157 157 157 211 228 243 175 208 246 237 235 215 197 196 190 239 238 220 239 237 219 230 228 215 191 191 191 178 177 194 154 154 183 151 151 151 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@O1?<@C<_? @?C?8@O0?>@C<G? @?A?<@O0_?@C<C?0@?@?>@O0_?<C<G?? ?G??<O3???#=???8?_??>O7???#=???8?_??>O7???#=???<?O???O0??
-?#<C?? ?@O? O0@@@C<b') ; yourself); yourself]
+?#<C?? ?@O? O0@@@C<b');
+                            yourself);
+                yourself
+        ]
 !
 
 search26x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self search26x26Icon inspect
      ImageEditor openOnClass:self andSelector:#search26x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class search26x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class search26x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 JB (JB (JB (JB (JB (JB (JB (JB (JB (JB (JB (JB (JB 6A3%GC0DQZ1((JB (JB (JB (JB (JB (B!!=JWC<2TD8<N1 (JB (JB (JB (JB (J@(.
 P6IDP"H2Z YYC1 (JB (JB (JB (JB!!.LBY"X%DFID@$H#I]NQ((JB (JB (JB (J@LUQFHLTAPTEAPTL#H]KR (JB (JB (JB 6Y444TSD$A"H2Z&(2Z$8+
 XB (JB (JB (JF80L#HFE@Y*Z"L#H2M*A!!1.JB (JB (JB ([#A*ED@ L&(#MCP4MBL#YV8(JB (JB (JB!!.LCHFD!!PDH3QDQDP5MDI%[" (JB (JB (JF8V
@@ -3793,29 +5394,41 @@
 W" (JB (JB (JB!!ON"D7NC4SPV(4H0 3K0TZJB (JB (JB (ZUQUQ$T%E0D,G!!A[K0$WB2 (JB (JB (JF$*UP4)@&@(XF4W[6DXXB (JB (JB (JB!!)J%TM
 C&Y_@B (JB (JB (JB (JB (JB (ZVMUCP9XBP@(JB (JB (JB (JB (JB (JF%#UP4NY%H@JB (JB (JB (JB (JB (JB!!LX5TMC&YR@B (JB (JB (JB (
 JB (JB (J@AUCP9&T @(JB (JB (JB (JB (JB (JB (YELNY%H@JB (JB (JB (JB (JB (JB (JB >U!!,I@B (JB (JB (JB (JB (JB (JB (F!!(ZF!!(Z
-F!!(ZF!!(ZF!!(ZF ,KF!!(KB0,KB0,ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZB0,ZF ,KB0,KB0@a') ; colorMapFromArray:#[191 175 143 144 159 192 160 144 159 176 191 208 192 255 255 175 175 192 191 239 255 176 176 207 207 239 240 175 175 207 207 207 223 239 239 224 240 255 255 223 128 63 175 111 95 128 143 191 144 160 192 159 159 192 160 223 255 160 192 224 176 224 255 175 191 223 159 160 208 192 192 208 208 208 223 240 239 223 239 239 239 143 127 128 128 143 176 143 175 208 143 159 192 143 143 191 176 239 255 207 207 191 191 240 255 208 255 255 175 223 255 207 207 207 207 223 239 224 239 240 240 240 239 175 111 80 255 191 95 127 127 175 128 144 191 160 160 191 159 160 192 160 175 207 159 160 207 176 223 255 192 240 255 191 207 224 223 255 255 224 255 255 224 224 239 144 159 160 128 143 175 128 128 175 240 207 144 144 144 191 144 160 208 143 159 207 207 207 192 192 239 255 160 208 255 191 224 240 207 240 255 208 224 239 239 255 255 144 143 143 207 143 95 127 128 175 144 159 191 143 144 191 144 160 207 176 208 224 255 208 144 191 223 239 175 208 240 255 208 159 191 224 255 207 239 255 175 160 207 143 112 96 255 191 80 255 175 79 160 159 159 143 143 176 159 128 144 144 191 239 160 191 224 160 176 208 176 208 239 159 192 239 175 160 192 176 175 207 224 224 224 208 208 224 255 255 255 255 192 95 175 175 160 143 159 191 160 128 144 160 175 208 176 223 240 255 207 144 207 255 255 191 191 208 176 176 208 207 207 208 223 223 224 207 208 223 239 239 240]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+F!!(ZF!!(ZF!!(ZF ,KF!!(KB0,KB0,ZF!!(ZF!!(ZF!!(ZF!!(ZF!!(ZB0,ZF ,KB0,KB0@a');
+                colorMapFromArray:#[ 191 175 143 144 159 192 160 144 159 176 191 208 192 255 255 175 175 192 191 239 255 176 176 207 207 239 240 175 175 207 207 207 223 239 239 224 240 255 255 223 128 63 175 111 95 128 143 191 144 160 192 159 159 192 160 223 255 160 192 224 176 224 255 175 191 223 159 160 208 192 192 208 208 208 223 240 239 223 239 239 239 143 127 128 128 143 176 143 175 208 143 159 192 143 143 191 176 239 255 207 207 191 191 240 255 208 255 255 175 223 255 207 207 207 207 223 239 224 239 240 240 240 239 175 111 80 255 191 95 127 127 175 128 144 191 160 160 191 159 160 192 160 175 207 159 160 207 176 223 255 192 240 255 191 207 224 223 255 255 224 255 255 224 224 239 144 159 160 128 143 175 128 128 175 240 207 144 144 144 191 144 160 208 143 159 207 207 207 192 192 239 255 160 208 255 191 224 240 207 240 255 208 224 239 239 255 255 144 143 143 207 143 95 127 128 175 144 159 191 143 144 191 144 160 207 176 208 224 255 208 144 191 223 239 175 208 240 255 208 159 191 224 255 207 239 255 175 160 207 143 112 96 255 191 80 255 175 79 160 159 159 143 143 176 159 128 144 144 191 239 160 191 224 160 176 208 176 208 239 159 192 239 175 160 192 176 175 207 224 224 224 208 208 224 255 255 255 255 192 95 175 175 160 143 159 191 160 128 144 160 175 208 176 223 240 255 207 144 207 255 255 191 191 208 176 176 208 207 207 208 223 223 224 207 208 223 239 239 240 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@O0@O>C<@G?0?@C?>O0A??3<@_?<?@O??/0C??;<@??>?@O??/0C??;<@??>?@G??O0C??#<A??8?@??<O0_7<C<O8@@?G<@@O3>@@C=?@@@?_ @@O70@
-@C=8@@@?@@@@O0@@@C<b') ; yourself); yourself]
+@C=8@@@?@@@@O0@@@C<b');
+                            yourself);
+                yourself
+        ]
 !
 
 stxHome26x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self stxHome26x26Icon inspect
      ImageEditor openOnClass:self andSelector:#stxHome26x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class stxHome26x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class stxHome26x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 %)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV'';:O*54.K @@@IZV%)ZV%)ZV%)ZV%)ZV%)>&%ZTS2,9AM<<@@IZV%)ZV%)ZV%)ZV%)Z_BW TZV%)
 C0?I,%[C@IZV%)ZV%)ZV%)ZV''0%8U:0VDWNI1C6OAQWA@IZV%)ZV%)ZV%)=(''&HC4H(Q_(VY^Z9,[BF6@IZV%)ZV%)Z_ZJU-F=@V);<-,[6T+5-[IP5L@IZV
 %)ZV''6"%J=A/E(*?)4!!I&*=[V5-[0G4,@IZV%)Y_#"@V"((Q/;=S2$HRV5-[V5-[0IMP@IZV%*/O.B@O);=>T2^OXU-[V5-[V5-[NU"\@IZV%,\(BKGBL ?I
@@ -3823,29 +5436,41 @@
 N0@@%)ZVN;P@)G*W$%9[V5-[V5/S4=M[V5,;@@BV%)X;-@@X,@D]4U-[V5-[4=OS45-[V3,@@IZV%#.4@A"0/A(PV5-[V5/SV;WSV5-[N0@@%)ZVN4:[FKB<
 C!!A[V5-[4=M[3]OSV5,;@@BV%)[@ $9 ,K0NDE-[V=OSV5-[V=M[V3,@@IZV% AK !!=C/@8PV5-[4=M[V5-[4=M[N0@@%)ZV% C@ #F[C!!A[V5-[V5-[\%-[
 V5,;@@BV%)ZV@@CF (5CDE-[V5.*I JHCC.;(# @@IZV%)ZV@@AE!!%WQV5-U@#-1Z<C@1 @@@@@@%)ZV%)ZV% A$@(I1NFWF@@@@@@@@@@@@@@BV%)ZV%)ZV
-% @@@@@@@@@@@@@@@@@@%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV% @a') ; colorMapFromArray:#[198 219 239 165 190 214 123 134 156 255 219 66 140 101 24 156 150 148 231 235 239 74 77 82 181 146 57 148 101 33 214 211 222 239 231 231 140 154 173 115 101 82 181 203 222 247 215 82 255 251 255 239 199 41 173 170 173 222 199 90 255 235 115 132 125 123 247 207 49 181 186 198 198 215 231 165 186 206 181 199 214 255 215 57 255 247 247 148 166 198 123 203 255 189 195 214 255 231 107 132 121 115 222 203 181 123 125 140 198 207 214 165 174 181 123 134 148 239 211 99 132 89 24 214 203 189 231 227 222 255 227 99 140 117 82 239 199 57 189 158 123 140 146 156 107 109 115 181 195 206 247 211 74 255 255 255 206 211 222 115 121 132 107 65 8 156 117 33 156 162 181 181 182 189 198 203 206 99 117 148 123 130 140 239 207 90 255 251 247 206 207 214 231 243 247 181 150 57 140 105 57 214 223 239 239 239 239 198 199 198 49 52 57 115 190 239 247 227 99 198 162 66 206 203 206 173 182 189 107 85 41 222 190 82 214 219 231 239 235 231 148 130 99 189 150 57 57 65 66 247 223 90 189 190 206 148 162 181 123 89 49 255 239 115 82 56 16 214 215 222 123 121 123 82 89 99 165 146 123 165 125 82 222 223 231 132 93 16 206 223 239 173 174 173 255 235 107 82 174 222 214 211 214 173 174 189 132 150 181 99 105 123 165 125 49 247 215 74 247 243 247 148 158 173 165 166 181 255 231 99 82 52 8 247 211 49 231 231 239 132 142 165 99 101 115 239 190 41 222 219 222 247 239 239 156 130 99 173 166 156 247 227 115 148 109 33 156 174 198 231 227 231 132 138 156 107 89 66 239 190 33 222 215 214 189 190 198 206 211 214 107 121 148 173 134 49 74 154 206 239 203 57 115 125 148 132 134 148 99 113 132 231 186 33 247 203 49 247 247 247 90 97 107 165 178 198 247 223 107 140 97 33 156 170 189 123 101 82 132 158 189 107 81 49 148 125 107 239 223 107 247 243 239 140 158 189 123 89 41 247 219 99 132 105 66 214 227 239 181 162 140 132 154 181 255 235 123 206 182 156 222 219 214 189 170 156 140 150 173 165 174 189 189 207 231 247 231 115 140 101 33 239 199 49 231 223 222 132 138 148 99 105 115 156 117 66 247 215 66 181 186 206 148 142 132 165 170 181 189 211 231 247 227 107 214 186 82 214 223 231 231 239 247 74 73 82 107 73 33 198 186 173 231 207 99 239 243 255 198 199 206 107 125 148 189 207 222 173 138 49 132 85 24 239 195 41 173 178 189 90 65 16 255 227 107 90 60 16 239 207 74 189 178 165 198 195 198 107 101 107 123 142 173 247 223 99 214 190 82 214 211 206 123 113 99 74 81 90 189 158 57 156 113 33 247 211 57 239 235 239 0 0 0 0 203 49]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+% @@@@@@@@@@@@@@@@@@%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV% @a');
+                colorMapFromArray:#[ 198 219 239 165 190 214 123 134 156 255 219 66 140 101 24 156 150 148 231 235 239 74 77 82 181 146 57 148 101 33 214 211 222 239 231 231 140 154 173 115 101 82 181 203 222 247 215 82 255 251 255 239 199 41 173 170 173 222 199 90 255 235 115 132 125 123 247 207 49 181 186 198 198 215 231 165 186 206 181 199 214 255 215 57 255 247 247 148 166 198 123 203 255 189 195 214 255 231 107 132 121 115 222 203 181 123 125 140 198 207 214 165 174 181 123 134 148 239 211 99 132 89 24 214 203 189 231 227 222 255 227 99 140 117 82 239 199 57 189 158 123 140 146 156 107 109 115 181 195 206 247 211 74 255 255 255 206 211 222 115 121 132 107 65 8 156 117 33 156 162 181 181 182 189 198 203 206 99 117 148 123 130 140 239 207 90 255 251 247 206 207 214 231 243 247 181 150 57 140 105 57 214 223 239 239 239 239 198 199 198 49 52 57 115 190 239 247 227 99 198 162 66 206 203 206 173 182 189 107 85 41 222 190 82 214 219 231 239 235 231 148 130 99 189 150 57 57 65 66 247 223 90 189 190 206 148 162 181 123 89 49 255 239 115 82 56 16 214 215 222 123 121 123 82 89 99 165 146 123 165 125 82 222 223 231 132 93 16 206 223 239 173 174 173 255 235 107 82 174 222 214 211 214 173 174 189 132 150 181 99 105 123 165 125 49 247 215 74 247 243 247 148 158 173 165 166 181 255 231 99 82 52 8 247 211 49 231 231 239 132 142 165 99 101 115 239 190 41 222 219 222 247 239 239 156 130 99 173 166 156 247 227 115 148 109 33 156 174 198 231 227 231 132 138 156 107 89 66 239 190 33 222 215 214 189 190 198 206 211 214 107 121 148 173 134 49 74 154 206 239 203 57 115 125 148 132 134 148 99 113 132 231 186 33 247 203 49 247 247 247 90 97 107 165 178 198 247 223 107 140 97 33 156 170 189 123 101 82 132 158 189 107 81 49 148 125 107 239 223 107 247 243 239 140 158 189 123 89 41 247 219 99 132 105 66 214 227 239 181 162 140 132 154 181 255 235 123 206 182 156 222 219 214 189 170 156 140 150 173 165 174 189 189 207 231 247 231 115 140 101 33 239 199 49 231 223 222 132 138 148 99 105 115 156 117 66 247 215 66 181 186 206 148 142 132 165 170 181 189 211 231 247 227 107 214 186 82 214 223 231 231 239 247 74 73 82 107 73 33 198 186 173 231 207 99 239 243 255 198 199 206 107 125 148 189 207 222 173 138 49 132 85 24 239 195 41 173 178 189 90 65 16 255 227 107 90 60 16 239 207 74 189 178 165 198 195 198 107 101 107 123 142 173 247 223 99 214 190 82 214 211 206 123 113 99 74 81 90 189 158 57 156 113 33 247 211 57 239 235 239 0 0 0 0 203 49 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@O0G<@C<C?0@?A??@O0??8C<_??@?O??8O7???C=???8?_???O3???;<???>?O??>O3???#<???8?O??>O3???#<???8?O??>O1???#<O??8?A??>O0O?
-<C<A?@@?@@@@O0@@@C<b') ; yourself); yourself]
+<C<A?@@?@@@@O0@@@C<b');
+                            yourself);
+                yourself
+        ]
 !
 
 workspace26x26Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self workspace26x26Icon inspect
      ImageEditor openOnClass:self andSelector:#workspace26x26Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class workspace26x26Icon'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class workspace26x26Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 AP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@APTEAPTEAPTEAPTEAPTEAY6Z&6TEAPTEAP@FA XFA XFA XFA XFA ZQX;):_X,F@ TE@@XEAPTEAPTEAPTE
 APTEA[=1)*R_V TBAPT@A TEAPTEAPTEAPTEAPVL*7R''#U==APHB@ @FAPTEAPTEAPTEAPTEA[M0.FJ!!W TE@ HB@@XEAPTEAPTEAPTEAPTE[''Z=#7JXAPTB
 @ H@A TEAPTEAPTEAPTEAYQ)$JI&/ DEAPHB@ @FAPTEAPTEAPTEAPTE"*!!,$+1/APTE@ HB@@XEAPTEAPTEAPTEAZ95*Y^-(0TEAPTB@ H@A TEAPTEAPTE
@@ -3853,31 +5478,44 @@
 APHB@ @FAPTEAPTEAPTE)XBH!!(:0APTEAPTE@ HB@@XEAPTEAPTEAPV \6Q[-:<EAPTEAPTB@ H@A W@0LC@0\C@0G1:Y6)>0LC@0L@EAPHB@ @FA\C@0LCA
 0LC@_7*;+LC@0LG@0@TE@ HB@@XE0LC@0LG@0LBCWI''@0\CA0\G@APTB@ H@A W@0LGA0LC@0X%70LC@0LCA0L@EAPHB@ @FA\CA0LCA0LG@$<G@0LG@0LG@
 0@TE@ HB@@XE0LG@0LG@0\C@0\C@0\C@0\C@APTB@ H@A W@0LGA0LC@0\G@0LCA0LCA0L@EAPHB@ @FA\C@0LC@0LC@0LC@0LC@0LC@0@TE@ HB@@XB@ HB
-@ HB@ HB@ HB@ HB@ HB@ HB@ H@@@HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ @a') ; colorMapFromArray:#[64 64 64 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 32 220 32 0 0 0]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@ HB@ HB@ HB@ HB@ HB@ HB@ H@@@HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ @a');
+                colorMapFromArray:#[ 64 64 64 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 32 220 32 0 0 0 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@^@A???<@_???@G???0A???<@_???@G???0A???<@_???@G???0A???<@_???@G???0A???<@_???@G???0A???<@_???@G???0A???<@_???@G??
-?0A???<@_???@@@@@@@b') ; yourself); yourself]
+?0A???<@_???@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !XPToolbarIconLibrary class methodsFor:'image specs-32x32'!
 
 deleteFileConfirmation32x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self deleteFileConfirmation32x32Icon inspect
      ImageEditor openOnClass:self andSelector:#deleteFileConfirmation32x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'XPToolbarIconLibrary class deleteFileConfirmation32x32Icon'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:#'XPToolbarIconLibrary class deleteFileConfirmation32x32Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 A XFA XIBP$IBP$IA XFA XFA XFA XFA XFA XFA XFA XFA \EAPTEAPTIA XFA XFA XFA XFA XFA XFA XFA XIAPTEAPTEAPTIA XFA XFA XFA XF
 A XFA XFA XFBPPEAPTEAPTEAPTIA XFA XFA XFA XFA XFA X@@@$C@0LC@0LC@0LC@0LIBP$IBP$IBP$IA XFA XFA @@BP\GA0\GA0\GA0\GA0\GA0\G
 A0\GA0\KA XFA XF@@@IA0TEAPTEAPTEAPTEAPTBAPTBAPTBAPLFA XFA X@@@$GAPTEAPTA@PDA@PDA@PDA@PDA@PDB@0XFA XFA @@BP\EAPTEAPDGA0\G
@@ -3889,29 +5527,41 @@
 A DA@PDFA0DA@PDGB@XFA @@BPXJB (JB \JB (JB DG@P\FA0\FA0DGA0DFA XF@@@FA (JB (JA0(JB (JA0XG@P\AA \AA0DFA0DFA XFA XFB (JB (G
 B (JB (AA0DG@P\G@P\AA0XF@PXFA XFA XJB (JB (JB (JB \AA0DF@PDGA \A@P\FA XFA XFA @JB (JA0(JB (F@P\AA \FA XG@PXF@PDFA XFA XF
 A (JB (GB (JB XG@PXAA DFA DFA DFA XFA XFA XFA (JB (JB (FA DFA XFA XAA \FA \AA XFA XFA XFA XJB (FA0XAA DFA DFA XF@PXF@PXF
-A XFA XFA XFA XFA XFA XFA XFA XFA XFA XFA XFA @a') ; colorMapFromArray:#[0 0 255 134 134 134 255 204 153 204 204 102 255 251 240 255 255 153 236 233 216 255 255 255 0 0 0 153 153 0 255 0 0 4 4 4]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+A XFA XFA XFA XFA XFA XFA XFA XFA XFA XFA XFA @a');
+                colorMapFromArray:#[ 0 0 255 134 134 134 255 204 153 204 204 102 255 251 240 255 255 153 236 233 216 255 255 255 0 0 0 153 153 0 255 0 0 4 4 4 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 A?@@@@_8@@@O?@@@G?8@@C???8@????@O???0C???<@????@O???0C???<@???? O???<C???? ????8O???>C???? ????8O???>C???? _???8O???>A??
-?? /???0C???>@???? O???0A?71&@_=*R@C>PJX@N*P$@@@@@@b') ; yourself); yourself]
+?? /???0C???>@???? O???0A?71&@_=*R@C>PJX@N*P$@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 error32x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self error32x32Icon inspect
      ImageEditor openOnClass:self andSelector:#error32x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'XPToolbarIconLibrary class error32x32Icon'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'XPToolbarIconLibrary class error32x32Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 \''I2\''I2\''I2\#D>O31JR#0EK$I2\''I2\''I2\''I2\ A2\''I2\''I2ZS8<STL&GV9UJ1\_R#)[\''I2\''I2\''I2@GI2\''I2\%ALD0)GJ%<N[&9#X2-QFD)&P''I2
 \''I2\''H@\''I2\''HQSP@@B''E_Y@9.UVM#J5EVU#@5V7I2\''I2\ A2\''I2ARD9[P@J\U<NGV9UX2,+TUYVR@$,@7I2\''I2@GI2\!!D!!NS$@Q5@*W08][%U#J5EH
 U%X%IQ<,ZGI2\''H@\''IPSS$9[P(\VFA$C&9.X6L+H!!QQRBTXBT0OA''I2\ A2ZT0A[P@JGF]%Z%H][%U#J2IZWDP6IQ IBU$''S''I2@GH>D0@@Q11''YQ$YZ$A.
@@ -3923,29 +5573,41 @@
 G1=JK2$ESC0<HG@3K7I2@GI2P!!@IIQ XBULIBP$#G1<_SD1LO40<OC0BIA-N\''H@\''I2V20_BP$IBP$#G1<_G41LSD1LOC0<C1XHWWI2\ A2\''I2@21LBRL#
 G1<_G41LSD1LOC0<H@HVX ]2\''I2@GI2\''I2S0=YG1<_G41LSD1LSC0<OE%0[@ G\''I2\''H@\''I2\''I2D"\BVT1LSD1LSC0<OCU0UCL[WWI2\''I2\ A2\''I2
 \''I2S$$;M5\,KB0,C7ATE#MFK492\''I2\''I2@GI2\''I2\''I2\$8DG&,LW%8LX 4^AD92\''I2\''I2\''H@\''I2\''I2\''I2\''I2S$I]A%5BS''I2\''I2\''I2\''I2
-\ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 224 223 255 224 224 127 32 31 191 159 128 160 160 160 191 96 96 192 191 191 191 160 160 95 95 64 223 95 95 255 223 192 223 160 160 95 63 63 95 95 95 255 160 159 127 32 32 128 63 63 192 127 96 192 191 160 223 159 128 191 32 32 191 63 63 64 31 31 224 96 96 224 95 95 224 255 255 223 191 191 96 96 96 160 127 96 255 159 159 128 127 127 192 95 64 160 64 63 192 128 128 192 64 63 192 95 95 64 32 32 224 96 95 224 159 159 128 95 64 223 159 159 191 223 255 255 191 191 255 127 127 128 32 32 223 160 191 192 159 128 160 159 159 192 64 64 223 191 160 192 255 255 64 63 63 224 224 223 128 63 32 224 127 127 96 32 32 191 224 255 255 255 255 160 95 64 127 64 64 160 64 64 160 95 95 192 128 127 191 95 95 223 127 96 160 128 159 223 192 191 223 128 128 192 224 255 192 160 191 96 95 95 255 192 192 255 96 95 160 159 128 160 63 63 160 32 32 191 64 64 192 96 96 223 223 192 191 159 159 223 160 159 255 127 96 223 127 127 223 96 96 95 31 31 255 128 128 255 96 96 127 31 31 159 96 96 159 63 63 191 32 31 192 160 159 192 159 159 192 192 191 95 63 32 255 191 160 223 128 127 223 255 255 95 64 64 255 128 127 255 160 160 223 224 255 159 95 95 160 127 127 191 160 159 224 223 192 192 160 160 96 95 64 64 32 31 255 255 224 255 159 128 223 96 95 96 31 31 255 192 191 0 0 0]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+\ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 255 224 223 255 224 224 127 32 31 191 159 128 160 160 160 191 96 96 192 191 191 191 160 160 95 95 64 223 95 95 255 223 192 223 160 160 95 63 63 95 95 95 255 160 159 127 32 32 128 63 63 192 127 96 192 191 160 223 159 128 191 32 32 191 63 63 64 31 31 224 96 96 224 95 95 224 255 255 223 191 191 96 96 96 160 127 96 255 159 159 128 127 127 192 95 64 160 64 63 192 128 128 192 64 63 192 95 95 64 32 32 224 96 95 224 159 159 128 95 64 223 159 159 191 223 255 255 191 191 255 127 127 128 32 32 223 160 191 192 159 128 160 159 159 192 64 64 223 191 160 192 255 255 64 63 63 224 224 223 128 63 32 224 127 127 96 32 32 191 224 255 255 255 255 160 95 64 127 64 64 160 64 64 160 95 95 192 128 127 191 95 95 223 127 96 160 128 159 223 192 191 223 128 128 192 224 255 192 160 191 96 95 95 255 192 192 255 96 95 160 159 128 160 63 63 160 32 32 191 64 64 192 96 96 223 223 192 191 159 159 223 160 159 255 127 96 223 127 127 223 96 96 95 31 31 255 128 128 255 96 96 127 31 31 159 96 96 159 63 63 191 32 31 192 160 159 192 159 159 192 192 191 95 63 32 255 191 160 223 128 127 223 255 255 95 64 64 255 128 127 255 160 160 223 224 255 159 95 95 160 127 127 191 160 159 224 223 192 192 160 160 96 95 64 64 32 31 255 255 224 255 159 128 223 96 95 96 31 31 255 192 191 0 0 0 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @C?0@@G??@@C??<@A??? @???<@_??? O???<G????!!????8_????O????3????<?????/????;????>?????/????;????>?????/????1????<_????C??
-?? ????8G???<@???>@G???@@??? @G??0@@_?0@@@? @@@@@@@b') ; yourself); yourself]
+?? ????8G???<@???>@G???@@??? @G??0@@_?0@@@? @@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 fileBrowser32x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self fileBrowser32x32Icon inspect
      ImageEditor openOnClass:self andSelector:#fileBrowser32x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class fileBrowser32x32Icon'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class fileBrowser32x32Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@KB0B@ PFR45PCP<QVE)\FQ-)@@@@@@@@@@@@@@@@@@@BQ"0,R@XHB%ARUQDSEU1^XA4_JP@@@@@@
 @@@@@@@@@D]GA@P,KD0JC@9UU5$UFA) X&T!!H60@@@@@@@@@@@@@R@TERT$FKC@0LG\2^CL4^3Y=M788D2\(\& @@@@@@@AIA YJR \GLG\''I2\''I2\''I2\''
 I3T%X8M6 0@@@@@@@@\GR4,HBD17L"]3\7M3@F56]''Y6"ELWX6=1^P@@@@@@B@!!LS@$ISW 3I3E3KR,@[VMO@F9.S4=OS4=OX0@@@@@IST4JB$9N^#P''K"=0
@@ -3958,29 +5620,41 @@
 I3Q>N#2GPX5FAT-KI4,@@@@@@@@@@@A$YA<_YVT #TP''_S&BOX%B@PQJBT,''S@@@@@@@@@@@@@@@HBA&Y"DAQR\''I2\''I2\''I2\''I2]M@@@@@@@@@@@@@@@@
 @F\"H IF@4\DRD$FR ]KBD0IB$8@@@@@@@@@@@@@@@@@@@@#@4\DR@UIA ]KBD0ISP)NB0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 177 177 177 175 175 175 173 173 173 171 171 171 169 169 169 167 167 167 165 165 165 163 163 163 161 161 161 159 159 159 157 157 157 155 155 155 153 153 153 151 151 151 149 149 149 147 147 147 145 145 145 143 143 143 141 141 141 139 139 139 137 137 137 135 135 135 242 0 0 133 133 133 131 131 131 129 129 129 127 127 127 125 125 125 123 123 123 121 121 121 119 119 119 117 117 117 115 115 115 113 113 113 111 111 111 107 107 107 159 0 0 95 95 95 91 91 91 42 167 42 77 77 77 75 75 75 55 55 55 226 226 226 47 47 47 45 45 45 43 43 43 216 216 216 37 37 37 214 214 214 212 212 212 210 210 210 53 0 0 208 208 208 206 206 206 204 204 204 202 202 202 200 200 200 196 196 196 194 194 194 192 192 192 190 190 190 188 188 188 186 186 186 184 184 184 182 182 182 180 180 180 178 178 178 176 176 176 174 174 174 172 172 172 170 170 170 168 168 168 166 166 166 164 164 164 162 162 162 160 160 160 158 158 158 255 0 0 156 156 156 154 154 154 152 152 152 235 0 0 150 150 150 148 148 148 146 146 146 144 144 144 142 142 142 140 140 140 138 138 138 136 136 136 134 134 134 132 132 132 130 130 130 128 128 128 126 126 126 124 124 124 122 122 122 192 0 0 120 120 120 118 118 118 116 116 116 114 114 114 53 188 53 90 90 90 88 88 88 78 78 78 76 76 76 0 192 0 254 177 102 74 21 21 52 52 52 66 21 13 200 253 200 42 42 42 40 40 40 217 217 217 192 255 192 215 215 215 213 213 213 53 7 0 211 211 211 209 209 209 254 218 164 207 207 207 205 205 205 203 203 203 201 201 201 199 199 199 197 197 197 159 255 159 195 195 195 193 193 193 191 191 191 189 189 189 102 33 18 187 187 187 185 185 185 183 183 183 181 181 181 179 179 179]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 177 177 177 175 175 175 173 173 173 171 171 171 169 169 169 167 167 167 165 165 165 163 163 163 161 161 161 159 159 159 157 157 157 155 155 155 153 153 153 151 151 151 149 149 149 147 147 147 145 145 145 143 143 143 141 141 141 139 139 139 137 137 137 135 135 135 242 0 0 133 133 133 131 131 131 129 129 129 127 127 127 125 125 125 123 123 123 121 121 121 119 119 119 117 117 117 115 115 115 113 113 113 111 111 111 107 107 107 159 0 0 95 95 95 91 91 91 42 167 42 77 77 77 75 75 75 55 55 55 226 226 226 47 47 47 45 45 45 43 43 43 216 216 216 37 37 37 214 214 214 212 212 212 210 210 210 53 0 0 208 208 208 206 206 206 204 204 204 202 202 202 200 200 200 196 196 196 194 194 194 192 192 192 190 190 190 188 188 188 186 186 186 184 184 184 182 182 182 180 180 180 178 178 178 176 176 176 174 174 174 172 172 172 170 170 170 168 168 168 166 166 166 164 164 164 162 162 162 160 160 160 158 158 158 255 0 0 156 156 156 154 154 154 152 152 152 235 0 0 150 150 150 148 148 148 146 146 146 144 144 144 142 142 142 140 140 140 138 138 138 136 136 136 134 134 134 132 132 132 130 130 130 128 128 128 126 126 126 124 124 124 122 122 122 192 0 0 120 120 120 118 118 118 116 116 116 114 114 114 53 188 53 90 90 90 88 88 88 78 78 78 76 76 76 0 192 0 254 177 102 74 21 21 52 52 52 66 21 13 200 253 200 42 42 42 40 40 40 217 217 217 192 255 192 215 215 215 213 213 213 53 7 0 211 211 211 209 209 209 254 218 164 207 207 207 205 205 205 203 203 203 201 201 201 199 199 199 197 197 197 159 255 159 195 195 195 193 193 193 191 191 191 189 189 189 102 33 18 187 187 187 185 185 185 183 183 183 181 181 181 179 179 179 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@G??8@A??? @_??>@G???>A???? _???<G????!!????<_????''????9????>_????''????9????>_???@G???0A???<@_???@G???0A???<@_???@G??
-?0A???<@_???@G???0A???<@G???@@_??0@A??<@@@@@@@@@@@@b') ; yourself); yourself]
+?0A???<@_???@G???0A???<@G???@@_??0@A??<@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 help32x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self help32x32Icon inspect
      ImageEditor openOnClass:self andSelector:#help32x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class help32x32Icon'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class help32x32Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 %IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRTR)RT%IRT%IRTR$*C[&5ST5M=_E8>OBACRVU)T5Q. 4)J%IRT%IRT%IRB[UM-R$)SM"1HSFE!!W4UA@$9-R%QS
 UGBT%IRT%IRT %QTR$)RFEJB-KV5-[N2+:=$TS\Z[$)*T8JT%IRT%D)*T4)JM%JS.[&2+:.'')*"(*J29 5H2T$)-[XNT%IRT %MJR#Y-.[&9.ZN '')2\''):
 (+"V$6(6T4)* YRT%D)S[T(6[[&9.[&9&)^W%9^W&Y*\$9ZU$64YT%I-$9RT 65JM&69.[&9.YM3U3,\GA1YU8"S$9NS$5TX[V6T%IRBT65P.[&9.[&SZ $
@@ -3992,29 +5666,41 @@
  W=OK"\6!!K&7#7ARESI*%IQ.T682 [&7%INC[S4 IB\*I2X&^+"9.YJB[SHYT''BT%IMSR%H6 )NS$9ND#GU\P$ED^Z:1.K&P (@6AV5T!!YRTR%Q-R!!(8 )NS
 $9R")ZZ''**:.+*>S 690M1URR&*T%IRT &)JR#X6[YJR#92 (*V&)*R$"8E0 D<FT$)T\IRT%IQJZ&5JR#\YT(JB%9&G"X*J!!8]3Z5HVA&5JUF)J%IRT%IQJ
 T69JR%HXFCYW\''JF!!(Y2U3(WA#MJR%QSR)RT%IRT%IQJT5I.R$)RM ,@BP$IB@$ICSU.R&5)UD*T%IRT%IRT%IRTR&9-T5MRTB=@OS0>JB=&T6).[T*T%IRT
-%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%@@a') ; colorMapFromArray:#[128 32 32 128 95 32 128 96 96 128 127 95 128 128 127 128 128 128 128 128 159 128 159 159 159 32 31 159 32 32 159 32 63 159 63 32 159 64 63 159 64 64 159 95 63 159 96 63 159 96 64 159 96 95 159 127 96 159 127 127 159 128 128 159 128 159 159 128 160 159 159 128 159 159 159 159 159 160 159 160 160 159 191 160 160 32 32 160 63 32 160 63 63 160 64 32 160 64 63 160 95 32 160 95 63 160 95 64 160 95 95 160 96 63 160 96 64 160 96 95 160 96 96 160 127 64 160 127 96 160 127 127 160 128 95 160 128 96 160 128 127 160 128 128 160 159 127 160 159 159 160 159 160 160 159 191 160 160 128 160 160 159 160 160 160 160 160 191 160 191 191 191 31 31 191 31 32 191 32 32 191 63 32 191 63 63 191 64 63 191 64 64 191 95 95 191 96 63 191 96 64 191 96 95 191 127 63 191 127 64 191 127 95 191 127 96 191 128 64 191 128 127 191 128 128 191 128 159 191 159 64 191 159 127 191 159 159 191 160 159 191 160 160 191 160 191 191 191 191 191 191 192 191 192 192 191 192 223 191 223 223 192 31 32 192 31 63 192 32 32 192 64 63 192 64 64 192 96 64 192 96 96 192 127 96 192 128 64 192 128 96 192 159 64 192 159 159 192 159 160 192 160 64 192 160 160 192 160 191 192 191 159 192 191 160 192 191 191 192 191 192 192 192 160 192 192 191 192 192 192 192 192 223 192 223 192 192 223 223 192 224 224 223 31 31 223 31 32 223 63 31 223 95 64 223 96 95 223 128 128 223 159 32 223 159 63 223 159 64 223 159 159 223 160 128 223 191 160 223 191 191 223 191 192 223 192 192 223 192 223 223 223 223 223 223 224 223 224 223 223 224 224 224 31 31 224 32 31 224 32 32 224 63 31 224 63 32 224 95 32 224 95 64 224 191 63 224 192 223 224 223 223 224 223 224 224 223 255 224 224 223 224 224 224 224 224 255 224 255 224 224 255 255 255 31 31 255 31 32 255 32 31 255 32 32 255 63 31 255 63 32 255 64 32 255 64 63 255 95 32 255 95 63 255 96 32 255 96 63 255 96 64 255 127 63 255 127 64 255 128 64 255 159 63 255 159 64 255 159 95 255 160 63 255 160 64 255 160 95 255 191 63 255 191 64 255 191 95 255 192 63 255 192 64 255 192 95 255 192 96 255 223 64 255 223 95 255 224 224 255 224 255 255 255 224 255 255 255]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%IRT%@@a');
+                colorMapFromArray:#[ 128 32 32 128 95 32 128 96 96 128 127 95 128 128 127 128 128 128 128 128 159 128 159 159 159 32 31 159 32 32 159 32 63 159 63 32 159 64 63 159 64 64 159 95 63 159 96 63 159 96 64 159 96 95 159 127 96 159 127 127 159 128 128 159 128 159 159 128 160 159 159 128 159 159 159 159 159 160 159 160 160 159 191 160 160 32 32 160 63 32 160 63 63 160 64 32 160 64 63 160 95 32 160 95 63 160 95 64 160 95 95 160 96 63 160 96 64 160 96 95 160 96 96 160 127 64 160 127 96 160 127 127 160 128 95 160 128 96 160 128 127 160 128 128 160 159 127 160 159 159 160 159 160 160 159 191 160 160 128 160 160 159 160 160 160 160 160 191 160 191 191 191 31 31 191 31 32 191 32 32 191 63 32 191 63 63 191 64 63 191 64 64 191 95 95 191 96 63 191 96 64 191 96 95 191 127 63 191 127 64 191 127 95 191 127 96 191 128 64 191 128 127 191 128 128 191 128 159 191 159 64 191 159 127 191 159 159 191 160 159 191 160 160 191 160 191 191 191 191 191 191 192 191 192 192 191 192 223 191 223 223 192 31 32 192 31 63 192 32 32 192 64 63 192 64 64 192 96 64 192 96 96 192 127 96 192 128 64 192 128 96 192 159 64 192 159 159 192 159 160 192 160 64 192 160 160 192 160 191 192 191 159 192 191 160 192 191 191 192 191 192 192 192 160 192 192 191 192 192 192 192 192 223 192 223 192 192 223 223 192 224 224 223 31 31 223 31 32 223 63 31 223 95 64 223 96 95 223 128 128 223 159 32 223 159 63 223 159 64 223 159 159 223 160 128 223 191 160 223 191 191 223 191 192 223 192 192 223 192 223 223 223 223 223 223 224 223 224 223 223 224 224 224 31 31 224 32 31 224 32 32 224 63 31 224 63 32 224 95 32 224 95 64 224 191 63 224 192 223 224 223 223 224 223 224 224 223 255 224 224 223 224 224 224 224 224 255 224 255 224 224 255 255 255 31 31 255 31 32 255 32 31 255 32 32 255 63 31 255 63 32 255 64 32 255 64 63 255 95 32 255 95 63 255 96 32 255 96 63 255 96 64 255 127 63 255 127 64 255 128 64 255 159 63 255 159 64 255 159 95 255 160 63 255 160 64 255 160 95 255 191 63 255 191 64 255 191 95 255 192 63 255 192 64 255 192 95 255 192 96 255 223 64 255 223 95 255 224 224 255 224 255 255 255 224 255 255 255 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@O??<@OO?;0GO??.A''??=03???,M????&????1????>_????''?<C?9?<@_>_>@C?''?@@?9?0@O>_<@C?''?@@?9?0@O>_>@C?''? A?9?<@_>_?0_?''??
-??9????>[????#_???P3???,F_??6@3??3@GO?; @_?? @@@@@@b') ; yourself); yourself]
+??9????>[????#_???P3???,F_??6@3??3@GO?; @_?? @@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 imageEditor32x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self imageEditor32x32Icon inspect
      ImageEditor openOnClass:self andSelector:#imageEditor32x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class imageEditor32x32Icon'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class imageEditor32x32Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A#X0A#X6L@X6M#@FM#X0A#X6L@X6M#@FM#X6M#X6M#X6L@X0A#@FL@X0A#@FL@X0A#@FL@X0A#@FM#
 X6M#X6M#@FM#X0A#X6L@X6M#@FM#X0A#X6L@X6M#@FM#X6M#X6M#@FM#X6M#X6M#X6M#X6M#X6M#X6M#X0A#X6M#X6M#X6M#@FMST5MST5MST5MST5MST5MS
 T6L@X6M#X6M#X6M#X0A#X8UST5MST5MST5MST5MST5MSX6L@X6M#X6M#X6L@X6NE''8TUT%IRDW-6T&TUEQUREVU#X6L@X6M#X6M#X6L@!!XNC-\$"CP4AZF!!,
@@ -4027,55 +5713,79 @@
 [&8>[&9.@FM#V%)ZV%)ZV%(*X6L@X6L@X6M#X6M#X6M#X6M#X6M#@FM=_W5=_W5=_T-#@FM#@FM#X0A#X6L@X6M#@FM#X0A#X6M#X6M#X6M#X6M#@FM#@FL@
 X0A#@FL@X0A#@FL@X6M#@FM#X0A#X6L@X6M#@FM#@FM#X0A#X6L@X6M#@FL@X0A#@FL@X0A#@FL@X0A#X6M#X6M#X6M#X6M#X6M#X6L@X6M#@FM#X0A#X6L@
 X6L@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 204 182 197 175 191 155 231 236 210 180 93 134 80 116 78 243 246 205 237 221 229 243 212 225 168 189 45 234 181 203 230 120 163 206 217 175 116 58 97 238 191 210 119 149 33 231 217 226 122 70 106 246 226 234 199 215 22 167 85 127 112 56 96 233 210 221 127 63 104 222 229 200 239 222 230 165 188 18 104 136 54 150 174 23 174 90 130 135 162 28 120 150 33 248 227 235 224 117 159 115 57 98 187 97 139 225 231 212 242 223 232 237 241 207 165 187 17 218 113 156 232 239 159 210 224 18 121 60 100 225 203 215 82 118 61 245 216 228 234 219 227 228 234 211 211 109 152 210 109 151 240 244 206 232 166 192 185 203 26 229 217 225 69 107 61 181 200 12 203 105 147 218 114 155 144 168 98 207 170 190 236 123 166 235 123 165 178 193 171 196 101 143 142 72 113 159 81 123 221 228 213 149 174 23 71 109 49 116 57 97 232 218 227 208 144 174 231 218 226 134 68 108 218 231 11 64 102 55 128 156 45 245 225 233 181 144 167 224 117 160 167 86 127 112 55 96 111 55 95 149 173 39 195 213 8 127 64 104 228 236 143 239 202 217 240 223 231 207 223 3 237 241 208 165 187 18 69 106 66 233 215 224 174 89 130 234 239 208 234 219 228 135 67 108 255 255 255 219 229 107 112 56 95 195 212 7 156 178 68 227 215 224 203 105 148 103 135 39 243 224 233 186 157 177 172 135 160 235 123 166 225 232 195 223 181 200 193 135 164 135 162 27 195 101 143 85 121 44 71 109 50 136 89 121 116 57 98 115 57 97 188 97 139 218 226 214 210 190 203 150 77 118 216 230 0 61 100 53 165 120 149 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 204 182 197 175 191 155 231 236 210 180 93 134 80 116 78 243 246 205 237 221 229 243 212 225 168 189 45 234 181 203 230 120 163 206 217 175 116 58 97 238 191 210 119 149 33 231 217 226 122 70 106 246 226 234 199 215 22 167 85 127 112 56 96 233 210 221 127 63 104 222 229 200 239 222 230 165 188 18 104 136 54 150 174 23 174 90 130 135 162 28 120 150 33 248 227 235 224 117 159 115 57 98 187 97 139 225 231 212 242 223 232 237 241 207 165 187 17 218 113 156 232 239 159 210 224 18 121 60 100 225 203 215 82 118 61 245 216 228 234 219 227 228 234 211 211 109 152 210 109 151 240 244 206 232 166 192 185 203 26 229 217 225 69 107 61 181 200 12 203 105 147 218 114 155 144 168 98 207 170 190 236 123 166 235 123 165 178 193 171 196 101 143 142 72 113 159 81 123 221 228 213 149 174 23 71 109 49 116 57 97 232 218 227 208 144 174 231 218 226 134 68 108 218 231 11 64 102 55 128 156 45 245 225 233 181 144 167 224 117 160 167 86 127 112 55 96 111 55 95 149 173 39 195 213 8 127 64 104 228 236 143 239 202 217 240 223 231 207 223 3 237 241 208 165 187 18 69 106 66 233 215 224 174 89 130 234 239 208 234 219 228 135 67 108 255 255 255 219 229 107 112 56 95 195 212 7 156 178 68 227 215 224 203 105 148 103 135 39 243 224 233 186 157 177 172 135 160 235 123 166 225 232 195 223 181 200 193 135 164 135 162 27 195 101 143 85 121 44 71 109 50 136 89 121 116 57 98 115 57 97 188 97 139 218 226 214 210 190 203 150 77 118 216 230 0 61 100 53 165 120 149 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@BH"H A7]7\@???? G???0@???8@_???@O???8A???<@_??>@G???4S????._????3????9????<?????''????<????>_????O????9?????O????''??
-??3????>_????3????9????<?????'']7??<"H.;.@@ADQ@@@@@@b') ; yourself); yourself]
+??3????>_????3????9????<?????'']7??<"H.;.@@ADQ@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 imageEditor32x32Icon3
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self imageEditor32x32Icon3 inspect
      ImageEditor openOnClass:self andSelector:#imageEditor32x32Icon3
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class imageEditor32x32Icon3'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class imageEditor32x32Icon3'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@D)GRAH@@@@@@@@@@@@@@@@@@@@@@C8PZB\*N@@@@@LC@0LC@0LC@0LC@0M-G%MQS@\@@@@C@0LC@0LC@0LC@0L9VRETN 0*@@@@
 @0LC@ HB@ HB@ LCXQ5&C48K@@@@@@LC@ HB@ HB@ HB@1,#Z30_QP@@@@@C@ HB@ HD@ HD@$DVOT<S[@@@@@@@@0HB@ HB@ HB@ H7UQ$?Z!!0@@@@@@@LB
 A@HB@ HB@ I\H%YDV5@C@@@@@@@C@ HB@ HBA@HDFDHMI$-I@0@@@@@@@0HB@ HD@ HBISQCX 8/@0L@@@@@@@LB@ HB@ HB@&A_LP((Y0LC@@@@@@@C@0HB
 @ HB@"8UF&M$A#HC@0@@@@@@@0HD@ HB@ IRKST3N58C@0L@@@@@@@LB@ HB@PDASR@QBFU]@0LC@@@@@@@C@0HB@ HA@R$''EA\+@0LC@0@@@@@@@0LC@0LC
 @PD,I6%Z@0LC@0L@@@@@@@LC@0LC@0DAL@%F@0LC@0LC@@@@@@@DA@PDA@PA@SX$A@PDA@LC@0@@@@@@A@PDA@PDA@Q@A@PDA@PDA@P@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C3_??;_??;_??;_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C') ; yourself); yourself]
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@C3_??;_??;_??;_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C');
+                            yourself);
+                yourself
+        ]
 !
 
 menuEditor32x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self menuEditor32x32Icon inspect
      ImageEditor openOnClass:self andSelector:#menuEditor32x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class menuEditor32x32Icon'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class menuEditor32x32Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\''I2\''I2\''I2\''I2\''I2\#0@@@@@@@@@@@@@@@@@@@BPH"H"H"H"H"H"H)8"H"H"O@@@
 @@@@@@@@@@@@@@@@@F4"H"H"H"H"H"H"H"H"H"H<@@@@@@@@@@@@@@@@@@@@D"H"H"H"H"H"H"H"H"H"H#0@@@@@@@@@@@@@@@@@@@BSU5]WU5]WU5]WU5]W
 U5]WO@@@@@@@@@@@@@@@@@@@@L!!J@2A$YB@C@2A$YEIRT%H<@@@@@@@@@@@@@@CJ2 @@NIJR$)JR$)JR$)JR$)JR$#0@@@@@@@@@@@@@2$HO2 B*$)JR$)JR
@@ -4088,29 +5798,41 @@
 Q:9(M!!&=WA^[.WZ9#30@@@@@@@@@@@@@@@@@@@@^\''I2\''I2\''I1[7I2\''I2O@@@@@@@@@@@@@@@@@@@@@D"H"H"H"H"H"H"H"H"H"H<@@@@@@@@@@@@@@@@
 @@@@CRH"H"H"H"H"H"H"H"H"H#0@@@@@@@@@@@@@@@@@@@BZH"H"H"H"H"H"H"H"H"H[O@@@@@@@@@@@@@@@@@@@@D153XF%V!!6#V,4] U(:GQ6@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 230 230 229 242 108 0 21 232 231 255 186 105 101 75 66 186 160 156 234 234 236 163 163 163 250 163 90 255 188 108 228 228 230 104 104 105 226 226 228 102 102 103 167 102 48 137 61 2 114 91 85 218 218 220 128 58 3 59 58 54 226 160 119 90 53 35 84 84 85 147 68 5 82 82 83 80 80 81 182 182 181 200 156 136 88 88 92 247 247 248 255 187 104 21 231 230 249 184 108 186 186 188 184 184 186 237 237 238 111 89 88 235 235 236 180 180 182 191 120 84 231 231 232 5 237 237 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 213 213 214 99 91 79 254 232 208 253 196 141 101 62 48 221 111 4 101 101 104 114 80 64 133 233 234 150 150 152 89 89 92 255 200 146 85 85 88 218 115 4 254 184 102 254 127 3 174 239 241 172 217 216 215 165 133 134 60 4 0 129 126 85 77 68 0 125 126 110 110 109 69 69 72 105 104 104 19 230 230 0 138 139 102 102 101 3 135 132 116 116 118 165 165 166 254 232 217 161 161 162 19 234 233 137 78 56 84 84 83 139 65 5 220 102 2 97 94 99 95 96 97 172 104 77 90 90 92 253 205 143 88 88 90 255 199 145 86 86 88 84 84 86 219 112 4 56 56 55 231 173 141 5 141 143 21 231 231 3 189 187 115 113 116 252 217 191 107 107 108 2 191 189 223 115 4 247 184 110 134 137 141 225 225 227 250 157 80 221 221 223 0 134 131 219 219 221 254 254 252 205 198 194 159 97 83 89 89 90 105 105 109 91 51 26 193 193 192 254 184 100 254 129 1 95 95 99 185 185 184 110 113 117 219 162 125 144 146 147 91 91 95 89 89 93 9 238 238 216 154 122 253 198 145 246 163 82 173 173 172 120 116 120 186 187 188 238 238 239 247 120 7 249 219 197 174 106 74 181 181 183 254 204 149 108 108 108 230 230 231 2 190 188 2 186 188 179 170 171 243 174 115 116 116 119 0 133 130 165 165 167 223 217 214 75 37 16 216 216 217 108 108 111 255 190 110 175 249 249 190 190 188 255 132 1 96 96 99 135 225 226 251 251 251 90 90 93 255 201 146 88 88 91 101 104 107 137 137 139 145 68 5 254 128 3 133 225 227 251 120 0 133 59 3 0 128 126 111 111 110 11 243 242 109 109 108 240 110 9 159 158 157 106 103 105 5 237 236 88 135 130 215 106 4 119 58 22 173 233 233 107 107 109 122 123 127 254 136 9 222 113 4 85 85 84 173 235 236 213 213 216 138 138 139 190 118 68 83 83 85 187 187 187 136 62 5 133 58 2 164 165 161 127 70 39 138 243 244 254 202 147 78 38 4 201 153 138 254 200 147 87 87 92]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 230 230 229 242 108 0 21 232 231 255 186 105 101 75 66 186 160 156 234 234 236 163 163 163 250 163 90 255 188 108 228 228 230 104 104 105 226 226 228 102 102 103 167 102 48 137 61 2 114 91 85 218 218 220 128 58 3 59 58 54 226 160 119 90 53 35 84 84 85 147 68 5 82 82 83 80 80 81 182 182 181 200 156 136 88 88 92 247 247 248 255 187 104 21 231 230 249 184 108 186 186 188 184 184 186 237 237 238 111 89 88 235 235 236 180 180 182 191 120 84 231 231 232 5 237 237 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 213 213 214 99 91 79 254 232 208 253 196 141 101 62 48 221 111 4 101 101 104 114 80 64 133 233 234 150 150 152 89 89 92 255 200 146 85 85 88 218 115 4 254 184 102 254 127 3 174 239 241 172 217 216 215 165 133 134 60 4 0 129 126 85 77 68 0 125 126 110 110 109 69 69 72 105 104 104 19 230 230 0 138 139 102 102 101 3 135 132 116 116 118 165 165 166 254 232 217 161 161 162 19 234 233 137 78 56 84 84 83 139 65 5 220 102 2 97 94 99 95 96 97 172 104 77 90 90 92 253 205 143 88 88 90 255 199 145 86 86 88 84 84 86 219 112 4 56 56 55 231 173 141 5 141 143 21 231 231 3 189 187 115 113 116 252 217 191 107 107 108 2 191 189 223 115 4 247 184 110 134 137 141 225 225 227 250 157 80 221 221 223 0 134 131 219 219 221 254 254 252 205 198 194 159 97 83 89 89 90 105 105 109 91 51 26 193 193 192 254 184 100 254 129 1 95 95 99 185 185 184 110 113 117 219 162 125 144 146 147 91 91 95 89 89 93 9 238 238 216 154 122 253 198 145 246 163 82 173 173 172 120 116 120 186 187 188 238 238 239 247 120 7 249 219 197 174 106 74 181 181 183 254 204 149 108 108 108 230 230 231 2 190 188 2 186 188 179 170 171 243 174 115 116 116 119 0 133 130 165 165 167 223 217 214 75 37 16 216 216 217 108 108 111 255 190 110 175 249 249 190 190 188 255 132 1 96 96 99 135 225 226 251 251 251 90 90 93 255 201 146 88 88 91 101 104 107 137 137 139 145 68 5 254 128 3 133 225 227 251 120 0 133 59 3 0 128 126 111 111 110 11 243 242 109 109 108 240 110 9 159 158 157 106 103 105 5 237 236 88 135 130 215 106 4 119 58 22 173 233 233 107 107 109 122 123 127 254 136 9 222 113 4 85 85 84 173 235 236 213 213 216 138 138 139 190 118 68 83 83 85 187 187 187 136 62 5 133 58 2 164 165 161 127 70 39 138 243 244 254 202 147 78 38 4 201 153 138 254 200 147 87 87 92 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@G??0@A??<@@_??@@G??0@A??<@@_??@A''??0@=??<@_???@O???0A???<@O???@A???0@O??<@A???@@O??0@A??<@@_??@@G??0@A??<@@_??@@G?
-?0@A??<@@_??@@G??0@A??<@@_??@@G??0@A??<@@_??@@@@@@@b') ; yourself); yourself]
+?0@A??<@@_??@@G??0@A??<@@_??@@G??0@A??<@@_??@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 menuEditor32x32Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self menuEditor32x32Icon2 inspect
      ImageEditor openOnClass:self andSelector:#menuEditor32x32Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class menuEditor32x32Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class menuEditor32x32Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@L!!J@2A$YB@C@2A$YEIRT%H<@@@@@@@@@@@@@@CJ2 @@NIJR$)JR$)JR$)JR$)JR$#0@@@@@@@@@@@@@2$HO2 B*$)JR$)JR
@@ -4123,29 +5845,41 @@
 Q:9(M!!&=WA^[.WZ9#30@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 230 230 229 242 108 0 21 232 231 255 186 105 101 75 66 186 160 156 234 234 236 163 163 163 250 163 90 255 188 108 228 228 230 104 104 105 226 226 228 102 102 103 167 102 48 137 61 2 114 91 85 218 218 220 128 58 3 59 58 54 226 160 119 90 53 35 84 84 85 147 68 5 82 82 83 80 80 81 182 182 181 200 156 136 88 88 92 247 247 248 255 187 104 21 231 230 249 184 108 186 186 188 184 184 186 237 237 238 111 89 88 235 235 236 180 180 182 191 120 84 231 231 232 5 237 237 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 213 213 214 99 91 79 254 232 208 253 196 141 101 62 48 221 111 4 101 101 104 114 80 64 133 233 234 150 150 152 89 89 92 255 200 146 85 85 88 218 115 4 254 184 102 254 127 3 174 239 241 172 217 216 215 165 133 134 60 4 0 129 126 85 77 68 0 125 126 110 110 109 69 69 72 105 104 104 19 230 230 0 138 139 102 102 101 3 135 132 116 116 118 165 165 166 254 232 217 161 161 162 19 234 233 137 78 56 84 84 83 139 65 5 220 102 2 97 94 99 95 96 97 172 104 77 90 90 92 253 205 143 88 88 90 255 199 145 86 86 88 84 84 86 219 112 4 56 56 55 231 173 141 5 141 143 21 231 231 3 189 187 115 113 116 252 217 191 107 107 108 2 191 189 223 115 4 247 184 110 134 137 141 225 225 227 250 157 80 221 221 223 0 134 131 219 219 221 254 254 252 205 198 194 159 97 83 89 89 90 105 105 109 91 51 26 193 193 192 254 184 100 254 129 1 95 95 99 185 185 184 110 113 117 219 162 125 144 146 147 91 91 95 89 89 93 9 238 238 216 154 122 253 198 145 246 163 82 173 173 172 120 116 120 186 187 188 238 238 239 247 120 7 249 219 197 174 106 74 181 181 183 254 204 149 108 108 108 230 230 231 2 190 188 2 186 188 179 170 171 243 174 115 116 116 119 0 133 130 165 165 167 223 217 214 75 37 16 216 216 217 108 108 111 255 190 110 175 249 249 190 190 188 255 132 1 96 96 99 135 225 226 251 251 251 90 90 93 255 201 146 88 88 91 101 104 107 137 137 139 145 68 5 254 128 3 133 225 227 251 120 0 133 59 3 0 128 126 111 111 110 11 243 242 109 109 108 240 110 9 159 158 157 106 103 105 5 237 236 88 135 130 215 106 4 119 58 22 173 233 233 107 107 109 122 123 127 254 136 9 222 113 4 85 85 84 173 235 236 213 213 216 138 138 139 190 118 68 83 83 85 187 187 187 136 62 5 133 58 2 164 165 161 127 70 39 138 243 244 254 202 147 78 38 4 201 153 138 254 200 147]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 230 230 229 242 108 0 21 232 231 255 186 105 101 75 66 186 160 156 234 234 236 163 163 163 250 163 90 255 188 108 228 228 230 104 104 105 226 226 228 102 102 103 167 102 48 137 61 2 114 91 85 218 218 220 128 58 3 59 58 54 226 160 119 90 53 35 84 84 85 147 68 5 82 82 83 80 80 81 182 182 181 200 156 136 88 88 92 247 247 248 255 187 104 21 231 230 249 184 108 186 186 188 184 184 186 237 237 238 111 89 88 235 235 236 180 180 182 191 120 84 231 231 232 5 237 237 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 213 213 214 99 91 79 254 232 208 253 196 141 101 62 48 221 111 4 101 101 104 114 80 64 133 233 234 150 150 152 89 89 92 255 200 146 85 85 88 218 115 4 254 184 102 254 127 3 174 239 241 172 217 216 215 165 133 134 60 4 0 129 126 85 77 68 0 125 126 110 110 109 69 69 72 105 104 104 19 230 230 0 138 139 102 102 101 3 135 132 116 116 118 165 165 166 254 232 217 161 161 162 19 234 233 137 78 56 84 84 83 139 65 5 220 102 2 97 94 99 95 96 97 172 104 77 90 90 92 253 205 143 88 88 90 255 199 145 86 86 88 84 84 86 219 112 4 56 56 55 231 173 141 5 141 143 21 231 231 3 189 187 115 113 116 252 217 191 107 107 108 2 191 189 223 115 4 247 184 110 134 137 141 225 225 227 250 157 80 221 221 223 0 134 131 219 219 221 254 254 252 205 198 194 159 97 83 89 89 90 105 105 109 91 51 26 193 193 192 254 184 100 254 129 1 95 95 99 185 185 184 110 113 117 219 162 125 144 146 147 91 91 95 89 89 93 9 238 238 216 154 122 253 198 145 246 163 82 173 173 172 120 116 120 186 187 188 238 238 239 247 120 7 249 219 197 174 106 74 181 181 183 254 204 149 108 108 108 230 230 231 2 190 188 2 186 188 179 170 171 243 174 115 116 116 119 0 133 130 165 165 167 223 217 214 75 37 16 216 216 217 108 108 111 255 190 110 175 249 249 190 190 188 255 132 1 96 96 99 135 225 226 251 251 251 90 90 93 255 201 146 88 88 91 101 104 107 137 137 139 145 68 5 254 128 3 133 225 227 251 120 0 133 59 3 0 128 126 111 111 110 11 243 242 109 109 108 240 110 9 159 158 157 106 103 105 5 237 236 88 135 130 215 106 4 119 58 22 173 233 233 107 107 109 122 123 127 254 136 9 222 113 4 85 85 84 173 235 236 213 213 216 138 138 139 190 118 68 83 83 85 187 187 187 136 62 5 133 58 2 164 165 161 127 70 39 138 243 244 254 202 147 78 38 4 201 153 138 254 200 147 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@_??@A''??0@=??<@_???@O???0A???<@O???@A???0@O??<@A???@@O??0@A??<@@_??@@G??0@A??<@@_??@@G?
-?0@A??<@@_??@@G??0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; yourself); yourself]
+?0@A??<@@_??@@G??0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 menuEditor32x32Icon3
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self menuEditor32x32Icon3 inspect
      ImageEditor openOnClass:self andSelector:#menuEditor32x32Icon3
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class menuEditor32x32Icon3'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class menuEditor32x32Icon3'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@GU2\34@@@@@@@@@@@@@@@@@@@@@@@@@@@A)N9MRUVL@@@@@@@@@@@@@@@@@
 @@@@@@@@@I!!I_''17L @@@@@EK"8.K"8.K"8.K"8.K"9$!!D1?YS]U@@@@@@TOC0<OC0<OC0<OC0<OC81H$S)9M @@@@@@AP<OC0<OC0<OC0<OC0<OQ$:VY4)0
 @@@@@@@EC0<OC0<OC0<OC0<OC61AZG(>%0@@@@@@@A,[F1,[F1,[F1,[F1,[X(ADZ)UG@@@@@@@@@0LC@0LC@0LC@0LC@8]M V>F^8L@@@@@@@@LD1LSD1LS
@@ -4153,29 +5887,42 @@
 @@@@@@@@@@T.K"8.K"8.K"8._U!! W&ZIK!!P@@@@@@@@@AP<OC0<OC0<OC0=8R303$H OE@@@@@@@@@@EC0<OC0<OC0<OC5QRO4IVC0<T@@@@@@@@@@TOC0<O
 C0<OC0<OU5JT!!P<OC1P@@@@@@@@@F1,[F1,[F1,[F1-[MGD[IAPTE@@@@@@@@@@EK"8.K"8.K"8.K&EOK"8.K"8T@@@@@@@@@@TKC0<OC0<OC0<OZ0<OC0<O
 C1P@@@@@@@@@AR$OC0<OC0<OC0<OC0<OC0<OE@@@@@@@@@@JG!!\OC0<OC0<OC0<OC0<OC0<T@@@@@@@@@@8AA2(!!FA<IGRL"@!!X E!!@TIAP@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 106 103 105 108 108 111 21 232 231 3 189 187 226 226 228 104 104 105 109 109 108 21 231 231 82 82 83 213 213 214 187 187 187 133 233 234 21 231 230 90 90 92 186 186 188 108 108 108 135 225 226 138 243 244 2 186 188 85 85 88 133 225 227 107 107 109 182 182 181 107 107 108 19 230 230 0 129 126 102 102 103 0 128 126 85 85 84 180 180 182 101 101 104 105 105 109 111 111 110 84 84 85 88 88 90 96 96 99 0 125 126 2 191 189 0 138 139 97 94 99 193 193 192 110 110 109 19 234 233 5 141 143 95 95 99 254 254 252 2 190 188 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 106 103 105 108 108 111 21 232 231 3 189 187 226 226 228 104 104 105 109 109 108 21 231 231 82 82 83 213 213 214 187 187 187 133 233 234 21 231 230 90 90 92 186 186 188 108 108 108 135 225 226 138 243 244 2 186 188 85 85 88 133 225 227 107 107 109 182 182 181 107 107 108 19 230 230 0 129 126 102 102 103 0 128 126 85 85 84 180 180 182 101 101 104 105 105 109 111 111 110 84 84 85 88 88 90 96 96 99 0 125 126 2 191 189 0 138 139 97 94 99 193 193 192 110 110 109 19 234 233 5 141 143 95 95 99 254 254 252 2 190 188 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@C0@@@A>@@@@_ A???8@_??<@G???@A??? @_??8@G??>@A???@@_??0@G??<@A???@@_??0@G??<@A???@@_??0@G??<@A???@@_??0@G??<@A??
-?@@_??0@@@@@@@@@@@@b') ; yourself); yourself]
+?@@_??0@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 openEditApplication32x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self openEditApplication32x32Icon inspect
      ImageEditor openOnClass:self andSelector:#openEditApplication32x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'XPToolbarIconLibrary class openEditApplication32x32Icon'
-        ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@ LC@0LC@0LC@0LC@0LCA@@@@@@@@@@@@@@@@@@@@@TFA0 HB@ HB@ HB@ HB@ IB @@@@@@@@,KC@4NC0@@DA@P
@@ -4187,29 +5934,42 @@
 G!!8^G!!8^G!!8.EQ0@@@@@@@@@@@@@@C 9N#(:N#(:N#(:N#(:N#(:N0(U@@@@@@@@@@@@@@@@OC4>O3<?O3<?O3<?O3<?O3<?EQ0@@@@@@@@@@@@@@@@@EQTU
 EQTUEQTUEQTUEQTUEQTU@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 80 112 176 48 88 168 47 80 160 16 64 144 0 72 176 32 112 208 32 120 208 63 136 216 0 104 208 0 48 160 223 224 240 208 216 224 207 200 200 191 184 184 191 184 200 0 112 216 159 208 248 16 112 208 255 104 48 0 64 168 96 96 96 160 160 168 127 120 120 112 120 120 95 120 176 32 160 248 47 64 104 207 192 184 16 64 168 240 232 216 16 64 160 255 248 248 255 168 88 15 40 120 208 208 208 79 104 168 96 136 176 240 232 208 16 48 120 112 112 104 255 128 0 224 216 208 128 152 184 192 88 0 48 48 48 32 72 168 207 208 216 255 216 168 160 160 160 143 144 144 64 0 0 95 88 88 191 192 200 144 144 136 128 160 184 15 56 144 160 176 200 207 200 208 191 192 208 63 88 168 31 64 136 15 48 128 15 48 120]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 80 112 176 48 88 168 47 80 160 16 64 144 0 72 176 32 112 208 32 120 208 63 136 216 0 104 208 0 48 160 223 224 240 208 216 224 207 200 200 191 184 184 191 184 200 0 112 216 159 208 248 16 112 208 255 104 48 0 64 168 96 96 96 160 160 168 127 120 120 112 120 120 95 120 176 32 160 248 47 64 104 207 192 184 16 64 168 240 232 216 16 64 160 255 248 248 255 168 88 15 40 120 208 208 208 79 104 168 96 136 176 240 232 208 16 48 120 112 112 104 255 128 0 224 216 208 128 152 184 192 88 0 48 48 48 32 72 168 207 208 216 255 216 168 160 160 160 143 144 144 64 0 0 95 88 88 191 192 200 144 144 136 128 160 184 15 56 144 160 176 200 207 200 208 191 192 208 63 88 168 31 64 136 15 48 128 15 48 120 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A??<@@_?? _''??<G3???@@???0@O??8G7??>A9??? @_??0@O??<A;???@\???0@O??<@G??>@Y??? F_??8@O?
-?>@C???@@???0@G??8@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; yourself); yourself]
+?>@C???@@???0@G??8@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 openViewerApplication32x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self openViewerApplication32x32Icon inspect
      ImageEditor openOnClass:self andSelector:#openViewerApplication32x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
+     Icon flushCachedIcons"
+    
+    ^ Icon 
         constantNamed:'XPToolbarIconLibrary class openViewerApplication32x32Icon'
-        ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@ LC@0LC@0LC@0LC@0LCA@@@@@@@@@@@@@@@@@@@@@TFA0 HB@ HB@ HB@ HB@ IB @@@@@@@@,KC@4NC0@@DA@P
@@ -4221,29 +5981,41 @@
 @@@@@@@@@@@)EQ0@@@@@@@@@@@@@@B<0LSD1LSD1LSD1LSD1LSD1L (U@@@@@@@@@@@@@@@@L3P5M#X6M#X6M#X6M#X6M#X6EQ0@@@@@@@@@@@@@@@@@EQTU
 EQTUEQTUEQTUEQTUEQTU@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[240 232 216 80 112 176 48 88 168 47 80 160 16 64 144 0 72 176 32 112 208 32 120 208 63 136 216 0 104 208 0 48 160 223 224 240 208 216 224 207 200 200 191 184 184 191 184 200 0 112 216 159 208 248 16 112 208 255 104 48 0 64 168 96 96 96 160 160 168 127 120 120 112 120 120 95 120 176 32 160 248 47 64 104 207 192 184 16 64 168 16 64 160 255 248 248 15 40 120 208 208 208 79 104 168 96 136 176 240 232 208 16 48 120 112 112 104 224 216 208 128 152 184 32 72 168 207 208 216 143 144 144 0 0 0 144 144 136 128 160 184 15 56 144 160 176 200 207 200 208 191 192 208 63 88 168 31 64 136 15 48 128 15 48 120]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 240 232 216 80 112 176 48 88 168 47 80 160 16 64 144 0 72 176 32 112 208 32 120 208 63 136 216 0 104 208 0 48 160 223 224 240 208 216 224 207 200 200 191 184 184 191 184 200 0 112 216 159 208 248 16 112 208 255 104 48 0 64 168 96 96 96 160 160 168 127 120 120 112 120 120 95 120 176 32 160 248 47 64 104 207 192 184 16 64 168 16 64 160 255 248 248 15 40 120 208 208 208 79 104 168 96 136 176 240 232 208 16 48 120 112 112 104 224 216 208 128 152 184 32 72 168 207 208 216 143 144 144 0 0 0 144 144 136 128 160 184 15 56 144 160 176 200 207 200 208 191 192 208 63 88 168 31 64 136 15 48 128 15 48 120 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A??<@@_?? _''??<G3???@@???0@O??8G7??>A9??? @_??0@O??<A;???@\???0@O??<@G??>@Y??? F_??8@O?
-?>@C???@@???0@G??8@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; yourself); yourself]
+?>@C???@@???0@G??8@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 uiPainter32x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self uiPainter32x32Icon inspect
      ImageEditor openOnClass:self andSelector:#uiPainter32x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class uiPainter32x32Icon'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class uiPainter32x32Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 AP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@T@APTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTE@@@EAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTE
 APTEAPT@@@@EAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAP@@@@TFA XFA XFA XFA XFA XFA XFA XFA XFA XB@@@@APXFA XFA XFA XFA XFA XF
 A XFA XFA XFA H@@@@EC@XEAPTEAPTEAPTEAP@FA PDA@PDA@PDA@TF@ @@@@0&C@TFA XFA XFA XF@@XFA@DA@PDA@PDAAPXB@@@LB (<T@XFA XFA XF
@@ -4256,29 +6028,41 @@
 A XFA XFAPXFA@DA@PDA@PDAAPXB@@@@APXEAPTEAPTEAPTEAPTEA XEAPTEAPTEAPTEA H@@@@EA XFA XFA XFA XFA XFA XFA XFA XFA XF@ @@@@HB
 @ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@@@E@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ H@@@TB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB
 @ @E@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@AP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@');
+                colorMapFromArray:#[ 0 0 0 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@@@@O????#????8????>O????#????9????>?????''????8????>O????#????8????>O????#????8????>O????#????8????>O????#??
-??8????>O????#????8????>O????#????8@@@@@@@@@@@@@@@@b') ; yourself); yourself]
+??8????>O????#????8????>O????#????8@@@@@@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 uiPainter32x32Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self uiPainter32x32Icon2 inspect
      ImageEditor openOnClass:self andSelector:#uiPainter32x32Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class uiPainter32x32Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class uiPainter32x32Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:26;
+                height:26;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 AP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@APTEAPTEAPTEAPTEAPTEAY6Z&6TEAPTEAP@EAPTEAPTEAPTEAPTEAPVQX;):_X,EAPTE@@@EAPTEAPTEAPTE
 APTEA[=1)*R_V TEAPT@@@TFA XFA XFA XFA ZL*7R''#U==A HB@ @@APXFA XFA XFA XFA+M0.FJ!!W XF@ HB@@@EA TEAPTEAPTEAPTE[''Z=#7JXAPXB
 @ H@@@TFAPXFA XFA XFA)Q)$JI&/ D@A HB@ @@APXEA XFA XFA XF"*!!,$+1/A @F@ HB@@@EA TFA XFA XFA*95*Y^-(0XF@@XB@ H@@@TFAPXFA XF
@@ -4286,55 +6070,79 @@
 A HB@ @@APXFA XFA XF)XBH!!(:0A XFA XF@ HB@@@EA XFA XFA Z \6Q[-:<FA XFA XB@ H@@@TF@@@@@@@@@G1:Y6)>@@@@@@@@A HB@ @@APX@APTE
 APTE_7*;+@TEAPTEA TF@ HB@@@EA @EAPTEAPVCWI$EAPTEAPTFAPXB@ H@@@TF@@TEAPTEAX%7APTEAPTEAPXEA HB@ @@APX@APTEAPTE$0TEAPTEAPTE
 A TF@ HB@@@EA @FA XFA XFA XFA XFA XFAPXB@ H@@@TFAPTEAPTEAPTEAPTEAPTEAPTEA HB@ @@APXFA XFA XFA XFA XFA XFA XF@ HB@@@B@ HB
-@ HB@ HB@ HB@ HB@ HB@ HB@ H@@@HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ @a') ; colorMapFromArray:#[64 64 64 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@ HB@ HB@ HB@ HB@ HB@ HB@ H@@@HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ @a');
+                colorMapFromArray:#[ 64 64 64 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:26;
+                            height:26;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@^@@@@O0@O???@C???0@???<@O???@C???0@???<@O???@C???0@???<@O???@C???0@???<@O???@C???0@???<@O???@C???0@???<@O???@C??
-?0@???<@O???@@@@@@@b') ; yourself); yourself]
+?0@???<@O???@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 uiPainter32x32Icon3
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self uiPainter32x32Icon3 inspect
      ImageEditor openOnClass:self andSelector:#uiPainter32x32Icon3
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class uiPainter32x32Icon3'
-	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class uiPainter32x32Icon3'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:22;
+                height:22;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 )ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)R@?EPY%C!!QKGW5ZM050RL[C1H8+KQL?Q7<>YE@6W''UIE#@EW[*L9JN&-HAVVTIUSTY2U4@!!B6L8UA3)&,?M2HLYLW ^
 [#I''V6@QS''1_C4*55Y7P-("&SA PC@0LC@0LC@0LC@0L7Y''""<*GC@09V@0JB (JB (JB 0LB)^_9;"[0P(LT"XLB 0LC@0LC@$LCK6R.\.O:@0ICC,''C@(L
 C@0LC@0IC@234YV;9) LBP1:[@0JC@0LC@0LBP3X''-K@5<3TC@$LOF4LBP$IBP$IBP$L%K:I(,_EBP$ICBP(C@0LC@0LC@0L([B?7(*+C@0LC@1*[00IBP$I
 BP$IB]3[+XZ$80$IBP$LOWDLBPLC@0LC@:*Q%-?  *8C@0HACBT*C@$C@0LC@0ON*[F/-=(C@0LB@P0%_ 0I@0LC@0LC2Y2M!!NGY@ LC@ DLIWLLBPHB@ HB
 @*V#$IN''@ HB@ HACBUCC@$A@PDA@PF((>WV@PDA@PDA@P0%K@0LC@0LC@0L+HWBC@0LC@0LC@0LIR0LC@0LC@0LCKJ C@0LC@0LC@0LCBT,C@0LC@0LC@2<
-C@0LC@0LC@0LC@0%Y''P4MWXGBEESB@!!SH&$%IRT%IRT%Q@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[160 160 160 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 72 122 199 116 116 120 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 106 175 235 170 204 255 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 140 175 255 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 80 149 255 55 95 181 125 160 253 52 89 178 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 2 56 178 3 73 255 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 56 94 181 126 161 253 55 92 180 53 90 178 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 96 157 223 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 28 97 255 109 178 255 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 39 109 255 93 161 255 157 192 255 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 181 215 255 255 255 255 52 90 178 51 88 177 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 87 145 215 84 153 255 78 131 206 10 79 255 91 168 235 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????????') ; yourself); yourself]
+C@0LC@0LC@0LC@0%Y''P4MWXGBEESB@!!SH&$%IRT%IRT%Q@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 160 160 160 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 72 122 199 116 116 120 237 236 242 72 141 255 212 211 224 32 101 209 63 143 226 153 188 255 106 175 235 170 204 255 7 66 194 0 50 164 58 137 224 75 160 234 66 135 255 140 175 255 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 80 149 255 55 95 181 125 160 253 52 89 178 50 87 176 105 172 233 104 170 232 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 2 56 178 3 73 255 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 81 136 209 101 170 255 36 107 211 54 123 255 56 94 181 126 161 253 55 92 180 53 90 178 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 96 157 223 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 28 97 255 109 178 255 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 39 109 255 93 161 255 157 192 255 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 181 215 255 255 255 255 52 90 178 51 88 177 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 87 145 215 84 153 255 78 131 206 10 79 255 91 168 235 127 162 254 54 91 179 14 77 199 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56 ];
+                mask:((ImageMask new)
+                            width:22;
+                            height:22;
+                            bits:(ByteArray 
+                                        fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????????');
+                            yourself);
+                yourself
+        ]
 !
 
 warn32x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self warn32x32Icon inspect
      ImageEditor openOnClass:self andSelector:#warn32x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'XPToolbarIconLibrary class warn32x32Icon'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:#'XPToolbarIconLibrary class warn32x32Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@I.[&9.[&9.[&9.[&9-ZLFUG&9.[&9.[&9.[
 &9.[&9.[&9.[&9.[&9.[&9.[&3A0#FUF&9.[&9.[&9.[&9.[&9.[&9.[&9.[&9.[&9.AGQ]V^R, &9.[&9.[&9.[&9.[&9.[&9.[&9.[&9.[&6UJIA *]11Z
 &9.[&9.[&9.[&9.[&9.[&9.[&9.[&9-CP1^Q_Q 8J4Z[&9.[&9.[&9.[&9.[&9.[&9.[&9.[V&TWIIE$_Q"M"9V[&9.[&9.[&9.[&9.[&9.[&9.[&9,I\A\M
@@ -4346,29 +6154,41 @@
 S)&ZM3^YJ!!!!=YIDRNU*[&9-EA88*%))]WU5]WU4;F" U@)&YAB(X_VRQU(BOL).[%QI=_Y&YM3^V%)*Z&(%5EW,WJ"(XFG5$$UXM[PY"%Y,FI(8XJ"*Y&Y$7
 M3\7&QEI#EX*FG6NYIEVCV4$M$=''&21=_Q XF@PDA@QT@@@<OC2EPTEAK"8[F61YB@"PJRLV_BU(ZGM3\5UUIRT;SD1L@8*JJR%6]$I6]''Y6]!!BXX2B["2L#
 H2L#!!HQPTEA#X6M#X6M#X6M#X6M#X6M#X34/&9.[HHNC 8NC 8NC 8NC 8NC 8NC 8NC 8NC 8NCHI.[@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[224 192 64 255 191 31 223 223 223 160 96 32 255 223 95 159 127 95 160 128 96 191 160 95 224 191 96 191 160 127 191 159 127 224 223 160 255 223 127 255 255 191 224 224 191 255 224 159 128 95 32 223 191 64 159 127 64 64 95 128 255 224 64 32 32 96 223 192 192 255 255 255 255 224 96 128 96 95 63 63 127 223 160 64 159 128 127 192 160 128 95 96 160 223 192 127 192 192 191 223 191 160 159 159 191 96 95 64 255 255 223 160 128 64 192 191 96 128 96 63 32 63 127 159 95 32 255 224 95 160 128 95 159 96 64 224 223 127 223 160 63 127 127 127 192 160 127 224 224 160 160 160 159 127 128 191 223 223 191 255 224 160 224 223 191 255 223 63 224 223 95 128 127 96 223 223 224 160 128 63 224 191 64 95 64 64 224 224 128 159 127 96 64 64 128 224 160 63 159 64 31 192 191 159 191 128 96 191 160 128 191 160 159 223 191 159 128 128 191 191 160 160 224 224 223 255 224 192 160 127 63 192 160 63 96 95 95 127 64 32 96 64 63 160 159 128 191 128 63 96 96 127 255 192 64 191 128 64 255 255 160 127 127 160 224 224 159 224 160 95 224 223 192 255 191 0 224 191 31 255 192 31 224 223 223 128 96 64 127 96 64 64 64 96 127 95 64 95 64 63 255 255 128 191 159 96 96 96 128 159 159 128 191 159 95 191 191 160 96 96 160 95 95 159 223 160 95 255 255 192 255 192 0 224 224 192 223 192 191 255 255 224 223 160 32 191 159 64 127 95 63 63 63 96 159 95 31 192 159 95 96 127 160 224 192 95 64 95 159 64 64 127 160 159 127 255 224 127 128 159 191 95 96 159 224 223 159 223 192 160 192 159 32 192 191 191 96 95 63 224 191 63 159 127 63 128 95 63 223 160 31 223 191 63 159 96 32 159 128 96 255 224 224 192 160 95 255 255 127 127 64 63 223 159 63 255 255 159 96 127 191 255 224 128 192 191 160 223 223 192 255 223 32 191 191 191 96 63 32 255 223 64 255 192 32 0 0 0]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 224 192 64 255 191 31 223 223 223 160 96 32 255 223 95 159 127 95 160 128 96 191 160 95 224 191 96 191 160 127 191 159 127 224 223 160 255 223 127 255 255 191 224 224 191 255 224 159 128 95 32 223 191 64 159 127 64 64 95 128 255 224 64 32 32 96 223 192 192 255 255 255 255 224 96 128 96 95 63 63 127 223 160 64 159 128 127 192 160 128 95 96 160 223 192 127 192 192 191 223 191 160 159 159 191 96 95 64 255 255 223 160 128 64 192 191 96 128 96 63 32 63 127 159 95 32 255 224 95 160 128 95 159 96 64 224 223 127 223 160 63 127 127 127 192 160 127 224 224 160 160 160 159 127 128 191 223 223 191 255 224 160 224 223 191 255 223 63 224 223 95 128 127 96 223 223 224 160 128 63 224 191 64 95 64 64 224 224 128 159 127 96 64 64 128 224 160 63 159 64 31 192 191 159 191 128 96 191 160 128 191 160 159 223 191 159 128 128 191 191 160 160 224 224 223 255 224 192 160 127 63 192 160 63 96 95 95 127 64 32 96 64 63 160 159 128 191 128 63 96 96 127 255 192 64 191 128 64 255 255 160 127 127 160 224 224 159 224 160 95 224 223 192 255 191 0 224 191 31 255 192 31 224 223 223 128 96 64 127 96 64 64 64 96 127 95 64 95 64 63 255 255 128 191 159 96 96 96 128 159 159 128 191 159 95 191 191 160 96 96 160 95 95 159 223 160 95 255 255 192 255 192 0 224 224 192 223 192 191 255 255 224 223 160 32 191 159 64 127 95 63 63 63 96 159 95 31 192 159 95 96 127 160 224 192 95 64 95 159 64 64 127 160 159 127 255 224 127 128 159 191 95 96 159 224 223 159 223 192 160 192 159 32 192 191 191 96 95 63 224 191 63 159 127 63 128 95 63 223 160 31 223 191 63 159 96 32 159 128 96 255 224 224 192 160 95 255 255 127 127 64 63 223 159 63 255 255 159 96 127 191 255 224 128 192 191 160 223 223 192 255 223 32 191 191 191 96 63 32 255 223 64 255 192 32 0 0 0 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@A8@@@@_@@@@O8@@@C?@@@A?0@@@?>@@@O? @@G?<@@A??@@@??8@@_??@@G??0@C??>@@??? @_??<@O??? C???8A????@_???0O???>G??
-??1????<?????/????;??????????7????8????<@@@@@@@@@@@b') ; yourself); yourself]
+??1????<?????/????;??????????7????8????<@@@@@@@@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 workspace32x32Icon
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self workspace32x32Icon inspect
      ImageEditor openOnClass:self andSelector:#workspace32x32Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class workspace32x32Icon'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class workspace32x32Icon'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\11VAA(@[0@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@\D@< "1()[0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@FT\@@@ "1)8[0@@@@@@@@@@@@@@@@@@@@@@@@@@\11VAA(@K''%&
 VG%9[0@@@@@@@@@@@@@@@@@@@@@@@@@\D@< "18?K$1[^W%9[0@@@@@@@@@@@@@@@@@@@@@@@FT\\4%6P!!8?XTE9"W%9[0@@@@@@@@@@@@@@@@@@\11VAA*W
@@ -4380,29 +6200,41 @@
 M82DQHRD!!I@/EQTUEQTU@@@@@F!!$YG%9T7!!S]7\$@!!XJP4A)@34;F2=WEQTUEQT@@@@@[6!!$YG%8T7!!7H7%?&@EPE *EIP5M!!(JB (JB  @@@@@@[6!!$YG!!8
 T2L#^S:CTS>T@U@VB(VEB@0LC@0L@@@@@@@@[6!!$YG$&NRZKI240Z#)[$PEN\V1,[F1,[F0@@@@@@@@@[6!!$YG(''V"P&I7:AS3P8OIFXYT9NS$9NG0@@@@@@
 @@@@[6!!$YG-;W7$&^$\)D282"''BN\(>O#7H?@@@@@@@@@@@@[6!!$YB!!<X"ZR^'',(Y25+ 3RG[#TYMX\@@@@@@@@@@@@@FF!!$YB$&$''(''I7-;Y2$*KR4-E8B@
-KP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 167 167 167 157 157 157 146 82 44 155 155 155 208 208 207 234 154 84 147 147 147 138 66 36 234 130 84 70 70 68 190 190 189 146 66 4 86 70 44 250 198 172 131 131 131 129 129 129 127 127 127 123 123 123 174 174 173 119 119 119 254 130 4 46 46 44 166 166 165 107 107 107 154 154 153 99 99 99 186 94 36 83 83 83 250 218 204 77 77 77 126 126 125 71 71 71 248 248 248 254 202 188 246 246 246 244 244 244 82 70 52 242 242 242 240 240 240 238 238 238 236 236 236 234 234 234 250 194 164 254 206 148 232 232 232 226 226 226 230 106 52 222 222 222 246 182 140 218 218 218 246 178 140 216 216 216 214 214 214 212 212 212 134 106 76 208 208 208 206 206 206 202 202 202 150 94 52 198 198 198 150 86 52 194 194 194 192 192 192 118 82 60 11 11 11 186 186 186 98 82 60 214 142 108 184 184 184 5 5 5 182 182 182 250 214 196 3 3 3 250 210 196 122 66 44 176 176 176 102 66 44 174 174 174 170 170 170 90 86 12 166 166 166 186 114 100 213 213 212 250 190 156 158 158 158 156 156 156 242 110 36 152 152 152 246 198 132 203 203 202 148 148 148 102 34 4 246 186 132 146 146 146 197 197 196 140 140 140 138 138 138 191 191 190 187 187 186 132 132 132 126 126 126 124 124 124 171 171 170 116 116 116 130 74 44 167 167 166 163 163 162 2 2 4 254 222 172 155 155 154 100 100 100 143 143 142 84 84 84 137 137 136 255 255 255 74 74 74 254 174 132 70 70 70 247 247 247 245 245 245 243 243 243 241 241 241 239 239 239 237 237 237 254 170 92 235 235 235 233 233 233 231 231 231 229 229 229 178 82 4 221 221 221 210 138 108 94 74 60 122 82 28 215 215 215 213 213 213 211 211 211 209 209 209 201 201 201 186 126 84 195 195 195 193 193 193 191 191 191 210 106 68 187 187 187 185 185 185 254 190 124 183 183 183 4 4 4 181 181 181 2 2 2 179 179 179]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+KP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 167 167 167 157 157 157 146 82 44 155 155 155 208 208 207 234 154 84 147 147 147 138 66 36 234 130 84 70 70 68 190 190 189 146 66 4 86 70 44 250 198 172 131 131 131 129 129 129 127 127 127 123 123 123 174 174 173 119 119 119 254 130 4 46 46 44 166 166 165 107 107 107 154 154 153 99 99 99 186 94 36 83 83 83 250 218 204 77 77 77 126 126 125 71 71 71 248 248 248 254 202 188 246 246 246 244 244 244 82 70 52 242 242 242 240 240 240 238 238 238 236 236 236 234 234 234 250 194 164 254 206 148 232 232 232 226 226 226 230 106 52 222 222 222 246 182 140 218 218 218 246 178 140 216 216 216 214 214 214 212 212 212 134 106 76 208 208 208 206 206 206 202 202 202 150 94 52 198 198 198 150 86 52 194 194 194 192 192 192 118 82 60 11 11 11 186 186 186 98 82 60 214 142 108 184 184 184 5 5 5 182 182 182 250 214 196 3 3 3 250 210 196 122 66 44 176 176 176 102 66 44 174 174 174 170 170 170 90 86 12 166 166 166 186 114 100 213 213 212 250 190 156 158 158 158 156 156 156 242 110 36 152 152 152 246 198 132 203 203 202 148 148 148 102 34 4 246 186 132 146 146 146 197 197 196 140 140 140 138 138 138 191 191 190 187 187 186 132 132 132 126 126 126 124 124 124 171 171 170 116 116 116 130 74 44 167 167 166 163 163 162 2 2 4 254 222 172 155 155 154 100 100 100 143 143 142 84 84 84 137 137 136 255 255 255 74 74 74 254 174 132 70 70 70 247 247 247 245 245 245 243 243 243 241 241 241 239 239 239 237 237 237 254 170 92 235 235 235 233 233 233 231 231 231 229 229 229 178 82 4 221 221 221 210 138 108 94 74 60 122 82 28 215 215 215 213 213 213 211 211 211 209 209 209 201 201 201 186 126 84 195 195 195 193 193 193 191 191 191 210 106 68 187 187 187 185 185 185 254 190 124 183 183 183 4 4 4 181 181 181 2 2 2 179 179 179 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@> @@@O<@@@C? @@G?<@@A?? @@_?<@@??? @O??<@C??? G???<A???? _???8????>O????#????9????>_????''????9_???>G????!!??
-??8_???>G???? ????8G???>@???? G???8@???>@G??? @@@@@b') ; yourself); yourself]
+??8_???>G???? ????8G???>@???? G???8@???>@G??? @@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 workspace32x32Icon2
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self workspace32x32Icon2 inspect
      ImageEditor openOnClass:self andSelector:#workspace32x32Icon2
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class workspace32x32Icon2'
-	ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class workspace32x32Icon2'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:32;
+                height:32;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\11VAA(@[0@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@\D@< "1()[0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@FT\@@@ "1)8[0@@@@@@@@@@@@@@@@@@@@@@@@@@\11VAA(@K''%&
 VG%9[0@@@@@@@@@@@@@@@@@@@@@@@@@\D@< "18?K$1[^W%9[0@@@@@@@@@@@@@@@@@@@@@@@FT\\4%6P!!8?XTE9"W%9[0@@@@@@@@@@@@@@@@@@\11VAA*W
@@ -4414,29 +6246,41 @@
 M82DQHRD!!I@/EQTUEQTU@@@@@F!!$YG%9T7!!S&Y&Z@!!XJP4A)@34;F2=WEQTUEQT@@@@@[6!!$YG%8T7!!7&Y&Z& EPE *EIP5M!!(JB (JB  @@@@@@[6!!$YG!!8
 T2L#&#:Y&)*T@U@VB(VEB@0LC@0L@@@@@@@@[6!!$YG$&NRZZ&)&ZZ#)[$PEN\V1,[F1,[F0@@@@@@@@@[6!!$YG(''V"RZ&)&AS3P8OIFXYT9NS$9NG0@@@@@@
 @@@@[6!!$YG-;W7$&^$\)D282"''BN\(>O#7H?@@@@@@@@@@@@[6!!$YB!!<X"ZR^'',(Y25+ 3RG[#TYMX\@@@@@@@@@@@@@FF!!$YB$&$''(''I7-;Y2$*KR4-E8B@
-KP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 167 167 167 157 157 157 146 82 44 155 155 155 208 208 207 234 154 84 147 147 147 138 66 36 234 130 84 70 70 68 190 190 189 146 66 4 86 70 44 250 198 172 131 131 131 129 129 129 127 127 127 123 123 123 174 174 173 119 119 119 254 130 4 46 46 44 166 166 165 107 107 107 154 154 153 99 99 99 186 94 36 83 83 83 250 218 204 77 77 77 126 126 125 71 71 71 248 248 248 254 202 188 246 246 246 244 244 244 82 70 52 242 242 242 240 240 240 238 238 238 236 236 236 234 234 234 250 194 164 254 206 148 232 232 232 226 226 226 230 106 52 222 222 222 246 182 140 218 218 218 246 178 140 216 216 216 214 214 214 212 212 212 134 106 76 208 208 208 206 206 206 202 202 202 150 94 52 198 198 198 150 86 52 194 194 194 192 192 192 118 82 60 11 11 11 186 186 186 98 82 60 214 142 108 184 184 184 5 5 5 182 182 182 250 214 196 3 3 3 250 210 196 122 66 44 176 176 176 102 66 44 174 174 174 170 170 170 90 86 12 166 166 166 186 114 100 213 213 212 250 190 156 158 158 158 156 156 156 242 110 36 152 152 152 246 198 132 203 203 202 148 148 148 102 34 4 246 186 132 146 146 146 197 197 196 140 140 140 138 138 138 191 191 190 187 187 186 132 132 132 126 126 126 124 124 124 171 171 170 116 116 116 130 74 44 167 167 166 163 163 162 2 2 4 254 222 172 155 155 154 100 100 100 143 143 142 84 84 84 137 137 136 255 255 255 74 74 74 254 174 132 70 70 70 247 247 247 245 245 245 243 243 243 241 241 241 239 239 239 237 237 237 254 170 92 235 235 235 233 233 233 231 231 231 229 229 229 178 82 4 221 221 221 210 138 108 94 74 60 122 82 28 215 215 215 213 213 213 211 211 211 209 209 209 201 201 201 186 126 84 195 195 195 193 193 193 191 191 191 210 106 68 187 187 187 185 185 185 254 190 124 183 183 183 4 4 4 181 181 181 2 2 2 179 179 179 104 216 0 0 144 0]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+KP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
+                colorMapFromArray:#[ 0 0 0 167 167 167 157 157 157 146 82 44 155 155 155 208 208 207 234 154 84 147 147 147 138 66 36 234 130 84 70 70 68 190 190 189 146 66 4 86 70 44 250 198 172 131 131 131 129 129 129 127 127 127 123 123 123 174 174 173 119 119 119 254 130 4 46 46 44 166 166 165 107 107 107 154 154 153 99 99 99 186 94 36 83 83 83 250 218 204 77 77 77 126 126 125 71 71 71 248 248 248 254 202 188 246 246 246 244 244 244 82 70 52 242 242 242 240 240 240 238 238 238 236 236 236 234 234 234 250 194 164 254 206 148 232 232 232 226 226 226 230 106 52 222 222 222 246 182 140 218 218 218 246 178 140 216 216 216 214 214 214 212 212 212 134 106 76 208 208 208 206 206 206 202 202 202 150 94 52 198 198 198 150 86 52 194 194 194 192 192 192 118 82 60 11 11 11 186 186 186 98 82 60 214 142 108 184 184 184 5 5 5 182 182 182 250 214 196 3 3 3 250 210 196 122 66 44 176 176 176 102 66 44 174 174 174 170 170 170 90 86 12 166 166 166 186 114 100 213 213 212 250 190 156 158 158 158 156 156 156 242 110 36 152 152 152 246 198 132 203 203 202 148 148 148 102 34 4 246 186 132 146 146 146 197 197 196 140 140 140 138 138 138 191 191 190 187 187 186 132 132 132 126 126 126 124 124 124 171 171 170 116 116 116 130 74 44 167 167 166 163 163 162 2 2 4 254 222 172 155 155 154 100 100 100 143 143 142 84 84 84 137 137 136 255 255 255 74 74 74 254 174 132 70 70 70 247 247 247 245 245 245 243 243 243 241 241 241 239 239 239 237 237 237 254 170 92 235 235 235 233 233 233 231 231 231 229 229 229 178 82 4 221 221 221 210 138 108 94 74 60 122 82 28 215 215 215 213 213 213 211 211 211 209 209 209 201 201 201 186 126 84 195 195 195 193 193 193 191 191 191 210 106 68 187 187 187 185 185 185 254 190 124 183 183 183 4 4 4 181 181 181 2 2 2 179 179 179 104 216 0 0 144 0 ];
+                mask:((ImageMask new)
+                            width:32;
+                            height:32;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@@@@@@> @@@O<@@@C? @@G?<@@A?? @@_?<@@??? @O??<@C??? G???<A???? _???8????>O????#????9????>_????''????9_???>G????!!??
-??8_???>G???? ????8G???>@???? G???8@???>@G??? @@@@@b') ; yourself); yourself]
+??8_???>G???? ????8G???>@???? G???8@???>@G??? @@@@@b');
+                            yourself);
+                yourself
+        ]
 !
 
 workspace32x32Icon3
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
     "
      self workspace32x32Icon3 inspect
      ImageEditor openOnClass:self andSelector:#workspace32x32Icon3
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:'XPToolbarIconLibrary class workspace32x32Icon3'
-	ifAbsentPut:[(Depth8Image new) width: 30; height: 28; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+     Icon flushCachedIcons"
+    
+    ^ Icon constantNamed:'XPToolbarIconLibrary class workspace32x32Icon3'
+        ifAbsentPut:[
+            (Depth8Image new)
+                width:30;
+                height:28;
+                photometric:(#palette);
+                bitsPerSample:(#[ 8 ]);
+                samplesPerPixel:(1);
+                bits:(ByteArray 
+                            fromPackedString:'
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A)/@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@F''!!8[0@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@Z^G!!8^F<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A(.^G!!8T7%/@@@@@@@@@@@@@@@@@@@@@@@@@@@@F''!!8"W!!S^G%9[0@@@@@@@@@@
 @@@@@@@@@@@@@@@Z^G!!8^H$*I''%9^V<@@@@@@@@@@@@@@@@@@@@@@A(.^G!!8T7 6^G!!8T7!!/@@@@@@@@@@@@@@@@@@@@F''!!8"W!!S^G]8T7!!S&W\#[0@@@@@@
@@ -4446,9 +6290,18 @@
 @F=(YFQ>^W!!8^ENYUWE1LT(NC"-]L3LIEQTUEQT@@@A/ZFQ$^G!!7T9(VE!!X7#HQD!!HRD$B<UEQTUEQT@@@@@[6!!$YG!!S&Y&Z@!!XJP4A)@34;F2=WEQTUEQT@
 @@@@@F=(YFQ8]9&Y&)(ATAXJ!!RTMSXZB (JB (H@@@@@@@A/ZFQ$H2NZO)&Z&)PATAXJ!!XTHC@0LC@0@@@@@@@@@[6!!$YBZZ&)&ZZ#)[$PEN\V1,[F1,[F0@
 @@@@@@@@@F=(YFP$&)*Y T<4NC2Q&FUNS$9NS!!<@@@@@@@@@@@A/ZFQ$^RY:Q2$SK#JJ\H92#8>O\#<@@@@@@@@@@@@@[6!!$YBZR^'',(Y25+ 3RG[#TYMX\@
-@@@@@@@@@@@@@F=(YFQ:I2];^6\)J"4-KQ^@ B4@') ; colorMapFromArray:#[0 0 0 167 167 167 157 157 157 146 82 44 155 155 155 208 208 207 234 154 84 147 147 147 138 66 36 234 130 84 70 70 68 190 190 189 146 66 4 86 70 44 250 198 172 131 131 131 129 129 129 127 127 127 123 123 123 174 174 173 119 119 119 254 130 4 46 46 44 166 166 165 107 107 107 154 154 153 99 99 99 186 94 36 83 83 83 250 218 204 77 77 77 126 126 125 71 71 71 248 248 248 254 202 188 246 246 246 244 244 244 82 70 52 242 242 242 240 240 240 238 238 238 236 236 236 234 234 234 250 194 164 254 206 148 232 232 232 226 226 226 230 106 52 222 222 222 246 182 140 218 218 218 246 178 140 216 216 216 214 214 214 212 212 212 134 106 76 208 208 208 206 206 206 202 202 202 150 94 52 198 198 198 150 86 52 194 194 194 192 192 192 118 82 60 11 11 11 186 186 186 98 82 60 214 142 108 184 184 184 5 5 5 182 182 182 250 214 196 3 3 3 250 210 196 122 66 44 176 176 176 102 66 44 174 174 174 170 170 170 90 86 12 166 166 166 186 114 100 213 213 212 250 190 156 158 158 158 156 156 156 242 110 36 152 152 152 246 198 132 203 203 202 148 148 148 102 34 4 246 186 132 146 146 146 197 197 196 140 140 140 138 138 138 191 191 190 187 187 186 132 132 132 126 126 126 124 124 124 171 171 170 116 116 116 130 74 44 167 167 166 163 163 162 2 2 4 254 222 172 155 155 154 100 100 100 143 143 142 84 84 84 137 137 136 255 255 255 74 74 74 254 174 132 70 70 70 247 247 247 245 245 245 243 243 243 241 241 241 239 239 239 237 237 237 254 170 92 235 235 235 233 233 233 231 231 231 229 229 229 178 82 4 221 221 221 210 138 108 94 74 60 122 82 28 215 215 215 213 213 213 211 211 211 209 209 209 201 201 201 186 126 84 195 195 195 193 193 193 191 191 191 210 106 68 187 187 187 185 185 185 254 190 124 183 183 183 4 4 4 181 181 181 2 2 2 179 179 179 104 216 0 0 144 0]; mask:((Depth1Image new) width: 30; height: 28; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@F=(YFQ:I2];^6\)J"4-KQ^@ B4@');
+                colorMapFromArray:#[ 0 0 0 167 167 167 157 157 157 146 82 44 155 155 155 208 208 207 234 154 84 147 147 147 138 66 36 234 130 84 70 70 68 190 190 189 146 66 4 86 70 44 250 198 172 131 131 131 129 129 129 127 127 127 123 123 123 174 174 173 119 119 119 254 130 4 46 46 44 166 166 165 107 107 107 154 154 153 99 99 99 186 94 36 83 83 83 250 218 204 77 77 77 126 126 125 71 71 71 248 248 248 254 202 188 246 246 246 244 244 244 82 70 52 242 242 242 240 240 240 238 238 238 236 236 236 234 234 234 250 194 164 254 206 148 232 232 232 226 226 226 230 106 52 222 222 222 246 182 140 218 218 218 246 178 140 216 216 216 214 214 214 212 212 212 134 106 76 208 208 208 206 206 206 202 202 202 150 94 52 198 198 198 150 86 52 194 194 194 192 192 192 118 82 60 11 11 11 186 186 186 98 82 60 214 142 108 184 184 184 5 5 5 182 182 182 250 214 196 3 3 3 250 210 196 122 66 44 176 176 176 102 66 44 174 174 174 170 170 170 90 86 12 166 166 166 186 114 100 213 213 212 250 190 156 158 158 158 156 156 156 242 110 36 152 152 152 246 198 132 203 203 202 148 148 148 102 34 4 246 186 132 146 146 146 197 197 196 140 140 140 138 138 138 191 191 190 187 187 186 132 132 132 126 126 126 124 124 124 171 171 170 116 116 116 130 74 44 167 167 166 163 163 162 2 2 4 254 222 172 155 155 154 100 100 100 143 143 142 84 84 84 137 137 136 255 255 255 74 74 74 254 174 132 70 70 70 247 247 247 245 245 245 243 243 243 241 241 241 239 239 239 237 237 237 254 170 92 235 235 235 233 233 233 231 231 231 229 229 229 178 82 4 221 221 221 210 138 108 94 74 60 122 82 28 215 215 215 213 213 213 211 211 211 209 209 209 201 201 201 186 126 84 195 195 195 193 193 193 191 191 191 210 106 68 187 187 187 185 185 185 254 190 124 183 183 183 4 4 4 181 181 181 2 2 2 179 179 179 104 216 0 0 144 0 ];
+                mask:((ImageMask new)
+                            width:30;
+                            height:28;
+                            bits:(ByteArray 
+                                        fromPackedString:'
 @@@@@@@@0@@@@^@@@@O0@@@G>@@@C?0@@A?>@@@??0@@_?>@@O??0@G??>@C???0A???>@???? _???8O???>G????!!????8_???>C???? _???8C???>@_?
-?? C???8@_??>@C??? @_??8@C??>@@a') ; yourself); yourself]
+?? C???8@_??>@C??? @_??8@C??>@@a');
+                            yourself);
+                yourself
+        ]
 ! !
 
 !XPToolbarIconLibrary class methodsFor:'image specs-tools-FileBrowser'!
@@ -4600,7 +6453,8 @@
 homeIcon
     <resource: #programImage>
 
-    ^ self home26x26Icon
+    ^ self home24x24Icon
+    "/ ^ self home26x26Icon
 !
 
 makeIcon
@@ -4669,7 +6523,8 @@
 stxHomeIcon
     <resource: #programImage>
 
-    ^ self stxHome26x26Icon
+    "/ ^ self stxHome26x26Icon
+    ^ self stxHome24x24Icon
 !
 
 unixShellTerminalIcon
@@ -4690,6 +6545,288 @@
     ^ self viewNoDetails22x22Icon
 ! !
 
+!XPToolbarIconLibrary class methodsFor:'image specs-tools-FileBrowser-Filetypes'!
+
+fileTypeBinaryFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeBinaryFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeBinaryFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeBinaryFileIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKA@PDA@PKC08OC0@@@@@EA@,DB@\GB0<ODP<@@@@@@PP(N P(N PKB1LO@@@@@@<?N" :JC((
+A@PKDP@@@@@QK3((N" :A@PDB1D@@@@@E#P(N2 (N" DA@\V@@@@@A\3NB (JB (A@PGE0@@@@@YL" :JB :JB0:K1$@@@@@HC (N#T:O3(DN$D @@@@@BD7
+JC((N" :IS(2HP@@@@@!!NS :M#X:JAH:JBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 246 246 246 245 245 245 243 243 243 237 237 237 241 241 241 251 251 251 248 248 248 253 253 253 166 166 166 177 177 177 225 225 225 236 236 236 238 238 238 240 240 240 235 235 235 244 244 244]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeCSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeCSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeCSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeCSourceIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKC@4GC@4KC08OC0@@@@@ED@,DB@\GB0<ODP<@@@@@@PHPA@,HA0\KB1LO@@@@@@<@EAPTEAPT
+EAPKDP@@@@@QD@PDLC@0LPPDB1D@@@@@E @TLCD)H3@1JP\V@@@@@A\XFC@1A@PDA@PGE0@@@@@YFAP0LR (JB0/AA$@@@@@HA8PLCD%IS@1JA@ @@@@@BD^
+EB80LC@1IR PHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeDirectoryIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDirectoryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeDirectoryIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8C@1LLGP@@@B8.K"8.K"8.K L,KB0TE@\@@B8.K"8.K"8.
+@1@B@ HB@!!@MB!!,QC!!T@K"8.D20,KB0,KB0,KB0,KBL@K"8.CB4''I2\''I2\''I2\''KQ\@K"8.FB4-KR4-KR4-KR4-KPX@K"8.E"4%IRT%IRT%IRT%KQH@K"8.
+A24*J"(*J"(*J"(*KP$@K"8.G"4)JR$)JR$)JR$)KP,@K"8.CR4(JB (JB (JB (KRD@K"8.B"4$IBP$IBP$IBP$KP<@K"8.@ADNER@\H!!(FD $KC0@@K"8.
+@@@@@@@@@@@@@@@@@@@@K"8.@@@@@@@@@@@@@@@@@@@@K @.K"8.K"8.K"8.K"8.K"8.K"8.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@a') ; colorMapFromArray:#[251 251 251 239 239 239 219 183 82 204 153 52 228 228 228 193 193 193 163 113 11 194 143 42 183 183 183 158 108 6 186 135 34 156 106 4 201 150 49 189 138 37 179 129 27 153 103 1 219 183 113 181 130 29 160 110 8 203 152 51 255 255 186 176 126 24 197 146 45 167 117 15 199 148 47 166 166 166 165 115 13 183 132 31 171 121 19 200 149 48 192 141 40 198 198 198 174 124 22 154 104 2 168 118 16 172 122 20 255 212 111 255 248 147 235 235 235 255 255 156 255 219 117 255 228 127 255 239 137 182 182 182 255 255 255 255 255 153 0 0 0]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@O @@_0@@??0@??0@??0@??0@??0@??0@??0@??0@??0@_? @@@@@@@@@@@@@') ; yourself); yourself]
+!
+
+fileTypeDirectoryOpenIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeDirectoryOpenIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryOpenIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeDirectoryOpenIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5@0LHBR @@@@5MST5MST5MSTCMCP4C@0V@@@5MST5MST5
+MPL4L#H2L#H4DRXZFQ T@CT5MP 4L#H2L#H2L#P4MCP*@CT5MP$4LC@0LC@0LC@0LCHS@CT5LSD1LSD1LSD1LSD1HQ4''@CT5LSL2L#H2L#H2L#L\LRTG@CT5
+LSL2LC@0LC@0LCH_LRLJ@CT5@CD3KR4-KR4-KR4NH!!TK@CT5@CD3L",+J2,+J2,NF1HF@CT5@@@1L20,KB0,KB0,D@<^@CT5MP@1@PDA@PD$E0\JB0X@@CT5
+MST@@@@@@@@@@@@@@@@@@CT5MST@@@@@@@@@@@@@@@@@@CT5MST5MST5MST5MST5MST5MST5@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@a') ; colorMapFromArray:#[239 239 239 165 115 13 251 251 251 204 153 52 193 193 193 228 228 228 154 104 2 160 110 8 203 152 51 201 150 49 158 108 6 156 106 4 250 251 252 183 183 183 255 255 165 198 154 26 240 228 122 189 138 37 207 162 38 167 117 15 176 126 24 226 179 67 194 143 42 162 112 10 179 129 27 181 130 29 183 132 31 215 184 64 218 191 108 255 235 132 153 103 1 247 240 137 166 166 166 226 193 80 201 160 33 253 213 112 164 114 12 255 215 132 186 135 34 163 113 11 200 149 48 198 198 198 172 122 20 255 228 127 255 219 117 255 239 137 235 235 235 182 182 182 255 248 147 198 154 25 255 255 156 255 255 153 255 255 255 0 0 0]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@G0@@O8@@_?8@_?8@_?8@??8@??8@??8@_?8@_?8@O?8@O?0@@@@@@@@@@@@@') ; yourself); yourself]
+!
+
+fileTypeFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeFileIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKA@PDA@PKC08OC0@@@@@EA@PDA@\GB0<ODP<@@@@@@PPDA@PHA0\KB0PO@@@@@@<@A@PDA@PD
+A@PKDP@@@@@QD@PDA@PKB@PGB1D@@@@@E @DA@PDA@PDA@\V@@@@@A\XFA@DA@PXB0PGE0@@@@@YA@PDA@PDA@PDAA$@@@@@HA8PDA@PDA@PDA@ @@@@@BD^
+A@PDA@PDA@PPHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeHeaderFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeHeaderFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeHeaderFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeHeaderFileIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKC@4GC@4KC08OC0@@@@@ED@,;OCH3I3$ODP<@@@@@@PHPN307M"$*B1LO@@@@@@<@EC,<K3P4
+N!!PKDP@@@@@QD@P;N3,;OB(DB1D@@@@@E @TN30)H3,<JP\V@@@@@A\XFC,<I"P;O@PGE0@@@@@YFAP;OB (N30/AA$@@@@@HA8PN30%IS,<JA@ @@@@@BD^
+EC,<MS ;OB PHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeImageFileIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeImageFileIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeImageFileIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeImageFileIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@A@PDA@PDA@PDC@@@@@EQTUEQTUEQTUEQTUEQTUEQTRD!!HRD!!HRD!!HRD!!HRD!!TUD!!VU%YVU%YVU%YVU%YHUEQHU%YVU%YVU%YVU%YVREQTREYVU%YVVE!!X
+VEYVU$!!TUD!!VU%YVVE!!XVE!!XU%YHUEQHU%YVU%YXVE!!XU%YVREQTREYVU%YVU%UVU%YVU$!!TUD!!VU%YVU%YUU%YVU%YHUEQHU5]VU5]WUU]WU%YVREQTRE]W
+U5]WU5]WU5]WU4!!TUD!!WU5]WU5]WU5]WU5]HUEQHRD!!HRD!!HRD!!HRD!!HREQTUEQTUEQTUEQTUEQTUEQT@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90 248 248 248 219 219 219 234 234 234 253 253 253 243 243 243 225 225 225 55 146 70 0 91 12 244 244 244 229 229 229 222 222 222 246 246 246 227 227 227 208 208 208 190 190 190 209 209 209 189 189 189 149 149 149 85 85 85 85 149 149 90 140 200 149 149 85 165 165 85 149 153 157 133 62 38 173 216 230 0 139 0 0 205 0]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@C?????????????????????????????????????@@@b') ; yourself); yourself]
+!
+
+fileTypeJavaSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeJavaSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeJavaSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeJavaSourceIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKB04GB04KC08OC0@@@@@ED@,KB3H3I3$ODP<@@@@@@PIEO4D/QDL:B1LO@@@@@@<@JR,5IC8*
+J!!PKDP@@@@@QDB4*I"%DP4HDB1D@@@@@E @(JC8&QDL-JP\V@@@@@A\XL2T%JDQCK@PGE0@@@@@YFB<8NBUDP2 /AA$@@@@@HA8=QDL5QDL%JA@ @@@@@BD^
+PDADQDL5JR PHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90 248 248 248 219 219 219 234 234 234 253 253 253 243 243 243 225 225 225 55 146 70 0 91 12 244 244 244]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeLispSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeLispSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeLispSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeLispSourceIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKB04GB04KC08OC0@@@@@ED@,KB3H3I3$ODP<@@@@@@PIEO4D/K2<:B1LO@@@@@@<@LCD/MCP:
+Q!!PKDP@@@@@QDB,0LSP4J"LDB1D@@@@@E @4MC@1MCP)JP\V@@@@@A\XMCP&LCD-I0PGE0@@@@@YFCP4LCD0LR</AA$@@@@@HA84LCD%MC@1JA@ @@@@@BD^
+MC@1MCP0LR PHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90 248 248 248 219 219 219 234 234 234 253 253 253 243 243 243 225 225 225 55 146 70 0 91 12 244 244 244 229 229 229]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeSmalltalkSourceIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeSmalltalkSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeSmalltalkSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeSmalltalkSourceIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKB04GB04KC08OC0@@@@@ED@,KB3H3I3$ODP<@@@@@@PICQDQGQDQDQALO@@@@@@<@QDMCQC9D
+P4LKDP@@@@@QDDQCI#L>QDL)B1D@@@@@E ACQC8&L4QCI0\V@@@@@A\XL4MDJCMDP2<GE0@@@@@YFB<8P4P3QDL(AA$@@@@@HA9DP4MDL4QCJA@ @@@@@BD^
+P4QDP3MDP2,PHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90 248 248 248 219 219 219 234 234 234 253 253 253 243 243 243 225 225 225 55 146 70 0 91 12 244 244 244 229 229 229 222 222 222]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeTextHtmlIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeTextHtmlIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeTextHtmlIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeTextHtmlIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKB04GB04KC08OC0@@@@@ED@,KB3H3I3$ODP<@@@@@@S()J49NS$9LR44O@@@@@@<7JT9QTUER
+S#9JDP@@@@@QK4=NT5IQT%INI!!D@@@@@E$9RT$9QTUMRT$8V@@@@@A]NTUMSTUESTUINE0@@@@@YS%EST%EQT%MQS!!$@@@@@HD9QTUEQT5ISTT8 @@@@@BD8
+S%EQTUESTD9HHP@@@@@!!PC5NTUEQS49IJBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90 248 248 248 219 219 219 234 234 234 253 253 253 243 243 243 225 225 225 55 146 70 0 91 12 244 244 244 229 229 229 222 222 222 246 246 246 227 227 227 208 208 208 190 190 190 209 209 209 189 189 189 149 149 149 85 85 85 85 149 149 90 140 200 149 149 85 165 165 85]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
+!
+
+fileTypeTextIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self fileTypeTextIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeTextIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeTextIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKC@4GC@4KC08OC0@@@@@ED@,DB@\GB0<ODP<@@@@@@PHPA@,HA0\KB1LO@@@@@@<@EAPTEAPT
+EAPKDP@@@@@QD@PDA@PKB@PGB1D@@@@@E @TEAPTEAPTE@\V@@@@@A\XFA@DA@PXB0 GE0@@@@@YFAPTEAPTEAPTAA$@@@@@HA8PDA@PDA@PDA@ @@@@@BD^
+EAPTEAPTEAPPHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
+! !
+
 !XPToolbarIconLibrary class methodsFor:'image specs-tools-ImageEditor'!
 
 loadImageFromFileIcon
@@ -4968,10 +7105,10 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.122 2014-04-03 20:51:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.128 2014-12-04 19:04:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.122 2014-04-03 20:51:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.128 2014-12-04 19:04:48 cg Exp $'
 ! !
 
--- a/abbrev.stc	Thu May 01 10:47:38 2014 +0100
+++ b/abbrev.stc	Wed Dec 10 23:42:26 2014 +0000
@@ -1,73 +1,74 @@
 # automagically generated by the project definition
 # this file is needed for stc to be able to compile modules independently.
 # it provides information about a classes filename, category and especially namespace.
+ButtonController ButtonController stx:libwidg 'Interface-Support-Controllers' 0
+DialogBox DialogBox stx:libwidg 'Views-DialogBoxes' 2
+EditTextViewCompletionSupport EditTextViewCompletionSupport stx:libwidg 'Views-Text' 0
+EnterFieldGroup EnterFieldGroup stx:libwidg 'Interface-Support' 0
+FramedBox FramedBox stx:libwidg 'Views-Layout' 2
+GenericToolbarIconLibrary GenericToolbarIconLibrary stx:libwidg 'Interface-Smalltalk' 0
 Label Label stx:libwidg 'Views-Layout' 2
-Button Button stx:libwidg 'Views-Interactors' 2
-ArrowButton ArrowButton stx:libwidg 'Views-Interactors' 2
-ButtonController ButtonController stx:libwidg 'Interface-Support-Controllers' 0
-CheckLabel CheckLabel stx:libwidg 'Views-Layout' 2
-Toggle Toggle stx:libwidg 'Views-Interactors' 2
-ToggleController ToggleController stx:libwidg 'Interface-Support-Controllers' 0
-CheckToggle CheckToggle stx:libwidg 'Views-Interactors' 2
-DialogBox DialogBox stx:libwidg 'Views-DialogBoxes' 2
 ListView ListView stx:libwidg 'Views-Text' 2
-TextView TextView stx:libwidg 'Views-Text' 2
-EditTextView EditTextView stx:libwidg 'Views-Text' 2
-EditField EditField stx:libwidg 'Views-Text' 2
-EnterBox EnterBox stx:libwidg 'Views-DialogBoxes' 2
-EnterBox2 EnterBox2 stx:libwidg 'Views-DialogBoxes' 2
-EnterFieldGroup EnterFieldGroup stx:libwidg 'Interface-Support' 0
-FontPanel FontPanel stx:libwidg 'Views-DialogBoxes' 2
-FramedBox FramedBox stx:libwidg 'Views-Layout' 2
-InfoBox InfoBox stx:libwidg 'Views-DialogBoxes' 2
-ListSelectionBox ListSelectionBox stx:libwidg 'Views-DialogBoxes' 2
-FileSelectionBox FileSelectionBox stx:libwidg 'Views-DialogBoxes' 2
-FileSaveBox FileSaveBox stx:libwidg 'Views-DialogBoxes' 2
 ListViewController ListViewController stx:libwidg 'Interface-Support' 0
+MenuEvent MenuEvent stx:libwidg 'Views-Menus' 0
 ObjectView ObjectView stx:libwidg 'Views-Basic' 2
-OptionBox OptionBox stx:libwidg 'Views-DialogBoxes' 2
 PanelView PanelView stx:libwidg 'Views-Layout' 2
-PopUpList PopUpList stx:libwidg 'Views-Interactors' 2
-PopUpListController PopUpListController stx:libwidg 'Interface-Support-Controllers' 0
 PopUpMenu PopUpMenu stx:libwidg 'Views-Menus' 2
 PullDownMenu PullDownMenu stx:libwidg 'Views-Menus' 2
-RadioButton RadioButton stx:libwidg 'Views-Interactors' 2
-RadioButtonController RadioButtonController stx:libwidg 'Interface-Support-Controllers' 0
 RadioButtonGroup RadioButtonGroup stx:libwidg 'Views-Support' 0
 ScrollBar ScrollBar stx:libwidg 'Views-Interactors' 2
-HorizontalScrollBar HorizontalScrollBar stx:libwidg 'Views-Interactors' 2
 ScrollableView ScrollableView stx:libwidg 'Views-Basic' 2
+Scroller Scroller stx:libwidg 'Views-Interactors' 2
+SelectionInList SelectionInList stx:libwidg 'Interface-Support-Models' 0
+VariablePanel VariablePanel stx:libwidg 'Views-Layout' 2
+VariablePanelController VariablePanelController stx:libwidg 'Interface-Support-Controllers' 0
+stx_libwidg stx_libwidg stx:libwidg '* Projects & Packages *' 3
+Button Button stx:libwidg 'Views-Interactors' 2
+CheckLabel CheckLabel stx:libwidg 'Views-Layout' 2
+EnterBox EnterBox stx:libwidg 'Views-DialogBoxes' 2
+FontPanel FontPanel stx:libwidg 'Views-DialogBoxes' 2
 HVScrollableView HVScrollableView stx:libwidg 'Views-Basic' 2
 HorizontalPanelView HorizontalPanelView stx:libwidg 'Views-Layout' 2
-Scroller Scroller stx:libwidg 'Views-Interactors' 2
+HorizontalScrollBar HorizontalScrollBar stx:libwidg 'Views-Interactors' 2
+HorizontalScroller HorizontalScroller stx:libwidg 'Views-Interactors' 2
+InfoBox InfoBox stx:libwidg 'Views-DialogBoxes' 2
 MiniScroller MiniScroller stx:libwidg 'Views-Interactors' 2
-HorizontalMiniScroller HorizontalMiniScroller stx:libwidg 'Views-Interactors' 2
-HorizontalScroller HorizontalScroller stx:libwidg 'Views-Interactors' 2
-SelectionInList SelectionInList stx:libwidg 'Interface-Support-Models' 0
+MultiColumnPanelView MultiColumnPanelView stx:libwidg 'Views-Layout' 2
 MultiSelectionInList MultiSelectionInList stx:libwidg 'Interface-Support-Models' 0
+OptionBox OptionBox stx:libwidg 'Views-DialogBoxes' 2
+PopUpListController PopUpListController stx:libwidg 'Interface-Support-Controllers' 0
 SelectionInListView SelectionInListView stx:libwidg 'Views-Lists' 2
-FileSelectionList FileSelectionList stx:libwidg 'Views-Lists' 2
-MenuView MenuView stx:libwidg 'Views-Menus' 2
-ClickMenuView ClickMenuView stx:libwidg 'Views-Menus' 2
 SequenceView SequenceView stx:libwidg 'Views-Lists' 2
-TextCollector TextCollector stx:libwidg 'Views-Text' 2
-VariablePanel VariablePanel stx:libwidg 'Views-Layout' 2
-VariablePanelController VariablePanelController stx:libwidg 'Interface-Support-Controllers' 0
+TextView TextView stx:libwidg 'Views-Text' 2
+ToggleController ToggleController stx:libwidg 'Interface-Support-Controllers' 0
 VariableHorizontalPanel VariableHorizontalPanel stx:libwidg 'Views-Layout' 2
 VariableHorizontalPanelController VariableHorizontalPanelController stx:libwidg 'Interface-Support-Controllers' 0
 VariableVerticalPanel VariableVerticalPanel stx:libwidg 'Views-Layout' 2
 VariableVerticalPanelController VariableVerticalPanelController stx:libwidg 'Interface-Support-Controllers' 0
 VerticalPanelView VerticalPanelView stx:libwidg 'Views-Layout' 2
+WorkspaceCompletionSupport WorkspaceCompletionSupport stx:libwidg 'Interface-Smalltalk' 0
+XPToolbarIconLibrary XPToolbarIconLibrary stx:libwidg 'Interface-Smalltalk' 0
+ArrowButton ArrowButton stx:libwidg 'Views-Interactors' 2
+EditTextView EditTextView stx:libwidg 'Views-Text' 2
+EnterBox2 EnterBox2 stx:libwidg 'Views-DialogBoxes' 2
+FileSelectionList FileSelectionList stx:libwidg 'Views-Lists' 2
+HorizontalMiniScroller HorizontalMiniScroller stx:libwidg 'Views-Interactors' 2
+ListSelectionBox ListSelectionBox stx:libwidg 'Views-DialogBoxes' 2
+MacOSXToolbarIconLibrary MacOSXToolbarIconLibrary stx:libwidg 'Interface-Smalltalk' 0
+MenuView MenuView stx:libwidg 'Views-Menus' 2
+PopUpList PopUpList stx:libwidg 'Views-Interactors' 2
+RadioButtonController RadioButtonController stx:libwidg 'Interface-Support-Controllers' 0
+Toggle Toggle stx:libwidg 'Views-Interactors' 2
+VistaToolbarIconLibrary VistaToolbarIconLibrary stx:libwidg 'Interface-Smalltalk' 0
 WarningBox WarningBox stx:libwidg 'Views-DialogBoxes' 2
+CheckToggle CheckToggle stx:libwidg 'Views-Interactors' 2
+ClickMenuView ClickMenuView stx:libwidg 'Views-Menus' 2
+EditField EditField stx:libwidg 'Views-Text' 2
+FileSelectionBox FileSelectionBox stx:libwidg 'Views-DialogBoxes' 2
+RadioButton RadioButton stx:libwidg 'Views-Interactors' 2
+TextCollector TextCollector stx:libwidg 'Views-Text' 2
+Windows8ToolbarIconLibrary Windows8ToolbarIconLibrary stx:libwidg 'Interface-Smalltalk' 0
+YesNoBox YesNoBox stx:libwidg 'Views-DialogBoxes' 2
+FileSaveBox FileSaveBox stx:libwidg 'Views-DialogBoxes' 2
 Workspace Workspace stx:libwidg 'Interface-Smalltalk' 2
 CodeView CodeView stx:libwidg 'Views-Text' 2
-YesNoBox YesNoBox stx:libwidg 'Views-DialogBoxes' 2
-stx_libwidg stx_libwidg stx:libwidg '* Projects & Packages *' 3
-MultiColumnPanelView MultiColumnPanelView stx:libwidg 'Views-Layout' 2
-GenericToolbarIconLibrary GenericToolbarIconLibrary stx:libwidg 'Interface-Smalltalk' 0
-XPToolbarIconLibrary XPToolbarIconLibrary stx:libwidg 'Interface-Smalltalk' 0
-VistaToolbarIconLibrary VistaToolbarIconLibrary stx:libwidg 'Interface-Smalltalk' 0
-MenuEvent MenuEvent stx:libwidg 'Views-Menus' 0
-Windows8ToolbarIconLibrary Windows8ToolbarIconLibrary stx:libwidg 'Interface-Smalltalk' 0
-EditTextViewCompletionSupport EditTextViewCompletionSupport stx:libwidg 'Views-Text' 0
-WorkspaceCompletionSupport WorkspaceCompletionSupport stx:libwidg 'Interface-Smalltalk' 0
--- a/bc.mak	Thu May 01 10:47:38 2014 +0100
+++ b/bc.mak	Wed Dec 10 23:42:26 2014 +0000
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg/bc.mak,v 1.57 2013-12-05 09:21:55 stefan Exp $
+# $Header: /cvs/stx/stx/libwidg/bc.mak,v 1.58 2014-11-22 22:38:32 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libwidg.
@@ -33,11 +33,12 @@
 !INCLUDE Make.spec
 
 LIBNAME=libstx_libwidg
+MODULE_PATH=libwidg
 RESFILES=libwidg.$(RES)
 
 
 
-LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libview
+LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libbasic3 -I$(INCLUDE_TOP)\stx\libui -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libview2
 LOCALDEFINES=
 
 STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
@@ -63,79 +64,85 @@
 
 
 
+
+test: $(TOP)\goodies\builder\reports\NUL
+	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
+	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
+        
 clean::
 	del *.$(CSUFFIX)
 
+
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
-$(OUTDIR)ButtonController.$(O) ButtonController.$(H): ButtonController.st $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)DialogBox.$(O) DialogBox.$(H): DialogBox.st $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)ButtonController.$(O) ButtonController.$(H): ButtonController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(STCHDR)
+$(OUTDIR)DialogBox.$(O) DialogBox.$(H): DialogBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
 $(OUTDIR)EditTextViewCompletionSupport.$(O) EditTextViewCompletionSupport.$(H): EditTextViewCompletionSupport.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)EnterFieldGroup.$(O) EnterFieldGroup.$(H): EnterFieldGroup.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)FramedBox.$(O) FramedBox.$(H): FramedBox.st $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)FramedBox.$(O) FramedBox.$(H): FramedBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
 $(OUTDIR)GenericToolbarIconLibrary.$(O) GenericToolbarIconLibrary.$(H): GenericToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)Label.$(O) Label.$(H): Label.st $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)ListView.$(O) ListView.$(H): ListView.st $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)ListViewController.$(O) ListViewController.$(H): ListViewController.st $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)MenuEvent.$(O) MenuEvent.$(H): MenuEvent.st $(INCLUDE_TOP)\stx\libview\WidgetEvent.$(H) $(INCLUDE_TOP)\stx\libview\WindowEvent.$(H) $(INCLUDE_TOP)\stx\libview\Event.$(H) $(INCLUDE_TOP)\stx\libbasic\MessageSend.$(H) $(INCLUDE_TOP)\stx\libbasic\Message.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)ObjectView.$(O) ObjectView.$(H): ObjectView.st $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)PanelView.$(O) PanelView.$(H): PanelView.st $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)PopUpMenu.$(O) PopUpMenu.$(H): PopUpMenu.st $(INCLUDE_TOP)\stx\libview\PopUpView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)PullDownMenu.$(O) PullDownMenu.$(H): PullDownMenu.st $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)RadioButtonGroup.$(O) RadioButtonGroup.$(H): RadioButtonGroup.st $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)ScrollBar.$(O) ScrollBar.$(H): ScrollBar.st $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)ScrollableView.$(O) ScrollableView.$(H): ScrollableView.st $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)Scroller.$(O) Scroller.$(H): Scroller.st $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SelectionInList.$(O) SelectionInList.$(H): SelectionInList.st $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)VariablePanel.$(O) VariablePanel.$(H): VariablePanel.st $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)VariablePanelController.$(O) VariablePanelController.$(H): VariablePanelController.st $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)stx_libwidg.$(O) stx_libwidg.$(H): stx_libwidg.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)Button.$(O) Button.$(H): Button.st $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)CheckLabel.$(O) CheckLabel.$(H): CheckLabel.st $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)EnterBox.$(O) EnterBox.$(H): EnterBox.st $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)FontPanel.$(O) FontPanel.$(H): FontPanel.st $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)HVScrollableView.$(O) HVScrollableView.$(H): HVScrollableView.st $(INCLUDE_TOP)\stx\libwidg\ScrollableView.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)HorizontalPanelView.$(O) HorizontalPanelView.$(H): HorizontalPanelView.st $(INCLUDE_TOP)\stx\libwidg\PanelView.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)HorizontalScrollBar.$(O) HorizontalScrollBar.$(H): HorizontalScrollBar.st $(INCLUDE_TOP)\stx\libwidg\ScrollBar.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)HorizontalScroller.$(O) HorizontalScroller.$(H): HorizontalScroller.st $(INCLUDE_TOP)\stx\libwidg\Scroller.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)InfoBox.$(O) InfoBox.$(H): InfoBox.st $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)MiniScroller.$(O) MiniScroller.$(H): MiniScroller.st $(INCLUDE_TOP)\stx\libwidg\Scroller.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)MultiColumnPanelView.$(O) MultiColumnPanelView.$(H): MultiColumnPanelView.st $(INCLUDE_TOP)\stx\libwidg\PanelView.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)MultiSelectionInList.$(O) MultiSelectionInList.$(H): MultiSelectionInList.st $(INCLUDE_TOP)\stx\libwidg\SelectionInList.$(H) $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)OptionBox.$(O) OptionBox.$(H): OptionBox.st $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)PopUpListController.$(O) PopUpListController.$(H): PopUpListController.st $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SelectionInListView.$(O) SelectionInListView.$(H): SelectionInListView.st $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SequenceView.$(O) SequenceView.$(H): SequenceView.st $(INCLUDE_TOP)\stx\libwidg\ScrollableView.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)TextView.$(O) TextView.$(H): TextView.st $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)ToggleController.$(O) ToggleController.$(H): ToggleController.st $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)VariableHorizontalPanel.$(O) VariableHorizontalPanel.$(H): VariableHorizontalPanel.st $(INCLUDE_TOP)\stx\libwidg\VariablePanel.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)VariableHorizontalPanelController.$(O) VariableHorizontalPanelController.$(H): VariableHorizontalPanelController.st $(INCLUDE_TOP)\stx\libwidg\VariablePanelController.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)VariableVerticalPanel.$(O) VariableVerticalPanel.$(H): VariableVerticalPanel.st $(INCLUDE_TOP)\stx\libwidg\VariablePanel.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)VariableVerticalPanelController.$(O) VariableVerticalPanelController.$(H): VariableVerticalPanelController.st $(INCLUDE_TOP)\stx\libwidg\VariablePanelController.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)VerticalPanelView.$(O) VerticalPanelView.$(H): VerticalPanelView.st $(INCLUDE_TOP)\stx\libwidg\PanelView.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)WorkspaceCompletionSupport.$(O) WorkspaceCompletionSupport.$(H): WorkspaceCompletionSupport.st $(INCLUDE_TOP)\stx\libwidg\EditTextViewCompletionSupport.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)XPToolbarIconLibrary.$(O) XPToolbarIconLibrary.$(H): XPToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)ArrowButton.$(O) ArrowButton.$(H): ArrowButton.st $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)EditTextView.$(O) EditTextView.$(H): EditTextView.st $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(STCHDR)
-$(OUTDIR)EnterBox2.$(O) EnterBox2.$(H): EnterBox2.st $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)FileSelectionList.$(O) FileSelectionList.$(H): FileSelectionList.st $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)HorizontalMiniScroller.$(O) HorizontalMiniScroller.$(H): HorizontalMiniScroller.st $(INCLUDE_TOP)\stx\libwidg\MiniScroller.$(H) $(INCLUDE_TOP)\stx\libwidg\Scroller.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)ListSelectionBox.$(O) ListSelectionBox.$(H): ListSelectionBox.st $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)MenuView.$(O) MenuView.$(H): MenuView.st $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)PopUpList.$(O) PopUpList.$(H): PopUpList.st $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)RadioButtonController.$(O) RadioButtonController.$(H): RadioButtonController.st $(INCLUDE_TOP)\stx\libwidg\ToggleController.$(H) $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)Toggle.$(O) Toggle.$(H): Toggle.st $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)VistaToolbarIconLibrary.$(O) VistaToolbarIconLibrary.$(H): VistaToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libwidg\XPToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)WarningBox.$(O) WarningBox.$(H): WarningBox.st $(INCLUDE_TOP)\stx\libwidg\InfoBox.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)CheckToggle.$(O) CheckToggle.$(H): CheckToggle.st $(INCLUDE_TOP)\stx\libwidg\Toggle.$(H) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)ClickMenuView.$(O) ClickMenuView.$(H): ClickMenuView.st $(INCLUDE_TOP)\stx\libwidg\MenuView.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)EditField.$(O) EditField.$(H): EditField.st $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)FileSelectionBox.$(O) FileSelectionBox.$(H): FileSelectionBox.st $(INCLUDE_TOP)\stx\libwidg\ListSelectionBox.$(H) $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)RadioButton.$(O) RadioButton.$(H): RadioButton.st $(INCLUDE_TOP)\stx\libwidg\Toggle.$(H) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)TextCollector.$(O) TextCollector.$(H): TextCollector.st $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)Windows8ToolbarIconLibrary.$(O) Windows8ToolbarIconLibrary.$(H): Windows8ToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libwidg\VistaToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\XPToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)YesNoBox.$(O) YesNoBox.$(H): YesNoBox.st $(INCLUDE_TOP)\stx\libwidg\WarningBox.$(H) $(INCLUDE_TOP)\stx\libwidg\InfoBox.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)FileSaveBox.$(O) FileSaveBox.$(H): FileSaveBox.st $(INCLUDE_TOP)\stx\libwidg\FileSelectionBox.$(H) $(INCLUDE_TOP)\stx\libwidg\ListSelectionBox.$(H) $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)Workspace.$(O) Workspace.$(H): Workspace.st $(INCLUDE_TOP)\stx\libwidg\TextCollector.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)CodeView.$(O) CodeView.$(H): CodeView.st $(INCLUDE_TOP)\stx\libwidg\Workspace.$(H) $(INCLUDE_TOP)\stx\libwidg\TextCollector.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)Label.$(O) Label.$(H): Label.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
+$(OUTDIR)ListView.$(O) ListView.$(H): ListView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
+$(OUTDIR)ListViewController.$(O) ListViewController.$(H): ListViewController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(STCHDR)
+$(OUTDIR)MenuEvent.$(O) MenuEvent.$(H): MenuEvent.st $(INCLUDE_TOP)\stx\libbasic\Message.$(H) $(INCLUDE_TOP)\stx\libbasic\MessageSend.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Event.$(H) $(INCLUDE_TOP)\stx\libview\WidgetEvent.$(H) $(INCLUDE_TOP)\stx\libview\WindowEvent.$(H) $(STCHDR)
+$(OUTDIR)ObjectView.$(O) ObjectView.$(H): ObjectView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
+$(OUTDIR)PanelView.$(O) PanelView.$(H): PanelView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
+$(OUTDIR)PopUpMenu.$(O) PopUpMenu.$(H): PopUpMenu.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\PopUpView.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
+$(OUTDIR)PullDownMenu.$(O) PullDownMenu.$(H): PullDownMenu.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
+$(OUTDIR)RadioButtonGroup.$(O) RadioButtonGroup.$(H): RadioButtonGroup.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
+$(OUTDIR)ScrollBar.$(O) ScrollBar.$(H): ScrollBar.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
+$(OUTDIR)ScrollableView.$(O) ScrollableView.$(H): ScrollableView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
+$(OUTDIR)Scroller.$(O) Scroller.$(H): Scroller.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
+$(OUTDIR)SelectionInList.$(O) SelectionInList.$(H): SelectionInList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
+$(OUTDIR)VariablePanel.$(O) VariablePanel.$(H): VariablePanel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
+$(OUTDIR)VariablePanelController.$(O) VariablePanelController.$(H): VariablePanelController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(STCHDR)
+$(OUTDIR)stx_libwidg.$(O) stx_libwidg.$(H): stx_libwidg.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
+$(OUTDIR)Button.$(O) Button.$(H): Button.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(STCHDR)
+$(OUTDIR)CheckLabel.$(O) CheckLabel.$(H): CheckLabel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(STCHDR)
+$(OUTDIR)EnterBox.$(O) EnterBox.$(H): EnterBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(STCHDR)
+$(OUTDIR)FontPanel.$(O) FontPanel.$(H): FontPanel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(STCHDR)
+$(OUTDIR)HVScrollableView.$(O) HVScrollableView.$(H): HVScrollableView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libwidg\ScrollableView.$(H) $(STCHDR)
+$(OUTDIR)HorizontalPanelView.$(O) HorizontalPanelView.$(H): HorizontalPanelView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libwidg\PanelView.$(H) $(STCHDR)
+$(OUTDIR)HorizontalScrollBar.$(O) HorizontalScrollBar.$(H): HorizontalScrollBar.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libwidg\ScrollBar.$(H) $(STCHDR)
+$(OUTDIR)HorizontalScroller.$(O) HorizontalScroller.$(H): HorizontalScroller.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\Scroller.$(H) $(STCHDR)
+$(OUTDIR)InfoBox.$(O) InfoBox.$(H): InfoBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(STCHDR)
+$(OUTDIR)MiniScroller.$(O) MiniScroller.$(H): MiniScroller.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\Scroller.$(H) $(STCHDR)
+$(OUTDIR)MultiColumnPanelView.$(O) MultiColumnPanelView.$(H): MultiColumnPanelView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libwidg\PanelView.$(H) $(STCHDR)
+$(OUTDIR)MultiSelectionInList.$(O) MultiSelectionInList.$(H): MultiSelectionInList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInList.$(H) $(STCHDR)
+$(OUTDIR)OptionBox.$(O) OptionBox.$(H): OptionBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(STCHDR)
+$(OUTDIR)PopUpListController.$(O) PopUpListController.$(H): PopUpListController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(STCHDR)
+$(OUTDIR)SelectionInListView.$(O) SelectionInListView.$(H): SelectionInListView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(STCHDR)
+$(OUTDIR)SequenceView.$(O) SequenceView.$(H): SequenceView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libwidg\ScrollableView.$(H) $(STCHDR)
+$(OUTDIR)TextView.$(O) TextView.$(H): TextView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(STCHDR)
+$(OUTDIR)ToggleController.$(O) ToggleController.$(H): ToggleController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(STCHDR)
+$(OUTDIR)VariableHorizontalPanel.$(O) VariableHorizontalPanel.$(H): VariableHorizontalPanel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libwidg\VariablePanel.$(H) $(STCHDR)
+$(OUTDIR)VariableHorizontalPanelController.$(O) VariableHorizontalPanelController.$(H): VariableHorizontalPanelController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\VariablePanelController.$(H) $(STCHDR)
+$(OUTDIR)VariableVerticalPanel.$(O) VariableVerticalPanel.$(H): VariableVerticalPanel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libwidg\VariablePanel.$(H) $(STCHDR)
+$(OUTDIR)VariableVerticalPanelController.$(O) VariableVerticalPanelController.$(H): VariableVerticalPanelController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\VariablePanelController.$(H) $(STCHDR)
+$(OUTDIR)VerticalPanelView.$(O) VerticalPanelView.$(H): VerticalPanelView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libwidg\PanelView.$(H) $(STCHDR)
+$(OUTDIR)WorkspaceCompletionSupport.$(O) WorkspaceCompletionSupport.$(H): WorkspaceCompletionSupport.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextViewCompletionSupport.$(H) $(STCHDR)
+$(OUTDIR)XPToolbarIconLibrary.$(O) XPToolbarIconLibrary.$(H): XPToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(STCHDR)
+$(OUTDIR)ArrowButton.$(O) ArrowButton.$(H): ArrowButton.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(STCHDR)
+$(OUTDIR)EditTextView.$(O) EditTextView.$(H): EditTextView.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(STCHDR)
+$(OUTDIR)EnterBox2.$(O) EnterBox2.$(H): EnterBox2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(STCHDR)
+$(OUTDIR)FileSelectionList.$(O) FileSelectionList.$(H): FileSelectionList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(STCHDR)
+$(OUTDIR)HorizontalMiniScroller.$(O) HorizontalMiniScroller.$(H): HorizontalMiniScroller.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\MiniScroller.$(H) $(INCLUDE_TOP)\stx\libwidg\Scroller.$(H) $(STCHDR)
+$(OUTDIR)ListSelectionBox.$(O) ListSelectionBox.$(H): ListSelectionBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(STCHDR)
+$(OUTDIR)MenuView.$(O) MenuView.$(H): MenuView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(STCHDR)
+$(OUTDIR)PopUpList.$(O) PopUpList.$(H): PopUpList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(STCHDR)
+$(OUTDIR)RadioButtonController.$(O) RadioButtonController.$(H): RadioButtonController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(INCLUDE_TOP)\stx\libwidg\ToggleController.$(H) $(STCHDR)
+$(OUTDIR)Toggle.$(O) Toggle.$(H): Toggle.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(STCHDR)
+$(OUTDIR)VistaToolbarIconLibrary.$(O) VistaToolbarIconLibrary.$(H): VistaToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\XPToolbarIconLibrary.$(H) $(STCHDR)
+$(OUTDIR)WarningBox.$(O) WarningBox.$(H): WarningBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\InfoBox.$(H) $(STCHDR)
+$(OUTDIR)CheckToggle.$(O) CheckToggle.$(H): CheckToggle.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(INCLUDE_TOP)\stx\libwidg\Toggle.$(H) $(STCHDR)
+$(OUTDIR)ClickMenuView.$(O) ClickMenuView.$(H): ClickMenuView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\MenuView.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(STCHDR)
+$(OUTDIR)EditField.$(O) EditField.$(H): EditField.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(STCHDR)
+$(OUTDIR)FileSelectionBox.$(O) FileSelectionBox.$(H): FileSelectionBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(INCLUDE_TOP)\stx\libwidg\ListSelectionBox.$(H) $(STCHDR)
+$(OUTDIR)RadioButton.$(O) RadioButton.$(H): RadioButton.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(INCLUDE_TOP)\stx\libwidg\Toggle.$(H) $(STCHDR)
+$(OUTDIR)TextCollector.$(O) TextCollector.$(H): TextCollector.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(STCHDR)
+$(OUTDIR)Windows8ToolbarIconLibrary.$(O) Windows8ToolbarIconLibrary.$(H): Windows8ToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\VistaToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\XPToolbarIconLibrary.$(H) $(STCHDR)
+$(OUTDIR)YesNoBox.$(O) YesNoBox.$(H): YesNoBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\InfoBox.$(H) $(INCLUDE_TOP)\stx\libwidg\WarningBox.$(H) $(STCHDR)
+$(OUTDIR)FileSaveBox.$(O) FileSaveBox.$(H): FileSaveBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(INCLUDE_TOP)\stx\libwidg\FileSelectionBox.$(H) $(INCLUDE_TOP)\stx\libwidg\ListSelectionBox.$(H) $(STCHDR)
+$(OUTDIR)Workspace.$(O) Workspace.$(H): Workspace.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextCollector.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(STCHDR)
+$(OUTDIR)CodeView.$(O) CodeView.$(H): CodeView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextCollector.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(INCLUDE_TOP)\stx\libwidg\Workspace.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
--- a/bmake.bat	Thu May 01 10:47:38 2014 +0100
+++ b/bmake.bat	Wed Dec 10 23:42:26 2014 +0000
@@ -3,6 +3,10 @@
 @REM type bmake, and wait...
 @REM do not edit - automatically generated from ProjectDefinition
 @REM -------
-make.exe -N -f bc.mak %*
+@SET DEFINES=
+@REM Kludge got Mercurial, cannot be implemented in Borland make
+@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
+@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
+make.exe -N -f bc.mak  %DEFINES% %*
 
 
--- a/libInit.cc	Thu May 01 10:47:38 2014 +0100
+++ b/libInit.cc	Wed Dec 10 23:42:26 2014 +0000
@@ -1,5 +1,5 @@
 /*
- * $Header: /cvs/stx/stx/libwidg/libInit.cc,v 1.31 2013-12-05 09:22:12 stefan Exp $
+ * $Header: /cvs/stx/stx/libwidg/libInit.cc,v 1.32 2014-11-22 22:38:45 cg Exp $
  *
  * DO NOT EDIT
  * automagically generated from the projectDefinition: stx_libwidg.
--- a/libwidg.rc	Thu May 01 10:47:38 2014 +0100
+++ b/libwidg.rc	Wed Dec 10 23:42:26 2014 +0000
@@ -3,8 +3,8 @@
 // automagically generated from the projectDefinition: stx_libwidg.
 //
 VS_VERSION_INFO VERSIONINFO
-  FILEVERSION     6,2,1,35
-  PRODUCTVERSION  6,2,3,0
+  FILEVERSION     6,2,1,37
+  PRODUCTVERSION  6,2,5,0
 #if (__BORLANDC__)
   FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
   FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
@@ -20,12 +20,12 @@
     BEGIN
       VALUE "CompanyName", "eXept Software AG\0"
       VALUE "FileDescription", "Smalltalk/X Elementary Widgets (LIB)\0"
-      VALUE "FileVersion", "6.2.1.35\0"
+      VALUE "FileVersion", "6.2.1.37\0"
       VALUE "InternalName", "stx:libwidg\0"
       VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2012\0"
       VALUE "ProductName", "Smalltalk/X\0"
-      VALUE "ProductVersion", "6.2.3.0\0"
-      VALUE "ProductDate", "Thu, 05 Dec 2013 09:21:46 GMT\0"
+      VALUE "ProductVersion", "6.2.5.0\0"
+      VALUE "ProductDate", "Sat, 22 Nov 2014 22:37:59 GMT\0"
     END
 
   END
--- a/resources/README	Thu May 01 10:47:38 2014 +0100
+++ b/resources/README	Wed Dec 10 23:42:26 2014 +0000
@@ -3,9 +3,9 @@
 The widget classes get their strings from these resource files.
 These files are only read during startup.
 
+Notice: starting with ST/X vsn 5.5.1, all resource strings are being
+	concentrated into a single catalog (libview/resources/<LANG>.rs)
+
 Notice: in ST/X above vsn 2.10.2, all style relevant stuff has
 	been removed from the resource files into separate style
 	sheets. Resourcefiles now only contain string translations.
-
-Notice: starting with ST/X vsn 5.5.1, all resource strings are being
-	concentrated into a single catalog (libview/resources/<LANG>.rs)
--- a/stx_libwidg.st	Thu May 01 10:47:38 2014 +0100
+++ b/stx_libwidg.st	Wed Dec 10 23:42:26 2014 +0000
@@ -110,6 +110,10 @@
 
 stcOptimizationOptions
     ^ '+optinline'
+!
+
+stcWarningOptions
+    ^ '-warnNonStandard -warnUnused'
 ! !
 
 !stx_libwidg class methodsFor:'description - contents'!
@@ -122,79 +126,78 @@
 
     ^ #(
         "<className> or (<className> attributes...) in load order"
+        ButtonController
+        DialogBox
+        EditTextViewCompletionSupport
+        EnterFieldGroup
+        FramedBox
+        GenericToolbarIconLibrary
         Label
-        Button     
-        ArrowButton
-        ButtonController 
-        CheckLabel
-        Toggle
-        ToggleController
-        CheckToggle
-        DialogBox
         ListView
-        TextView
-        EditTextView
-        EditField
-        EnterBox
-        EnterBox2
-        EnterFieldGroup
-        FontPanel
-        FramedBox
-        InfoBox
-        ListSelectionBox
-        FileSelectionBox
-        FileSaveBox
         ListViewController
+        MenuEvent
         ObjectView
-        OptionBox
         PanelView
-        PopUpList
-        PopUpListController
         PopUpMenu
         PullDownMenu
-        RadioButton
-        RadioButtonController
         RadioButtonGroup
         ScrollBar
-        HorizontalScrollBar
         ScrollableView
+        Scroller
+        SelectionInList
+        VariablePanel
+        VariablePanelController
+        #'stx_libwidg'
+        Button
+        CheckLabel
+        EnterBox
+        FontPanel
         HVScrollableView
         HorizontalPanelView
-        Scroller
+        HorizontalScrollBar
+        HorizontalScroller
+        InfoBox
         MiniScroller
-        HorizontalMiniScroller
-        HorizontalScroller
-        SelectionInList
+        MultiColumnPanelView
         MultiSelectionInList
+        OptionBox
+        PopUpListController
         SelectionInListView
-        FileSelectionList
-        MenuView
-        ClickMenuView
         SequenceView
-        TextCollector
-        VariablePanel
-        VariablePanelController
+        TextView
+        ToggleController
         VariableHorizontalPanel
         VariableHorizontalPanelController
         VariableVerticalPanel
         VariableVerticalPanelController
         VerticalPanelView
+        WorkspaceCompletionSupport
+        XPToolbarIconLibrary
+        ArrowButton
+        EditTextView
+        EnterBox2
+        FileSelectionList
+        HorizontalMiniScroller
+        ListSelectionBox
+        (MacOSXToolbarIconLibrary autoload)
+        MenuView
+        PopUpList
+        RadioButtonController
+        Toggle
+        VistaToolbarIconLibrary
         WarningBox
+        CheckToggle
+        ClickMenuView
+        EditField
+        FileSelectionBox
+        RadioButton
+        TextCollector
+        Windows8ToolbarIconLibrary
+        YesNoBox
+        FileSaveBox
         Workspace
         CodeView
-        YesNoBox
-        #'stx_libwidg'
-        MultiColumnPanelView
-        GenericToolbarIconLibrary
-        XPToolbarIconLibrary
-        VistaToolbarIconLibrary
-        MenuEvent
-        Windows8ToolbarIconLibrary
-        EditTextViewCompletionSupport
-        WorkspaceCompletionSupport
     )
-
-    "Modified: / 26-09-2013 / 18:29:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 extensionMethodNames
@@ -243,10 +246,10 @@
 !stx_libwidg class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.36 2013-12-05 09:22:14 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.38 2014-11-22 22:38:47 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.36 2013-12-05 09:22:14 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.38 2014-11-22 22:38:47 cg Exp $'
 ! !