Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2004-01-14 11:33:42 +0000
committerteicher2004-01-14 11:33:42 +0000
commit990b0b6c7692b1e496e53678cdbebaecabda2b96 (patch)
tree3a9b88833c2edab31dc9cb6163a4146e12632696 /org.eclipse.ui.editors/plugin.xml
parent0ff5f909b93357974fb75017d23a9035cc3f539d (diff)
downloadeclipse.platform.text-990b0b6c7692b1e496e53678cdbebaecabda2b96.tar.gz
eclipse.platform.text-990b0b6c7692b1e496e53678cdbebaecabda2b96.tar.xz
eclipse.platform.text-990b0b6c7692b1e496e53678cdbebaecabda2b96.zip
adds diff additions as go to next / prev targets
Diffstat (limited to 'org.eclipse.ui.editors/plugin.xml')
-rw-r--r--org.eclipse.ui.editors/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index c83611dd99a..7bec3c99a10 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -447,7 +447,7 @@
colorPreferenceValue="188,188,222"
isGoToPreviousNavigationTarget="false"
isGoToPreviousNavigationTargetKey="isAdditionGoToPreviousNavigationTarget"
- showInNextPrevDropdownToolbarAction="false"
+ showInNextPrevDropdownToolbarAction="true"
isGoToNextNavigationTarget="false"
isGoToNextNavigationTargetKey="isAdditionGoToNextNavigationTarget"
colorPreferenceKey="additionIndicationColor"

Back to the top