mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 22:00:10 +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('Time');
|
||||
AddKeyWord('CurrentRoutine'); // since FPC 3.1+
|
||||
AddKeyWord('Line'); // since FPC 3.1+
|
||||
end else if (Directive='codepage') then begin
|
||||
// see fpcsrc/compiler/widestr.pas
|
||||
AddKeyWord('UTF8');
|
||||
|
Loading…
Reference in New Issue
Block a user