mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-18 09:39:43 +02:00
set Project.AutoCreateForms default to true
git-svn-id: trunk@3962 -
This commit is contained in:
parent
bf371c66ab
commit
802fe6a4e3
@ -1043,6 +1043,7 @@ begin
|
|||||||
fProjectType:=TheProjectType;
|
fProjectType:=TheProjectType;
|
||||||
|
|
||||||
fActiveEditorIndexAtStart := -1;
|
fActiveEditorIndexAtStart := -1;
|
||||||
|
FAutoCreateForms := true;
|
||||||
fBookmarks := TProjectBookmarkList.Create;
|
fBookmarks := TProjectBookmarkList.Create;
|
||||||
fCompilerOptions := TCompilerOptions.Create;
|
fCompilerOptions := TCompilerOptions.Create;
|
||||||
FFlags:=DefaultProjectFlags;
|
FFlags:=DefaultProjectFlags;
|
||||||
@ -2252,6 +2253,9 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.99 2003/03/25 17:11:16 mattias
|
||||||
|
set Project.AutoCreateForms default to true
|
||||||
|
|
||||||
Revision 1.98 2003/03/11 09:57:51 mattias
|
Revision 1.98 2003/03/11 09:57:51 mattias
|
||||||
implemented ProjectOpt: AutoCreateNewForms, added designer Show Options
|
implemented ProjectOpt: AutoCreateNewForms, added designer Show Options
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user