mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 21:59:36 +02:00
IDE: comments
git-svn-id: trunk@47940 -
This commit is contained in:
parent
d2f2c0b358
commit
b9d95ad55c
Binary file not shown.
@ -3136,7 +3136,7 @@ begin
|
||||
ProjectSessionStorageNames[SessionStorage],
|
||||
ProjectSessionStorageNames[DefaultProjectSessionStorage]);
|
||||
// general properties
|
||||
FXMLConfig.SetValue(Path+'General/MainUnit/Value', MainUnitID); // always write a value to support opening by older IDEs (<=0.9.28). This can be changed in a few released.
|
||||
FXMLConfig.SetValue(Path+'General/MainUnit/Value', MainUnitID); // always write a value to support opening by older IDEs (<=0.9.28). This can be changed in a few releases.
|
||||
FXMLConfig.SetDeleteValue(Path+'General/AutoCreateForms/Value',
|
||||
AutoCreateForms,true);
|
||||
FXMLConfig.SetDeleteValue(Path+'General/Title/Value', Title,'');
|
||||
|
@ -154,7 +154,7 @@ type
|
||||
Event: TIteratePackagesEvent);
|
||||
procedure SetModified(const AValue: boolean);
|
||||
procedure SetQueueSaveUserLinks(AValue: boolean);
|
||||
procedure OnAsyncSaveUserLinks(Data: PtrInt);
|
||||
procedure OnAsyncSaveUserLinks({%H-}Data: PtrInt);
|
||||
public
|
||||
UserLinkLoadTime: longint;
|
||||
UserLinkLoadTimeValid: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user