use of org.eclipse.search.ui.text.FileTextSearchScope in project eclipse.platform.text by eclipse.
the class SearchResultPageTest method setUp.
@Before
public void setUp() throws Exception {
SearchTestPlugin.ensureWelcomePageClosed();
String[] fileNamePatterns = { "*.java" };
FileTextSearchScope scope = FileTextSearchScope.newWorkspaceScope(fileNamePatterns, false);
fQuery1 = new FileSearchQuery("Test", false, true, scope);
}
Aggregations