IDE: comment

This commit is contained in:
mattias 2023-07-25 10:11:50 +01:00
parent 561f7e17e0
commit 52586f02ec

View File

@ -2384,8 +2384,10 @@ begin
' SkipAutoLoadingLastProject=',SkipAutoLoadingLastProject,
' EnvironmentOptions.OpenLastProjectAtStart=',EnvironmentOptions.OpenLastProjectAtStart,
' LastProj="',LastProj,'"',
' MultipleInstances=',IDEMultipleInstancesOptionNames[EnvironmentOptions.MultipleInstances],
' RestoreProjectClosed=',RestoreProjectClosed,
' FileExistsCached(LastProj)=',FileExistsCached(LastProj)
' FileExistsCached(LastProj)=',FileExistsCached(LastProj),
' IDEProtocolOpts.LastProjectLoadingCrashed=',IDEProtocolOpts.LastProjectLoadingCrashed
]);}
if (not ProjectLoaded)
and (not SkipAutoLoadingLastProject)