mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-04 08:16:35 +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 GetIdentChars: TSynIdentChars; override;
|
||||||
function GetSampleSource: string; override;
|
function GetSampleSource: string; override;
|
||||||
function IdentKind(MayBe: PChar): TtkTokenKind; virtual;
|
function IdentKind(MayBe: PChar): TtkTokenKind; virtual;
|
||||||
function GetKeywordIdentifiers: TStringList; virtual;
|
|
||||||
property Keywords: TStringlist read FKeywords;
|
property Keywords: TStringlist read FKeywords;
|
||||||
property TokenID: TtkTokenKind read FTokenID;
|
property TokenID: TtkTokenKind read FTokenID;
|
||||||
|
|
||||||
@ -138,6 +137,7 @@ type
|
|||||||
function GetTokenID: TtkTokenKind;
|
function GetTokenID: TtkTokenKind;
|
||||||
procedure SetLine(const NewValue: string;
|
procedure SetLine(const NewValue: string;
|
||||||
LineNumber: Integer); override;
|
LineNumber: Integer); override;
|
||||||
|
function GetKeywordIdentifiers: TStringList; virtual;
|
||||||
function GetToken: string; override;
|
function GetToken: string; override;
|
||||||
function GetTokenAttribute: TSynHighlighterAttributes; override;
|
function GetTokenAttribute: TSynHighlighterAttributes; override;
|
||||||
function GetTokenKind: integer; override;
|
function GetTokenKind: integer; override;
|
||||||
|
Loading…
Reference in New Issue
Block a user