mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 19:58:25 +02:00
IDE: formatting
git-svn-id: trunk@38700 -
This commit is contained in:
parent
6776632380
commit
5c22372849
@ -88,9 +88,8 @@ var
|
||||
|
||||
function FindInFilesDialog: TLazFindInFilesDialog;
|
||||
begin
|
||||
Result := FindInFilesDialogSingleton;
|
||||
if FindInFilesDialogSingleton <> nil then exit;
|
||||
FindInFilesDialogSingleton := TLazFindInFilesDialog.Create(Application);
|
||||
if FindInFilesDialogSingleton = nil then
|
||||
FindInFilesDialogSingleton := TLazFindInFilesDialog.Create(Application);
|
||||
Result := FindInFilesDialogSingleton;
|
||||
end;
|
||||
|
||||
|
@ -8652,7 +8652,6 @@ begin
|
||||
if EditorMacroForRecording = nil then
|
||||
EditorMacroForRecording := FMacroRecorder;
|
||||
|
||||
|
||||
FUpdateFlags := [];
|
||||
FAutoFocusLock := 0;
|
||||
for i := low(TsemChangeReason) to high(TsemChangeReason) do
|
||||
|
@ -743,9 +743,8 @@ begin
|
||||
if (Info.LPKParsed in [ipisNotParsed,ipisParsingHelperThread])
|
||||
or (Info.PkgType in [lptDesignTime,lptRunAndDesignTime])
|
||||
then begin
|
||||
if (not PackageInInstallList(Info.ID.Name)) then begin
|
||||
if (not PackageInInstallList(Info.ID.Name)) then
|
||||
List.Add(Info.ID.IDAsString);
|
||||
end;
|
||||
end;
|
||||
ANode:=fAvailablePackages.FindSuccessor(ANode);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user