mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:59:35 +02:00
Package editor: formatting
git-svn-id: trunk@45738 -
This commit is contained in:
parent
a00d920533
commit
c05639fe6e
@ -2281,8 +2281,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
function TPackageEditorForm.CanUpdate(Flag: TPEFlag; Immediately: boolean
|
||||
): boolean;
|
||||
function TPackageEditorForm.CanUpdate(Flag: TPEFlag; Immediately: boolean): boolean;
|
||||
begin
|
||||
Result:=false;
|
||||
if csDestroying in ComponentState then exit;
|
||||
@ -2583,13 +2582,11 @@ begin
|
||||
ApplyDependencyButton.Visible:=aVisible;
|
||||
|
||||
// 'RegisterProc' of files (supports multi selection)
|
||||
SetCheckBox(CallRegisterProcCheckBox,OnlyFilesWithUnitsSelected,
|
||||
SelHasRegisterProc);
|
||||
SetCheckBox(CallRegisterProcCheckBox,OnlyFilesWithUnitsSelected, SelHasRegisterProc);
|
||||
CallRegisterProcCheckBox.Enabled:=(not LazPackage.ReadOnly);
|
||||
|
||||
// 'Add to uses' of files (supports multi selection)
|
||||
SetCheckBox(AddToUsesPkgSectionCheckBox,OnlyFilesWithUnitsSelected,
|
||||
SelAddToUsesPkgSection);
|
||||
SetCheckBox(AddToUsesPkgSectionCheckBox,OnlyFilesWithUnitsSelected, SelAddToUsesPkgSection);
|
||||
AddToUsesPkgSectionCheckBox.Enabled:=(not LazPackage.ReadOnly);
|
||||
|
||||
// disable i18n for lfm (supports multi selection)
|
||||
|
Loading…
Reference in New Issue
Block a user