Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2003-08-11 17:46:23 +0000
committerDani Megert2003-08-11 17:46:23 +0000
commit897bd3333fcfd02d6e4ed510c2c37e7a3ffbaaee (patch)
tree4baea888ad5c280fda2ae2b11e21db040793bc54 /org.eclipse.search/plugin.xml
parent9d306d18e896d615ff8989eaf1e0a934fa5af657 (diff)
downloadeclipse.platform.text-897bd3333fcfd02d6e4ed510c2c37e7a3ffbaaee.tar.gz
eclipse.platform.text-897bd3333fcfd02d6e4ed510c2c37e7a3ffbaaee.tar.xz
eclipse.platform.text-897bd3333fcfd02d6e4ed510c2c37e7a3ffbaaee.zip
Implemented feature 40788: Configurable Next/Previous actions
Diffstat (limited to 'org.eclipse.search/plugin.xml')
-rw-r--r--org.eclipse.search/plugin.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/org.eclipse.search/plugin.xml b/org.eclipse.search/plugin.xml
index 7ec536c75f1..6faf71d0a35 100644
--- a/org.eclipse.search/plugin.xml
+++ b/org.eclipse.search/plugin.xml
@@ -187,7 +187,13 @@
overviewRulerPreferenceValue="true"
colorPreferenceKey="searchResultIndicationColor"
colorPreferenceValue="192,192,192"
- presentationLayer="3">
+ presentationLayer="3"
+ showInNextPrevDropdownToolbarActionKey="showSearchResultInNextPrevDropdownToolbarAction"
+ showInNextPrevDropdownToolbarAction="true"
+ isGoToNextNavigationTargetKey="isSearchResultGoToNextNavigationTarget"
+ isGoToNextNavigationTarget="false"
+ isGoToPreviousNavigationTargetKey="isSearchResultGoToPreviousNavigationTarget"
+ isGoToPreviousNavigationTarget="false">
</specification>
</extension>

Back to the top