From de7c42d762f3a3558d6ca10668be466cfd7f0046 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:31:10 +1000 Subject: [PATCH] move files to folder --- .../Search/{ => SearchInFiles}/SearchResultComponent.cs | 0 .../Search/{ => SearchInFiles}/SearchResultComponent.cs.uid | 0 .../Search/{ => SearchInFiles}/SearchResultComponent.tscn | 2 +- .../Features/Search/{ => SearchInFiles}/SearchWindow.cs | 0 .../Features/Search/{ => SearchInFiles}/SearchWindow.cs.uid | 0 .../Features/Search/{ => SearchInFiles}/SearchWindow.tscn | 4 ++-- src/SharpIDE.Godot/IdeRoot.tscn | 2 +- 7 files changed, 4 insertions(+), 4 deletions(-) rename src/SharpIDE.Godot/Features/Search/{ => SearchInFiles}/SearchResultComponent.cs (100%) rename src/SharpIDE.Godot/Features/Search/{ => SearchInFiles}/SearchResultComponent.cs.uid (100%) rename src/SharpIDE.Godot/Features/Search/{ => SearchInFiles}/SearchResultComponent.tscn (96%) rename src/SharpIDE.Godot/Features/Search/{ => SearchInFiles}/SearchWindow.cs (100%) rename src/SharpIDE.Godot/Features/Search/{ => SearchInFiles}/SearchWindow.cs.uid (100%) rename src/SharpIDE.Godot/Features/Search/{ => SearchInFiles}/SearchWindow.tscn (94%) diff --git a/src/SharpIDE.Godot/Features/Search/SearchResultComponent.cs b/src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchResultComponent.cs similarity index 100% rename from src/SharpIDE.Godot/Features/Search/SearchResultComponent.cs rename to src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchResultComponent.cs diff --git a/src/SharpIDE.Godot/Features/Search/SearchResultComponent.cs.uid b/src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchResultComponent.cs.uid similarity index 100% rename from src/SharpIDE.Godot/Features/Search/SearchResultComponent.cs.uid rename to src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchResultComponent.cs.uid diff --git a/src/SharpIDE.Godot/Features/Search/SearchResultComponent.tscn b/src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchResultComponent.tscn similarity index 96% rename from src/SharpIDE.Godot/Features/Search/SearchResultComponent.tscn rename to src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchResultComponent.tscn index fecac04..8f87d71 100644 --- a/src/SharpIDE.Godot/Features/Search/SearchResultComponent.tscn +++ b/src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchResultComponent.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=3 uid="uid://d358tex0duum8"] -[ext_resource type="Script" uid="uid://6sdu34jtdrux" path="res://Features/Search/SearchResultComponent.cs" id="1_6ov2c"] +[ext_resource type="Script" uid="uid://6sdu34jtdrux" path="res://Features/Search/SearchInFiles/SearchResultComponent.cs" id="1_6ov2c"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6ov2c"] draw_center = false diff --git a/src/SharpIDE.Godot/Features/Search/SearchWindow.cs b/src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchWindow.cs similarity index 100% rename from src/SharpIDE.Godot/Features/Search/SearchWindow.cs rename to src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchWindow.cs diff --git a/src/SharpIDE.Godot/Features/Search/SearchWindow.cs.uid b/src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchWindow.cs.uid similarity index 100% rename from src/SharpIDE.Godot/Features/Search/SearchWindow.cs.uid rename to src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchWindow.cs.uid diff --git a/src/SharpIDE.Godot/Features/Search/SearchWindow.tscn b/src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchWindow.tscn similarity index 94% rename from src/SharpIDE.Godot/Features/Search/SearchWindow.tscn rename to src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchWindow.tscn index e7d072f..81a29fc 100644 --- a/src/SharpIDE.Godot/Features/Search/SearchWindow.tscn +++ b/src/SharpIDE.Godot/Features/Search/SearchInFiles/SearchWindow.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=3 uid="uid://8lk0qj233a7p"] -[ext_resource type="Script" uid="uid://bah6tmifl41ce" path="res://Features/Search/SearchWindow.cs" id="1_ft33p"] -[ext_resource type="PackedScene" uid="uid://d358tex0duum8" path="res://Features/Search/SearchResultComponent.tscn" id="2_cuaw5"] +[ext_resource type="Script" uid="uid://bah6tmifl41ce" path="res://Features/Search/SearchInFiles/SearchWindow.cs" id="1_ft33p"] +[ext_resource type="PackedScene" uid="uid://d358tex0duum8" path="res://Features/Search/SearchInFiles/SearchResultComponent.tscn" id="2_cuaw5"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cuaw5"] bg_color = Color(0.1764706, 0.1764706, 0.1764706, 1) diff --git a/src/SharpIDE.Godot/IdeRoot.tscn b/src/SharpIDE.Godot/IdeRoot.tscn index cb54026..bfdc69e 100644 --- a/src/SharpIDE.Godot/IdeRoot.tscn +++ b/src/SharpIDE.Godot/IdeRoot.tscn @@ -12,7 +12,7 @@ [ext_resource type="PackedScene" uid="uid://co6dkhdolriej" path="res://Features/Build/BuildPanel.tscn" id="9_rllbf"] [ext_resource type="PackedScene" uid="uid://tqpmww430cor" path="res://Features/Problems/ProblemsPanel.tscn" id="11_b7c1a"] [ext_resource type="PackedScene" uid="uid://dkjips8oudqou" path="res://Features/Debug_/DebugPanel.tscn" id="11_s2dv6"] -[ext_resource type="PackedScene" uid="uid://8lk0qj233a7p" path="res://Features/Search/SearchWindow.tscn" id="13_7ptyn"] +[ext_resource type="PackedScene" uid="uid://8lk0qj233a7p" path="res://Features/Search/SearchInFiles/SearchWindow.tscn" id="13_7ptyn"] [ext_resource type="PackedScene" uid="uid://b0tjuqq3bca5e" path="res://Features/IdeDiagnostics/IdeDiagnosticsPanel.tscn" id="13_woo5i"] [sub_resource type="Theme" id="Theme_s2dv6"]