AbstractSettingsApplication.st
changeset 7326 8c26cd554837
parent 7311 1f9d53c9ba47
child 7331 b8986149fdfd
--- a/AbstractSettingsApplication.st	Wed Sep 20 15:30:05 2006 +0200
+++ b/AbstractSettingsApplication.st	Thu Sep 21 09:38:50 2006 +0200
@@ -372,6 +372,7 @@
         ] ifFalse:[
             result := true.
         ].
+
         result isNil ifTrue:[
             ^ false
         ].
@@ -383,6 +384,8 @@
         ]
     ].
     ^ true
+
+    "Modified: / 20-09-2006 / 23:56:25 / cg"
 !
 
 saveSettings
@@ -540,7 +543,9 @@
 !AbstractSettingsApplication::BuildSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
-    ^ AbstractSettingsApplication::ByteCodeCompilerSettingsAppl defaultIcon
+    ^ AbstractSettingsApplication::ByteCodeCompilerSettingsAppl defaultIcon4
+
+    "Modified: / 21-09-2006 / 00:00:53 / cg"
 ! !
 
 !AbstractSettingsApplication::BuildSettingsAppl class methodsFor:'interface specs'!
@@ -842,6 +847,33 @@
 A@PDA@PD@0PEAPTEAPTEAPPCA@PDA@PDA@PDA@PCA@TAA TEAPTF@PTD@0PDA@PDA@PDA@PCA DC@0PEAPPC@0DF@0PDA@PDA@PDA@PD@0LDA@LD@PLDA@LC
 A@PDA@PDA@PDA@PDA@PDA@LD@PLDA@PDA@PDA@PDA@PDA@PDA@PDA@PC@0PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PD
 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]
+!
+
+defaultIcon4
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self defaultIcon4 inspect
+     ImageEditor openOnClass:self andSelector:#defaultIcon4
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'AbstractSettingsApplication::ByteCodeCompilerSettingsAppl class defaultIcon4'
+        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+A@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PDA@PC@0PDA@PD
+A@PDA@PDA@PDA@PDA@PDA@LDA LDA@PDA@PDA@PDA@PDA@PD@0LDA@LDA LDA@LCA@PDA@PDA@PDA@PCA PC@0PEAPPC@0PF@0PDA@PDA@PDA@PC@PTDA@TE
+APTDA@TA@0PDA@PDA@PDA@PD@0XEAPTEAPTEAPXCA@PDA@PDA@PDA@PD@0PEAPXAA XEAPPCA@PDA@PDA@PDA@LCA@TEA DC@0DFAPTD@0LDA@PDA@PD@0PD
+APTE@PLB@ LAAPTEA@PCA@P@A@PD@0DAAPTEA LB@ LFAPTE@PDCA@P@A@PDA@LCA XEAPPC@0PEAPXF@0LDA@PDA@PDA@PD@0XEAPTDA@TEAPXCA@PDA@PD
+A@PDA@PD@0PEAPTEAPTEAPPCA@PDA@PDA@PDA@PCA@TAA TEAPTF@PTD@0PDA@PDA@PDA@PCA DC@0PEAPPC@0DF@0PDA@PDA@PDA@PD@0LDA@LD@PLDA@LC
+A@PDA@PDA@PDA@PDA@PDA@LD@PLDA@PDA@PDA@PDA@PD@0PD@0PD@0PC@0PD@0PD@0PCA@PDA@PCA@LD@0PD@0PD@PPCA@LD@0PCA@PDA@PCA@LD@0PD@0PD
+@0PCA@LD@0PCA@PDA@PD@0PD@0PD@0PD@0PD@0PD@0PCA@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@D%$(J$*(J$*(D$$(') ; yourself); yourself]
 ! !
 
 !AbstractSettingsApplication::ByteCodeCompilerSettingsAppl class methodsFor:'interface specs'!
@@ -13150,10 +13182,12 @@
 
 showClockInLauncher
     showClockInLauncher isNil ifTrue:[
-        showClockInLauncher := currentUserPrefs showClockInLauncher asValue.
+        showClockInLauncher := false asValue.
         showClockInLauncher onChangeSend:#updateModifiedChannel to:self
     ].
     ^ showClockInLauncher.
+
+    "Modified: / 21-09-2006 / 00:39:54 / cg"
 !
 
 transcriptBufferSize
@@ -13166,18 +13200,22 @@
 
 useNewChangesBrowser
     useNewChangesBrowser isNil ifTrue:[
-        useNewChangesBrowser := currentUserPrefs useNewChangesBrowser asValue.
+        useNewChangesBrowser := false asValue.
         useNewChangesBrowser onChangeSend:#updateModifiedChannel to:self
     ].
     ^ useNewChangesBrowser.
+
+    "Modified: / 21-09-2006 / 00:39:37 / cg"
 !
 
 useNewFileBrowser
     useNewFileBrowser isNil ifTrue:[
-        useNewFileBrowser := currentUserPrefs useNewFileBrowser asValue.
+        useNewFileBrowser := true asValue.
         useNewFileBrowser onChangeSend:#updateModifiedChannel to:self
     ].
     ^ useNewFileBrowser.
+
+    "Modified: / 21-09-2006 / 00:39:19 / cg"
 !
 
 useNewFileDialog
@@ -13190,10 +13228,12 @@
 
 useNewInspector
     useNewInspector isNil ifTrue:[
-        useNewInspector := currentUserPrefs useNewInspector asValue.
+        useNewInspector := false asValue.
         useNewInspector onChangeSend:#updateModifiedChannel to:self
     ].
     ^ useNewInspector.
+
+    "Modified: / 21-09-2006 / 00:38:41 / cg"
 !
 
 useNewSettingsApplication
@@ -13206,34 +13246,42 @@
 
 useNewSystemBrowser
     useNewSystemBrowser isNil ifTrue:[
-        useNewSystemBrowser := currentUserPrefs useNewSystemBrowser asValue.
+        useNewSystemBrowser := true asValue.
         useNewSystemBrowser onChangeSend:#updateModifiedChannel to:self
     ].
     ^ useNewSystemBrowser.
+
+    "Modified: / 21-09-2006 / 00:39:02 / cg"
 !
 
 useNewVersionDiffBrowser
     useNewVersionDiffBrowser isNil ifTrue:[
-        useNewVersionDiffBrowser := currentUserPrefs useNewVersionDiffBrowser asValue.
+        useNewVersionDiffBrowser := true asValue.
         useNewVersionDiffBrowser onChangeSend:#updateModifiedChannel to:self
     ].
     ^ useNewVersionDiffBrowser.
+
+    "Modified: / 21-09-2006 / 00:38:56 / cg"
 !
 
 useProcessMonitorV2
     useProcessMonitorV2 isNil ifTrue:[
-        useProcessMonitorV2 := currentUserPrefs useProcessMonitorV2 asValue.
+        useProcessMonitorV2 := true asValue.
         useProcessMonitorV2 onChangeSend:#updateModifiedChannel to:self
     ].
     ^ useProcessMonitorV2.
+
+    "Modified: / 21-09-2006 / 00:38:50 / cg"
 !
 
 useSmalltalkDocumentViewer
     useSmalltalkDocumentViewer isNil ifTrue:[
-        useSmalltalkDocumentViewer := currentUserPrefs useSmalltalkDocumentViewer asValue.
+        useSmalltalkDocumentViewer := nil asValue.
         useSmalltalkDocumentViewer onChangeSend:#updateModifiedChannel to:self
     ].
     ^ useSmalltalkDocumentViewer.
+
+    "Modified: / 21-09-2006 / 00:03:13 / cg"
 ! !
 
 !AbstractSettingsApplication::ToolsSettingsAppl methodsFor:'queries'!
@@ -13264,5 +13312,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.252 2006-09-19 15:10:43 stefan Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.253 2006-09-21 07:38:50 cg Exp $'
+! !