mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
Codetools: IdentifierCompletion, apply history limit to filtered list
This commit is contained in:
parent
b9cdb23eed
commit
b087b9f55e
@ -742,8 +742,11 @@ begin
|
||||
( (FFoundHistoryItems[j].Compatibility = HistComp) or (not HasCompSort) ) and
|
||||
(FFoundHistoryItems[j].Identifier <> '')
|
||||
then begin
|
||||
HistoryLimits[HistComp] := FFoundHistoryItems[j].HistoryIndex;
|
||||
dec(TotalHistLimit);
|
||||
CurItem := FFoundHistoryItems[j];
|
||||
if (FilterCurItem >= 0) then begin
|
||||
HistoryLimits[HistComp] := FFoundHistoryItems[j].HistoryIndex;
|
||||
dec(TotalHistLimit);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
if not HasCompSort then
|
||||
|
Loading…
Reference in New Issue
Block a user