File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,23 +27,23 @@ public class EZProj
2727 /// <summary>
2828 /// is the opposite of <see cref="EzCode.InPanel"/>
2929 /// </summary>
30- public bool Window { get ; set ; }
30+ public bool Window { get ; set ; } = false ;
3131 /// <summary>
3232 /// is <see cref="EzCode.showFileInError"/>
3333 /// </summary>
34- public bool FileInErrors { get ; set ; }
34+ public bool FileInErrors { get ; set ; } = true ;
3535 /// <summary>
3636 /// is <see cref="EzCode.showStartAndEnd"/>
3737 /// </summary>
38- public bool ShowBuild { get ; set ; }
38+ public bool ShowBuild { get ; set ; } = false ;
3939 /// <summary>
4040 /// is visual or just console
4141 /// </summary>
42- public bool IsVisual { get ; set ; }
42+ public bool IsVisual { get ; set ; } = false ;
4343 /// <summary>
4444 /// Clear console before each build
4545 /// </summary>
46- public bool ClearConsole { get ; set ; }
46+ public bool ClearConsole { get ; set ; } = true ;
4747 /// <summary>
4848 /// Name of Project
4949 /// </summary>
@@ -59,11 +59,11 @@ public class EZProj
5959 /// <summary>
6060 /// Debugs project
6161 /// </summary>
62- public bool Debug { get ; set ; }
62+ public bool Debug { get ; set ; } = false ;
6363 /// <summary>
6464 /// close the application on end
6565 /// </summary>
66- public bool CloseOnEnd { get ; set ; }
66+ public bool CloseOnEnd { get ; set ; } = true ;
6767
6868 /// <summary>
6969 /// Empty Instance of <see cref="EZProj"/>.
You can’t perform that action at this time.
0 commit comments