diff -r 189b0dfccd0a -r c56413398212 FileBasedSourceCodeManagementSettingsAppl.st --- a/FileBasedSourceCodeManagementSettingsAppl.st Sun Dec 25 14:03:34 2011 +0100 +++ b/FileBasedSourceCodeManagementSettingsAppl.st Sun Dec 25 14:03:46 2011 +0100 @@ -52,6 +52,40 @@ "Created: / 21-12-2011 / 14:55:40 / cg" ! ! +!FileBasedSourceCodeManagementSettingsAppl class methodsFor:'help specs'! + +flyByHelpSpec + "This resource specification was automatically generated + by the UIHelpTool of ST/X." + + "Do not manually edit this!! If it is corrupted, + the UIHelpTool may not be able to read the specification." + + " + UIHelpTool openOnClass:FileBasedSourceCodeManagementSettingsAppl + " + + + + ^ super flyByHelpSpec addPairsFrom:#( + +#defaultRepositoryPath +'The default repository directory used for all modules not listed below' + +#perModuleModule +'The module for which a specific directory is defined' + +#perModuleRepositoryPath +'The repository directory of this module' + +#repositoryPathPerModule +'Module specific repository directories.' + +) + + "Created: / 25-12-2011 / 14:00:06 / cg" +! ! + !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'image specs'! defaultIcon @@ -185,6 +219,7 @@ label: 'Repository Path:' name: 'Label1' layout: (LayoutFrame 0 0.0 0 0 60 0.25 22 0) + activeHelpKey: defaultRepositoryPath level: 0 translateLabel: true adjust: right @@ -192,6 +227,7 @@ (InputFieldSpec name: 'RepositoryPathField' layout: (LayoutFrame 64 0.25 0 0 0 1 22 0) + activeHelpKey: defaultRepositoryPath tabable: true model: repositoryPathHolder acceptChannel: acceptChannel @@ -205,12 +241,14 @@ label: 'Path per Module:' name: 'knownModulesLabel' layout: (LayoutFrame 0 0.0 82 0 60 0.25 104 0) + activeHelpKey: repositoryPathPerModule translateLabel: true adjust: right ) (SequenceViewSpec name: 'List1' layout: (LayoutFrame 64 0.25 82 0 0 1 201 0) + activeHelpKey: repositoryPathPerModule tabable: true model: selectedPerModulePath hasHorizontalScrollBar: true @@ -223,12 +261,14 @@ label: 'Module:' name: 'moduleLabel' layout: (LayoutFrame 0 0.0 211 0 60 0.25 228 0) + activeHelpKey: perModuleModule translateLabel: true adjust: right ) (InputFieldSpec name: 'perModulePathModuleEntryField' layout: (LayoutFrame 64 0.25 207 0 0 1 229 0) + activeHelpKey: perModuleModule tabable: true model: perModulePathModule acceptChannel: acceptChannel @@ -238,12 +278,14 @@ label: 'Path:' name: 'cvsRootLabel' layout: (LayoutFrame 0 0.0 236 0 60 0.25 253 0) + activeHelpKey: perModuleRepositoryPath translateLabel: true adjust: right ) (ComboBoxSpec name: 'perModulePathComboBox' layout: (LayoutFrame 64 0.25 232 0 0 1.0 254 0) + activeHelpKey: perModuleRepositoryPath tabable: true model: perModulePath immediateAccept: true @@ -658,11 +700,11 @@ !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.3 2011-12-22 12:55:40 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.4 2011-12-25 13:03:46 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.3 2011-12-22 12:55:40 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.4 2011-12-25 13:03:46 cg Exp $' ! version_FileRepository