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
Add filtering support for duplicate files in nested projects (eclipse-platform#144)
* Add filtering support for duplicate files in nested projects
- add filter to File Search to remove duplicate file entries that
are attributed to different projects in a nested project scenario
- fixeseclipse-platform#143
* Copyright (c) 2000, 2017 IBM Corporation and others.
2
+
* Copyright (c) 2000, 2023 IBM Corporation and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
@@ -13,6 +13,7 @@
13
13
* Christian Walther (Indel AG) - Bug 399094: Add whole word option to file search
14
14
* Marco Descher <[email protected]> - Open Search dialog with previous page instead of using the current selection to detect the page - http://bugs.eclipse.org/33710
15
15
* Lucas Bullen (Red Hat Inc.) - [Bug 526453] disambiguate "Selected Resources"
16
+
* Red Hat Inc. - add support for filtering innermost project files for file search
# Copyright (c) 2000, 2017 IBM Corporation and others.
2
+
# Copyright (c) 2000, 2023 IBM Corporation and others.
3
3
#
4
4
# This program and the accompanying materials
5
5
# are made available under the terms of the Eclipse Public License 2.0
@@ -97,6 +97,9 @@ SearchPage_wholeWord= Who&le word
97
97
98
98
TextSearchEngine_statusMessage= Problems encountered during text search.
99
99
100
+
TextSearchInnermostProjectFilter_action_label=Show only most &nested match
101
+
TextSearchInnermostProjectFilter_name=Duplicate match from outer project
102
+
TextSearchInnermostProjectFilter_description= For files in nested projects, don't show matches for duplicate file references that are owned by projects that aren't the innermost project.
0 commit comments