IDE: comments

git-svn-id: trunk@47940 -
This commit is contained in:
mattias 2015-02-21 19:18:05 +00:00
parent d2f2c0b358
commit b9d95ad55c
3 changed files with 2 additions and 2 deletions

View File

@ -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,'');

View File

@ -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;