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:
parent
d6a9f4c9ca
commit
1c6c06fa4d
20 changed files with 316 additions and 262 deletions
|
@ -51,6 +51,14 @@ namespace IDE
|
|||
public bool mIncludeIgnored;
|
||||
public bool mFailed;
|
||||
|
||||
public bool HasProjects
|
||||
{
|
||||
get
|
||||
{
|
||||
return !mProjectInfos.IsEmpty;
|
||||
}
|
||||
}
|
||||
|
||||
public ~this()
|
||||
{
|
||||
if (mTestInstance != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue