[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: mnSynHighlighterMultiProc.pas line 196
type TSynMultiProcSyn = class(TSynCustomHighlighter) |
||
protected |
||
|
||
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; |
|
|
|
||
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; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |