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

  1. object TPersHolder
  2.   P.Name = 'C++ (Builder)'
  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.         item
  79.           LeftDelimiter = 'i64'
  80.         end
  81.         item
  82.           LeftDelimiter = 'i32'
  83.         end
  84.         item
  85.           LeftDelimiter = 'i16'
  86.         end
  87.         item
  88.           LeftDelimiter = 'i8'
  89.         end
  90.         item
  91.           LeftDelimiter = 'I64'
  92.         end
  93.         item
  94.           LeftDelimiter = 'I32'
  95.         end
  96.         item
  97.           LeftDelimiter = 'I16'
  98.         end
  99.         item
  100.           LeftDelimiter = 'I8'
  101.         end>
  102.       NumPrefixesSuffixes = <>
  103.       KeywordSets = <
  104.         item
  105.           FontID = 10
  106.           Name = 'reserved'
  107.           Keywords = 
  108.             '__asm,__automated,__cdecl,__classid,__closure,__declspec,__dispi' +
  109.             'd,__except,__export,__fastcall,__finally,__import,__int16,__int3' +
  110.             '2,__int64,__int8,__pascal,__property,__published,__rtti,__stdcal' +
  111.             'l,__thread,__try,_asm,_cdecl,_export,_fastcall,_import,_pascal,_' +
  112.             'stdcall,asm,auto,bool,break,case,catch,cdecl,char,class,const,co' +
  113.             'nst_cast,continue,default,delete,do,double,dynamic_cast,else,enu' +
  114.             'm,explicit,extern,false,float,for,friend,goto,if,inline,int,long' +
  115.             ',mutable,namespace,new,operator,pascal,private,protected,public,' +
  116.             'register,reinterpret_cast,return,short,signed,sizeof,static,stat' +
  117.             'ic_cast,struct,switch,template,this,throw,true,try,typedef,typei' +
  118.             'd,typename,union,unsigned,using,virtual,void,volatile,wchar_t,wh' +
  119.             'ile'
  120.         end>
  121.     end>
  122.   P.FontTable = <
  123.     item
  124.       FontID = 0
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clBlack
  127.       Font.Height = -13
  128.       Font.Name = 'Courier New'
  129.       Font.Style = []
  130.     end
  131.     item
  132.       FontID = 1
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = clGreen
  135.       Font.Height = -13
  136.       Font.Name = 'Courier New'
  137.       Font.Style = []
  138.     end
  139.     item
  140.       FontID = 2
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clGreen
  143.       Font.Height = -13
  144.       Font.Name = 'Courier New'
  145.       Font.Style = []
  146.     end
  147.     item
  148.       FontID = 3
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clGreen
  151.       Font.Height = -13
  152.       Font.Name = 'Courier New'
  153.       Font.Style = []
  154.     end
  155.     item
  156.       FontID = 4
  157.       Font.Charset = DEFAULT_CHARSET
  158.       Font.Color = clGreen
  159.       Font.Height = -13
  160.       Font.Name = 'Courier New'
  161.       Font.Style = [fsBold]
  162.     end
  163.     item
  164.       FontID = 5
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clGray
  167.       Font.Height = -13
  168.       Font.Name = 'Courier New'
  169.       Font.Style = [fsItalic]
  170.     end
  171.     item
  172.       FontID = 6
  173.       Font.Charset = DEFAULT_CHARSET
  174.       Font.Color = clGray
  175.       Font.Height = -13
  176.       Font.Name = 'Courier New'
  177.       Font.Style = [fsItalic]
  178.     end
  179.     item
  180.       FontID = 7
  181.       Font.Charset = DEFAULT_CHARSET
  182.       Font.Color = clMaroon
  183.       Font.Height = -13
  184.       Font.Name = 'Courier New'
  185.       Font.Style = []
  186.     end
  187.     item
  188.       FontID = 8
  189.       Font.Charset = DEFAULT_CHARSET
  190.       Font.Color = clMaroon
  191.       Font.Height = -13
  192.       Font.Name = 'Courier New'
  193.       Font.Style = []
  194.     end
  195.     item
  196.       FontID = 9
  197.       Font.Charset = DEFAULT_CHARSET
  198.       Font.Color = clMaroon
  199.       Font.Height = -13
  200.       Font.Name = 'Courier New'
  201.       Font.Style = []
  202.     end
  203.     item
  204.       FontID = 10
  205.       Font.Charset = DEFAULT_CHARSET
  206.       Font.Color = clBlue
  207.       Font.Height = -13
  208.       Font.Name = 'Courier New'
  209.       Font.Style = [fsBold]
  210.     end>
  211.   P.SyntaxVersion = 2
  212. end
  213.