From 56512e5af4f38ccba7bc00eee276c913f8ab2436 Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Mon, 5 Dec 2016 13:54:34 -0500 Subject: [PATCH] Bug 491298 - Include indexer markers in next/previous annotation navigation Change-Id: I774903b894ac55b6a2721c74078466ae1d1cff3c --- core/org.eclipse.cdt.ui/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index b0c5ed157a2..195e9fb4b00 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -3318,9 +3318,9 @@ showInNextPrevDropdownToolbarActionKey="isIndexResultInNextPrevDropdownToolbarAction" showInNextPrevDropdownToolbarAction="true" isGoToNextNavigationTargetKey="isIndexResultGoToNextNavigationTarget" - isGoToNextNavigationTarget="false" + isGoToNextNavigationTarget="true" isGoToPreviousNavigationTargetKey="isIndexResultGoToPreviousNavigationTarget" - isGoToPreviousNavigationTarget="false"> + isGoToPreviousNavigationTarget="true">