mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +02:00
IDE: comments
git-svn-id: trunk@47728 -
This commit is contained in:
parent
ae47574294
commit
d049e95a80
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user