home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Topware / Scriptworx / _SETUP.1 / c.sch < prev    next >
Text File  |  2000-06-05  |  4KB  |  181 lines

  1. object TPersHolder
  2.   P.Name = 'C'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       CaseSensitive = True
  8.       UseMetaSymbol = True
  9.       UseMetaToWrapLines = True
  10.       MetaSymbol = '\'
  11.       FIText = 0
  12.       FIIntNum = 1
  13.       FIFloatNum = 2
  14.       FIHexNum = 3
  15.       FIDirective = 4
  16.       UseLineDirectives = True
  17.       UseComments = True
  18.       UseSingleLineComments = True
  19.       UseMultiLineComments = True
  20.       UseStrings = True
  21.       UseSingleLineStrings = True
  22.       UseNumbers = True
  23.       UsePrefixedNumbers = True
  24.       UseSuffixedNumbers = True
  25.       UseMultipleNumSuffixes = True
  26.       UsePrefixedSuffixedNumbers = True
  27.       UsePSNumComposition = True
  28.       UseKeywords = True
  29.       BlockDelimiters = <>
  30.       LineDirectivePrefix = '#'
  31.       SingleLineCommentDelimiters = <
  32.         item
  33.           FontID = 5
  34.           LeftDelimiter = '//'
  35.         end>
  36.       MultiLineCommentDelimiters = <
  37.         item
  38.           FontID = 6
  39.           LeftDelimiter = '/*'
  40.           RightDelimiter = '*/'
  41.         end>
  42.       SingleLineStringDelimiters = <
  43.         item
  44.           FontID = 7
  45.           LeftDelimiter = #39
  46.           RightDelimiter = #39
  47.         end
  48.         item
  49.           FontID = 8
  50.           LeftDelimiter = '"'
  51.           RightDelimiter = '"'
  52.         end
  53.         item
  54.           FontID = 9
  55.           LeftDelimiter = 'L"'
  56.           RightDelimiter = '"'
  57.         end>
  58.       NumPrefixes = <
  59.         item
  60.           LeftDelimiter = '0x'
  61.         end
  62.         item
  63.           LeftDelimiter = '0X'
  64.         end>
  65.       NumSuffixes = <
  66.         item
  67.           LeftDelimiter = 'l'
  68.         end
  69.         item
  70.           LeftDelimiter = 'L'
  71.         end
  72.         item
  73.           LeftDelimiter = 'u'
  74.         end
  75.         item
  76.           LeftDelimiter = 'U'
  77.         end>
  78.       NumPrefixesSuffixes = <>
  79.       KeywordSets = <
  80.         item
  81.           FontID = 10
  82.           Name = 'reserved'
  83.           Keywords = 
  84.             'auto,break,case,cdecl,char,const,continue,default,do,double,else' +
  85.             ',enum,extern,far,float,for,fortran,goto,huge,if,int,interrupt,lo' +
  86.             'ng,near,pascal,register,return,short,signed,sizeof,static,struct' +
  87.             ',switch,typedef,union,unsigned,void,volatile,while'
  88.         end>
  89.     end>
  90.   P.FontTable = <
  91.     item
  92.       FontID = 0
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clBlack
  95.       Font.Height = -13
  96.       Font.Name = 'Courier New'
  97.       Font.Style = []
  98.     end
  99.     item
  100.       FontID = 1
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clGreen
  103.       Font.Height = -13
  104.       Font.Name = 'Courier New'
  105.       Font.Style = []
  106.     end
  107.     item
  108.       FontID = 2
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clGreen
  111.       Font.Height = -13
  112.       Font.Name = 'Courier New'
  113.       Font.Style = []
  114.     end
  115.     item
  116.       FontID = 3
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clGreen
  119.       Font.Height = -13
  120.       Font.Name = 'Courier New'
  121.       Font.Style = []
  122.     end
  123.     item
  124.       FontID = 4
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clGreen
  127.       Font.Height = -13
  128.       Font.Name = 'Courier New'
  129.       Font.Style = [fsBold]
  130.     end
  131.     item
  132.       FontID = 5
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = clGray
  135.       Font.Height = -13
  136.       Font.Name = 'Courier New'
  137.       Font.Style = [fsItalic]
  138.     end
  139.     item
  140.       FontID = 6
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clGray
  143.       Font.Height = -13
  144.       Font.Name = 'Courier New'
  145.       Font.Style = [fsItalic]
  146.     end
  147.     item
  148.       FontID = 7
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clMaroon
  151.       Font.Height = -13
  152.       Font.Name = 'Courier New'
  153.       Font.Style = []
  154.     end
  155.     item
  156.       FontID = 8
  157.       Font.Charset = DEFAULT_CHARSET
  158.       Font.Color = clMaroon
  159.       Font.Height = -13
  160.       Font.Name = 'Courier New'
  161.       Font.Style = []
  162.     end
  163.     item
  164.       FontID = 9
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clMaroon
  167.       Font.Height = -13
  168.       Font.Name = 'Courier New'
  169.       Font.Style = []
  170.     end
  171.     item
  172.       FontID = 10
  173.       Font.Charset = DEFAULT_CHARSET
  174.       Font.Color = clBlue
  175.       Font.Height = -13
  176.       Font.Name = 'Courier New'
  177.       Font.Style = [fsBold]
  178.     end>
  179.   P.SyntaxVersion = 2
  180. end
  181.