news |
info |
people |
software |
stuff |
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