MercurialSourceCodeManagementSettingsAppl.st
changeset 13668 fa213bf66a31
parent 13315 028263ad9c01
child 14246 b4fedc6eab7a
equal deleted inserted replaced
13667:4fa5612a180e 13668:fa213bf66a31
   304                collection: (
   304                collection: (
   305                 (LabelSpec
   305                 (LabelSpec
   306                    label: 'Unfinished & Experimental'
   306                    label: 'Unfinished & Experimental'
   307                    name: 'Label10'
   307                    name: 'Label10'
   308                    style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default')
   308                    style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default')
       
   309                    initiallyInvisible: true
   309                    foregroundColor: (Color 86.9993133440147 0.0 0.0)
   310                    foregroundColor: (Color 86.9993133440147 0.0 0.0)
   310                    translateLabel: true
   311                    translateLabel: true
   311                    extent: (Point 807 37)
   312                    extent: (Point 807 37)
   312                  )
   313                  )
   313                 (ViewSpec
   314                 (ViewSpec
   754                                label: 'Flush Cache now'
   755                                label: 'Flush Cache now'
   755                                name: 'FlushCacheNowButton'
   756                                name: 'FlushCacheNowButton'
   756                                translateLabel: true
   757                                translateLabel: true
   757                                tabable: true
   758                                tabable: true
   758                                model: flushSourceCache
   759                                model: flushSourceCache
   759                                extent: (Point 263 22)
   760                                extent: (Point 262 22)
   760                              )
   761                              )
   761                             (ActionButtonSpec
   762                             (ActionButtonSpec
   762                                label: 'Condense Cache now'
   763                                label: 'Condense Cache now'
   763                                name: 'CondenseCacheNowButton'
   764                                name: 'CondenseCacheNowButton'
   764                                translateLabel: true
   765                                translateLabel: true
   765                                tabable: true
   766                                tabable: true
   766                                model: condenseSourceCache
   767                                model: condenseSourceCache
   767                                extent: (Point 264 22)
   768                                extent: (Point 263 22)
   768                              )
   769                              )
   769                             )
   770                             )
   770                           
   771                           
   771                          )
   772                          )
   772                        )
   773                        )
  1239 ! !
  1240 ! !
  1240 
  1241 
  1241 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1242 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1242 
  1243 
  1243 version
  1244 version
  1244     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.25 2013-08-11 09:58:59 cg Exp $'
  1245     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.26 2013-11-08 11:21:30 cg Exp $'
  1245 !
  1246 !
  1246 
  1247 
  1247 version_CVS
  1248 version_CVS
  1248     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.25 2013-08-11 09:58:59 cg Exp $'
  1249     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.26 2013-11-08 11:21:30 cg Exp $'
  1249 ! !
  1250 ! !
  1250 
  1251