rwdconfig.dist in rwdgutenberg-0.12 vs rwdconfig.dist in rwdgutenberg-0.13

- old
+ new

@@ -1,15 +1,15 @@ -##VERSION: (1.78) +##VERSION: (1.85) # rwdtinker core configuration file ##NAME: (ConfigLocation):(1.78) ConfigLocation="" ##NAME: (ZipsLocation):(1.78) ZipsLocation="" ##NAME: ($testharnessarray):(1.78) $testharnessarray = ["rwdtinker_all_tests"] ##NAME: (TestNow):(1.78) -TestNow=false # turning this on will run the unit tests +TestNow= false # turning this on will run the unit tests ##NAME: ($testharness):(1.78) $testharness=true ##NAME: ($tinkerhelpaboutarray):(1.78) $tinkerhelpaboutarray = ["Tinker"] ##NAME: ($helptopicsarray):(1.78) @@ -18,5 +18,7 @@ $tinkerdocumentsarray = ["HowTo_Tinker.txt" , "rwdapplications.html" , "RubyWebDialogs.html"] ##NAME: (JumpLink):(1.78) JumpLink = Hash.new { |hh, kk| hh[kk] = "ERROR: link not found: #{kk.inspect}."; hh[kk] } ##NAME: ($rwdjumplink):(1.78) $rwdjumplink = ["helpscreen", "tinkerbackwindow", "returntomain", "opendocuments", "editconfiguration"] +##NAME: (TabHash):(1.85) +TabHash = Hash["selectiontab", "main"]