mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 03:46:01 +02:00
codetools: GetSmartHint: ctnSetType: fixed
git-svn-id: trunk@49837 -
This commit is contained in:
parent
fca3ce09ec
commit
f4836cb1da
@ -2794,7 +2794,6 @@ begin
|
|||||||
if (Length(Result) > 0) and (Result[Length(Result)] = ';') then//delete last ";" from set
|
if (Length(Result) > 0) and (Result[Length(Result)] = ';') then//delete last ";" from set
|
||||||
Delete(Result, Length(Result), 1);
|
Delete(Result, Length(Result), 1);
|
||||||
|
|
||||||
Result += ' = ['+Copy(ProceedWithSmartHint(Self), 4, High(Integer))+']';
|
|
||||||
SetStr := ProceedWithSmartHint(Self);
|
SetStr := ProceedWithSmartHint(Self);
|
||||||
if (Length(SetStr) > 2) and (SetStr[2] = '=') then
|
if (Length(SetStr) > 2) and (SetStr[2] = '=') then
|
||||||
SetStr := Copy(SetStr, 4, High(Integer));
|
SetStr := Copy(SetStr, 4, High(Integer));
|
||||||
|
Loading…
Reference in New Issue
Block a user