search v2

This commit is contained in:
Matt Parker
2025-09-23 22:37:02 +10:00
parent 6a95ea892c
commit 96dd10d296
8 changed files with 135 additions and 6 deletions

View File

@@ -80,6 +80,7 @@ public partial class IdeRoot : Control
_solutionExplorerPanel.SolutionModel = solutionModel;
_codeEditorPanel.Solution = solutionModel;
_bottomPanelManager.Solution = solutionModel;
_searchWindow.Solution = solutionModel;
Callable.From(_solutionExplorerPanel.RepopulateTree).CallDeferred();
RoslynAnalysis.StartSolutionAnalysis(solutionModel);