mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Made 'Test' a project type
This commit is contained in:
parent
ee71c8c97b
commit
784bd6d374
8 changed files with 57 additions and 47 deletions
|
@ -16,12 +16,13 @@ namespace IDE.ui
|
|||
public PathEditWidget mDirectoryEdit;
|
||||
public EditWidget mNameEdit;
|
||||
public DarkComboBox mTargetComboBox;
|
||||
static String[5] sApplicationTypeNames =
|
||||
static String[6] sApplicationTypeNames =
|
||||
.("Console Application",
|
||||
"GUI Application",
|
||||
"Library",
|
||||
"Dynamic Library",
|
||||
"Custom Build");
|
||||
"Custom Build",
|
||||
"Test");
|
||||
public bool mNameChanged;
|
||||
public String mDirBase ~ delete _;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue