mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 01:37:59 +02:00
Show comptime emits as embedded sourceviews
This commit is contained in:
parent
ee27f6fd02
commit
4d1e14a1c3
65 changed files with 3360 additions and 633 deletions
|
@ -277,8 +277,6 @@ namespace IDE.ui
|
|||
|
||||
public void FindAll(bool doSelect = true)
|
||||
{
|
||||
Debug.WriteLine($"FindAll({doSelect})");
|
||||
|
||||
mIsShowingMatches = true;
|
||||
mFoundMatches = false;
|
||||
|
||||
|
@ -305,8 +303,6 @@ namespace IDE.ui
|
|||
}
|
||||
mCurFindIdx = curFindIdx;
|
||||
mCurFindCount = 0;
|
||||
|
||||
Debug.WriteLine($"FindAll CurFindIdx{mCurFindIdx} CurFindStart:{mCurFindStart}");
|
||||
}
|
||||
|
||||
public void ShowCurrentSelection()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue