extensions.st
changeset 571 864aa38368fc
parent 562 d48401867000
child 732 7ae1f57f3af9
equal deleted inserted replaced
570:ca75d756f909 571:864aa38368fc
   398     "/ needed for MCSettingsApp
   398     "/ needed for MCSettingsApp
   399 
   399 
   400     self at: #mcEnabled put: aBoolean.
   400     self at: #mcEnabled put: aBoolean.
   401 
   401 
   402     "Created: / 16-09-2010 / 09:44:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   402     "Created: / 16-09-2010 / 09:44:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   403     "Modified (comment): / 15-01-2012 / 14:12:57 / cg"
   403     "Modified: / 27-08-2012 / 11:54:43 / cg"
   404 ! !
   404 ! !
   405 
   405 
   406 !UserPreferences methodsFor:'accessing-scm-monticello'!
   406 !UserPreferences methodsFor:'accessing-scm-monticello'!
   407 
   407 
   408 mcRepositories
   408 mcRepositories
   415         UserPreferences current mcRepositories: #(Array) 
   415         UserPreferences current mcRepositories: #(Array) 
   416     "
   416     "
   417 
   417 
   418     "Created: / 16-09-2010 / 09:47:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   418     "Created: / 16-09-2010 / 09:47:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   419     "Modified (comment): / 04-04-2012 / 11:08:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   419     "Modified (comment): / 04-04-2012 / 11:08:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   420 ! !
       
   421 
       
   422 !UserPreferences methodsFor:'accessing-scm-monticello'!
       
   423 
       
   424 mcRepositories: aCollection
       
   425     "/ needed for MCSettingsApp
       
   426 
       
   427     self at: #mcRepositories put: aCollection.
       
   428 
       
   429     "Created: / 27-08-2012 / 11:54:34 / cg"
   420 ! !
   430 ! !
   421 
   431 
   422 !VersionInfo methodsFor:'accessing'!
   432 !VersionInfo methodsFor:'accessing'!
   423 
   433 
   424 timeStamp
   434 timeStamp
   431 ! !
   441 ! !
   432 
   442 
   433 !stx_goodies_monticello class methodsFor:'documentation'!
   443 !stx_goodies_monticello class methodsFor:'documentation'!
   434 
   444 
   435 extensionsVersion_CVS
   445 extensionsVersion_CVS
   436     ^ '$Header: /cvs/stx/stx/goodies/monticello/extensions.st,v 1.16 2012-04-04 10:33:31 vrany Exp $'
   446     ^ '$Header: /cvs/stx/stx/goodies/monticello/extensions.st,v 1.17 2012-08-27 10:05:43 cg Exp $'
   437 ! !
   447 ! !