144 lines
4.8 KiB
Plaintext
144 lines
4.8 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://b2oniigcp5ew5"]
|
|
|
|
[ext_resource type="Script" uid="uid://bavypuy7b375x" path="res://IdeRoot.cs" id="1_whawi"]
|
|
[ext_resource type="Texture2D" uid="uid://bkty6563cthj8" path="res://Features/Run/Resources/Run.svg" id="2_8x8ub"]
|
|
[ext_resource type="Script" uid="uid://du2lt7r1p1qfy" path="res://SharpIdeCodeEdit.cs" id="2_qjf5e"]
|
|
[ext_resource type="FontFile" uid="uid://7jc0nj310cu6" path="res://CascadiaCode.ttf" id="2_rk34b"]
|
|
[ext_resource type="Script" uid="uid://bai53k7ongbxw" path="res://SolutionExplorerPanel.cs" id="2_tcy02"]
|
|
[ext_resource type="PackedScene" uid="uid://bcoytt3bw0gpe" path="res://Features/Run/RunPanel.tscn" id="5_y3aoi"]
|
|
|
|
[sub_resource type="FontVariation" id="FontVariation_y3aoi"]
|
|
base_font = ExtResource("2_rk34b")
|
|
spacing_top = 3
|
|
spacing_bottom = 2
|
|
baseline_offset = 0.05
|
|
|
|
[node name="IdeRoot" 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_whawi")
|
|
|
|
[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
|
|
|
|
[node name="Panel" type="Panel" parent="VBoxContainer"]
|
|
custom_minimum_size = Vector2(0, 42)
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/Panel"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 5.0
|
|
offset_right = -5.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="OpenSlnButton" type="Button" parent="VBoxContainer/Panel/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
text = "Open Sln"
|
|
|
|
[node name="Spacer" type="Control" parent="VBoxContainer/Panel/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="RunMenuButton" type="Button" parent="VBoxContainer/Panel/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
focus_mode = 0
|
|
disabled = true
|
|
icon = ExtResource("2_8x8ub")
|
|
|
|
[node name="RunMenuPopup" type="Popup" parent="VBoxContainer/Panel/HBoxContainer/RunMenuButton"]
|
|
unique_name_in_owner = true
|
|
size = Vector2i(151, 100)
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/Panel/HBoxContainer/RunMenuButton/RunMenuPopup"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Panel" type="Panel" parent="VBoxContainer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(50, 0)
|
|
layout_mode = 2
|
|
|
|
[node name="VSplitContainer" type="VSplitContainer" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
split_offset = 5000
|
|
|
|
[node name="HSplitContainer" type="HSplitContainer" parent="VBoxContainer/HBoxContainer/VSplitContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
split_offset = 250
|
|
|
|
[node name="SolutionExplorerPanel" type="Panel" parent="VBoxContainer/HBoxContainer/VSplitContainer/HSplitContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
script = ExtResource("2_tcy02")
|
|
|
|
[node name="Tree" type="Tree" parent="VBoxContainer/HBoxContainer/VSplitContainer/HSplitContainer/SolutionExplorerPanel"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="SharpIdeCodeEdit" type="CodeEdit" parent="VBoxContainer/HBoxContainer/VSplitContainer/HSplitContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_colors/current_line_color = Color(0.0588235, 0.0588235, 0.0588235, 1)
|
|
theme_override_colors/background_color = Color(0.117647, 0.117647, 0.117647, 1)
|
|
theme_override_fonts/font = SubResource("FontVariation_y3aoi")
|
|
theme_override_font_sizes/font_size = 18
|
|
highlight_current_line = true
|
|
symbol_lookup_on_click = true
|
|
symbol_tooltip_on_hover = true
|
|
gutters_draw_breakpoints_gutter = true
|
|
gutters_draw_line_numbers = true
|
|
code_completion_enabled = true
|
|
auto_brace_completion_enabled = true
|
|
auto_brace_completion_highlight_matching = true
|
|
script = ExtResource("2_qjf5e")
|
|
|
|
[node name="CodeFixesMenu" type="PopupMenu" parent="VBoxContainer/HBoxContainer/VSplitContainer/HSplitContainer/SharpIdeCodeEdit"]
|
|
size = Vector2i(217, 100)
|
|
item_count = 1
|
|
item_0/text = "Getting Context Actions..."
|
|
item_0/id = 0
|
|
|
|
[node name="Panel" type="Panel" parent="VBoxContainer/HBoxContainer/VSplitContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="RunPanel" parent="VBoxContainer/HBoxContainer/VSplitContainer/Panel" instance=ExtResource("5_y3aoi")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
|
|
[node name="OpenSolutionDialog" type="FileDialog" parent="."]
|
|
unique_name_in_owner = true
|
|
title = "Open a File"
|
|
position = Vector2i(0, 36)
|
|
ok_button_text = "Open"
|
|
dialog_hide_on_ok = true
|
|
file_mode = 0
|
|
access = 2
|
|
filters = PackedStringArray("*.sln", "*.slnx")
|
|
use_native_dialog = true
|