Unit 'mnSynHighlighterMultiProc' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_minicontrols]

TSynMultiProcSyn

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: mnSynHighlighterMultiProc.pas line 196

type TSynMultiProcSyn = class(TSynCustomHighlighter)

protected

  FProcessors: TSynProcessors;

  

  procedure InitProcessors; virtual;

  

  function GetIdentChars; override;

  

  function GetSampleSource; override;

  

public

  class function GetLanguageName; override;

  

  property Processors: TSynProcessors; [r]

  

  Run: LongInt;

  

  FLineNumber: Integer;

  

  FTokenPos: Integer;

  

  FLine: PChar;

  

  FTokenID: TtkTokenKind;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function GetDefaultAttribute(); override;

  

  function GetEOL; override;

  

  function GetRange; override;

  

  procedure SetRange(); override;

  

  function GetEndOfLineAttribute; override;

  

  procedure ResetRange; override;

  

  function GetToken; override;

  

  procedure GetTokenEx(); override;

  

  function GetTokenAttribute; override;

  

  function GetTokenID;

  

  function GetTokenKind; override;

  

  function GetTokenPos; override;

  

  function IsKeyword(); override;

  

  function Peek();

  

  procedure Next; override;

  

  procedure SetLine(); override;

  

published

  property WhitespaceAttri: TSynHighlighterAttributes; [rw]

  

  property CommentAttri: TSynHighlighterAttributes; [rw]

  

  property DocumentAttri: TSynHighlighterAttributes; [rw]

  

  property KeywordAttri: TSynHighlighterAttributes; [rw]

  

  property TypeAttri: TSynHighlighterAttributes; [rw]

  

  property ValueAttri: TSynHighlighterAttributes; [rw]

  

  property VariableAttri: TSynHighlighterAttributes; [rw]

  

  property FunctionAttri: TSynHighlighterAttributes; [rw]

  

  property IdentifierAttri: TSynHighlighterAttributes; [rw]

  

  property TextAttri: TSynHighlighterAttributes; [rw]

  

  property NumberAttri: TSynHighlighterAttributes; [rw]

  

  property StringAttri: TSynHighlighterAttributes; [rw]

  

  property SymbolAttri: TSynHighlighterAttributes; [rw]

  

  property ProcessorAttri: TSynHighlighterAttributes; [rw]

  

end;

Inheritance

TSynMultiProcSyn

  

|

TObject



CT Web help

CodeTyphon Studio