mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 16:32:57 +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
|
for I := Low(I) to High(I) do
|
||||||
begin
|
begin
|
||||||
case I of
|
case I of
|
||||||
xtChar..xtPointer, xtLongint..xtByte:
|
xtChar..xtPointer, xtLongint..xtByte, xtVariant:
|
||||||
AddBaseType(PChar(ExpressionTypeDescNames[I]));
|
AddBaseType(PChar(ExpressionTypeDescNames[I]));
|
||||||
xtFile, xtText:
|
xtFile, xtText:
|
||||||
if not (ilcfStartInStatement in CurrentIdentifierList.ContextFlags) then
|
if not (ilcfStartInStatement in CurrentIdentifierList.ContextFlags) then
|
||||||
|
Loading…
Reference in New Issue
Block a user