news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

DL_ToggleChecks

Revision
Revised on

Description


Code

on DL_ToggleChecks
  global DL_DoChecks
  
  if the shiftKey is down then
    DL_CheckNow
  else
    put the short name of this stack into thisStack
    get not DL_Flag("Check Scripts",thisStack)
    DL_SetFlag "Check Scripts",thisStack,it
    DL_UpdateFlagMenu "Document This Stack's Scripts",it
    put it into DL_DoChecks
    if it then DL_CheckNow
  end if
  
end DL_ToggleChecks