home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Plugins / Syn2 / HL / FastMMLeaksReport.lcf < prev    next >
Encoding:
Text File  |  2007-12-12  |  2.5 KB  |  112 lines

  1. object SyntAnal45: TLibSyntAnalyzer
  2.   Formats = <
  3.     item
  4.       DisplayName = 'Marked block'
  5.       Font.Charset = DEFAULT_CHARSET
  6.       Font.Color = clHighlightText
  7.       Font.Height = -13
  8.       Font.Name = 'Courier New'
  9.       Font.Style = []
  10.       BgColor = clHighlight
  11.       FormatType = ftColor
  12.     end
  13.     item
  14.       DisplayName = 'Leak Item'
  15.       Font.Charset = DEFAULT_CHARSET
  16.       Font.Color = clBlue
  17.       Font.Height = -13
  18.       Font.Name = 'Courier New'
  19.       Font.Style = [fsBold]
  20.     end
  21.     item
  22.       DisplayName = 'Number'
  23.       Font.Charset = RUSSIAN_CHARSET
  24.       Font.Color = clNavy
  25.       Font.Height = -13
  26.       Font.Name = 'Courier New'
  27.       Font.Style = [fsBold]
  28.     end
  29.     item
  30.       DisplayName = 'File'
  31.       Font.Charset = DEFAULT_CHARSET
  32.       Font.Color = clWindowText
  33.       Font.Height = -13
  34.       Font.Name = 'Courier New'
  35.       Font.Style = [fsBold]
  36.     end
  37.     item
  38.       DisplayName = 'Func'
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clMaroon
  41.       Font.Height = -13
  42.       Font.Name = 'Courier New'
  43.       Font.Style = []
  44.     end>
  45.   TokenRules = <
  46.     item
  47.       DisplayName = 'Leak item'
  48.       StyleName = 'Leak Item'
  49.       TokenType = 1
  50.       Expression = '^--.*'
  51.       ColumnFrom = 0
  52.       ColumnTo = 0
  53.     end
  54.     item
  55.       DisplayName = 'HEX'
  56.       StyleName = 'Number'
  57.       TokenType = 7
  58.       Expression = '[a-f\d]+\b'
  59.       ColumnFrom = 0
  60.       ColumnTo = 0
  61.     end
  62.     item
  63.       DisplayName = 'Any name'
  64.       TokenType = 2
  65.       Expression = '[a-z_]\w*'
  66.       ColumnFrom = 0
  67.       ColumnTo = 0
  68.     end
  69.     item
  70.       DisplayName = 'File'
  71.       StyleName = 'File'
  72.       Expression = '\[.*?\.pas\]'
  73.       ColumnFrom = 0
  74.       ColumnTo = 0
  75.     end
  76.     item
  77.       DisplayName = 'FuncName'
  78.       StyleName = 'Func'
  79.       TokenType = 4
  80.       Expression = '\[.*?\]'
  81.       ColumnFrom = 0
  82.       ColumnTo = 0
  83.     end>
  84.   BlockRules = <
  85.     item
  86.       DisplayName = 'Tag block rule 1'
  87.       ConditionList = <
  88.         item
  89.           TokenTypes = 2
  90.         end>
  91.       HighlightPos = cpAny
  92.       SelfClose = True
  93.       IgnoreAsParent = False
  94.     end>
  95.   CodeTemplates = <>
  96.   SubAnalyzers = <>
  97.   TokenTypeNames.Strings = (
  98.     'Unknown'
  99.     'Comment'
  100.     'Identifier'
  101.     'Symbol'
  102.     'String'
  103.     'Integer const'
  104.     'Float const'
  105.     'Hex const'
  106.     'Char const'
  107.     'Preprocessor')
  108.   MarkedBlockStyle = 'Marked block'
  109.   LexerName = 'FastMM Leaks Report'
  110.   Internal = True
  111. end
  112.