FileBasedSourceCodeManagementSettingsAppl.st
changeset 16656 af56b4bc61fb
parent 16153 3a55ba72a107
child 16664 ef51c9c52b52
child 17913 a59f66ff7b47
equal deleted inserted replaced
16655:e9649c244d88 16656:af56b4bc61fb
    14 "{ NameSpace: Smalltalk }"
    14 "{ NameSpace: Smalltalk }"
    15 
    15 
    16 AbstractSourceCodeManagementSettingsAppl subclass:#FileBasedSourceCodeManagementSettingsAppl
    16 AbstractSourceCodeManagementSettingsAppl subclass:#FileBasedSourceCodeManagementSettingsAppl
    17 	instanceVariableNames:'pathPerModule repositoryPathHolder perModulePath
    17 	instanceVariableNames:'pathPerModule repositoryPathHolder perModulePath
    18 		perModulePathModule selectedPerModulePath'
    18 		perModulePathModule selectedPerModulePath'
    19 	classVariableNames:'RecentlyUsedCVSRoots RecentlyUsedStoreHosts
    19 	classVariableNames:''
    20 		RecentlyUsedSmallTeamHosts LastStoreHost LastStoreUser
       
    21 		LastStorePassword'
       
    22 	poolDictionaries:''
    20 	poolDictionaries:''
    23 	category:'System-SourceCodeManagement'
    21 	category:'System-SourceCodeManagement'
    24 !
    22 !
    25 
    23 
    26 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
    24 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'documentation'!