mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-30 13:36:40 +02:00
synedit: TSynPythonSyn.GetKeywordIdentifiers made public
git-svn-id: trunk@52753 -
This commit is contained in:
parent
740b4319cc
commit
1297b6413b
@ -122,7 +122,6 @@ type
|
||||
function GetIdentChars: TSynIdentChars; override;
|
||||
function GetSampleSource: string; override;
|
||||
function IdentKind(MayBe: PChar): TtkTokenKind; virtual;
|
||||
function GetKeywordIdentifiers: TStringList; virtual;
|
||||
property Keywords: TStringlist read FKeywords;
|
||||
property TokenID: TtkTokenKind read FTokenID;
|
||||
|
||||
@ -138,6 +137,7 @@ type
|
||||
function GetTokenID: TtkTokenKind;
|
||||
procedure SetLine(const NewValue: string;
|
||||
LineNumber: Integer); override;
|
||||
function GetKeywordIdentifiers: TStringList; virtual;
|
||||
function GetToken: string; override;
|
||||
function GetTokenAttribute: TSynHighlighterAttributes; override;
|
||||
function GetTokenKind: integer; override;
|
||||
|
Loading…
Reference in New Issue
Block a user