add code editor tabs

This commit is contained in:
Matt Parker
2025-09-23 01:27:19 +10:00
parent ae6d1e4358
commit 01e5129ba5
7 changed files with 101 additions and 7 deletions

View File

@@ -49,6 +49,7 @@ public partial class SolutionExplorerPanel : MarginContainer
item.UncollapseTree();
_tree.SetSelected(item, 0);
_tree.ScrollToItem(item, true);
_tree.QueueRedraw();
});
}
}