|
382 | 382 | 6C5B63DE29C76213005454BA /* WindowCodeFileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C5B63DD29C76213005454BA /* WindowCodeFileView.swift */; }; |
383 | 383 | 6C5C891B2A3F736500A94FE1 /* FocusedValues.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C5C891A2A3F736500A94FE1 /* FocusedValues.swift */; }; |
384 | 384 | 6C5FDF7A29E6160000BC08C0 /* AppSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C5FDF7929E6160000BC08C0 /* AppSettings.swift */; }; |
| 385 | + 6C6362D42C3E321A0025570D /* Editor+History.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C6362D32C3E321A0025570D /* Editor+History.swift */; }; |
385 | 386 | 6C66C31329D05CDC00DE9ED2 /* GRDB in Frameworks */ = {isa = PBXBuildFile; productRef = 6C66C31229D05CDC00DE9ED2 /* GRDB */; }; |
386 | 387 | 6C6BD6EF29CD12E900235D17 /* ExtensionManagerWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C6BD6EE29CD12E900235D17 /* ExtensionManagerWindow.swift */; }; |
387 | 388 | 6C6BD6F129CD13FA00235D17 /* ExtensionDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C6BD6F029CD13FA00235D17 /* ExtensionDiscovery.swift */; }; |
|
404 | 405 | 6C85BB402C2105ED00EB5DEF /* CodeEditKit in Frameworks */ = {isa = PBXBuildFile; productRef = 6C85BB3F2C2105ED00EB5DEF /* CodeEditKit */; }; |
405 | 406 | 6C85BB412C21061A00EB5DEF /* GitHubComment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 587B9E3C29301D8F00AC7927 /* GitHubComment.swift */; }; |
406 | 407 | 6C85BB442C210EFD00EB5DEF /* SwiftUIIntrospect in Frameworks */ = {isa = PBXBuildFile; productRef = 6C85BB432C210EFD00EB5DEF /* SwiftUIIntrospect */; }; |
| 408 | + 6C85F7562C3CA638008E9836 /* EditorHistoryMenus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C85F7552C3CA638008E9836 /* EditorHistoryMenus.swift */; }; |
407 | 409 | 6C91D57229B176FF0059A90D /* EditorManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C91D57129B176FF0059A90D /* EditorManager.swift */; }; |
408 | 410 | 6C9619202C3F27E3009733CE /* ProjectNavigatorUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C96191B2C3F27E3009733CE /* ProjectNavigatorUITests.swift */; }; |
409 | 411 | 6C9619222C3F27F1009733CE /* Query.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C9619212C3F27F1009733CE /* Query.swift */; }; |
|
1004 | 1006 | 6C5B63DD29C76213005454BA /* WindowCodeFileView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WindowCodeFileView.swift; sourceTree = "<group>"; }; |
1005 | 1007 | 6C5C891A2A3F736500A94FE1 /* FocusedValues.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FocusedValues.swift; sourceTree = "<group>"; }; |
1006 | 1008 | 6C5FDF7929E6160000BC08C0 /* AppSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppSettings.swift; sourceTree = "<group>"; }; |
| 1009 | + 6C6362D32C3E321A0025570D /* Editor+History.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Editor+History.swift"; sourceTree = "<group>"; }; |
1007 | 1010 | 6C6BD6EE29CD12E900235D17 /* ExtensionManagerWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionManagerWindow.swift; sourceTree = "<group>"; }; |
1008 | 1011 | 6C6BD6F029CD13FA00235D17 /* ExtensionDiscovery.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionDiscovery.swift; sourceTree = "<group>"; }; |
1009 | 1012 | 6C6BD6F529CD145F00235D17 /* ExtensionInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionInfo.swift; sourceTree = "<group>"; }; |
|
1017 | 1020 | 6C82D6B829BFE34900495C54 /* HelpCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelpCommands.swift; sourceTree = "<group>"; }; |
1018 | 1021 | 6C82D6BB29C00CD900495C54 /* FirstResponderPropertyWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstResponderPropertyWrapper.swift; sourceTree = "<group>"; }; |
1019 | 1022 | 6C82D6C529C012AD00495C54 /* NSApp+openWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSApp+openWindow.swift"; sourceTree = "<group>"; }; |
| 1023 | + 6C85F7552C3CA638008E9836 /* EditorHistoryMenus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorHistoryMenus.swift; sourceTree = "<group>"; }; |
1020 | 1024 | 6C91D57129B176FF0059A90D /* EditorManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorManager.swift; sourceTree = "<group>"; }; |
1021 | 1025 | 6C96191B2C3F27E3009733CE /* ProjectNavigatorUITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProjectNavigatorUITests.swift; sourceTree = "<group>"; }; |
1022 | 1026 | 6C9619212C3F27F1009733CE /* Query.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Query.swift; sourceTree = "<group>"; }; |
|
2319 | 2323 | DE6F77862813625500D00A76 /* EditorTabBarDivider.swift */, |
2320 | 2324 | 287776E827E34BC700D46668 /* EditorTabBarView.swift */, |
2321 | 2325 | B6AB09A22AAABFEC0003A3A6 /* EditorTabBarLeadingAccessories.swift */, |
| 2326 | + 6C85F7552C3CA638008E9836 /* EditorHistoryMenus.swift */, |
2322 | 2327 | B6AB09A42AAAC00F0003A3A6 /* EditorTabBarTrailingAccessories.swift */, |
2323 | 2328 | ); |
2324 | 2329 | path = Views; |
|
3030 | 3035 | isa = PBXGroup; |
3031 | 3036 | children = ( |
3032 | 3037 | 6C147C3D29A3281D0089B630 /* Editor.swift */, |
| 3038 | + 6C6362D32C3E321A0025570D /* Editor+History.swift */, |
3033 | 3039 | 5994B6D92BD6B408006A4C5F /* Editor+TabSwitch.swift */, |
3034 | 3040 | 6CA1AE942B46950000378EAB /* EditorInstance.swift */, |
3035 | 3041 | 6C147C3E29A3281D0089B630 /* EditorLayout.swift */, |
|
3998 | 4004 | 30B088162C0D53080063A882 /* LSPCache.swift in Sources */, |
3999 | 4005 | B6F0517929D9E3C900D72287 /* SourceControlGitView.swift in Sources */, |
4000 | 4006 | 587B9E8329301D8F00AC7927 /* GitHubPullRequest.swift in Sources */, |
| 4007 | + 6C85F7562C3CA638008E9836 /* EditorHistoryMenus.swift in Sources */, |
4001 | 4008 | 5878DA82291863F900DD95A3 /* AcknowledgementsView.swift in Sources */, |
4002 | 4009 | 587B9E8529301D8F00AC7927 /* GitHubReview.swift in Sources */, |
4003 | 4010 | 58D01C9A293167DC00C5B6B4 /* CodeEditKeychain.swift in Sources */, |
|
4033 | 4040 | 30B087FC2C0D53080063A882 /* LanguageServer+CallHierarchy.swift in Sources */, |
4034 | 4041 | 6CFF967C29BEBD5200182D6F /* WindowCommands.swift in Sources */, |
4035 | 4042 | 587B9E7229301D8F00AC7927 /* GitJSONPostRouter.swift in Sources */, |
| 4043 | + 6C6362D42C3E321A0025570D /* Editor+History.swift in Sources */, |
4036 | 4044 | 6C85BB412C21061A00EB5DEF /* GitHubComment.swift in Sources */, |
4037 | 4045 | 5878DAB0291D627C00DD95A3 /* EditorPathBarMenu.swift in Sources */, |
4038 | 4046 | 04BA7C242AE2E7CD00584E1C /* SourceControlNavigatorSyncView.swift in Sources */, |
|
0 commit comments