home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / apps / RTFSyntax.README < prev    next >
Encoding:
Text File  |  1994-01-08  |  837 b   |  22 lines

  1. RTFSyntax
  2. by
  3. Ross Cutler
  4. rgc@cs.umd.edu
  5. 1-6-94
  6.  
  7. Introduction
  8. RTFSyntax is an application for programmers that provides a service to
  9. color syntax highlight rich text.  By color syntax highlighting, I
  10. mean automatically changing the color and font of the selected rich
  11. text using regular expressions previously defined in RTFSyntax.  For
  12. example, you can use this program to make all of your Objective-C
  13. comments appear in red Helvetica 12-point italics.  Because you define
  14. what you want colored using regular expression, you can completely
  15. customize how your RTF code looks.
  16.  
  17. Motivation
  18. With NEXTSTEP 3.2, Edit and cc(1) now support RTF.  You can utilize
  19. RTF in your source files by creating links from one file to another,
  20. and also by changing the fonts and colors to make the code easier to
  21. read.  This program automates the latter.  
  22.