home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / obero / oberon / tool / doc.tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1995-04-06  |  1.1 KB  |  33 lines

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10i.Scn.Fnt
  5. LineElems
  6. Alloc
  7. Doc - Document opener    SHML 7 Mar 95    ludwig@inf.ethz.ch
  8. Open files according to their extension with installed open command
  9. Doc.Open ^
  10. Doc.Open    "^" | name
  11.     Open file name according to its extension with installed command.
  12. Doc.Defaults
  13.     Clear all installed command - extension pairs and initialize from
  14.     Doc.Configuration.Text
  15. Doc.List
  16.     List all command - extension pairs.
  17. The syntax of the Doc.Configuration.Text is:
  18.     {open_command "*" | extension}
  19. where a line with an * lists the default open command used for unknown extensions.
  20. Example:
  21. XE.Open    *
  22. XE.SysOpen    Tool
  23. Browser.ShowDef    Sym
  24. Decoder.Decode    Obj
  25. CaptionEdit.Open    Cap
  26. Hex.Open    Fnt
  27. Kepler.Open    Kep
  28. Draw.Open    Graph
  29. Paint.Open    Pict
  30. CL.Open    Cli
  31. AT.Open    At
  32. Net.ReceiveFiles Pluto shml:Doc.Tool shml:Doc.obj shml:Doc.Configuration.Text~
  33.