mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 10:08:00 +02:00
Added error/warning panel, region support
This commit is contained in:
parent
c63edcbf87
commit
8970ebcd93
33 changed files with 454 additions and 130 deletions
|
@ -135,7 +135,7 @@ namespace IDE
|
|||
{
|
||||
mScriptManager = new .();
|
||||
mScriptManager.mProjectName = new String(project.mProjectName);
|
||||
mScriptManager.mAllowCompiling = true;
|
||||
mScriptManager.mIsBuildScript = true;
|
||||
mScriptManager.mSoftFail = true;
|
||||
mScriptManager.mVerbosity = gApp.mVerbosity;
|
||||
didCommands = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue