home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / nrexxsyn.zip / readme.txt < prev   
Text File  |  1996-11-14  |  1KB  |  25 lines

  1. This package contains a file, epmkwds.nrx, with syntax
  2. colour-highlighting information for the NetRexx language in the
  3. EPM editor.  To use this file, just copy it to the directory
  4. where EPM is installed.  If you already have a version of EPM
  5. which supports syntax highlighting, there will be other epmkwds
  6. files such as epmkwds.c present there.  The file will be used
  7. automatically when you activate syntax highlighting for a file
  8. with a .nrx extension.
  9.  
  10. The file highlights all Netrexx keywords, various special
  11. characters, comments, etc., although as with C, /*...*/ comments
  12. are not handled correctly unless they are only a single line.  It
  13. also highlights the Rexx class name, and all of the methods for
  14. the Rexx class, and all of the classes in the 1.01 Java SDK
  15. distribution.  The Java classes will be highlighted in both their
  16. fully qualified and partially qualified forms.  Thus, both Frame
  17. and java.awt.Frame will be highlighted.  The class names are
  18. highlighted in a different colour from keywords.  This part of
  19. the file could easily be extracted and used for syntax
  20. highlighting the classnames when writing native Java code as
  21. well.
  22.  
  23. -- Rob McDermid
  24. (mcdermid@hcl.com)
  25.