AbstractSettingsApplication.st
branchjv
changeset 12401 4714b9640528
parent 12308 5d9291c0fc27
parent 12097 eb4fe82b2271
child 12406 1fbd331e4489
--- a/AbstractSettingsApplication.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/AbstractSettingsApplication.st	Wed Jan 30 11:15:09 2013 +0000
@@ -409,6 +409,7 @@
 "
 ! !
 
+
 !AbstractSettingsApplication class methodsFor:'defaults'!
 
 classResources
@@ -431,12 +432,14 @@
     "Created: / 25-10-2010 / 09:37:21 / cg"
 ! !
 
+
 !AbstractSettingsApplication class methodsFor:'interface specs'!
 
 windowSpec
     self subclassResponsibility
 ! !
 
+
 !AbstractSettingsApplication class methodsFor:'queries'!
 
 isVisualStartable
@@ -447,6 +450,7 @@
     ^ super isVisualStartable
 ! !
 
+
 !AbstractSettingsApplication methodsFor:'accessing'!
 
 requestor:anotherApplication
@@ -465,6 +469,7 @@
     "Modified: / 12-05-2010 / 18:44:09 / cg"
 ! !
 
+
 !AbstractSettingsApplication methodsFor:'actions'!
 
 evaluateModified
@@ -540,6 +545,7 @@
     self modifiedChannel value:self hasUnsavedChanges
 ! !
 
+
 !AbstractSettingsApplication methodsFor:'aspects'!
 
 modifiedChannel
@@ -550,6 +556,7 @@
     ^ modifiedChannel
 ! !
 
+
 !AbstractSettingsApplication methodsFor:'helpers'!
 
 hasChangedAspectIn:aListOfAspects asComparedTo:anAspectProvider
@@ -621,6 +628,7 @@
     "Modified: / 24-08-2010 / 16:52:42 / sr"
 ! !
 
+
 !AbstractSettingsApplication methodsFor:'initialization'!
 
 initialize
@@ -637,12 +645,14 @@
     currentUserPrefs := UserPreferences current.
 ! !
 
+
 !AbstractSettingsApplication methodsFor:'menu'!
 
 settingsDialogPopUpMenu
     ^ nil
 ! !
 
+
 !AbstractSettingsApplication methodsFor:'protocol'!
 
 askForChangeOnRelease
@@ -682,6 +692,7 @@
     ^ nil.
 ! !
 
+
 !AbstractSettingsApplication methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -699,6 +710,7 @@
     ^ settingsDialog getNameOfApplication:self.
 ! !
 
+
 !AbstractSettingsApplication::BuildSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -709,6 +721,7 @@
     "Modified: / 17-09-2007 / 11:35:02 / cg"
 ! !
 
+
 !AbstractSettingsApplication::BuildSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -867,6 +880,7 @@
     "Modified: / 22-01-2012 / 10:59:44 / cg"
 ! !
 
+
 !AbstractSettingsApplication::BuildSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -929,6 +943,7 @@
     ].
 ! !
 
+
 !AbstractSettingsApplication::BuildSettingsAppl methodsFor:'aspects'!
 
 buildDirectory
@@ -967,12 +982,14 @@
     "Created: / 22-01-2012 / 10:59:30 / cg"
 ! !
 
+
 !AbstractSettingsApplication::BuildSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/buildSetup.html'
 ! !
 
+
 !AbstractSettingsApplication::BuildSettingsAppl methodsFor:'initialization'!
 
 postBuildDirectoryField:aField
@@ -981,6 +998,7 @@
 	with:(Filename currentDirectory construct:'stx_build') pathName)
 ! !
 
+
 !AbstractSettingsApplication::BuildSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -998,6 +1016,7 @@
     "Modified: / 22-01-2012 / 10:50:15 / cg"
 ! !
 
+
 !AbstractSettingsApplication::ByteCodeCompilerSettingsAppl class methodsFor:'defaults'!
 
 constantFoldingOptions
@@ -1010,6 +1029,7 @@
     ^ #('disabled' 'level1 (always safe)' 'level2 (usually safe)' 'full')
 ! !
 
+
 !AbstractSettingsApplication::ByteCodeCompilerSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -1096,6 +1116,7 @@
 @@PC@@LD@@P@@0PDA@PC@0LC@0LD@0LC@0LC@@LC@0LC@0PD') ; colorMapFromArray:#[255 189 23 127 127 127 236 233 216 0 0 0 255 255 255 194 194 194 161 161 165]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@A @@C0@@33@A?? A?? @??@@??@C??0G??8G??8C??0@??@@??@A?? A?? @33@@C0@O5+<HT*DHTJDO7;<') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::ByteCodeCompilerSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -1538,6 +1559,7 @@
     "Modified: / 08-03-2012 / 10:26:26 / cg"
 ! !
 
+
 !AbstractSettingsApplication::ByteCodeCompilerSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -1641,6 +1663,7 @@
     AbstractLauncherApplication::LauncherDialogs stcCompilerSettings
 ! !
 
+
 !AbstractSettingsApplication::ByteCodeCompilerSettingsAppl methodsFor:'aspects'!
 
 allowAssignmentToPoolVariable
@@ -2019,6 +2042,7 @@
     ^ warnings.
 ! !
 
+
 !AbstractSettingsApplication::ByteCodeCompilerSettingsAppl methodsFor:'change & update'!
 
 update:something with:aParameter from:changedObject
@@ -2040,12 +2064,14 @@
     super update:something with:aParameter from:changedObject
 ! !
 
+
 !AbstractSettingsApplication::ByteCodeCompilerSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/compilerSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::ByteCodeCompilerSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -2069,6 +2095,7 @@
     ^ ObjectMemory supportsJustInTimeCompilation
 ! !
 
+
 !AbstractSettingsApplication::ChangeFileSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -2097,6 +2124,7 @@
 A@PDA@PDA@PDB@(JB (HB@ HB@ HB@ HB@ HB@ HB@ JB @a') ; 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:'@@@@_?? _??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0O??0') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::ChangeFileSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -2191,6 +2219,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::ChangeFileSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -2210,6 +2239,7 @@
     "Modified: / 09-02-2011 / 20:32:47 / cg"
 ! !
 
+
 !AbstractSettingsApplication::ChangeFileSettingsAppl methodsFor:'aspects'!
 
 changeFileName
@@ -2242,12 +2272,14 @@
     "Modified (format): / 25-11-2011 / 15:43:45 / cg"
 ! !
 
+
 !AbstractSettingsApplication::ChangeFileSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/messageSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::ChangeFileSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -2259,6 +2291,7 @@
     "Modified: / 27-10-2010 / 10:17:21 / cg"
 ! !
 
+
 !AbstractSettingsApplication::CodeGeneratorSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -2287,6 +2320,7 @@
 A@PDA@PDA@PDB@(JB (HB@ HB@ HB@ HB@ HB@ HB@ JB @a') ; 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 255 248 248 207 216 240 240 240 248 239 232 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:'@@@@_?? _??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0O??0') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::CodeGeneratorSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -2365,6 +2399,7 @@
     "Modified: / 04-07-2011 / 16:58:44 / cg"
 ! !
 
+
 !AbstractSettingsApplication::CodeGeneratorSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -2379,6 +2414,7 @@
 	to:currentUserPrefs.
 ! !
 
+
 !AbstractSettingsApplication::CodeGeneratorSettingsAppl methodsFor:'aspects'!
 
 aspectSelectors
@@ -2413,12 +2449,14 @@
     ^ generateCommentsForSetters.
 ! !
 
+
 !AbstractSettingsApplication::CodeGeneratorSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/codeGeneratorSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::CodeGeneratorSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -2429,6 +2467,7 @@
     "Modified: / 25-11-2011 / 15:22:51 / cg"
 ! !
 
+
 !AbstractSettingsApplication::CommunicationLoggingSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -2488,6 +2527,7 @@
 @@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 32 96 80 240 240 240 192 192 192 64 144 128 80 80 80 48 112 112 48 128 128 32 96 96 48 128 112 224 224 224 32 80 80 64 96 96 0 80 128]; mask:((Depth1Image new) width: 17; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@_?<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??<@??8@@@@@@@@@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::CommunicationLoggingSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -2552,6 +2592,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::CommunicationLoggingSettingsAppl methodsFor:'actions'!
 
 aspectsFromUserPreferences
@@ -2573,6 +2614,7 @@
 	to:currentUserPrefs.
 ! !
 
+
 !AbstractSettingsApplication::CommunicationLoggingSettingsAppl methodsFor:'aspects'!
 
 logHTTPRequests
@@ -2591,12 +2633,14 @@
     ^ logSOAPRequests.
 ! !
 
+
 !AbstractSettingsApplication::CommunicationLoggingSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/comLoggingSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::CommunicationLoggingSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -2605,6 +2649,7 @@
 	asComparedTo:currentUserPrefs
 ! !
 
+
 !AbstractSettingsApplication::DebuggerSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -2613,6 +2658,7 @@
     ^ ToolbarIconLibrary bugReporter24x24Icon
 ! !
 
+
 !AbstractSettingsApplication::DebuggerSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -2748,6 +2794,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::DebuggerSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -2775,6 +2822,7 @@
     "Modified: / 10-06-2012 / 21:23:32 / cg"
 ! !
 
+
 !AbstractSettingsApplication::DebuggerSettingsAppl methodsFor:'aspects'!
 
 allowSendMailFromDebugger
@@ -2824,12 +2872,14 @@
     ^ verboseBacktraceInDebugger.
 ! !
 
+
 !AbstractSettingsApplication::DebuggerSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/debuggerSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::DebuggerSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -2843,6 +2893,7 @@
     "Modified: / 10-06-2012 / 21:23:54 / cg"
 ! !
 
+
 !AbstractSettingsApplication::DisplaySettingsAppl class methodsFor:'defaults'!
 
 clipEncodingStrings
@@ -2875,6 +2926,7 @@
     ^ #(ordered floydSteinberg)
 ! !
 
+
 !AbstractSettingsApplication::DisplaySettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -2883,6 +2935,7 @@
     ^ ToolbarIconLibrary displayScreenIcon
 ! !
 
+
 !AbstractSettingsApplication::DisplaySettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -3090,6 +3143,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::DisplaySettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -3149,6 +3203,7 @@
     screen clipboardEncoding:(self class clipEncodingSyms at:self clipEncodingListSelection value).
 ! !
 
+
 !AbstractSettingsApplication::DisplaySettingsAppl methodsFor:'aspects'!
 
 clipEncodingList
@@ -3324,6 +3379,7 @@
     ^ visualIsPseudoColor.
 ! !
 
+
 !AbstractSettingsApplication::DisplaySettingsAppl methodsFor:'change & update'!
 
 monitorSelectionChanged
@@ -3365,12 +3421,14 @@
     super update:something with:aParameter from:changedObject
 ! !
 
+
 !AbstractSettingsApplication::DisplaySettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/screenSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::DisplaySettingsAppl methodsFor:'initialization & release'!
 
 initialize
@@ -3406,6 +3464,7 @@
 
 ! !
 
+
 !AbstractSettingsApplication::DisplaySettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -3423,6 +3482,7 @@
     ^ false
 ! !
 
+
 !AbstractSettingsApplication::EditSettingsAppl class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -3465,6 +3525,7 @@
     "Created: / 17-03-2012 / 11:37:51 / cg"
 ! !
 
+
 !AbstractSettingsApplication::EditSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -3473,6 +3534,7 @@
     ^ ToolbarIconLibrary editorIcon
 ! !
 
+
 !AbstractSettingsApplication::EditSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -3609,6 +3671,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::EditSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -3660,6 +3723,7 @@
     "Modified: / 07-03-2012 / 14:33:40 / cg"
 ! !
 
+
 !AbstractSettingsApplication::EditSettingsAppl methodsFor:'aspects'!
 
 enforceContentsDropForFiles
@@ -3755,12 +3819,14 @@
     ^ whitespaceWordSelectMode.
 ! !
 
+
 !AbstractSettingsApplication::EditSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/editSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::EditSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -3779,6 +3845,7 @@
     "Modified: / 25-11-2011 / 15:23:02 / cg"
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl class methodsFor:'defaults'!
 
 widgetList
@@ -3793,6 +3860,7 @@
        )
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -3835,6 +3903,7 @@
     "Created: / 17-03-2012 / 11:37:51 / cg"
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -3866,6 +3935,7 @@
 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]
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl class methodsFor:'instance creation'!
 
 fontForEncoding:encodingMatch
@@ -3878,6 +3948,7 @@
     self open.
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -4299,6 +4370,7 @@
     "Modified: / 17-03-2012 / 11:44:29 / cg"
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl methodsFor:'accessing'!
 
 encodingMatch:aEncodingMatch
@@ -4309,6 +4381,7 @@
     ].
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl methodsFor:'actions'!
 
 basicReadFontSettings
@@ -4471,17 +4544,8 @@
 changeToDefault
     "/View readStyleSheetAndUpdateAllStyleCaches.
     View updateAllStyleCaches.
-
     self basicReadFontSettings.
 
-"/    self textDef value:(TextView defaultFont).
-"/    self inputFieldDef value:(EditTextView defaultFont).
-"/    self menuDef value:(MenuView defaultFont).
-"/    self listDef value:(ListView defaultFont).
-"/    self labelDef value:variableFont.
-"/    self buttonDef value:variableFont.
-"/    self allOfThem value:variableFont.
-
     "Created: / 06-02-2012 / 12:06:00 / cg"
 !
 
@@ -4553,6 +4617,7 @@
     "Created: / 17-03-2012 / 11:22:18 / cg"
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl methodsFor:'aspects'!
 
 allFontLabelHolder
@@ -4712,6 +4777,7 @@
     ^ textFontLabelHolder.
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl methodsFor:'change & update'!
 
 update:something with:aParameter from:changedObject
@@ -4772,12 +4838,14 @@
     self updateModifiedChannel
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/fontSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl methodsFor:'initialization & release'!
 
 postBuildAllFontLabel:aWidget
@@ -4821,6 +4889,7 @@
     super postBuildWith:aBuilder
 ! !
 
+
 !AbstractSettingsApplication::FontSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -4838,6 +4907,7 @@
     "Modified: / 10-10-2011 / 12:14:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::GeneralCompilerSettingsAppl class methodsFor:'defaults'!
 
 keepSourceOptions
@@ -4850,6 +4920,7 @@
     ^ #('Keep as String' 'Reference to Filename' 'Reference to Full Path' 'Append and Ref in `st.src''' 'Discard' )
 ! !
 
+
 !AbstractSettingsApplication::GeneralCompilerSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -4909,6 +4980,7 @@
 A@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PD') ; colorMapFromArray:#[255 189 23 127 127 127 236 233 216 0 0 0 255 255 255 194 194 194 161 161 165]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@A @@C0@@33@A?? A?? @??@@??@C??0G??8G??8C??0@??@@??@A?? A?? @33@@C0@@A @@@@@@@@@@@@@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::GeneralCompilerSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -5068,6 +5140,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::GeneralCompilerSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -5116,6 +5189,7 @@
     "Modified: / 08-07-2011 / 10:26:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::GeneralCompilerSettingsAppl methodsFor:'aspects'!
 
 canLoadBinaries
@@ -5214,12 +5288,14 @@
     "Modified: / 04-08-2010 / 18:37:53 / cg"
 ! !
 
+
 !AbstractSettingsApplication::GeneralCompilerSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/compilerSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::GeneralCompilerSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -5236,6 +5312,7 @@
     "Modified: / 08-07-2011 / 10:25:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication class methodsFor:'image specs'!
 
 defaultIcon
@@ -5264,6 +5341,7 @@
 JB (JCX6AS@@@@@@@@@@@@@@J28AM#XAJCX(M T0@@@@@@@a') ; colorMapFromArray:#[0 0 0 144 144 144 112 144 112 16 96 16 0 80 0 128 128 128 0 144 0 0 112 64 0 224 16 0 240 0 0 64 160 16 16 224 64 64 192 128 144 128 0 160 0 0 208 32 0 0 240 0 32 208 0 112 128 0 0 224 48 48 96 0 128 32 0 96 128 0 80 160 0 16 224 0 208 0 64 112 64 32 128 32 0 96 112 48 48 112 0 96 144 0 192 32 48 48 64 0 192 0 64 112 144 64 96 144 64 192 64 64 160 96 64 128 112 80 96 80 160 160 160 16 32 64 0 48 192 96 96 96 0 160 80 208 208 208 192 192 192 224 224 224 48 48 48 0 16 48 0 64 176 0 176 64 192 176 192 176 192 176 176 176 176 0 0 80 0 144 80 0 32 192 16 16 16 208 192 208 208 144 144 96 192 96 176 160 176 48 48 128 0 112 112 0 0 144 0 144 64 160 160 64 144 144 80 48 112 48 0 0 208 208 208 224 48 48 80 32 32 144 224 208 224 176 176 224 176 176 240 192 176 208]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'C? @G?0@O?8@_?<@??<@??>@???@???@???@???@???@???@???@_??@O??@G??@A??@@??@@??@@??@@??@@??@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication class methodsFor:'interface specs'!
 
 windowSpec
@@ -5430,6 +5508,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication class methodsFor:'servers access'!
 
 addCreatedServer:aServer
@@ -5451,6 +5530,7 @@
     self createdServers remove:aServer ifAbsent:nil.
 ! !
 
+
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication methodsFor:'actions'!
 
 basicReadSettings
@@ -5668,6 +5748,7 @@
     "Modified: / 26-08-2012 / 10:26:20 / cg"
 ! !
 
+
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication methodsFor:'aspects'!
 
 hasCreatedServerChannel
@@ -5707,6 +5788,7 @@
     ^ portNumberChannel.
 ! !
 
+
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication methodsFor:'change & update'!
 
 createdServerChanged
@@ -5733,12 +5815,14 @@
     "Modified: / 25-01-2007 / 16:38:52 / cg"
 ! !
 
+
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication methodsFor:'help'!
 
 helpFilename
     ^ 'HTTPServer/index.html'
 ! !
 
+
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication methodsFor:'initialization & release'!
 
 release
@@ -5752,6 +5836,7 @@
     "Modified: / 25-01-2007 / 16:39:23 / cg"
 ! !
 
+
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication methodsFor:'queries'!
 
 hasCreatedServer
@@ -5799,6 +5884,7 @@
     "Created: / 25-01-2007 / 17:16:46 / cg"
 ! !
 
+
 !AbstractSettingsApplication::KbdMappingSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -5807,6 +5893,7 @@
     ^ ToolbarIconLibrary keyboardMappingIcon
 ! !
 
+
 !AbstractSettingsApplication::KbdMappingSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -5913,6 +6000,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::KbdMappingSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -5923,6 +6011,7 @@
     "nothing done here"
 ! !
 
+
 !AbstractSettingsApplication::KbdMappingSettingsAppl methodsFor:'aspects'!
 
 functionKeyList
@@ -5972,6 +6061,7 @@
     ^ selectedRawKey.
 ! !
 
+
 !AbstractSettingsApplication::KbdMappingSettingsAppl methodsFor:'change & update'!
 
 changeFunctionKeySelection
@@ -6048,12 +6138,14 @@
     super update:something with:aParameter from:changedObject
 ! !
 
+
 !AbstractSettingsApplication::KbdMappingSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/keyboardSetting.html'
 ! !
 
+
 !AbstractSettingsApplication::KbdMappingSettingsAppl methodsFor:'initialization & release'!
 
 initialize
@@ -6068,6 +6160,7 @@
     self labelTextHolder value:(resources at:'KEY_MSG2' default:'keyboard mapping:') withCRs.
 ! !
 
+
 !AbstractSettingsApplication::KbdMappingSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -6075,6 +6168,7 @@
     ^ false
 ! !
 
+
 !AbstractSettingsApplication::LanguageSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -6083,6 +6177,7 @@
     ^ ToolbarIconLibrary languagesIcon
 ! !
 
+
 !AbstractSettingsApplication::LanguageSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -6191,6 +6286,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::LanguageSettingsAppl methodsFor:'accessing'!
 
 languageList
@@ -6199,6 +6295,7 @@
     ^ languageList
 ! !
 
+
 !AbstractSettingsApplication::LanguageSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -6360,6 +6457,7 @@
     self setNoticeLabel.
 ! !
 
+
 !AbstractSettingsApplication::LanguageSettingsAppl methodsFor:'aspects'!
 
 currentFlagAndLanguageChannel
@@ -6425,12 +6523,14 @@
 	value: ((resources at:'LANG_MSG' default:'Select a Language') withCRs).
 ! !
 
+
 !AbstractSettingsApplication::LanguageSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/languageSetting.html'
 ! !
 
+
 !AbstractSettingsApplication::LanguageSettingsAppl methodsFor:'initialization & release'!
 
 initialize
@@ -6577,6 +6677,7 @@
     aWidget scrolledView backgroundColor:self window viewBackground.
 ! !
 
+
 !AbstractSettingsApplication::LanguageSettingsAppl methodsFor:'queries'!
 
 currentLanguage
@@ -6616,6 +6717,7 @@
     "Modified: / 24-08-2010 / 18:50:11 / sr"
 ! !
 
+
 !AbstractSettingsApplication::MemorySettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -6624,6 +6726,7 @@
     ^ ToolbarIconLibrary memoryIcon
 ! !
 
+
 !AbstractSettingsApplication::MemorySettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -7142,6 +7245,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::MemorySettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -7192,6 +7296,7 @@
     "Modified: / 12-08-2010 / 15:34:47 / cg"
 ! !
 
+
 !AbstractSettingsApplication::MemorySettingsAppl methodsFor:'aspects'!
 
 codeLimit
@@ -7317,12 +7422,14 @@
     ^ warningLabelHolder.
 ! !
 
+
 !AbstractSettingsApplication::MemorySettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/memorySettings.html'
 ! !
 
+
 !AbstractSettingsApplication::MemorySettingsAppl methodsFor:'initialization & release'!
 
 initialize
@@ -7334,6 +7441,7 @@
 	       ).
 ! !
 
+
 !AbstractSettingsApplication::MemorySettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -7361,6 +7469,7 @@
     "Modified: / 12-08-2010 / 15:33:12 / cg"
 ! !
 
+
 !AbstractSettingsApplication::MiscCommunicationSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -7386,6 +7495,7 @@
 P"DQ]PU%@@@@@EBUHQU5U%@@@@@@@B !!YHU%@@@@@@@E@ UFY%@@@@@@@@APIH@@@@@@@@@@@@T@@@@@@@@b') ; colorMapFromArray:#[0 0 0 224 224 224 64 64 64 96 96 96 128 128 128 192 192 192 32 32 32 96 96 96 160 160 160 96 96 96]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G@C O G0_0O8?8_<?(W<?8_<???<=:^<???<???<???<_??<O??<O??<B?=\@?<8@?=0@?? @O?@@W>@@K @@D@@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::MiscCommunicationSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -7767,6 +7877,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::MiscCommunicationSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -7880,6 +7991,7 @@
     "Modified: / 20-09-2007 / 16:05:01 / cg"
 ! !
 
+
 !AbstractSettingsApplication::MiscCommunicationSettingsAppl methodsFor:'aspects'!
 
 acceptChannel
@@ -8034,6 +8146,7 @@
     ^ windowMigrationPassword.
 ! !
 
+
 !AbstractSettingsApplication::MiscCommunicationSettingsAppl methodsFor:'change & update'!
 
 selectedSmallTeamHostChanged
@@ -8054,12 +8167,14 @@
     "Created: / 12-11-2006 / 19:09:40 / cg"
 ! !
 
+
 !AbstractSettingsApplication::MiscCommunicationSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/communicationsSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::MiscCommunicationSettingsAppl methodsFor:'initialization & release'!
 
 initialize
@@ -8067,6 +8182,7 @@
     self readSettings.
 ! !
 
+
 !AbstractSettingsApplication::MiscCommunicationSettingsAppl methodsFor:'queries'!
 
 addHostEnabled
@@ -8118,6 +8234,7 @@
     ^ WindowMigrationServer notNil
 ! !
 
+
 !AbstractSettingsApplication::MiscCommunicationSettingsAppl methodsFor:'user actions'!
 
 addSmallTeamHost
@@ -8156,6 +8273,7 @@
     "Modified: / 12-11-2006 / 19:15:05 / cg"
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplay2SettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -8184,6 +8302,7 @@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 32 96 80 240 240 240 192 192 192 64 144 128 80 80 80 48 112 112 48 128 128 32 96 96 48 128 112 224 224 224 32 80 80 64 96 96 0 80 128 128 128 128 16 144 192 16 128 176 16 128 160 0 112 160 0 112 144 0 96 144 16 112 144 0 96 128 0 80 112 100 100 100 127 127 127 255 255 0]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@8@@@8@@@P@@@P_?<P??<P??<P??<P??<8??=<???<??>8??<8??<8??=<??=<??=<??=<??9<@@@8@@@@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplay2SettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -8319,6 +8438,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplay2SettingsAppl methodsFor:'actions'!
 
 aspectsFromUserPreferences
@@ -8399,6 +8519,7 @@
     "Modified: / 24-08-2010 / 17:27:25 / sr"
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplay2SettingsAppl methodsFor:'aspects'!
 
 displaySupportsNativeDialogs
@@ -8481,12 +8602,14 @@
     ^ shadows.
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplay2SettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/miscSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplay2SettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -8522,6 +8645,7 @@
      ^ Screen current platformName = 'WIN32'
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplaySettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -8550,6 +8674,7 @@
 B (JB (E@@@@@@@@APTEAPTEAPTEAPTEAPTEAP@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 32 96 80 240 240 240 192 192 192 64 144 128 80 80 80 48 112 112 48 128 128 32 96 96 48 128 112 224 224 224 32 80 80 64 96 96 0 80 128 128 128 128 16 144 192 16 128 176 16 128 160 0 112 160 0 112 144 0 96 144 16 112 144 0 96 128 0 80 112]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@C@@@G @@O0@@_8@@?<@A?>@C??@G??0O??0G??8???0??? ???@??>@??<@??<@??<@??<@??<@??<@??<@??<@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplaySettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -8791,6 +8916,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplaySettingsAppl methodsFor:'actions'!
 
 aspectsFromUserPreferences
@@ -8872,6 +8998,7 @@
     ]
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplaySettingsAppl methodsFor:'aspects'!
 
 activateOnClick
@@ -9034,12 +9161,14 @@
     ^ takeFocus.
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplaySettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/miscSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::MiscDisplaySettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -9056,6 +9185,7 @@
     ^ false
 ! !
 
+
 !AbstractSettingsApplication::OsiSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -9064,6 +9194,7 @@
     ^ AbstractSettingsApplication::MiscCommunicationSettingsAppl defaultIcon.
 ! !
 
+
 !AbstractSettingsApplication::OsiSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -9284,6 +9415,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::OsiSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -9324,6 +9456,7 @@
     ].
 ! !
 
+
 !AbstractSettingsApplication::OsiSettingsAppl methodsFor:'aspects'!
 
 osiACSEConnectionLogging
@@ -9406,12 +9539,14 @@
     ^ osiROSEResponseLogging.
 ! !
 
+
 !AbstractSettingsApplication::OsiSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/communicationsSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::OsiSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -9430,6 +9565,7 @@
 	self osiCMISEMessageLogging value ~= OSI::CMISE messageLogging]]])
 ! !
 
+
 !AbstractSettingsApplication::PrinterSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -9438,6 +9574,7 @@
     ^ ToolbarIconLibrary printerIcon
 ! !
 
+
 !AbstractSettingsApplication::PrinterSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -9761,6 +9898,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::PrinterSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -9815,6 +9953,7 @@
     ].
 ! !
 
+
 !AbstractSettingsApplication::PrinterSettingsAppl methodsFor:'aspects'!
 
 bottomMargin
@@ -10089,6 +10228,7 @@
     ^ unitList.
 ! !
 
+
 !AbstractSettingsApplication::PrinterSettingsAppl methodsFor:'change & update'!
 
 printerTypeSelectionChanged
@@ -10172,12 +10312,14 @@
     super update:something with:aParameter from:changedObject
 ! !
 
+
 !AbstractSettingsApplication::PrinterSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/printerSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::PrinterSettingsAppl methodsFor:'queries'!
 
 commandList
@@ -10238,6 +10380,7 @@
     ^ possiblePrinters
 ! !
 
+
 !AbstractSettingsApplication::ProcessorSchedulerSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -10263,6 +10406,7 @@
 DQDQDQI@@@@@P!!DQDQDQI@@@@@@DH"DQD"I@@@@@@@ADP"H$Q@@@@@@@@@@DQD@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 128 128 128 0 128 128 192 192 192]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@G @@?<@A?>@C??@G?? O??0O??0O??0_??8_??8_??8_??8O??0O??0O??0G?? C??@A?>@@?<@@G @@@@@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::ProcessorSchedulerSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -10338,6 +10482,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::ProcessorSchedulerSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -10359,6 +10504,7 @@
     ].
 ! !
 
+
 !AbstractSettingsApplication::ProcessorSchedulerSettingsAppl methodsFor:'aspects'!
 
 dynamicPrios
@@ -10377,12 +10523,14 @@
     ^ preemptive.
 ! !
 
+
 !AbstractSettingsApplication::ProcessorSchedulerSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/miscSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::ProcessorSchedulerSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -10391,6 +10539,7 @@
     ^ false
 ! !
 
+
 !AbstractSettingsApplication::RDoItServerSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -10416,6 +10565,7 @@
 !!B D @A%T@@@@@BBP$IH @@@@@@@@HPHHB"@@@@@@@@@@@!!H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 64 80 96 240 240 0 80 112 112 240 240 240 64 64 64 48 64 80 64 96 96 128 128 0 128 128 128 48 80 80 80 96 96 112 112 112 64 80 80 80 96 112]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@G??0G??0G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8G??8A??8@O?@@O?@@G>@@A0@@@@@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::RDoItServerSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -10758,6 +10908,7 @@
     "Modified: / 20-05-2010 / 12:15:22 / cg"
 ! !
 
+
 !AbstractSettingsApplication::RDoItServerSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -10874,6 +11025,7 @@
     ^ portOrPath
 ! !
 
+
 !AbstractSettingsApplication::RDoItServerSettingsAppl methodsFor:'aspects'!
 
 rDoitEnabledOnlyViaLocalConnection
@@ -10997,6 +11149,7 @@
     ^ scriptingServerPortOrPath.
 ! !
 
+
 !AbstractSettingsApplication::RDoItServerSettingsAppl methodsFor:'change & update'!
 
 rDoitsEnabledChanged
@@ -11009,12 +11162,14 @@
     ]
 ! !
 
+
 !AbstractSettingsApplication::RDoItServerSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/communicationsSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::RDoItServerSettingsAppl methodsFor:'queries'!
 
 hasRDoitServer
@@ -11058,6 +11213,7 @@
     "Modified: / 20-05-2010 / 14:48:52 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SQLServerSettingsAppl class methodsFor:'image specs'!
 
 dbIcon1
@@ -11121,6 +11277,7 @@
     ^ self dbIcon2.
 ! !
 
+
 !AbstractSettingsApplication::SQLServerSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -11335,6 +11492,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::SQLServerSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -11400,6 +11558,7 @@
     "Modified: / 25-01-2007 / 17:41:20 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SQLServerSettingsAppl methodsFor:'aspects'!
 
 sqlDataLogging
@@ -11466,6 +11625,7 @@
     ^ sqlStatementLogging.
 ! !
 
+
 !AbstractSettingsApplication::SQLServerSettingsAppl methodsFor:'change & update'!
 
 sqlServerEnabledChanged
@@ -11490,12 +11650,14 @@
     "Modified: / 25-01-2007 / 17:40:03 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SQLServerSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/communicationsSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::SQLServerSettingsAppl methodsFor:'queries'!
 
 hasSQLServerClass
@@ -11531,6 +11693,7 @@
     "Created: / 25-01-2007 / 17:29:59 / cg"
 ! !
 
+
 !AbstractSettingsApplication::STCCompilerSettingsAppl class methodsFor:'defaults'!
 
 stcCompilationOptions
@@ -11542,6 +11705,7 @@
     ^ #('primitive code only' 'never')
 ! !
 
+
 !AbstractSettingsApplication::STCCompilerSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -11655,6 +11819,7 @@
 @@LC@@LCA@PD@0PDA@PC@0PDA@PDA@PDA@PDA@PDA@PC@0PD') ; colorMapFromArray:#[255 189 23 127 127 127 236 233 216 0 0 0 255 255 255 194 194 194 161 161 165]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@A @@C0@@33@A?? A?? @??@@??@C??0G??8G??8C??0@??@@??@A?? A?? @33@LC0LHA DP@@BH6[DL@@L') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::STCCompilerSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -12113,6 +12278,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::STCCompilerSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -12177,6 +12343,7 @@
     "Modified: / 16-09-2011 / 18:45:28 / cg"
 ! !
 
+
 !AbstractSettingsApplication::STCCompilerSettingsAppl methodsFor:'aspects'!
 
 canLoadBinaries
@@ -12329,6 +12496,7 @@
     ^ stcOptions.
 ! !
 
+
 !AbstractSettingsApplication::STCCompilerSettingsAppl methodsFor:'help'!
 
 helpFilename
@@ -12344,6 +12512,7 @@
     "Created: / 16-09-2011 / 18:18:32 / cg"
 ! !
 
+
 !AbstractSettingsApplication::STCCompilerSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -12375,6 +12544,7 @@
     "Modified: / 16-09-2011 / 18:42:00 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeFormatSettingsAppl class methodsFor:'defaults'!
 
 exampleText
@@ -12421,6 +12591,7 @@
 '.
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeFormatSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -12446,6 +12617,7 @@
 UUUUUUUH**"EUZUUUUUUUT"**HV*)UUUUUUURJ*(!!UUUUUUUUUUH**"TQDQDQDQDQD"**("H"H"H"H"H"J(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:'@@@@_?? _??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0_??0O??0') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeFormatSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -12731,6 +12903,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeFormatSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -12877,6 +13050,7 @@
     self reformat.
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeFormatSettingsAppl methodsFor:'aspects'!
 
 autoFormat
@@ -12986,6 +13160,7 @@
     ^ tabIndent.
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeFormatSettingsAppl methodsFor:'change & update'!
 
 update:something with:aParameter from:changedObject
@@ -13010,12 +13185,14 @@
 	from:changedObject
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeFormatSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/sourceFormatSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeFormatSettingsAppl methodsFor:'initialization & release'!
 
 initialize
@@ -13035,6 +13212,7 @@
     scrollWhenUpdating:nil.
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeFormatSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -13059,6 +13237,7 @@
     ^ false
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 documentation
@@ -13070,6 +13249,7 @@
 "
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl class methodsFor:'help specs'!
 
 helpSpec
@@ -13143,6 +13323,7 @@
     "Modified: / 09-08-2012 / 09:41:28 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -13171,6 +13352,7 @@
 EQXVE @@@@@@@@@@@@@@@@@@@@@@@A(Z@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 32 64 0 0 64 0 32 32 0 0 32 0 32 96 32 96 192 128 192 224 192 160 224 160 32 128 64 64 96 64 64 96 32 32 160 64 160 224 192 64 160 96 32 128 32 224 224 224 64 128 64 160 192 160 224 224 192 32 160 96 160 160 160 64 64 64 96 96 96 128 128 128 192 192 192 32 32 32 32 64 32]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@O8@@?>@A??@A?C C<@0C8@PC8@@??@@??F@_>O@O<_ G8?0C1?8A#?<@C?<@@_@H@_@L@?@GC>@C?>@A?<@@_0@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -13562,6 +13744,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl class methodsFor:'tableColumns specs'!
 
 managerPerMatchingModuleColumns
@@ -13600,6 +13783,7 @@
 
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl methodsFor:'accessing'!
 
 manager
@@ -13607,6 +13791,7 @@
     ^ Smalltalk at:#SourceCodeManager
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl methodsFor:'actions'!
 
 actionAdd
@@ -13878,6 +14063,7 @@
     "Modified: / 16-08-2006 / 11:07:51 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl methodsFor:'aspects'!
 
 acceptChannel
@@ -14164,6 +14350,7 @@
     ^ verboseSourceCodeAccess.
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl methodsFor:'change & update'!
 
 selectedPerModuleRootChanged
@@ -14287,6 +14474,7 @@
     self selectedManagerTypeIndexHolder value:selectedManagerTypeIndex.
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl methodsFor:'help'!
 
 helpFilename
@@ -14295,6 +14483,7 @@
     "Modified: / 04-07-2011 / 17:22:39 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl methodsFor:'initialization & release'!
 
 initialize
@@ -14326,6 +14515,7 @@
     "Modified: / 18-04-2011 / 19:37:38 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl methodsFor:'queries'!
 
 cvsRootFromCVSRootFileOrNil
@@ -14388,6 +14578,7 @@
     "Modified: / 27-07-2012 / 12:35:40 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl::PerModuleManagerSettingDialog class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -14416,6 +14607,7 @@
     "Created: / 01-12-2011 / 19:52:19 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl::PerModuleManagerSettingDialog class methodsFor:'interface specs'!
 
 windowSpec
@@ -14525,6 +14717,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl::PerModuleManagerSettingDialog methodsFor:'accessing'!
 
 manager
@@ -14558,6 +14751,7 @@
     "Created: / 09-07-2011 / 13:02:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::SourceCodeManagementSettingsAppl::PerModuleManagerSettingDialog methodsFor:'aspects'!
 
 availableManagerTypeNames
@@ -14652,6 +14846,7 @@
     "Modified: / 13-03-2012 / 13:12:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::StyleSettingsAppl class methodsFor:'defaults'!
 
 standardStyles
@@ -14671,6 +14866,7 @@
        )
 ! !
 
+
 !AbstractSettingsApplication::StyleSettingsAppl class methodsFor:'image specs'!
 
 closePreviewButtonImage
@@ -14703,6 +14899,7 @@
 F1,[F1,S@@@@@@@@D1LSD1LSD1LSD1LSD1LSD0@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 80 112 0 80 128 0 96 128 0 96 144 0 112 144 0 112 160 16 112 144 16 128 160 16 128 176 16 144 192 32 80 80 32 96 80 32 96 96 48 112 112 48 128 112 48 128 128 64 96 96 64 144 128 80 80 80 112 112 0 128 128 0 128 128 128 160 160 0 176 176 0 192 192 192 208 208 0 224 224 224 240 240 240 255 255 129 255 255 193 255 255 225]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@C@@@G @@O0@@_8@@?<@A?>@C??@G?? O??0G??8???0??? ???@??>@??<@??<@??<@??<@??<@??<@??<@??<@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::StyleSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -14864,6 +15061,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::StyleSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -14891,6 +15089,7 @@
     self saveSettings.
 ! !
 
+
 !AbstractSettingsApplication::StyleSettingsAppl methodsFor:'aspects'!
 
 infoLabelHolder
@@ -14945,6 +15144,7 @@
     ^ styleList.
 ! !
 
+
 !AbstractSettingsApplication::StyleSettingsAppl methodsFor:'change & update'!
 
 changeInfoLabel
@@ -15021,12 +15221,14 @@
     "Modified: / 07-11-2006 / 13:58:09 / cg"
 ! !
 
+
 !AbstractSettingsApplication::StyleSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/styleSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::StyleSettingsAppl methodsFor:'initialization & release'!
 
 commonPostBuild
@@ -15081,6 +15283,7 @@
     aWidget scrolledView backgroundColor:self window viewBackground.
 ! !
 
+
 !AbstractSettingsApplication::StyleSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -15088,6 +15291,7 @@
     ^  (self selectedStyle value ~= View defaultStyle)
 ! !
 
+
 !AbstractSettingsApplication::SyntaxColorSettingsAppl class methodsFor:'defaults'!
 
 emphasisList
@@ -15158,6 +15362,7 @@
     )
 ! !
 
+
 !AbstractSettingsApplication::SyntaxColorSettingsAppl class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -15206,6 +15411,7 @@
     "Created: / 14-02-2012 / 10:44:21 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SyntaxColorSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -15231,6 +15437,7 @@
 A@PDQDQDPQQ@QDADPDQ@QDQAEDQDQDQDQDQDQDDTMCP4MCP4QDQDPQQCP4MCP4MDQDQADQDQDQDQDQDQDQDb') ; colorMapFromArray:#[0 0 0 88 88 88 0 0 255 255 0 0 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::SyntaxColorSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -15443,6 +15650,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::SyntaxColorSettingsAppl methodsFor:'actions'!
 
 basicReadSettings
@@ -15516,6 +15724,7 @@
     "Modified (format): / 16-03-2012 / 10:32:02 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SyntaxColorSettingsAppl methodsFor:'aspects'!
 
 coloredText
@@ -15610,6 +15819,7 @@
     ^ syntaxEmphasisSelection.
 ! !
 
+
 !AbstractSettingsApplication::SyntaxColorSettingsAppl methodsFor:'change & update'!
 
 getEmphasis:anEmphasisOrSymbol
@@ -15664,12 +15874,14 @@
     super update:something with:aParameter from:changedObject
 ! !
 
+
 !AbstractSettingsApplication::SyntaxColorSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/sourceSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::SyntaxColorSettingsAppl methodsFor:'initialization & release'!
 
 initialize
@@ -15732,6 +15944,7 @@
     "Modified: / 14-02-2012 / 11:01:49 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SyntaxColorSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -15779,6 +15992,7 @@
 	asLowercaseFirst asSymbol
 ! !
 
+
 !AbstractSettingsApplication::SystemBrowserSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -15789,6 +16003,7 @@
     "Modified: / 17-09-2007 / 11:35:15 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SystemBrowserSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -15806,202 +16021,203 @@
 
     <resource: #canvas>
 
-    ^
+    ^ 
      #(FullSpec
-	name: windowSpec
-	window:
+        name: windowSpec
+        window: 
        (WindowSpec
-	  label: 'Tool Settings'
-	  name: 'Tool Settings'
-	  min: (Point 10 10)
-	  bounds: (Rectangle 0 0 742 705)
-	)
-	component:
+          label: 'Tool Settings'
+          name: 'Tool Settings'
+          min: (Point 10 10)
+          bounds: (Rectangle 0 0 613 436)
+        )
+        component: 
        (SpecCollection
-	  collection: (
-	   (VerticalPanelViewSpec
-	      name: 'SettingsPanel'
-	      layout: (LayoutFrame 0 0 0 0 0 1 0 1)
-	      horizontalLayout: fit
-	      verticalLayout: top
-	      horizontalSpace: 3
-	      verticalSpace: 3
-	      component:
-	     (SpecCollection
-		collection: (
-		 (FramedBoxSpec
-		    label: 'Settings'
-		    name: 'ToolsSettingsPanel'
-		    labelPosition: topLeft
-		    translateLabel: true
-		    component:
-		   (SpecCollection
-		      collection: (
-		       (VerticalPanelViewSpec
-			  name: 'ToolSettingsVPanel'
-			  layout: (LayoutFrame 0 0 0 0 0 1 0 1)
-			  horizontalLayout: fit
-			  verticalLayout: top
-			  horizontalSpace: 3
-			  verticalSpace: 3
-			  component:
-			 (SpecCollection
-			    collection: (
-			     (CheckBoxSpec
-				label: 'Use the Embedded Test Runner'
-				name: 'UseEmbeddedTestRunner'
-				model: showEmbeddedTestRunnerInBrowser
-				translateLabel: true
-				extent: (Point 712 25)
-			      )
-			     (CheckBoxSpec
-				label: 'Show Bookmarks Bar'
-				name: 'ShowBookmarksBar'
-				model: showBookmarkBar
-				translateLabel: true
-				extent: (Point 712 25)
-			      )
-			     (CheckBoxSpec
-				label: 'Sort and Indent Classes by Inheritance'
-				name: 'SortAndIndentClassesByInheritance'
-				model: sortAndIndentClassesByInheritance
-				translateLabel: true
-				extent: (Point 712 25)
-			      )
-			     (CheckBoxSpec
-				label: 'Web Browser Like Layout (Toolbars are Part of the Tab - experimental)'
-				name: 'CheckBox1'
-				initiallyInvisible: true
-				model: webBrowserLikeLayout
-				translateLabel: true
-				extent: (Point 607 25)
-			      )
-			     (CheckBoxSpec
-				label: 'Show Local Navigation History (Separate History per Browser Tab)'
-				name: 'CheckBox2'
-				model: showLocalHistory
-				translateLabel: true
-				extent: (Point 712 25)
-			      )
-			     (CheckBoxSpec
-				label: 'Show Global Navigation History (Global History for all Browsers)'
-				name: 'CheckBox3'
-				model: showGlobalHistory
-				translateLabel: true
-				extent: (Point 712 25)
-			      )
-			     (CheckBoxSpec
-				label: 'Show Search Bar in Browser'
-				name: 'ShowSearchBarInBrowser'
-				model: useSearchBarInBrowser
-				translateLabel: true
-				extent: (Point 579 25)
-			      )
-			     (CheckBoxSpec
-				label: 'Use in-place Search in Browser Lists (experimental)'
-				name: 'CheckBox4'
-				model: useInPlaceSearchInBrowserLists
-				translateLabel: true
-				extent: (Point 712 22)
-			      )
-			     (CheckBoxSpec
-				label: 'Show Method Template'
-				name: 'MethodTemplate'
-				model: showMethodTemplate
-				translateLabel: true
-				extent: (Point 579 25)
-			      )
-			     )
-
-			  )
-			)
-		       )
-
-		    )
-		    extent: (Point 607 265)
-		    useDynamicPreferredHeight: true
-		  )
-		 (FramedBoxSpec
-		    label: 'Sourcecode Management Menu Layout'
-		    name: 'MenyLayoutPanel'
-		    labelPosition: topLeft
-		    translateLabel: true
-		    component:
-		   (SpecCollection
-		      collection: (
-		       (VerticalPanelViewSpec
-			  name: 'MenyLayoutVPanel'
-			  layout: (LayoutFrame 0 0 0 0 0 1 0 1)
-			  horizontalLayout: fit
-			  verticalLayout: top
-			  horizontalSpace: 3
-			  verticalSpace: 3
-			  component:
-			 (SpecCollection
-			    collection: (
-			     (RadioButtonSpec
-				label: 'Old (default)'
-				name: 'SCMMenuLayoutOld'
-				translateLabel: true
-				model: sourceCodeManagementMenuLayout
-				isTriggerOnDown: true
-				select: 'old'
-				extent: (Point 712 22)
-			      )
-			     (RadioButtonSpec
-				label: 'Inline (experimental)'
-				name: 'SCMMenuLayoutInline'
-				translateLabel: true
-				model: sourceCodeManagementMenuLayout
-				isTriggerOnDown: true
-				select: 'inline'
-				extent: (Point 712 22)
-			      )
-			     (RadioButtonSpec
-				label: 'Compact (experimental)'
-				name: 'SCMMenuLayoutCompact'
-				translateLabel: true
-				model: sourceCodeManagementMenuLayout
-				isTriggerOnDown: true
-				select: 'compact'
-				extent: (Point 712 22)
-			      )
-			     )
-
-			  )
-			)
-		       )
-
-		    )
-		    extent: (Point 742 108)
-		  )
-		 )
-
-	      )
-	    )
-	   )
-
-	)
+          collection: (
+           (VerticalPanelViewSpec
+              name: 'SettingsPanel'
+              layout: (LayoutFrame 0 0 0 0 0 1 0 1)
+              horizontalLayout: fit
+              verticalLayout: top
+              horizontalSpace: 3
+              verticalSpace: 3
+              component: 
+             (SpecCollection
+                collection: (
+                 (FramedBoxSpec
+                    label: 'Settings'
+                    name: 'ToolsSettingsPanel'
+                    labelPosition: topLeft
+                    translateLabel: true
+                    component: 
+                   (SpecCollection
+                      collection: (
+                       (VerticalPanelViewSpec
+                          name: 'ToolSettingsVPanel'
+                          layout: (LayoutFrame 0 0 0 0 0 1 0 1)
+                          horizontalLayout: fit
+                          verticalLayout: top
+                          horizontalSpace: 3
+                          verticalSpace: 3
+                          component: 
+                         (SpecCollection
+                            collection: (
+                             (CheckBoxSpec
+                                label: 'Use the Embedded Test Runner'
+                                name: 'UseEmbeddedTestRunner'
+                                model: showEmbeddedTestRunnerInBrowser
+                                translateLabel: true
+                                extent: (Point 579 25)
+                              )
+                             (CheckBoxSpec
+                                label: 'Show Bookmarks Bar'
+                                name: 'ShowBookmarksBar'
+                                model: showBookmarkBar
+                                translateLabel: true
+                                extent: (Point 579 25)
+                              )
+                             (CheckBoxSpec
+                                label: 'Sort and Indent Classes by Inheritance'
+                                name: 'SortAndIndentClassesByInheritance'
+                                model: sortAndIndentClassesByInheritance
+                                translateLabel: true
+                                extent: (Point 579 25)
+                              )
+                             (CheckBoxSpec
+                                label: 'Web Browser Like Layout (Toolbars are Part of the Tab - experimental)'
+                                name: 'CheckBox1'
+                                initiallyInvisible: true
+                                model: webBrowserLikeLayout
+                                translateLabel: true
+                                extent: (Point 607 25)
+                              )
+                             (CheckBoxSpec
+                                label: 'Show Local Navigation History (Separate History per Browser Tab)'
+                                name: 'CheckBox2'
+                                model: showLocalHistory
+                                translateLabel: true
+                                extent: (Point 579 25)
+                              )
+                             (CheckBoxSpec
+                                label: 'Show Global Navigation History (Global History for all Browsers)'
+                                name: 'CheckBox3'
+                                model: showGlobalHistory
+                                translateLabel: true
+                                extent: (Point 579 25)
+                              )
+                             (CheckBoxSpec
+                                label: 'Show Search Bar in Browser'
+                                name: 'ShowSearchBarInBrowser'
+                                model: useSearchBarInBrowser
+                                translateLabel: true
+                                extent: (Point 579 25)
+                              )
+                             (CheckBoxSpec
+                                label: 'Use in-place Search in Browser Lists (experimental)'
+                                name: 'CheckBox4'
+                                model: useInPlaceSearchInBrowserLists
+                                translateLabel: true
+                                extent: (Point 579 22)
+                              )
+                             (CheckBoxSpec
+                                label: 'Show Method Template'
+                                name: 'MethodTemplate'
+                                model: showMethodTemplate
+                                translateLabel: true
+                                extent: (Point 579 25)
+                              )
+                             )
+                           
+                          )
+                        )
+                       )
+                     
+                    )
+                    extent: (Point 607 265)
+                    useDynamicPreferredHeight: true
+                  )
+                 (FramedBoxSpec
+                    label: 'Sourcecode Management Menu Layout'
+                    name: 'MenyLayoutPanel'
+                    labelPosition: topLeft
+                    translateLabel: true
+                    component: 
+                   (SpecCollection
+                      collection: (
+                       (VerticalPanelViewSpec
+                          name: 'MenyLayoutVPanel'
+                          layout: (LayoutFrame 0 0 0 0 0 1 0 1)
+                          horizontalLayout: fit
+                          verticalLayout: top
+                          horizontalSpace: 3
+                          verticalSpace: 3
+                          component: 
+                         (SpecCollection
+                            collection: (
+                             (RadioButtonSpec
+                                label: 'Old (default)'
+                                name: 'SCMMenuLayoutOld'
+                                translateLabel: true
+                                model: sourceCodeManagementMenuLayout
+                                isTriggerOnDown: true
+                                select: 'old'
+                                extent: (Point 579 22)
+                              )
+                             (RadioButtonSpec
+                                label: 'Inline (experimental)'
+                                name: 'SCMMenuLayoutInline'
+                                translateLabel: true
+                                model: sourceCodeManagementMenuLayout
+                                isTriggerOnDown: true
+                                select: 'inline'
+                                extent: (Point 579 22)
+                              )
+                             (RadioButtonSpec
+                                label: 'Compact (experimental)'
+                                name: 'SCMMenuLayoutCompact'
+                                translateLabel: true
+                                model: sourceCodeManagementMenuLayout
+                                isTriggerOnDown: true
+                                select: 'compact'
+                                extent: (Point 579 22)
+                              )
+                             )
+                           
+                          )
+                        )
+                       )
+                     
+                    )
+                    extent: (Point 613 108)
+                  )
+                 )
+               
+              )
+            )
+           )
+         
+        )
       )
 ! !
 
+
 !AbstractSettingsApplication::SystemBrowserSettingsAppl methodsFor:'actions'!
 
 aspects
     ^ #(
-	"/ showAcceptCancelBarInBrowser
-	useSearchBarInBrowser
-	showMethodTemplate
-	"/ useCodeView2InTools
-	showEmbeddedTestRunnerInBrowser
-	showBookmarkBar
-	webBrowserLikeLayout
-	sortAndIndentClassesByInheritance
-	showGlobalHistory
-	showLocalHistory
-	useInPlaceSearchInBrowserLists
-	sourceCodeManagementMenuLayout
-	confirmRefactorings
+        "/ showAcceptCancelBarInBrowser
+        useSearchBarInBrowser
+        showMethodTemplate
+        "/ useCodeView2InTools
+        showEmbeddedTestRunnerInBrowser
+        showBookmarkBar
+        webBrowserLikeLayout
+        sortAndIndentClassesByInheritance
+        showGlobalHistory
+        showLocalHistory
+        useInPlaceSearchInBrowserLists
+        sourceCodeManagementMenuLayout
+        confirmRefactorings
     )
 
     "Created: / 25-11-2011 / 15:09:28 / cg"
@@ -16026,6 +16242,7 @@
     "Modified: / 25-11-2011 / 15:09:49 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SystemBrowserSettingsAppl methodsFor:'aspects'!
 
 confirmRefactorings
@@ -16175,12 +16392,14 @@
     "Created: / 07-06-2011 / 14:34:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::SystemBrowserSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/browserSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::SystemBrowserSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -16192,6 +16411,7 @@
     "Modified: / 25-11-2011 / 15:23:47 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SystemMessageSettingsAppl class methodsFor:'help specs'!
 
 helpSpec
@@ -16218,6 +16438,7 @@
 )
 ! !
 
+
 !AbstractSettingsApplication::SystemMessageSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -16246,6 +16467,7 @@
 F!!(ZF!!(ZF@@@@@@@@@@@@@@ODQ0\H"H"H @@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 64 32 16 128 96 48 112 48 0 176 112 48 176 96 32 208 160 128 160 96 16 48 32 0 192 128 80 160 80 16 112 80 32 176 112 32 96 48 16 160 112 32 80 80 16 128 64 16 64 64 16 208 208 176 224 224 208 160 160 128 144 144 80 112 112 64 128 128 64 80 80 32 192 192 160 160 160 112 96 96 48 48 48 16 240 240 224 176 176 128 176 176 144 144 144 96 112 112 48 32 32 0]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@G @@O @@_0@@_0@@_0@@_0@@_0@@G @@G @@G @@?<@A?>@A?>@A?>@A?>@A?>@A?>@A?>@G??@G??@G??@A?>@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::SystemMessageSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -16435,6 +16657,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::SystemMessageSettingsAppl methodsFor:'actions'!
 
 aspects
@@ -16474,6 +16697,7 @@
     "Modified: / 10-11-2010 / 12:08:14 / cg"
 ! !
 
+
 !AbstractSettingsApplication::SystemMessageSettingsAppl methodsFor:'aspects'!
 
 beepEnabled
@@ -16597,12 +16821,14 @@
     ^ vmInfo.
 ! !
 
+
 !AbstractSettingsApplication::SystemMessageSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/messageSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::SystemMessageSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -16617,6 +16843,7 @@
     "Modified: / 10-11-2010 / 12:08:25 / cg"
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -16646,6 +16873,7 @@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[107 107 107 253 252 252 180 180 180 254 102 102 154 154 154 255 0 0 46 49 49 98 53 53 171 80 80 155 25 25 128 128 128 73 74 74]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@C0@@C<@@G>@@G>@G??8O??<O??<O??<O??<O??<O??<O??<O??<O??<O??<O??8G??@A?0@@F@@@@@@@@@@@@@@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl class methodsFor:'interface specs'!
 
 developmentToolsSpec
@@ -16772,6 +17000,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl class methodsFor:'list specs'!
 
 notebookTabList
@@ -16806,6 +17035,7 @@
     "Modified: / 03-04-2012 / 10:52:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl methodsFor:'aspects'!
 
 aspects
@@ -16866,6 +17096,7 @@
     ^ list
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl methodsFor:'hooks'!
 
 developmentToolSettingsInto:panel
@@ -16898,6 +17129,7 @@
     "Created: / 03-04-2012 / 10:54:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl methodsFor:'private'!
 
 addClassToolSettingTo: panel
@@ -16916,6 +17148,7 @@
     "Created: / 14-02-2012 / 18:56:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl methodsFor:'protocol'!
 
 basicReadSettings
@@ -16942,6 +17175,7 @@
     ^ self shouldImplement
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -16952,6 +17186,7 @@
     "Modified: / 14-02-2012 / 18:38:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl::ClassToolSetting class methodsFor:'interface specs'!
 
 windowSpec
@@ -17016,6 +17251,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl::ClassToolSetting methodsFor:'accessing'!
 
 classes: aCollection
@@ -17049,6 +17285,7 @@
     "Created: / 14-02-2012 / 18:22:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl::ClassToolSetting methodsFor:'aspects'!
 
 optionCustomValueBackgroundHolder
@@ -17231,6 +17468,7 @@
     ].
 ! !
 
+
 !AbstractSettingsApplication::ToolboxSettingsAppl::ClassToolSetting methodsFor:'change & update'!
 
 update:something with:aParameter from:changedObject
@@ -17272,6 +17510,7 @@
     "Modified: / 14-02-2012 / 19:01:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !AbstractSettingsApplication::ToolsSettingsAppl class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -17320,6 +17559,7 @@
     "Modified: / 09-08-2012 / 09:34:41 / cg"
 ! !
 
+
 !AbstractSettingsApplication::ToolsSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -17345,6 +17585,7 @@
 @@@@@@H0B*@@@@@@@@@@@@@J(@@@@@@@@@@@@@* @@@@@@@@@@@@B*****************************(b') ; colorMapFromArray:#[0 0 0 160 160 160 240 240 240 224 224 224 48 48 48 128 128 128 208 208 208 112 112 112 192 192 192 96 96 96 176 176 176]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@?@@@?0@@_8@GO<@G3<@G?>@G??@G?? G?? C?? @?? @G? @@_ @@G @@A @@@@@@@@@@@@@@@@') ; yourself); yourself]
 ! !
 
+
 !AbstractSettingsApplication::ToolsSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -17575,6 +17816,7 @@
       )
 ! !
 
+
 !AbstractSettingsApplication::ToolsSettingsAppl methodsFor:'actions'!
 
 aspects
@@ -17678,6 +17920,7 @@
     "Modified: / 27-07-2012 / 20:51:46 / cg"
 ! !
 
+
 !AbstractSettingsApplication::ToolsSettingsAppl methodsFor:'aspects'!
 
 autoRaiseTranscript
@@ -17848,12 +18091,14 @@
     "Created: / 06-07-2011 / 13:52:33 / cg"
 ! !
 
+
 !AbstractSettingsApplication::ToolsSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/toolSettings.html'
 ! !
 
+
 !AbstractSettingsApplication::ToolsSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -17870,16 +18115,18 @@
     "Modified: / 27-07-2012 / 20:51:56 / cg"
 ! !
 
+
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.450 2012/11/13 14:07:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.451 2013-01-07 15:44:36 stefan Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.450 2012/11/13 14:07:13 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.451 2013-01-07 15:44:36 stefan Exp $'
 !
 
 version_SVN
     ^ '$Id: AbstractSettingsApplication.st 8074 2012-11-30 17:23:39Z vranyj1 $'
 ! !
+