Changes between Version 4 and Version 5 of sandbox
- Timestamp:
- 03/25/10 17:36:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sandbox
v4 v5 5 5 * Instead of description AutoActionsshould have a Message object. Each Message object consists of KEY and coresponding PARAMETERS. 6 6 * Example: 7 ''Msg.text("Change font size to %d pts.") 8 7 ''Msg.text("Change font size to %d pts.")[[BR]] 9 8 Msg.get(KEY,... Msg)'' 10 9 * To visualize the auto action we use the result of applying the corresponding format string to the given parameters.