Unit 'SynHighlighterPython' Package
[Overview][Constants][Types][Classes][Index] [#bs_synedit]

TSynPythonSyn

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

Declaration

Source position: synhighlighterpython.pas line 73

type TSynPythonSyn = class(TSynCustomHighlighter)

protected

  Run: LongInt;

  

  fStringLen: Integer;

  

  function GetIdentChars; override;

  

  function GetSampleSource; override;

  

  function IdentKind(); virtual;

  

  property Keywords: TStringlist; [r]

  

  property TokenID: TtkTokenKind; [r]

  

public

  class function GetLanguageName; override;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function GetDefaultAttribute(); override;

  

  function GetEol; override;

  

  function GetRange; override;

  

  function GetTokenID;

  

  procedure SetLine(); override;

  

  function GetKeywordIdentifiers; virtual;

  

  function GetToken; override;

  

  function GetTokenAttribute; override;

  

  function GetTokenKind; override;

  

  function GetTokenPos; override;

  

  procedure Next; override;

  

  property IdentChars: TSynIdentChars;

  

  procedure SetRange(); override;

  

  procedure ResetRange; override;

  

  procedure GetTokenEx(); override;

  

published

  property CommentAttri: TSynHighlighterAttributes; [rw]

  

  property IdentifierAttri: TSynHighlighterAttributes; [rw]

  

  property KeyAttri: TSynHighlighterAttributes; [rw]

  

  property NonKeyAttri: TSynHighlighterAttributes; [rw]

  

  property SystemAttri: TSynHighlighterAttributes; [rw]

  

  property NumberAttri: TSynHighlighterAttributes; [rw]

  

  property HexAttri: TSynHighlighterAttributes; [rw]

  

  property OctalAttri: TSynHighlighterAttributes; [rw]

  

  property FloatAttri: TSynHighlighterAttributes; [rw]

  

  property SpaceAttri: TSynHighlighterAttributes; [rw]

  

  property StringAttri: TSynHighlighterAttributes; [rw]

  

  property DocStringAttri: TSynHighlighterAttributes; [rw]

  

  property SymbolAttri: TSynHighlighterAttributes; [rw]

  

  property ErrorAttri: TSynHighlighterAttributes; [rw]

  

end;

Inheritance

TSynPythonSyn

  

|

TSynCustomHighlighter

  

|

TObject



CT Web help

CodeTyphon Studio