Changes between Version 3 and Version 4 of sandbox


Ignore:
Timestamp:
03/25/10 17:36:21 (15 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sandbox

    v3 v4  
    55 * Instead of description AutoActionsshould have a Message object. Each Message object consists of KEY and coresponding PARAMETERS. 
    66  * 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 
     9Msg.get(KEY,... Msg)'' 
    910 * To visualize the auto action we use the result of applying the corresponding format string to the given parameters. 
    1011 * 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.