home *** CD-ROM | disk | FTP | other *** search
-
- c.datatype
-
- Written by Stefan Ruppert
-
-
- This is a C Source data type for using in MultiView or similar programs !
- It displays different parts of a C Source in different style and color,
- like comments, keywords, basic types and cpp keywords !
- This goes all through a prefs file. If you designed a nice preference file
- please send me this file, so that anyone can used it !
-
- This datatype is Freeware, but not in the public domain !
-
- It's strictly forbidden to include this archive in any kind of software
- collection except Fred Fish's AmigaLibrary, Aminet , Aminet CD's and BBS
- Fileareas !
-
- This datatype was created using bison to generate the C parser ,some
- example code from the Developer 3.1 Kit and the bmp.datatype from
- David N. Junod.
-
- This software is provided "as is". No representations or warranties are
- made with respect to the accuracy, reliability, performance, currentness,
- or operation of this software, and all use is at your own risk !
-
- You can install this datatype by using the Installer script.If you have
- any suggestion or comments please contact me :
-
- Stefan Ruppert
- Windthorststraße 5
- 65439 Flörsheim am Main
- GERMANY
-
- EMail: ruppert@vs3.informatik.fh-wiesbaden.de
-
- History:
-
- 39.11 :
- - there are some changes to the code provided by the Developer Kit.
- This example code touch's the SpecialInfo structure of a datatype and
- perform then a notify message. The notify message sets all attributes in
- the SpecialInfo structure correctly. So we don't do that directly !!!!
- Added two new datatypes methods to Lock/Unlock the object
- - now the lex() function is inlined through OPTINLOCAL
- - some bug fixes
- - hopefully last changes for tab handling
-
-
- 39.10 :
- - handles tabs and spaces now correctly. Also when printing.
-
-