home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1101.lha / Programs / C_dt / ReadMe < prev    next >
Encoding:
Text File  |  1995-07-09  |  1.7 KB  |  53 lines

  1.  
  2.                             c.datatype
  3.  
  4.                      Written by Stefan Ruppert
  5.  
  6.  
  7. This is a C Source data type for using in MultiView or similar programs !
  8. It displays different parts of a C Source in different style and color,
  9. like comments, keywords, basic types and cpp keywords !
  10. This goes all through a prefs file. If you designed a nice preference file
  11. please send me this file, so that anyone can used it !
  12.  
  13. This datatype is Freeware, but not in the public domain !
  14.  
  15. It's strictly forbidden to include this archive in any kind of software
  16. collection except Fred Fish's AmigaLibrary, Aminet , Aminet CD's and BBS
  17. Fileareas !
  18.  
  19. This datatype was created using bison to generate the C parser ,some
  20. example code from the Developer 3.1 Kit and the bmp.datatype from
  21. David N. Junod.
  22.  
  23. This software is provided "as is". No representations or warranties are
  24. made with respect to the accuracy, reliability, performance, currentness,
  25. or operation of this software, and all use is at your own risk !
  26.  
  27. You can install this datatype by using the Installer script.If you have
  28. any suggestion or comments please contact me :
  29.  
  30. Stefan Ruppert
  31. Windthorststraße 5
  32. 65439 Flörsheim am Main
  33. GERMANY
  34.  
  35. EMail: ruppert@vs3.informatik.fh-wiesbaden.de
  36.  
  37. History:
  38.  
  39. 39.11 :
  40. - there are some changes to the code provided by the Developer Kit.
  41.   This example code touch's the SpecialInfo structure of a datatype and
  42.   perform then a notify message. The notify message sets all attributes in
  43.   the SpecialInfo structure correctly. So we don't do that directly !!!!
  44.   Added two new datatypes methods to Lock/Unlock the object
  45. - now the lex() function is inlined through OPTINLOCAL
  46. - some bug fixes
  47. - hopefully last changes for tab handling
  48.  
  49.  
  50. 39.10 :
  51. - handles tabs and spaces now correctly. Also when printing.
  52.  
  53.