Skip to content

Commit 950d7ed

Browse files
committed
move WindowCodeFileView to CodeEdit/Features/Editor/Views
1 parent cf17bc7 commit 950d7ed

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

CodeEdit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,6 @@
14071407
5878DA7D291862BC00DD95A3 /* Acknowledgements */,
14081408
588847642992A30900996D95 /* CEWorkspace */,
14091409
587B9D7529300ABD00AC7927 /* CodeEditUI */,
1410-
58798244292E78D80085B254 /* CodeFile */,
14111410
58FD7603291EA1CB0051D6E4 /* Commands */,
14121411
284DC84B2978B5EB00BF2770 /* Contributors */,
14131412
043C321227E31FE8006AE443 /* Documents */,
@@ -1693,14 +1692,6 @@
16931692
path = Controllers;
16941693
sourceTree = "<group>";
16951694
};
1696-
58798244292E78D80085B254 /* CodeFile */ = {
1697-
isa = PBXGroup;
1698-
children = (
1699-
6C5B63DD29C76213005454BA /* WindowCodeFileView.swift */,
1700-
);
1701-
path = CodeFile;
1702-
sourceTree = "<group>";
1703-
};
17041695
5879827E292ED0FB0085B254 /* TerminalEmulator */ = {
17051696
isa = PBXGroup;
17061697
children = (
@@ -2439,6 +2430,7 @@
24392430
6CAAF68F29BCC6F900A1F48A /* WindowCommands */ = {
24402431
isa = PBXGroup;
24412432
children = (
2433+
6C82D6BF29C00EE300495C54 /* Utils */,
24422434
B66A4E5229C91831004573B4 /* CodeEditCommands.swift */,
24432435
6CFF967729BEBCF600182D6F /* MainCommands.swift */,
24442436
6CFF967529BEBCD900182D6F /* FileCommands.swift */,
@@ -2448,7 +2440,6 @@
24482440
6CFF967B29BEBD5200182D6F /* WindowCommands.swift */,
24492441
6C82D6B829BFE34900495C54 /* HelpCommands.swift */,
24502442
6C578D8B29CD372700DC73B2 /* ExtensionCommands.swift */,
2451-
6C82D6BF29C00EE300495C54 /* Utils */,
24522443
);
24532444
path = WindowCommands;
24542445
sourceTree = "<group>";
@@ -2715,6 +2706,7 @@
27152706
661EF7B72BEE215300C3E577 /* ImageFileView.swift */,
27162707
66F370332BEE537B00D3B823 /* NonTextFileView.swift */,
27172708
66F2C8C32BEAA939004674F7 /* PDFFileView.swift */,
2709+
6C5B63DD29C76213005454BA /* WindowCodeFileView.swift */,
27182710
);
27192711
path = Views;
27202712
sourceTree = "<group>";
File renamed without changes.

0 commit comments

Comments
 (0)