MercurialSourceCodeManagementSettingsAppl.st
changeset 16680 84b48cda8a71
parent 16088 7162acc2d2f8
child 16689 70b43a6c4755
child 18907 74e62cbc225d
equal deleted inserted replaced
16679:cf99c8da73cf 16680:84b48cda8a71
   348             (SpecCollection
   348             (SpecCollection
   349                collection: (
   349                collection: (
   350                 (LabelSpec
   350                 (LabelSpec
   351                    label: 'Unfinished & Experimental'
   351                    label: 'Unfinished & Experimental'
   352                    name: 'Label10'
   352                    name: 'Label10'
   353                    style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default')
   353                    style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default' nil nil)
   354                    initiallyInvisible: true
   354                    initiallyInvisible: true
   355                    foregroundColor: (Color 86.9993133440147 0.0 0.0)
   355                    foregroundColor: (Color 87.0 0.0 0.0)
   356                    translateLabel: true
   356                    translateLabel: true
   357                    extent: (Point 807 37)
   357                    extent: (Point 807 37)
   358                  )
   358                  )
   359                 (ViewSpec
   359                 (ViewSpec
   360                    name: 'ManagerSetupBoxx'
   360                    name: 'ManagerSetupBoxx'
   383                                layout: (LayoutFrame 0 0 35 0 0 1 60 0)
   383                                layout: (LayoutFrame 0 0 35 0 0 1 60 0)
   384                                component: 
   384                                component: 
   385                               (SpecCollection
   385                               (SpecCollection
   386                                  collection: (
   386                                  collection: (
   387                                   (LabelSpec
   387                                   (LabelSpec
   388                                      label: 'HG Command or Path:'
   388                                      label: 'HG Command:'
   389                                      name: 'Label1'
   389                                      name: 'Label1'
   390                                      layout: (LayoutFrame 0 0.0 0 0 60 0.25 22 0)
   390                                      layout: (LayoutFrame 0 0.0 0 0 60 0.25 22 0)
   391                                      activeHelpKey: hgCommand
   391                                      activeHelpKey: hgCommand
   392                                      level: 0
   392                                      level: 0
   393                                      translateLabel: true
   393                                      translateLabel: true
   411                                layout: (LayoutFrame 0 0 61 0 0 1 86 0)
   411                                layout: (LayoutFrame 0 0 61 0 0 1 86 0)
   412                                component: 
   412                                component: 
   413                               (SpecCollection
   413                               (SpecCollection
   414                                  collection: (
   414                                  collection: (
   415                                   (LabelSpec
   415                                   (LabelSpec
   416                                      label: 'HG Command Timeout:'
   416                                      label: 'Command Timeout:'
   417                                      name: 'Label2'
   417                                      name: 'Label2'
   418                                      layout: (LayoutFrame 0 0.0 0 0 60 0.25 22 0)
   418                                      layout: (LayoutFrame 0 0.0 0 0 60 0.25 22 0)
   419                                      activeHelpKey: hgCommandTimeout
   419                                      activeHelpKey: hgCommandTimeout
   420                                      level: 0
   420                                      level: 0
   421                                      translateLabel: true
   421                                      translateLabel: true
   800                                label: 'Flush Cache now'
   800                                label: 'Flush Cache now'
   801                                name: 'FlushCacheNowButton'
   801                                name: 'FlushCacheNowButton'
   802                                translateLabel: true
   802                                translateLabel: true
   803                                tabable: true
   803                                tabable: true
   804                                model: flushSourceCache
   804                                model: flushSourceCache
   805                                extent: (Point 263 22)
   805                                extent: (Point 259 22)
   806                              )
   806                              )
   807                             (ActionButtonSpec
   807                             (ActionButtonSpec
   808                                label: 'Condense Cache now'
   808                                label: 'Condense Cache now'
   809                                name: 'CondenseCacheNowButton'
   809                                name: 'CondenseCacheNowButton'
   810                                translateLabel: true
   810                                translateLabel: true
   811                                tabable: true
   811                                tabable: true
   812                                model: condenseSourceCache
   812                                model: condenseSourceCache
   813                                extent: (Point 264 22)
   813                                extent: (Point 259 22)
   814                              )
   814                              )
   815                             )
   815                             )
   816                           
   816                           
   817                          )
   817                          )
   818                        )
   818                        )