mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:19:32 +02:00
codetools: identifier completion: add variant, patch #28615 from Ondrej Pokorny
git-svn-id: trunk@49748 -
This commit is contained in:
parent
8546093cee
commit
5dadb9fdad
@ -1408,7 +1408,7 @@ begin
|
||||
for I := Low(I) to High(I) do
|
||||
begin
|
||||
case I of
|
||||
xtChar..xtPointer, xtLongint..xtByte:
|
||||
xtChar..xtPointer, xtLongint..xtByte, xtVariant:
|
||||
AddBaseType(PChar(ExpressionTypeDescNames[I]));
|
||||
xtFile, xtText:
|
||||
if not (ilcfStartInStatement in CurrentIdentifierList.ContextFlags) then
|
||||
|
Loading…
Reference in New Issue
Block a user