home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / lxprdef.zip / ReadMe < prev   
INI File  |  1997-04-28  |  2KB  |  62 lines

  1. [04/28/97]
  2.  
  3.  
  4.                LxPrDef, An extension for the Lpex editor.
  5.  
  6. Description
  7. ===========
  8.  
  9. Lpex, the editor supplied with the VisualAge C++ compiler package from
  10. IBM, can be extended through the use of external commands.  Lpex
  11. external commands are implemented through DLLs.
  12.  
  13. All external command DLLs must be prefixed with the two characters 'Lx'
  14. and then the command name.  Since OS/2 limits DLL names to 8 characters
  15. plus the DLL extension, this effectively limits the external command name
  16. to 6 characters.
  17.  
  18. LxPrDef.dll is therefore the DLL for the external command: PrDef.  
  19.  
  20. PrDef is a parser for *.def files, (module definition files,) that 
  21. provides syntax highlighting in the same manner as the parsers for C 
  22. files, COBOL files, Pascal files, etc.
  23.  
  24. It should be obvious this is *only* of use to you, if you are using the
  25. Lpex editor.
  26.  
  27. To use
  28. ======
  29.  
  30.   Def.Lxl:
  31.     Place this load macro in the same directory as your other Lpex macros.
  32.  
  33.   LxPrDef.dll:
  34.     Place LxPrDef.dll in the same directory as your other Lpex DLLs.  
  35.     
  36. You now have syntax highlighting for all your Module Definition files.
  37. Or, at least for any Module Definition files with file extensions of
  38. *.DEF    ;-)
  39.  
  40. Source code
  41. ==========
  42.  
  43.   Complete source code for LxPrDef.dll is available on request.  Simply
  44.   e-mail me:
  45.  
  46.     Mark Miesfeld
  47.     DFX Systems
  48.     5110 E Bellevue St #109
  49.     Tucson AZ 85712
  50.  
  51.     miesfeld@acm.org
  52.  
  53. Restrictions
  54. ============
  55.  
  56. The parser is free.  However, if you download it and use it I would be 
  57. interested in knowing what you think.  Send me an e-mail.
  58.  
  59. --
  60. Mark Miesfeld
  61. miesfeld@acm.org
  62.