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

  1. object TPersHolder
  2.   P.Name = 'Python'
  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.       UseStrings = True
  18.       UseSingleLineStrings = True
  19.       UseMultiLineStrings = True
  20.       UseNumbers = True
  21.       UsePrefixedNumbers = True
  22.       UseSuffixedNumbers = True
  23.       UseMultipleNumSuffixes = False
  24.       UsePrefixedSuffixedNumbers = True
  25.       UsePSNumComposition = False
  26.       UseKeywords = True
  27.       BlockDelimiters = <>
  28.       SingleLineCommentDelimiters = <
  29.         item
  30.           FontID = 4
  31.           LeftDelimiter = '#'
  32.         end>
  33.       SingleLineStringDelimiters = <
  34.         item
  35.           FontID = 5
  36.           LeftDelimiter = #39
  37.           RightDelimiter = #39
  38.         end
  39.         item
  40.           FontID = 6
  41.           LeftDelimiter = '"'
  42.           RightDelimiter = '"'
  43.         end
  44.         item
  45.           FontID = 7
  46.           LeftDelimiter = 'r'#39
  47.           RightDelimiter = #39
  48.         end
  49.         item
  50.           FontID = 7
  51.           LeftDelimiter = 'R'#39
  52.           RightDelimiter = #39
  53.         end
  54.         item
  55.           FontID = 8
  56.           LeftDelimiter = 'r"'
  57.           RightDelimiter = '"'
  58.         end
  59.         item
  60.           FontID = 8
  61.           LeftDelimiter = 'R"'
  62.           RightDelimiter = '"'
  63.         end>
  64.       MultiLineStringDelimiters = <
  65.         item
  66.           FontID = 9
  67.           LeftDelimiter = #39#39#39
  68.           RightDelimiter = #39#39#39
  69.         end
  70.         item
  71.           FontID = 10
  72.           LeftDelimiter = '"""'
  73.           RightDelimiter = '"""'
  74.         end
  75.         item
  76.           FontID = 11
  77.           LeftDelimiter = 'r'#39#39#39
  78.           RightDelimiter = #39#39#39
  79.         end
  80.         item
  81.           FontID = 11
  82.           LeftDelimiter = 'R'#39#39#39
  83.           RightDelimiter = #39#39#39
  84.         end
  85.         item
  86.           FontID = 12
  87.           LeftDelimiter = 'r"""'
  88.           RightDelimiter = '"""'
  89.         end
  90.         item
  91.           FontID = 12
  92.           LeftDelimiter = 'R"""'
  93.           RightDelimiter = '"""'
  94.         end>
  95.       NumPrefixes = <
  96.         item
  97.           LeftDelimiter = '0x'
  98.         end
  99.         item
  100.           LeftDelimiter = '0X'
  101.         end>
  102.       NumSuffixes = <
  103.         item
  104.           LeftDelimiter = 'l'
  105.         end
  106.         item
  107.           LeftDelimiter = 'L'
  108.         end
  109.         item
  110.           LeftDelimiter = 'j'
  111.         end
  112.         item
  113.           LeftDelimiter = 'J'
  114.         end>
  115.       NumPrefixesSuffixes = <
  116.         item
  117.           LeftDelimiter = '0x'
  118.           RightDelimiter = 'l'
  119.         end
  120.         item
  121.           LeftDelimiter = '0x'
  122.           RightDelimiter = 'L'
  123.         end
  124.         item
  125.           LeftDelimiter = '0X'
  126.           RightDelimiter = 'l'
  127.         end
  128.         item
  129.           LeftDelimiter = '0X'
  130.           RightDelimiter = 'L'
  131.         end>
  132.       KeywordSets = <
  133.         item
  134.           FontID = 13
  135.           Name = 'reserved'
  136.           Keywords = 
  137.             'and,assert,break,class,continue,def,del,elif,else,except,exec,fi' +
  138.             'nally,for,from,global,if,import,in,is,lambda,not,or,pass,print,r' +
  139.             'aise,return,try,while'
  140.         end>
  141.     end>
  142.   P.FontTable = <
  143.     item
  144.       FontID = 0
  145.       Font.Charset = DEFAULT_CHARSET
  146.       Font.Color = clBlack
  147.       Font.Height = -13
  148.       Font.Name = 'Courier New'
  149.       Font.Style = []
  150.     end
  151.     item
  152.       FontID = 1
  153.       Font.Charset = DEFAULT_CHARSET
  154.       Font.Color = clGreen
  155.       Font.Height = -13
  156.       Font.Name = 'Courier New'
  157.       Font.Style = []
  158.     end
  159.     item
  160.       FontID = 2
  161.       Font.Charset = DEFAULT_CHARSET
  162.       Font.Color = clGreen
  163.       Font.Height = -13
  164.       Font.Name = 'Courier New'
  165.       Font.Style = []
  166.     end
  167.     item
  168.       FontID = 3
  169.       Font.Charset = DEFAULT_CHARSET
  170.       Font.Color = clGreen
  171.       Font.Height = -13
  172.       Font.Name = 'Courier New'
  173.       Font.Style = []
  174.     end
  175.     item
  176.       FontID = 4
  177.       Font.Charset = DEFAULT_CHARSET
  178.       Font.Color = clGray
  179.       Font.Height = -13
  180.       Font.Name = 'Courier New'
  181.       Font.Style = [fsItalic]
  182.     end
  183.     item
  184.       FontID = 5
  185.       Font.Charset = DEFAULT_CHARSET
  186.       Font.Color = clMaroon
  187.       Font.Height = -13
  188.       Font.Name = 'Courier New'
  189.       Font.Style = []
  190.     end
  191.     item
  192.       FontID = 6
  193.       Font.Charset = DEFAULT_CHARSET
  194.       Font.Color = clMaroon
  195.       Font.Height = -13
  196.       Font.Name = 'Courier New'
  197.       Font.Style = []
  198.     end
  199.     item
  200.       FontID = 7
  201.       Font.Charset = DEFAULT_CHARSET
  202.       Font.Color = clMaroon
  203.       Font.Height = -13
  204.       Font.Name = 'Courier New'
  205.       Font.Style = []
  206.     end
  207.     item
  208.       FontID = 8
  209.       Font.Charset = DEFAULT_CHARSET
  210.       Font.Color = clMaroon
  211.       Font.Height = -13
  212.       Font.Name = 'Courier New'
  213.       Font.Style = []
  214.     end
  215.     item
  216.       FontID = 9
  217.       Font.Charset = DEFAULT_CHARSET
  218.       Font.Color = clMaroon
  219.       Font.Height = -13
  220.       Font.Name = 'Courier New'
  221.       Font.Style = [fsBold]
  222.     end
  223.     item
  224.       FontID = 10
  225.       Font.Charset = DEFAULT_CHARSET
  226.       Font.Color = clMaroon
  227.       Font.Height = -13
  228.       Font.Name = 'Courier New'
  229.       Font.Style = [fsBold]
  230.     end
  231.     item
  232.       FontID = 11
  233.       Font.Charset = DEFAULT_CHARSET
  234.       Font.Color = clMaroon
  235.       Font.Height = -13
  236.       Font.Name = 'Courier New'
  237.       Font.Style = [fsBold]
  238.     end
  239.     item
  240.       FontID = 12
  241.       Font.Charset = DEFAULT_CHARSET
  242.       Font.Color = clMaroon
  243.       Font.Height = -13
  244.       Font.Name = 'Courier New'
  245.       Font.Style = [fsBold]
  246.     end
  247.     item
  248.       FontID = 13
  249.       Font.Charset = DEFAULT_CHARSET
  250.       Font.Color = clBlue
  251.       Font.Height = -13
  252.       Font.Name = 'Courier New'
  253.       Font.Style = [fsBold]
  254.     end>
  255.   P.SyntaxVersion = 2
  256. end
  257.