home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / oberon / tool / doc.tool (.txt) < prev    next >
Oberon Text  |  1977-12-31  |  980b  |  30 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.