mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 11:29:31 +02:00
codetools: support UnicodeString in TFindDeclarationTool.FindExprTypeAsString
git-svn-id: trunk@54977 -
This commit is contained in:
parent
a52a5d0607
commit
7f78bf4c33
@ -13267,7 +13267,7 @@ begin
|
||||
xtShortString:
|
||||
Result:=ExpressionTypeDescNames[xtString];
|
||||
|
||||
xtWideString:
|
||||
xtWideString, xtUnicodeString:
|
||||
Result:=ExpressionTypeDescNames[ExprType.Desc];
|
||||
|
||||
xtConstOrdInteger:
|
||||
|
Loading…
Reference in New Issue
Block a user