mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-08 11:58:18 +02:00
IDEIntf: comment
git-svn-id: trunk@64732 -
This commit is contained in:
parent
53c3022880
commit
3679936306
@ -208,7 +208,7 @@ var
|
|||||||
// and can be overidden by a package like turbopoweriprodsgn.lpk
|
// and can be overidden by a package like turbopoweriprodsgn.lpk
|
||||||
CreateIDEHTMLProvider: TCreateIDEHTMLProviderEvent = nil;// will be set by the IDE
|
CreateIDEHTMLProvider: TCreateIDEHTMLProviderEvent = nil;// will be set by the IDE
|
||||||
|
|
||||||
FPCKeyWordHelpPrefix: string = 'FPCKeyword_';
|
FPCKeyWordHelpPrefix: string = 'FPCKeyword_'; // built-in identifiers, e.g. if and delete
|
||||||
FPCDirectiveHelpPrefix: string = 'FPCDirective_';
|
FPCDirectiveHelpPrefix: string = 'FPCDirective_';
|
||||||
IDEDirectiveHelpPrefix: string = 'IDEDirective_';
|
IDEDirectiveHelpPrefix: string = 'IDEDirective_';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user