codetools: identifier completion: directive i %line%

git-svn-id: trunk@51716 -
This commit is contained in:
mattias 2016-02-26 15:25:06 +00:00
parent b02d8d8be9
commit 7072474850

View File

@ -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');