Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3429)

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/search/internal/ui/TextSearchPage.java

Issue 74923003: File search page context menu fix (dartbug.com/15127). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/search/internal/ui/SearchView.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/search/internal/ui/TextSearchPage.java
===================================================================
--- editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/search/internal/ui/TextSearchPage.java (revision 30332)
+++ editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/search/internal/ui/TextSearchPage.java (working copy)
@@ -195,6 +195,7 @@
searchResult.getMatchCount()));
if (fileSearchPage != null) {
fileSearchPage.setInput(searchResult, fileSearchPage);
+ fileSearchPage.setViewPart(searchView);
}
return Status.OK_STATUS;
}
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/search/internal/ui/SearchView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698