2 This file for the log statements that is general for all application
3 we can use it as general commands then relate it to its application
4 as we have in the starter command
5 //====================================
6 also I make set zoom to be general as it will be better
12 SideBar | setZoom_command | Select_command | General_type_command_on_UI_Object
15 'From SIDEBAR ' 'Choose ' '{"PANEL":' name=STRING '}'
18 'Set Zoom to ' zoom_value=INT
21 'Select ' '{"OBJECT":' name=STRING '}'
24 //==================================================
25 //This Part if you want to type text in any of these UI elements This will be handled with this Grammar
27 General_type_command_on_UI_Object:
28 'Type on' UI_Obj=STRING what_to_type=Type_options 'from' parent_id=ID