Tools__ProjectBuilderAssistantApplication.st
changeset 2917 086fcfdbd182
parent 2915 e0da59b7e3c9
child 2919 f6656592583b
equal deleted inserted replaced
2916:59c84eca29fd 2917:086fcfdbd182
  1261        (SpecCollection
  1261        (SpecCollection
  1262           collection: (
  1262           collection: (
  1263            (FramedBoxSpec
  1263            (FramedBoxSpec
  1264               label: 'Make Output'
  1264               label: 'Make Output'
  1265               name: 'FramedBox3'
  1265               name: 'FramedBox3'
  1266               layout: (LayoutFrame 0 0.0 5 0 4 1.0 -30 1)
  1266               layout: (LayoutFrame 0 0.0 5 0 4 1.0 -60 1)
  1267               labelPosition: topLeft
  1267               labelPosition: topLeft
  1268               translateLabel: true
  1268               translateLabel: true
  1269               component: 
  1269               component: 
  1270              (SpecCollection
  1270              (SpecCollection
  1271                 collection: (
  1271                 collection: (
  1283                
  1283                
  1284               )
  1284               )
  1285             )
  1285             )
  1286            (HorizontalPanelViewSpec
  1286            (HorizontalPanelViewSpec
  1287               name: 'HorizontalPanel1'
  1287               name: 'HorizontalPanel1'
  1288               layout: (LayoutFrame 0 0 -30 1 0 1 0 1)
  1288               layout: (LayoutFrame 0 0 -60 1 0 1 -30 1)
  1289               horizontalLayout: leftSpace
  1289               horizontalLayout: leftSpace
  1290               verticalLayout: center
  1290               verticalLayout: center
  1291               horizontalSpace: 3
  1291               horizontalSpace: 3
  1292               verticalSpace: 3
  1292               verticalSpace: 3
  1293               component: 
  1293               component: 
  1319                     visibilityChannel: stopMakeButtonVisible
  1319                     visibilityChannel: stopMakeButtonVisible
  1320                     translateLabel: true
  1320                     translateLabel: true
  1321                     model: doStopMake
  1321                     model: doStopMake
  1322                     extent: (Point 107 22)
  1322                     extent: (Point 107 22)
  1323                   )
  1323                   )
  1324                  (ViewSpec
  1324                  )
  1325                     name: 'Box2'
  1325                
  1326                     extent: (Point 20 10)
  1326               )
  1327                   )
  1327             )
       
  1328            (HorizontalPanelViewSpec
       
  1329               name: 'HorizontalPanel2'
       
  1330               layout: (LayoutFrame 0 0 -30 1 0 1 0 1)
       
  1331               horizontalLayout: leftSpace
       
  1332               verticalLayout: center
       
  1333               horizontalSpace: 3
       
  1334               verticalSpace: 3
       
  1335               component: 
       
  1336              (SpecCollection
       
  1337                 collection: (
  1328                  (ActionButtonSpec
  1338                  (ActionButtonSpec
  1329                     label: 'Browse Build Directory'
  1339                     label: 'Explorer on Build Directory'
  1330                     name: 'Button6'
  1340                     name: 'Button13'
       
  1341                     visibilityChannel: osIsWindows
       
  1342                     translateLabel: true
       
  1343                     model: doOpenExplorer
       
  1344                     extent: (Point 167 22)
       
  1345                   )
       
  1346                  (ActionButtonSpec
       
  1347                     label: 'Browser on Build Directory'
       
  1348                     name: 'Button11'
  1331                     translateLabel: true
  1349                     translateLabel: true
  1332                     model: doBrowseBuildDirectory
  1350                     model: doBrowseBuildDirectory
       
  1351                     extent: (Point 167 22)
       
  1352                   )
       
  1353                  (ViewSpec
       
  1354                     name: 'Box1'
       
  1355                     extent: (Point 20 10)
       
  1356                   )
       
  1357                  (ActionButtonSpec
       
  1358                     label: 'Clear Build Directory'
       
  1359                     name: 'Button12'
       
  1360                     translateLabel: true
       
  1361                     model: doClearBuildDirectory
  1333                     extent: (Point 167 22)
  1362                     extent: (Point 167 22)
  1334                   )
  1363                   )
  1335                  )
  1364                  )
  1336                
  1365                
  1337               )
  1366               )
  1338             )
  1367             )
  1339            )
  1368            )
  1340          
  1369          
  1341         )
  1370         )
  1342       )
  1371       )
       
  1372 
       
  1373     "Modified: / 05-09-2012 / 11:19:06 / cg"
  1343 !
  1374 !
  1344 
  1375 
  1345 page8_deploySpec
  1376 page8_deploySpec
  1346     "This resource specification was automatically generated
  1377     "This resource specification was automatically generated
  1347      by the UIPainter of ST/X."
  1378      by the UIPainter of ST/X."
  1675         UserPreferences systemBrowserClass 
  1706         UserPreferences systemBrowserClass 
  1676             openInClass:startupClass class selector:#main:.
  1707             openInClass:startupClass class selector:#main:.
  1677     ].
  1708     ].
  1678 !
  1709 !
  1679 
  1710 
       
  1711 doClearBuildDirectory
       
  1712     <resource: #uiCallback>
       
  1713 
       
  1714     projectBuilder packageBuildDirectory asFilename recursiveRemove
       
  1715 
       
  1716     "Created: / 05-09-2012 / 10:35:54 / cg"
       
  1717 !
       
  1718 
  1680 doGenerateProjectContentsDefinition
  1719 doGenerateProjectContentsDefinition
  1681     self generatePackageContentsMethods
  1720     self generatePackageContentsMethods
  1682 !
  1721 !
  1683 
  1722 
  1684 doGenerateProjectPrerequisitesDefinition
  1723 doGenerateProjectPrerequisitesDefinition
  2350 
  2389 
  2351     "Created: / 20-07-2012 / 13:24:38 / cg"
  2390     "Created: / 20-07-2012 / 13:24:38 / cg"
  2352 !
  2391 !
  2353 
  2392 
  2354 postBuildMakeOutputWindow:aView
  2393 postBuildMakeOutputWindow:aView
  2355     makeOutputWindow := aView
  2394     makeOutputWindow := aView.
       
  2395     makeOutputWindow lineLimit:10000.
       
  2396 
       
  2397     "Modified: / 05-09-2012 / 11:11:45 / cg"
  2356 !
  2398 !
  2357 
  2399 
  2358 postBuildNewProjectsNameListExtendedComboBox:anExtendedComboBox
  2400 postBuildNewProjectsNameListExtendedComboBox:anExtendedComboBox
  2359 
  2401 
  2360     |menu|
  2402     |menu|