save all?

Jerry Muelver jerry at hytext.com
Tue Jan 17 19:07:10 EST 2006


----- Original Message ----- 
From: "Richard Gaskin"

> You can make a plugin for it easily enough:
>
> on mouseUp
>   repeat for each line tStack in the windows
>    -- Exclude IDE stacks:
>    if char 1 to 3 of tStack = "rev" then next repeat
>    -- do the deed:
>    save stack tStack
>   end repeat
> end mouseUp
>

That's it?! That's all it takes to write a plug-in? Boy, have I got some 
dandy plug-ins rattling around in the recesses of my alleged mind. You've 
created a monster, Richard!

---- Jerry 




More information about the use-livecode mailing list