refactor code editor to scene

This commit is contained in:
Matt Parker
2025-09-23 00:05:36 +10:00
parent df7ced0131
commit ae6d1e4358
6 changed files with 66 additions and 47 deletions

View File

@@ -0,0 +1,14 @@
[gd_scene load_steps=2 format=3 uid="uid://c5dlwgcx3ubyp"]
[ext_resource type="PackedScene" uid="uid://cinaqbdghcvoi" path="res://Features/CodeEditor/SharpIdeCodeEdit.tscn" id="1_y4okr"]
[node name="CodeEditorPanel" type="MarginContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="SharpIdeCodeEdit" parent="." instance=ExtResource("1_y4okr")]
layout_mode = 2
delimiter_strings = Array[String](["\" \"", "' '"])