Changes between Version 3 and Version 4 of sandbox
- Timestamp:
- 03/25/10 17:36:21 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sandbox
v3 v4 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 ''Msg.get(KEY,... Msg)'' 7 ''Msg.text("Change font size to %d pts.") 8 9 Msg.get(KEY,... Msg)'' 9 10 * To visualize the auto action we use the result of applying the corresponding format string to the given parameters. 10 11 * The KEYS could be the default (english) values for the text, or they can be modified if for example the text is too long or it is not too usable.