mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 22:59:15 +02:00
IDE: open project: read lpr and set IsPartOfProject for all used units with <in> filenames
git-svn-id: trunk@53246 -
This commit is contained in:
parent
f1b926fd5e
commit
8ed3e81570
@ -3059,7 +3059,7 @@ begin
|
||||
if LPRUnitInfo.Source=nil then exit(mrCancel);
|
||||
end;
|
||||
|
||||
if pfMainUnitHasUsesSectionForAllUnits in Flags then begin
|
||||
if [pfMainUnitIsPascalSource,pfMainUnitHasUsesSectionForAllUnits]<=Flags then begin
|
||||
try
|
||||
CodeToolBoss.FindDelphiProjectUnits(LPRUnitInfo.Source,FoundInUnits,
|
||||
MissingInUnits, NormalUnits, true);
|
||||
|
Loading…
Reference in New Issue
Block a user