mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 21:06:39 +02:00
implemented default package for custom IDE components
git-svn-id: trunk@3078 -
This commit is contained in:
parent
2debad35f2
commit
7ba2d1fab6
@ -2581,6 +2581,7 @@ Begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
CurCompletionControl.ItemList := S;
|
CurCompletionControl.ItemList := S;
|
||||||
|
S.Free;
|
||||||
CurCompletionControl.CurrentString:=Prefix;
|
CurCompletionControl.CurrentString:=Prefix;
|
||||||
// set colors
|
// set colors
|
||||||
if (ActiveEditor<>nil) and (CurCompletionControl.TheForm<>nil) then begin
|
if (ActiveEditor<>nil) and (CurCompletionControl.TheForm<>nil) then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user