mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 08:23:52 +01:00
IDE: identifier completion: do not double add . after unit
git-svn-id: trunk@36151 -
This commit is contained in:
parent
ec664e867d
commit
987fe43547
@ -707,7 +707,7 @@ begin
|
||||
Result:=Result+',';
|
||||
end;
|
||||
|
||||
if IdentItem.GetDesc=ctnUseUnit then begin
|
||||
if (IdentItem.GetDesc=ctnUseUnit) and (AddChar<>'.') then begin
|
||||
Result:=Result+'.';
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user