mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:09:31 +02:00
codetools: identifier completion: directive i %line%
git-svn-id: trunk@51716 -
This commit is contained in:
parent
b02d8d8be9
commit
7072474850
@ -2411,6 +2411,7 @@ begin
|
|||||||
AddKeyWord('FPCVersion');
|
AddKeyWord('FPCVersion');
|
||||||
AddKeyWord('Time');
|
AddKeyWord('Time');
|
||||||
AddKeyWord('CurrentRoutine'); // since FPC 3.1+
|
AddKeyWord('CurrentRoutine'); // since FPC 3.1+
|
||||||
|
AddKeyWord('Line'); // since FPC 3.1+
|
||||||
end else if (Directive='codepage') then begin
|
end else if (Directive='codepage') then begin
|
||||||
// see fpcsrc/compiler/widestr.pas
|
// see fpcsrc/compiler/widestr.pas
|
||||||
AddKeyWord('UTF8');
|
AddKeyWord('UTF8');
|
||||||
|
Loading…
Reference in New Issue
Block a user