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

  1. object TPersHolder
  2.   P.Name = 'Clipper'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       UseMetaSymbol = True
  8.       UseMetaToWrapLines = True
  9.       MetaSymbol = ';'
  10.       FIText = 0
  11.       FIIntNum = 1
  12.       FIFloatNum = 2
  13.       FIHexNum = 3
  14.       FIDirective = 4
  15.       UseLineDirectives = True
  16.       UseComments = True
  17.       UseSingleLineComments = True
  18.       UseMultiLineComments = True
  19.       UseFullLineComments = True
  20.       UseStrings = True
  21.       UseSingleLineStrings = True
  22.       UseNumbers = True
  23.       UsePrefixedSuffixedIdentifiers = True
  24.       UseKeywords = True
  25.       BlockDelimiters = <>
  26.       LineDirectivePrefix = '#'
  27.       SingleLineCommentDelimiters = <
  28.         item
  29.           FontID = 5
  30.           LeftDelimiter = '//'
  31.         end
  32.         item
  33.           FontID = 15
  34.           LeftDelimiter = '&&'
  35.         end>
  36.       MultiLineCommentDelimiters = <
  37.         item
  38.           FontID = 6
  39.           LeftDelimiter = '/*'
  40.           RightDelimiter = '*/'
  41.         end>
  42.       FullLineCommentDelimiters = <
  43.         item
  44.           FontID = 7
  45.           LeftDelimiter = '*'
  46.         end
  47.         item
  48.           FontID = 16
  49.           LeftDelimiter = 'note'
  50.         end>
  51.       SingleLineStringDelimiters = <
  52.         item
  53.           FontID = 8
  54.           LeftDelimiter = #39
  55.           RightDelimiter = #39
  56.         end
  57.         item
  58.           FontID = 9
  59.           LeftDelimiter = '"'
  60.           RightDelimiter = '"'
  61.         end>
  62.       IdentPrefixesSuffixes = <
  63.         item
  64.           LeftDelimiter = '.'
  65.           RightDelimiter = '.'
  66.         end>
  67.       KeywordSets = <
  68.         item
  69.           FontID = 14
  70.           Name = 'reserved'
  71.           Keywords = 
  72.             '.and.,.f.,.not.,.or.,.t.,announce,begin,break,case,class,continu' +
  73.             'e,declare,do,else,elseif,end,endcase,endclass,enddo,endif,endseq' +
  74.             'uence,exit,exported,field,for,function,hidden,if,in,init,local,m' +
  75.             'emvar,method,next,nil,note,otherwise,parameters,private,procedur' +
  76.             'e,protected,public,recover,request,return,self,sequence,static,s' +
  77.             'tep,then,to,using,var,while'
  78.         end>
  79.     end>
  80.   P.FontTable = <
  81.     item
  82.       FontID = 0
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clBlack
  85.       Font.Height = -13
  86.       Font.Name = 'Courier New'
  87.       Font.Style = []
  88.     end
  89.     item
  90.       FontID = 1
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = clGreen
  93.       Font.Height = -13
  94.       Font.Name = 'Courier New'
  95.       Font.Style = []
  96.     end
  97.     item
  98.       FontID = 2
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clGreen
  101.       Font.Height = -13
  102.       Font.Name = 'Courier New'
  103.       Font.Style = []
  104.     end
  105.     item
  106.       FontID = 3
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clGreen
  109.       Font.Height = -13
  110.       Font.Name = 'Courier New'
  111.       Font.Style = []
  112.     end
  113.     item
  114.       FontID = 4
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clGreen
  117.       Font.Height = -13
  118.       Font.Name = 'Courier New'
  119.       Font.Style = [fsBold]
  120.     end
  121.     item
  122.       FontID = 5
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clGray
  125.       Font.Height = -13
  126.       Font.Name = 'Courier New'
  127.       Font.Style = [fsItalic]
  128.     end
  129.     item
  130.       FontID = 6
  131.       Font.Charset = DEFAULT_CHARSET
  132.       Font.Color = clGray
  133.       Font.Height = -13
  134.       Font.Name = 'Courier New'
  135.       Font.Style = [fsItalic]
  136.     end
  137.     item
  138.       FontID = 7
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clGray
  141.       Font.Height = -13
  142.       Font.Name = 'Courier New'
  143.       Font.Style = [fsItalic]
  144.     end
  145.     item
  146.       FontID = 8
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clMaroon
  149.       Font.Height = -13
  150.       Font.Name = 'Courier New'
  151.       Font.Style = []
  152.     end
  153.     item
  154.       FontID = 9
  155.       Font.Charset = DEFAULT_CHARSET
  156.       Font.Color = clMaroon
  157.       Font.Height = -13
  158.       Font.Name = 'Courier New'
  159.       Font.Style = []
  160.     end
  161.     item
  162.       FontID = 14
  163.       Font.Charset = DEFAULT_CHARSET
  164.       Font.Color = clBlue
  165.       Font.Height = -13
  166.       Font.Name = 'Courier New'
  167.       Font.Style = [fsBold]
  168.     end
  169.     item
  170.       FontID = 15
  171.       Font.Charset = DEFAULT_CHARSET
  172.       Font.Color = clGray
  173.       Font.Height = -13
  174.       Font.Name = 'Courier New'
  175.       Font.Style = [fsItalic]
  176.     end
  177.     item
  178.       FontID = 16
  179.       Font.Charset = DEFAULT_CHARSET
  180.       Font.Color = clGray
  181.       Font.Height = -13
  182.       Font.Name = 'Courier New'
  183.       Font.Style = [fsItalic]
  184.     end>
  185.   P.SyntaxVersion = 2
  186. end
  187.