IDE: comments

git-svn-id: trunk@47728 -
This commit is contained in:
mattias 2015-02-13 07:49:32 +00:00
parent ae47574294
commit d049e95a80

View File

@ -606,10 +606,10 @@ type
write FDebuggerShowStopMessage; write FDebuggerShowStopMessage;
property DebuggerResetAfterRun: boolean read FDebuggerResetAfterRun property DebuggerResetAfterRun: boolean read FDebuggerResetAfterRun
write FDebuggerResetAfterRun; write FDebuggerResetAfterRun;
property ShowCompileDialog: boolean read FShowCompileDialog // ShowCompileDialog and AutoCloseCompileDialog are currently not used.
write FShowCompileDialog; // But maybe someone will implement them again. Keep them till 1.4.2
property AutoCloseCompileDialog: boolean read FAutoCloseCompileDialog property ShowCompileDialog: boolean read FShowCompileDialog write FShowCompileDialog;
write FAutoCloseCompileDialog; property AutoCloseCompileDialog: boolean read FAutoCloseCompileDialog write FAutoCloseCompileDialog;
property TestBuildDirectory: string read GetTestBuildDirectory property TestBuildDirectory: string read GetTestBuildDirectory
write SetTestBuildDirectory; write SetTestBuildDirectory;
property TestBuildDirHistory: TStringList read FTestBuildDirHistory; property TestBuildDirHistory: TStringList read FTestBuildDirHistory;