mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 23:29:16 +02:00
IDE: comment
This commit is contained in:
parent
561f7e17e0
commit
52586f02ec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user