home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / TextEditors&Viewers / Texteditors / GoldED310.lha / Install / data / tools / Menu / ReadMe < prev   
Encoding:
Text File  |  1995-05-08  |  3.7 KB  |  78 lines

  1. PURPOSE
  2.  
  3.   MENU is a GoldED menu converter for computer addicts who prefer to  edit  a
  4.   cryptic menu definition file instead of using GoldED's menu requester. This
  5.   utility is able read GoldED's menu preset files and convert them  to  ASCII
  6.   menu  description  files  (or  vice  versa). Use the <dump ASCII> button to
  7.   convert GoldED preset files  to  ASCII  menu  description  files.  Use  the
  8.   <create preset> button to create a GoldED menu preset file according to the
  9.   contents of a menu description file.
  10.  
  11. COPYIGHT
  12.  
  13.   ©1995  Dietmar  Eilert  (e-mail:  DIETMAR@TOMATE.MBP.OCHE.DE).  All  Rights
  14.   Reserved.  Code  may not be reused/reproduced without written permission of
  15.   the author.
  16.  
  17.   Dietmar Eilert
  18.   Mies-v-d-Rohe-Str.31, 52074 Aachen, Germany
  19.   E-Mail: DIETMAR@TOMATE.MBP.OCHE.DE
  20.   Tel: +49-(0)241-81665
  21.        +49-(0)2525-7776
  22.   Fax: +49-(0)241-81665
  23.  
  24. USAGE & CONFIGURATION
  25.  
  26.   This utility is able read GoldED's menu preset files and  convert  them  to
  27.   ASCII  menu  description files (or vice versa). Use the <save ASCII> button
  28.   to convert GoldED preset files to ASCII menu  description  files.  Use  the
  29.   <save  preset>  button to create a GoldED menu preset file according to the
  30.   contents of a menu description file.
  31.  
  32. ASCII FILE SYNTAX
  33.  
  34.   Menu  description  files  may  consist  of  empty  lines,  comments  (lines
  35.   introduced  by  a  semicolon)  and  commands.  Please have a look at a menu
  36.   description file created by Prefs to  get  a  rough  idea  of  the  command
  37.   syntax. The following commands are available:
  38.  
  39.  
  40.   command    option        description
  41.   --------------------------------------------------------------------------
  42.   GUIDE      GUIDE/K/A     set menu's guide (STRING: file name)
  43.   MENU       MENU/K/A      add new (sub)menu (STRING: menu name)
  44.   ENDMENU    ENDMENU/S     terminate (sub)menu
  45.   BAR        (none)        add barlabel entry to menu
  46.  
  47.   ITEM       ITEM/K/A      add (sub)item: (sub)item name (STRING)
  48.              COMMAND/F     command string: internal command (STRING)
  49.              DOS/F         command string: DOS command      (STRING)
  50.              AREXX/F       command string: ARexx command    (STRING)
  51.              TEXT/F        command string: text command     (STRING)
  52.              LEAVEOUT/S    add gadget to window's title bar
  53.              KEY/K         shortcut (STRING)
  54.              DIR/K         current directory (STRING)
  55.              OUTPUT/K      output handle (STRING, e.g. "con:")
  56.              SHANGHAI/N    shanghai time (UWORD: seconds)
  57.              ASYNC/S       run DOS commands asynchronously
  58.              GUIDE/K       guide entry related to this menu (STRING)
  59.              CHECKMARK/K   display checkmark (STRING: variable name)
  60.              Q/K           Qualifier (not supported)
  61.              QM/K          Qualifier (not supported)
  62.  
  63.              Comment: Valid CHECKMARKs are  INSERT,  WRAP,  INFOS,  BRACKET,
  64.              CHKCASE,  ALEFT,  INDENT, SOLID, SINDENT, BACKUP, ABAK, ASKBAK,
  65.              ACENTER, AFOLD,  ALOAD,  USER1,  USER2,  USER3,  USER4,  USER5,
  66.              USER6,  USER7,  USER8,  USER9,  USER10, USER11, USER12, USER13,
  67.              USER14,  USER15,  USER16,  USER17,  USER18,   USER19,   USER20,
  68.              PREVIEW, TEMLATES, REVERSED, WILDCARDS and UNDO.
  69.  
  70.   NEXT       COMMAND/F     add further command to last (sub)item: internal
  71.              DOS/F         add further command to last (sub)item: DOS
  72.              AREXX/F       add further command to last (sub)item: ARexx
  73.              TEXT/F        add further command to last (sub)item: text
  74.  
  75.   SEPARATE   SEPARATE/N    turn barlabels on/off (UWORD: 0 or 1)
  76.   FILELIST   FILELIST/N    select file menu (UWORD: menu ID or 0 = <off>)
  77.   STYLEGUIDE STYLEGUIDE/K  shortcuts: ignore case ? (BOOL)
  78.