FileBasedSourceCodeManagementSettingsAppl.st
changeset 11030 c56413398212
parent 11011 d246271e5791
child 11065 e57980bdbf2f
equal deleted inserted replaced
11029:189b0dfccd0a 11030:c56413398212
    48 
    48 
    49 defaultRepositoryPath
    49 defaultRepositoryPath
    50     ^ FileBasedSourceCodeManager defaultRepositoryPath
    50     ^ FileBasedSourceCodeManager defaultRepositoryPath
    51 
    51 
    52     "Created: / 21-12-2011 / 14:55:40 / cg"
    52     "Created: / 21-12-2011 / 14:55:40 / cg"
       
    53 ! !
       
    54 
       
    55 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'help specs'!
       
    56 
       
    57 flyByHelpSpec
       
    58     "This resource specification was automatically generated
       
    59      by the UIHelpTool of ST/X."
       
    60 
       
    61     "Do not manually edit this!! If it is corrupted,
       
    62      the UIHelpTool may not be able to read the specification."
       
    63 
       
    64     "
       
    65      UIHelpTool openOnClass:FileBasedSourceCodeManagementSettingsAppl    
       
    66     "
       
    67 
       
    68     <resource: #help>
       
    69 
       
    70     ^ super flyByHelpSpec addPairsFrom:#(
       
    71 
       
    72 #defaultRepositoryPath
       
    73 'The default repository directory used for all modules not listed below'
       
    74 
       
    75 #perModuleModule
       
    76 'The module for which a specific directory is defined'
       
    77 
       
    78 #perModuleRepositoryPath
       
    79 'The repository directory of this module'
       
    80 
       
    81 #repositoryPathPerModule
       
    82 'Module specific repository directories.'
       
    83 
       
    84 )
       
    85 
       
    86     "Created: / 25-12-2011 / 14:00:06 / cg"
    53 ! !
    87 ! !
    54 
    88 
    55 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
    89 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
    56 
    90 
    57 defaultIcon
    91 defaultIcon
   183                                         collection: (
   217                                         collection: (
   184                                          (LabelSpec
   218                                          (LabelSpec
   185                                             label: 'Repository Path:'
   219                                             label: 'Repository Path:'
   186                                             name: 'Label1'
   220                                             name: 'Label1'
   187                                             layout: (LayoutFrame 0 0.0 0 0 60 0.25 22 0)
   221                                             layout: (LayoutFrame 0 0.0 0 0 60 0.25 22 0)
       
   222                                             activeHelpKey: defaultRepositoryPath
   188                                             level: 0
   223                                             level: 0
   189                                             translateLabel: true
   224                                             translateLabel: true
   190                                             adjust: right
   225                                             adjust: right
   191                                           )
   226                                           )
   192                                          (InputFieldSpec
   227                                          (InputFieldSpec
   193                                             name: 'RepositoryPathField'
   228                                             name: 'RepositoryPathField'
   194                                             layout: (LayoutFrame 64 0.25 0 0 0 1 22 0)
   229                                             layout: (LayoutFrame 64 0.25 0 0 0 1 22 0)
       
   230                                             activeHelpKey: defaultRepositoryPath
   195                                             tabable: true
   231                                             tabable: true
   196                                             model: repositoryPathHolder
   232                                             model: repositoryPathHolder
   197                                             acceptChannel: acceptChannel
   233                                             acceptChannel: acceptChannel
   198                                             acceptOnPointerLeave: true
   234                                             acceptOnPointerLeave: true
   199                                           )
   235                                           )
   203                                     )
   239                                     )
   204                                    (LabelSpec
   240                                    (LabelSpec
   205                                       label: 'Path per Module:'
   241                                       label: 'Path per Module:'
   206                                       name: 'knownModulesLabel'
   242                                       name: 'knownModulesLabel'
   207                                       layout: (LayoutFrame 0 0.0 82 0 60 0.25 104 0)
   243                                       layout: (LayoutFrame 0 0.0 82 0 60 0.25 104 0)
       
   244                                       activeHelpKey: repositoryPathPerModule
   208                                       translateLabel: true
   245                                       translateLabel: true
   209                                       adjust: right
   246                                       adjust: right
   210                                     )
   247                                     )
   211                                    (SequenceViewSpec
   248                                    (SequenceViewSpec
   212                                       name: 'List1'
   249                                       name: 'List1'
   213                                       layout: (LayoutFrame 64 0.25 82 0 0 1 201 0)
   250                                       layout: (LayoutFrame 64 0.25 82 0 0 1 201 0)
       
   251                                       activeHelpKey: repositoryPathPerModule
   214                                       tabable: true
   252                                       tabable: true
   215                                       model: selectedPerModulePath
   253                                       model: selectedPerModulePath
   216                                       hasHorizontalScrollBar: true
   254                                       hasHorizontalScrollBar: true
   217                                       hasVerticalScrollBar: true
   255                                       hasVerticalScrollBar: true
   218                                       miniScrollerHorizontal: true
   256                                       miniScrollerHorizontal: true
   221                                     )
   259                                     )
   222                                    (LabelSpec
   260                                    (LabelSpec
   223                                       label: 'Module:'
   261                                       label: 'Module:'
   224                                       name: 'moduleLabel'
   262                                       name: 'moduleLabel'
   225                                       layout: (LayoutFrame 0 0.0 211 0 60 0.25 228 0)
   263                                       layout: (LayoutFrame 0 0.0 211 0 60 0.25 228 0)
       
   264                                       activeHelpKey: perModuleModule
   226                                       translateLabel: true
   265                                       translateLabel: true
   227                                       adjust: right
   266                                       adjust: right
   228                                     )
   267                                     )
   229                                    (InputFieldSpec
   268                                    (InputFieldSpec
   230                                       name: 'perModulePathModuleEntryField'
   269                                       name: 'perModulePathModuleEntryField'
   231                                       layout: (LayoutFrame 64 0.25 207 0 0 1 229 0)
   270                                       layout: (LayoutFrame 64 0.25 207 0 0 1 229 0)
       
   271                                       activeHelpKey: perModuleModule
   232                                       tabable: true
   272                                       tabable: true
   233                                       model: perModulePathModule
   273                                       model: perModulePathModule
   234                                       acceptChannel: acceptChannel
   274                                       acceptChannel: acceptChannel
   235                                       acceptOnPointerLeave: true
   275                                       acceptOnPointerLeave: true
   236                                     )
   276                                     )
   237                                    (LabelSpec
   277                                    (LabelSpec
   238                                       label: 'Path:'
   278                                       label: 'Path:'
   239                                       name: 'cvsRootLabel'
   279                                       name: 'cvsRootLabel'
   240                                       layout: (LayoutFrame 0 0.0 236 0 60 0.25 253 0)
   280                                       layout: (LayoutFrame 0 0.0 236 0 60 0.25 253 0)
       
   281                                       activeHelpKey: perModuleRepositoryPath
   241                                       translateLabel: true
   282                                       translateLabel: true
   242                                       adjust: right
   283                                       adjust: right
   243                                     )
   284                                     )
   244                                    (ComboBoxSpec
   285                                    (ComboBoxSpec
   245                                       name: 'perModulePathComboBox'
   286                                       name: 'perModulePathComboBox'
   246                                       layout: (LayoutFrame 64 0.25 232 0 0 1.0 254 0)
   287                                       layout: (LayoutFrame 64 0.25 232 0 0 1.0 254 0)
       
   288                                       activeHelpKey: perModuleRepositoryPath
   247                                       tabable: true
   289                                       tabable: true
   248                                       model: perModulePath
   290                                       model: perModulePath
   249                                       immediateAccept: true
   291                                       immediateAccept: true
   250                                       acceptOnLeave: true
   292                                       acceptOnLeave: true
   251                                       acceptOnReturn: true
   293                                       acceptOnReturn: true
   656 ! !
   698 ! !
   657 
   699 
   658 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
   700 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
   659 
   701 
   660 version
   702 version
   661     ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.3 2011-12-22 12:55:40 cg Exp $'
   703     ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.4 2011-12-25 13:03:46 cg Exp $'
   662 !
   704 !
   663 
   705 
   664 version_CVS
   706 version_CVS
   665     ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.3 2011-12-22 12:55:40 cg Exp $'
   707     ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.4 2011-12-25 13:03:46 cg Exp $'
   666 !
   708 !
   667 
   709 
   668 version_FileRepository
   710 version_FileRepository
   669     ^ '§Path: stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st, Version: 1§'
   711     ^ '§Path: stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st, Version: 1§'
   670 ! !
   712 ! !