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

  1. object TPersHolder
  2.   P.Name = 'Java'
  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.       UseComments = True
  16.       UseSingleLineComments = True
  17.       UseMultiLineComments = True
  18.       UseStrings = True
  19.       UseSingleLineStrings = True
  20.       UseNumbers = True
  21.       UsePrefixedNumbers = True
  22.       UseSuffixedNumbers = True
  23.       UseMultipleNumSuffixes = False
  24.       UsePrefixedSuffixedNumbers = True
  25.       UsePSNumComposition = True
  26.       UseKeywords = True
  27.       BlockDelimiters = <>
  28.       SingleLineCommentDelimiters = <
  29.         item
  30.           FontID = 4
  31.           LeftDelimiter = '//'
  32.         end>
  33.       MultiLineCommentDelimiters = <
  34.         item
  35.           FontID = 5
  36.           LeftDelimiter = '/*'
  37.           RightDelimiter = '*/'
  38.         end>
  39.       SingleLineStringDelimiters = <
  40.         item
  41.           FontID = 6
  42.           LeftDelimiter = '"'
  43.           RightDelimiter = '"'
  44.         end
  45.         item
  46.           FontID = 7
  47.           LeftDelimiter = #39
  48.           RightDelimiter = #39
  49.         end>
  50.       NumPrefixes = <
  51.         item
  52.           LeftDelimiter = '0x'
  53.         end
  54.         item
  55.           LeftDelimiter = '0X'
  56.         end>
  57.       NumSuffixes = <
  58.         item
  59.           LeftDelimiter = 'l'
  60.         end
  61.         item
  62.           LeftDelimiter = 'L'
  63.         end
  64.         item
  65.           LeftDelimiter = 'f'
  66.         end
  67.         item
  68.           LeftDelimiter = 'F'
  69.         end
  70.         item
  71.           LeftDelimiter = 'd'
  72.         end
  73.         item
  74.           LeftDelimiter = 'D'
  75.         end>
  76.       NumPrefixesSuffixes = <>
  77.       KeywordSets = <
  78.         item
  79.           FontID = 8
  80.           Name = 'keywords'
  81.           Keywords = 
  82.             'abstract,boolean,break,byte,case,catch,char,class,const,continue' +
  83.             ',default,do,double,else,extends,false,final,finally,float,for,go' +
  84.             'to,if,implements,import,instanceof,int,interface,long,native,new' +
  85.             ',null,package,private,protected,public,return,short,static,super' +
  86.             ',switch,synchronized,this,throw,throws,transient,true,try,void,v' +
  87.             'olatile,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 = clGray
  127.       Font.Height = -13
  128.       Font.Name = 'Courier New'
  129.       Font.Style = [fsItalic]
  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 = clMaroon
  143.       Font.Height = -13
  144.       Font.Name = 'Courier New'
  145.       Font.Style = []
  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 = clBlue
  159.       Font.Height = -13
  160.       Font.Name = 'Courier New'
  161.       Font.Style = [fsBold]
  162.     end>
  163.   P.SyntaxVersion = 2
  164. end
  165.