124 lines
4.5 KiB
Plaintext
124 lines
4.5 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://cwvhbsd1mdl2x"]
|
|
|
|
[ext_resource type="Script" uid="uid://bjvwb6jg6jpsi" path="res://Features/SlnPicker/SlnPicker.cs" id="1_ciq0g"]
|
|
[ext_resource type="Texture2D" uid="uid://dckpauolo55fo" path="res://Resources/SharpIde.png" id="2_qs47j"]
|
|
[ext_resource type="PackedScene" uid="uid://x5lhwvh5dium" path="res://Features/SlnPicker/PreviousSlnEntry.tscn" id="2_t7l5q"]
|
|
[ext_resource type="Script" uid="uid://but0p7xwpfxtg" path="res://Features/SlnPicker/AutoOpenLastSlnButton.cs" id="4_qs47j"]
|
|
|
|
[node name="SlnPicker" 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_ciq0g")
|
|
|
|
[node name="VSplitContainer" type="HSplitContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
split_offset = 245
|
|
dragging_enabled = false
|
|
dragger_visibility = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="VSplitContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_top = 10
|
|
theme_override_constants/margin_right = 10
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VSplitContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VSplitContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="VSplitContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_qs47j")
|
|
expand_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VSplitContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="Label" type="Label" parent="VSplitContainer/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "SharpIDE"
|
|
|
|
[node name="Label2" type="Label" parent="VSplitContainer/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.5689727, 0.56897277, 0.5689727, 1)
|
|
text = "v1.0.0"
|
|
|
|
[node name="Panel" type="Panel" parent="VSplitContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer2" type="MarginContainer" parent="VSplitContainer/Panel"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_top = 10
|
|
theme_override_constants/margin_right = 10
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
[node name="VBoxContainer2" type="VBoxContainer" parent="VSplitContainer/Panel/MarginContainer2"]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VSplitContainer/Panel/MarginContainer2/VBoxContainer2"]
|
|
layout_mode = 2
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="VSplitContainer/Panel/MarginContainer2/VBoxContainer2/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
placeholder_text = "Search recent projects"
|
|
|
|
[node name="OpenSlnButton" type="Button" parent="VSplitContainer/Panel/MarginContainer2/VBoxContainer2/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Open Sln File"
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="VSplitContainer/Panel/MarginContainer2/VBoxContainer2"]
|
|
layout_mode = 2
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="VSplitContainer/Panel/MarginContainer2/VBoxContainer2"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="PreviousSlnsVBoxContainer" type="VBoxContainer" parent="VSplitContainer/Panel/MarginContainer2/VBoxContainer2/ScrollContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="PreviousSlnEntry" parent="VSplitContainer/Panel/MarginContainer2/VBoxContainer2/ScrollContainer/PreviousSlnsVBoxContainer" instance=ExtResource("2_t7l5q")]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="VSplitContainer/Panel/MarginContainer2/VBoxContainer2"]
|
|
layout_mode = 2
|
|
|
|
[node name="AutoOpenLastSlnButton" type="CheckBox" parent="VSplitContainer/Panel/MarginContainer2/VBoxContainer2/HBoxContainer2"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 14
|
|
text = "Auto-open last sln"
|
|
script = ExtResource("4_qs47j")
|
|
|
|
[node name="FileDialog" type="FileDialog" parent="."]
|
|
unique_name_in_owner = true
|
|
oversampling_override = 1.0
|
|
title = "Open a File"
|
|
dialog_hide_on_ok = true
|
|
file_mode = 0
|
|
access = 2
|
|
filters = PackedStringArray("*.sln,*.slnx;Solution Files")
|
|
use_native_dialog = true
|