Add Test Explorer Panel stub

This commit is contained in:
Matt Parker
2025-11-04 19:32:27 +10:00
parent f54790667c
commit 908495d2dd
8 changed files with 49 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
using Godot;
namespace SharpIDE.Godot.Features.TestExplorer;
public partial class TestExplorerPanel : Control
{
}

View File

@@ -0,0 +1 @@
uid://8o78ti2hb0pu

View File

@@ -1,4 +1,6 @@
[gd_scene format=3 uid="uid://hwdok1kch3b3"]
[gd_scene load_steps=2 format=3 uid="uid://hwdok1kch3b3"]
[ext_resource type="Script" uid="uid://8o78ti2hb0pu" path="res://Features/TestExplorer/TestExplorerPanel.cs" id="1_b5miy"]
[node name="TestExplorerPanel" type="Control"]
layout_mode = 3
@@ -7,6 +9,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_b5miy")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1