mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 19:16:16 +02:00
codetools: identifier completion: extended: add only once
git-svn-id: trunk@57028 -
This commit is contained in:
parent
a9428d5014
commit
7b3993f0bd
@ -645,8 +645,8 @@ begin
|
||||
else
|
||||
FFilteredList.Insert(cPriorityCount, CurItem);
|
||||
Inc(cPriorityCount);
|
||||
end;
|
||||
if FExtendedFilter
|
||||
end
|
||||
else if FExtendedFilter
|
||||
and (IdentifierPos(PChar(Pointer(Prefix)),PChar(Pointer(CurItem.Identifier))) > 0)
|
||||
then begin
|
||||
{$IFDEF ShowFilteredIdents}
|
||||
|
Loading…
Reference in New Issue
Block a user