mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +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;
|
||||
property DebuggerResetAfterRun: boolean read FDebuggerResetAfterRun
|
||||
write FDebuggerResetAfterRun;
|
||||
property ShowCompileDialog: boolean read FShowCompileDialog
|
||||
write FShowCompileDialog;
|
||||
property AutoCloseCompileDialog: boolean read FAutoCloseCompileDialog
|
||||
write FAutoCloseCompileDialog;
|
||||
// ShowCompileDialog and AutoCloseCompileDialog are currently not used.
|
||||
// But maybe someone will implement them again. Keep them till 1.4.2
|
||||
property ShowCompileDialog: boolean read FShowCompileDialog write FShowCompileDialog;
|
||||
property AutoCloseCompileDialog: boolean read FAutoCloseCompileDialog write FAutoCloseCompileDialog;
|
||||
property TestBuildDirectory: string read GetTestBuildDirectory
|
||||
write SetTestBuildDirectory;
|
||||
property TestBuildDirHistory: TStringList read FTestBuildDirHistory;
|
||||
|
Loading…
Reference in New Issue
Block a user