You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CodeEdit/Features/NavigatorSidebar/FindNavigator/FindNavigatorResultList/FindNavigatorListViewController.swift
+4-10
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ final class FindNavigatorListViewController: NSViewController {
12
12
publicvarworkspace:WorkspaceDocument
13
13
publicvarselectedItem:Any?
14
14
15
-
privatevarsearchId:UUID?
16
15
privatevarsearchItems:[SearchResultModel]=[]
17
16
privatevarscrollView:NSScrollView!
18
17
privatevaroutlineView:NSOutlineView!
@@ -64,15 +63,10 @@ final class FindNavigatorListViewController: NSViewController {
64
63
65
64
/// Updates the view with new search results and updates the UI.
66
65
/// - Parameter searchItems: The search items to set.
67
-
/// - Parameter searchText: The search text, used to preserve result deletions across view updates.
0 commit comments