home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / oberon / tool / find.tool (.txt) < prev    next >
Oberon Text  |  1977-12-31  |  1KB  |  29 lines

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. LineElems
  5. Alloc
  6. Find.Diff ^
  7. Find.Domain ~
  8. Find.All ^
  9. Compare files.
  10. Search for a literal string in a sequence of files.
  11. Search for clients and imports of a specific module.
  12. Search for attributes in info elements
  13. Find.Diff ^
  14.     Compares two texts starting from the two most recent         selections
  15.     Sets new selections at the first position where the two         texts differ.
  16. Find.Domain {filename} ~
  17.     Specify the files in which Find.All should search for a             pattern.
  18. Find.All ^
  19.     Searches the selection in the files specified with                 Find.Domain.
  20.     Lists all lines containing the pattern.
  21. Find.AllInfo ^
  22.     The selection must be of the form
  23.         item = pattern
  24.     where item is one of the headings in an info element
  25.     (Title, Author, ...) and pattern is any character sequence
  26.     up to the end of the selection.
  27.     Lists all modules specified with Find.Domain containing 
  28.     the pattern in their info elements.
  29.