mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 02:36:07 +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;
|
function FindInFilesDialog: TLazFindInFilesDialog;
|
||||||
begin
|
begin
|
||||||
Result := FindInFilesDialogSingleton;
|
if FindInFilesDialogSingleton = nil then
|
||||||
if FindInFilesDialogSingleton <> nil then exit;
|
FindInFilesDialogSingleton := TLazFindInFilesDialog.Create(Application);
|
||||||
FindInFilesDialogSingleton := TLazFindInFilesDialog.Create(Application);
|
|
||||||
Result := FindInFilesDialogSingleton;
|
Result := FindInFilesDialogSingleton;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -8652,7 +8652,6 @@ begin
|
|||||||
if EditorMacroForRecording = nil then
|
if EditorMacroForRecording = nil then
|
||||||
EditorMacroForRecording := FMacroRecorder;
|
EditorMacroForRecording := FMacroRecorder;
|
||||||
|
|
||||||
|
|
||||||
FUpdateFlags := [];
|
FUpdateFlags := [];
|
||||||
FAutoFocusLock := 0;
|
FAutoFocusLock := 0;
|
||||||
for i := low(TsemChangeReason) to high(TsemChangeReason) do
|
for i := low(TsemChangeReason) to high(TsemChangeReason) do
|
||||||
|
@ -743,9 +743,8 @@ begin
|
|||||||
if (Info.LPKParsed in [ipisNotParsed,ipisParsingHelperThread])
|
if (Info.LPKParsed in [ipisNotParsed,ipisParsingHelperThread])
|
||||||
or (Info.PkgType in [lptDesignTime,lptRunAndDesignTime])
|
or (Info.PkgType in [lptDesignTime,lptRunAndDesignTime])
|
||||||
then begin
|
then begin
|
||||||
if (not PackageInInstallList(Info.ID.Name)) then begin
|
if (not PackageInInstallList(Info.ID.Name)) then
|
||||||
List.Add(Info.ID.IDAsString);
|
List.Add(Info.ID.IDAsString);
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
ANode:=fAvailablePackages.FindSuccessor(ANode);
|
ANode:=fAvailablePackages.FindSuccessor(ANode);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user