home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0498.ZIP / CCE_0498.PD / IDEATOOL / IDEAFORM / KEY / C.KEY < prev    next >
Text File  |  1993-11-27  |  2KB  |  89 lines

  1. ++++++++++++++++++++++++++++++++++++++
  2. +    Schlüsseldatei für IdeaForm     +
  3. ++++++++++++++++++++++++++++++++++++++
  4. + maximale Länge der Schlüsselwörter +
  5. + und Kommentarklammern: 40 Zeichen  +
  6. ++++++++++++++++++++++++++++++++++++++
  7. +
  8. +Titel der Datei:
  9. Schlüssel für C-Quelltexte
  10. +
  11. +++++++++++++++++++++++++++++++++++++++++++++++++++
  12. + C-Puristen werden entsetzt sein, aber zumindest +
  13. + zum Hervorheben von Kommentaren legitim, oder?  +
  14. + Einfach alle Schlüsselwörter entfernen...       +
  15. +++++++++++++++++++++++++++++++++++++++++++++++++++
  16. +
  17. + Attribut(e) für Schlüsselwörter:
  18. 0 +subscript
  19. 0 +superscript
  20. 0 +unterstrichen
  21. 0 +kursiv    
  22. 0 +hell
  23. 1 +fett
  24. +
  25. + Attribut(e) für Kommentare:
  26. 0 +subscript
  27. 0 +superscript
  28. 0 +unterstrichen
  29. 1 +kursiv    
  30. 0 +hell
  31. 0 +fett
  32. +
  33. "   +String-Markierungen (2 verschiedene möglich, z.B '")
  34. /*  +Kommentarstart 1
  35. */  +Kommentarende 1
  36. //  +Kommentarstart 2
  37. EOL +Kommentarende 2 
  38. +
  39. + maximal 255 Schlüsselwörter: 
  40. asm    + GNU C - in C++ Standard!
  41. auto
  42. break
  43. case
  44. cdecl    + Turbo C
  45. char    + type
  46. const
  47. continue
  48. default
  49. do
  50. double    + type
  51. else
  52. enum
  53. extern
  54. float    + type
  55. for
  56. goto
  57. if
  58. inline    + GNU C - in C++ Standard!
  59. int    + type
  60. long    + type
  61. pascal    + Turbo C
  62. register
  63. return
  64. short    + type
  65. signed    + type
  66. sizeof
  67. static
  68. struct
  69. switch
  70. typedef
  71. typeof    + GNU C
  72. union
  73. +unsigned    + type
  74. void
  75. volatile
  76. while
  77. + Präprozessor
  78. define
  79. include
  80. +if
  81. undef
  82. ifdef
  83. ifndef
  84. else
  85. endif
  86. +line
  87. +error
  88. ++++++++++++++++++ Ende der Datei ++++++++++++   
  89.