mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-12 12:20:46 +01:00
IDE: formatting
git-svn-id: trunk@40553 -
This commit is contained in:
parent
4b5bda4b7d
commit
1984461ac1
@ -13600,14 +13600,12 @@ begin
|
|||||||
PkgBoss.AddDependencyToUnitOwners(AnUnitInfo.Filename,RequiredUnitName);
|
PkgBoss.AddDependencyToUnitOwners(AnUnitInfo.Filename,RequiredUnitName);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TMainIDE.OnPropHookGetComponentNames(TypeData: PTypeData;
|
procedure TMainIDE.OnPropHookGetComponentNames(TypeData: PTypeData; Proc: TGetStrProc);
|
||||||
Proc: TGetStrProc);
|
|
||||||
begin
|
begin
|
||||||
PkgBoss.IterateComponentNames(GlobalDesignHook.LookupRoot,TypeData,Proc);
|
PkgBoss.IterateComponentNames(GlobalDesignHook.LookupRoot,TypeData,Proc);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TMainIDE.OnPropHookGetComponent(const ComponentPath: String
|
function TMainIDE.OnPropHookGetComponent(const ComponentPath: String): TComponent;
|
||||||
): TComponent;
|
|
||||||
begin
|
begin
|
||||||
Result:=PkgBoss.FindUsableComponent(GlobalDesignHook.LookupRoot,ComponentPath);
|
Result:=PkgBoss.FindUsableComponent(GlobalDesignHook.LookupRoot,ComponentPath);
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user