1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

Breakpoint hotkeys, autocomplete fix

This commit is contained in:
Brian Fiete 2019-12-13 14:25:15 -08:00
parent d6a9f4c9ca
commit 1c6c06fa4d
20 changed files with 316 additions and 262 deletions

View file

@ -51,6 +51,14 @@ namespace IDE
public bool mIncludeIgnored;
public bool mFailed;
public bool HasProjects
{
get
{
return !mProjectInfos.IsEmpty;
}
}
public ~this()
{
if (mTestInstance != null)