checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 22 Sep 1999 11:10:43 +0200
changeset 1223 23a55549641a
parent 1222 bcb8b0ec295c
child 1224 825e6e9fc37f
checkin from browser
ProjectBrowser.st
--- a/ProjectBrowser.st	Wed Sep 22 10:56:01 1999 +0200
+++ b/ProjectBrowser.st	Wed Sep 22 11:10:43 1999 +0200
@@ -85,6 +85,9 @@
 #libType
 'A classLibrary addOn (and support files if any)'
 
+#methodsFile
+'Patches & Extensions are stored in this file.'
+
 #packageID
 'Package ID used to associate classes & methods to this project.'
 
@@ -392,14 +395,9 @@
        #(#WindowSpec
           #label: 'NewApplication'
           #name: 'NewApplication'
-          #layout: #(#LayoutFrame 40 0 71 0 392 0 413 0)
-          #level: 0
           #min: #(#Point 10 10)
           #max: #(#Point 1280 1024)
-          #bounds: #(#Rectangle 40 71 393 414)
-          #usePreferredExtent: false
-          #returnIsOKInDialog: true
-          #escapeIsCancelInDialog: true
+          #bounds: #(#Rectangle 216 173 569 569)
         )
         #component: 
        #(#SpecCollection
@@ -407,16 +405,25 @@
            #(#FramedBoxSpec
               #label: 'Delivery'
               #name: 'FramedBox1'
-              #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 140 0)
+              #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 197 0)
               #labelPosition: #topLeft
               #translateLabel: true
               #component: 
              #(#SpecCollection
                 #collection: #(
                  #(#CheckBoxSpec
-                    #label: 'Compiled Binary'
+                    #label: '''loadAll''-File'
+                    #name: 'CheckBox5'
+                    #layout: #(#LayoutFrame 0 0.0 10 0 0 1.0 32 0)
+                    #activeHelpKey: #deliverLoadAll
+                    #tabable: true
+                    #model: #deliverLoadAllFile
+                    #translateLabel: true
+                  )
+                 #(#CheckBoxSpec
+                    #label: 'Compiled Binary (.dll / .so)'
                     #name: 'CheckBox1'
-                    #layout: #(#LayoutFrame 0 0.0 10 0 0 0.5 32 0)
+                    #layout: #(#LayoutFrame 0 0.0 39 0 0 1.0 61 0)
                     #activeHelpKey: #deliverBinary
                     #tabable: true
                     #model: #deliverCompiledBinary
@@ -425,7 +432,7 @@
                  #(#CheckBoxSpec
                     #label: 'Zip Archive'
                     #name: 'CheckBox2'
-                    #layout: #(#LayoutFrame 0 0.5 10 0 0 1.0 32 0)
+                    #layout: #(#LayoutFrame 0 0.0 68 0 0 1.0 90 0)
                     #activeHelpKey: #deliverAsZIP
                     #tabable: true
                     #model: #deliverZipArchive
@@ -434,7 +441,7 @@
                  #(#CheckBoxSpec
                     #label: 'GZip Archive (self extracting)'
                     #name: 'CheckBox3'
-                    #layout: #(#LayoutFrame 0 0.5 38 0 0 1.0 60 0)
+                    #layout: #(#LayoutFrame 0 0.0 97 0 0 1.0 119 0)
                     #activeHelpKey: #deliverAsGZIP
                     #tabable: true
                     #model: #deliverGZipArchive
@@ -443,21 +450,12 @@
                  #(#CheckBoxSpec
                     #label: 'Include Sources'
                     #name: 'CheckBox4'
-                    #layout: #(#LayoutFrame 0 0.0 39 0 0 0.5 61 0)
+                    #layout: #(#LayoutFrame 0 0.0 138 0 0 1.0 160 0)
                     #activeHelpKey: #deliverSource
                     #tabable: true
                     #model: #deliverSources
                     #translateLabel: true
                   )
-                 #(#CheckBoxSpec
-                    #label: 'loadAll-File'
-                    #name: 'CheckBox5'
-                    #layout: #(#LayoutFrame 0 0.0 67 0 0 0.5 89 0)
-                    #activeHelpKey: #deliverLoadAll
-                    #tabable: true
-                    #model: #deliverLoadAllFile
-                    #translateLabel: true
-                  )
                  )
                
               )
@@ -465,7 +463,7 @@
            #(#FramedBoxSpec
               #label: 'Install Directory'
               #name: 'FramedBox2'
-              #layout: #(#LayoutFrame 0 0.0 140 0 0 1.0 293 0)
+              #layout: #(#LayoutFrame 0 0.0 209 0 0 1.0 362 0)
               #labelPosition: #topLeft
               #translateLabel: true
               #component: 
@@ -487,6 +485,7 @@
                     #model: #installDirectoryUnix
                     #acceptChannel: #acceptChannel
                     #modifiedChannel: #modifiedChannel
+                    #acceptOnPointerLeave: false
                   )
                  #(#LabelSpec
                     #label: 'Win32:'
@@ -504,6 +503,7 @@
                     #model: #installDirectoryWin32
                     #acceptChannel: #acceptChannel
                     #modifiedChannel: #modifiedChannel
+                    #acceptOnPointerLeave: false
                   )
                  #(#LabelSpec
                     #label: 'VMS:'
@@ -522,6 +522,7 @@
                     #model: #installDirectoryVMS
                     #acceptChannel: #acceptChannel
                     #modifiedChannel: #modifiedChannel
+                    #acceptOnPointerLeave: false
                   )
                  #(#LabelSpec
                     #label: 'MacOS:'
@@ -540,6 +541,7 @@
                     #model: #installDirectoryMac
                     #acceptChannel: #acceptChannel
                     #modifiedChannel: #modifiedChannel
+                    #acceptOnPointerLeave: false
                   )
                  )
                
@@ -670,8 +672,7 @@
                  #(#InputFieldSpec
                     #name: 'methodsFileEntryField'
                     #layout: #(#LayoutFrame 0 0.0 1 0 0 1.0 23 0)
-                    #activeHelpKey: #projectDir
-                    #enableChannel: #currentProjectWasNotLoadedFromFile
+                    #activeHelpKey: #methodsFile
                     #model: #methodsFile
                     #acceptChannel: #acceptChannel
                     #modifiedChannel: #modifiedChannel
@@ -1377,15 +1378,10 @@
        #(#WindowSpec
           #label: 'ProjectBrowser'
           #name: 'ProjectBrowser'
-          #layout: #(#LayoutFrame 220 0 116 0 783 0 590 0)
-          #level: 0
           #min: #(#Point 10 10)
           #max: #(#Point 1024 768)
-          #bounds: #(#Rectangle 220 116 784 591)
+          #bounds: #(#Rectangle 13 33 616 535)
           #menu: #mainMenu
-          #usePreferredExtent: false
-          #returnIsOKInDialog: true
-          #escapeIsCancelInDialog: true
         )
         #component: 
        #(#SpecCollection
@@ -3147,14 +3143,14 @@
 
     filesNode contents:#files.
     filesNode icon:(self class filesIcon).
-    filesNode info:'Other files (bitmaps, data) contained in the project'.
+    filesNode info:'Files (extensions, bitmaps, data) contained in the project'.
     filesNode spec:[self class rightCanvasSpecForFiles].
 
     methodIcon := self class methodIcon.
 
     patchesNode contents:#patches.
     patchesNode icon:(self class methodsIcon).
-    patchesNode info:'Patches (system-changes) contained in the project'.
+    patchesNode info:'Patches & Extensions (system-changes) contained in the project'.
     ((aProject methodInfo ? #()) copy sort:[:a :b | 
                                                 a displayString < b displayString.
                                         ])