AbstractSettingsApplication.st
changeset 19074 47b266104e80
parent 19041 7e56f18cb39e
child 19133 c41dbe689ab6
equal deleted inserted replaced
19073:187b9328a18e 19074:47b266104e80
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2002 by eXept Software AG
     2  COPYRIGHT (c) 2002 by eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
  1619                         (defClass := ProjectDefinition definitionClassForPackage:packageID) notNil
  1617                         (defClass := ProjectDefinition definitionClassForPackage:packageID) notNil
  1620                         and:[ defClass isLoaded
  1618                         and:[ defClass isLoaded
  1621                         and:[ defClass isFullyLoaded ]].
  1619                         and:[ defClass isFullyLoaded ]].
  1622 
  1620 
  1623                     isAlreadyLoaded ifTrue:[
  1621                     isAlreadyLoaded ifTrue:[
  1624                         list add:(packageID,(' (currently loaded)' withColor:Color grey))
  1622                         list add:(packageID,(' (currently loaded)' allGray))
  1625                     ] ifFalse:[
  1623                     ] ifFalse:[
  1626                         list add:packageID
  1624                         list add:packageID
  1627                     ]
  1625                     ]
  1628                 ].
  1626                 ].
  1629             ].
  1627             ].
  2451                                model: allowEmptyStatements
  2449                                model: allowEmptyStatements
  2452                                translateLabel: true
  2450                                translateLabel: true
  2453                                extent: (Point 665 22)
  2451                                extent: (Point 665 22)
  2454                              )
  2452                              )
  2455                             (CheckBoxSpec
  2453                             (CheckBoxSpec
  2456                                label: 'Allow Paragraph in Identifiers (§)'
  2454                                label: 'Allow Paragraph in Identifiers (§)'
  2457                                name: 'CheckBox10'
  2455                                name: 'CheckBox10'
  2458                                activeHelpKey: allowParagraphInIdentifier
  2456                                activeHelpKey: allowParagraphInIdentifier
  2459                                uuid: '9c9316ac-1f3f-11b2-903e-3065ec8abe8a'
  2457                                uuid: '9c9316ac-1f3f-11b2-903e-3065ec8abe8a'
  2460                                model: allowParagraphInIdentifier
  2458                                model: allowParagraphInIdentifier
  2461                                translateLabel: true
  2459                                translateLabel: true