codetools: identifier completion: added CurrentRoutine

git-svn-id: trunk@49080 -
This commit is contained in:
mattias 2015-05-18 07:58:05 +00:00
parent 2ef97b4916
commit 8bf6d51357

View File

@ -2301,6 +2301,7 @@ begin
AddKeyWord('FPCTargetCPU');
AddKeyWord('FPCVersion');
AddKeyWord('Time');
AddKeyWord('CurrentRoutine'); // since FPC 3.1+
end else if (Directive='codepage') then begin
// see fpcsrc/compiler/widestr.pas
AddKeyWord('UTF8');