We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ffa3e commit 77780b5Copy full SHA for 77780b5
bundles/org.eclipse.search/search/org/eclipse/search/internal/ui/text/TextSearchPage.java
@@ -643,13 +643,6 @@ private boolean initializePatternControl() {
643
return false;
644
}
645
646
-// private void loadFilePatternDefaults() {
647
-// SearchMatchInformationProviderRegistry registry= SearchPlugin.getDefault().getSearchMatchInformationProviderRegistry();
648
-// String[] defaults= registry.getDefaultFilePatterns();
649
-// fExtensions.setItems(defaults);
650
-// fExtensions.setText(defaults[0]);
651
-// }
652
-
653
private String insertEscapeChars(String text) {
654
if (text == null || text.equals("")) { //$NON-NLS-1$
655
return ""; //$NON-NLS-1$
0 commit comments