mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 04:18:22 +01:00
codetools: identifier completion: added CurrentRoutine
git-svn-id: trunk@49080 -
This commit is contained in:
parent
2ef97b4916
commit
8bf6d51357
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user