mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 11:49:13 +02:00
codetools: code complete: for c in char
git-svn-id: trunk@41952 -
This commit is contained in:
parent
69ae98e681
commit
30c64c2982
@ -10099,8 +10099,18 @@ begin
|
||||
RaiseTermHasNoIterator;
|
||||
end;
|
||||
end;
|
||||
xtNone,
|
||||
xtChar,
|
||||
xtSmallInt,
|
||||
xtShortInt,
|
||||
xtByte,
|
||||
xtWord,
|
||||
xtBoolean,
|
||||
xtByteBool,
|
||||
xtWordBool,
|
||||
xtLongBool,
|
||||
xtQWordBool:
|
||||
Result:=ExpressionTypeDescNames[TermExprType.Desc];
|
||||
xtNone,
|
||||
xtWideChar,
|
||||
xtReal,
|
||||
xtSingle,
|
||||
@ -10112,11 +10122,6 @@ begin
|
||||
xtInt64,
|
||||
xtCardinal,
|
||||
xtQWord,
|
||||
xtBoolean,
|
||||
xtByteBool,
|
||||
xtWordBool,
|
||||
xtLongBool,
|
||||
xtQWordBool,
|
||||
xtPointer,
|
||||
xtFile,
|
||||
xtText,
|
||||
@ -10125,10 +10130,6 @@ begin
|
||||
xtConstBoolean,
|
||||
xtLongint,
|
||||
xtLongWord,
|
||||
xtWord,
|
||||
xtSmallInt,
|
||||
xtShortInt,
|
||||
xtByte,
|
||||
xtCompilerFunc,
|
||||
xtVariant,
|
||||
xtNil:
|
||||
|
Loading…
Reference in New Issue
Block a user