home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / assembler / armmaker / !ARMmaker / Desc < prev    next >
Encoding:
Text File  |  1994-08-08  |  1.4 KB  |  75 lines

  1. # This is a description of the wimp interface for ARMmaker
  2.  
  3. tool_details_start
  4.    name          "ARMmaker";
  5.    command_is     "/<ARMmaker$Dir>.ARMmaker";
  6.    version       "0.52";
  7.    wimpslot      128k;
  8.    has_extended_cmdline;
  9. tool_details_end
  10.  
  11.  
  12. metaoptions_start
  13.    has_auto_run;
  14.    has_auto_save     ^.leafname from icn 3;
  15.    has_text_window;
  16.    has_summary_window;
  17.    display_dft_is text;
  18. metaoptions_end
  19.  
  20.  
  21. fileoutput_start
  22.    output_option_is  "-o";
  23.    output_dft_is     produces_output;
  24. fileoutput_end
  25.  
  26.  
  27. # options dialogue box
  28. dbox_start
  29.  
  30.    #icon mappings
  31.    icons_start
  32.       icn 3  maps_to string          not_saved;
  33.       icn 6  maps_to "-t";
  34.    icons_end
  35.  
  36.    #default icon values
  37.    defaults
  38.       icn 6  on;
  39.  
  40.    make_defaults
  41.       icn 6  on;
  42.                 
  43.    #drags to dbox (and icon bar)
  44.    imports_start
  45.       drag_to icn 3 inserts icn 3;
  46.       drag_to iconbar inserts icn 3;
  47.    imports_end
  48.  
  49. dbox_end
  50.  
  51.  
  52. #menu from dbox
  53. menu_start
  54.  
  55.    "Features"        maps_to "-f" sub_menu "  Feature:  " 8;
  56.    "Suppress"        maps_to "-w" sub_menu "  Disable:  " 8;
  57.    "Wizardry"        maps_to "-z" sub_menu "   Spell:   " 8;
  58.  
  59.    #default values
  60.    defaults
  61.       menu  1 off,
  62.       menu  2 off,
  63.       menu  3 off;
  64.  
  65. menu_end
  66.  
  67.  
  68. #deselections (ie when an option is picked, which others get turned off?)
  69. deselections_start
  70. deselections_end
  71.  
  72. make_excludes icn 3;
  73.  
  74. make_order_is  "-d !Depend", icn 6, menu 1, menu 2, menu 3;
  75.