ApplicationModel.st
changeset 4362 8d24b880de6c
parent 4361 35ae4734af0b
child 4364 511f14f879b8
equal deleted inserted replaced
4361:35ae4734af0b 4362:8d24b880de6c
  2983 
  2983 
  2984     "Created: / 23-07-2019 / 09:09:37 / Claus Gittinger"
  2984     "Created: / 23-07-2019 / 09:09:37 / Claus Gittinger"
  2985 !
  2985 !
  2986 
  2986 
  2987 showMeHowItWorksDefaultMajorKeys
  2987 showMeHowItWorksDefaultMajorKeys
  2988     "Usually, the major key defaults to the classes name"
  2988     "Usually, the major key defaults to the classes name.
  2989 
  2989      The returned keys are tried as filename prefixes in the resources/shows folder"
  2990     ^ { self class name  copyReplaceAll:$: with:$_.
  2990 
       
  2991     ^ { 
       
  2992         self class name copyReplaceAll:$: with:$_.
  2991         self class nameWithoutPrefix copyReplaceAll:$: with:$_ 
  2993         self class nameWithoutPrefix copyReplaceAll:$: with:$_ 
  2992       } asSet
  2994       } asSet
  2993 
  2995 
  2994     "
  2996     "
  2995      Expecco::ProjectDifferenceBrowser basicNew showMeHowItWorksDefaultMajorKeys
  2997      Expecco::ProjectDifferenceBrowser basicNew showMeHowItWorksDefaultMajorKeys