Add IDE Diagnostics panel

This commit is contained in:
Matt Parker
2025-09-26 22:54:45 +10:00
parent 2d0101080c
commit 461cd96c15
8 changed files with 79 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
using Godot;
namespace SharpIDE.Godot.Features.IdeDiagnostics;
public partial class IdeDiagnosticsPanel : Control
{
}

View File

@@ -0,0 +1 @@
uid://1dbtk7cifd25

View File

@@ -0,0 +1,35 @@
[gd_scene load_steps=2 format=3 uid="uid://b0tjuqq3bca5e"]
[ext_resource type="Script" uid="uid://1dbtk7cifd25" path="res://Features/IdeDiagnostics/IdeDiagnosticsPanel.cs" id="1_qw18f"]
[node name="IdeDiagnosticsPanel" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_qw18f")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/separation = 0
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
layout_mode = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 5
theme_override_constants/margin_bottom = 5
[node name="Label" type="Label" parent="VBoxContainer/MarginContainer"]
layout_mode = 2
text = "IDE Diagnostics"
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
layout_mode = 2