mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 02:53:12 +02:00
Bug 491298 - Include indexer markers in next/previous annotation navigation
Change-Id: I774903b894ac55b6a2721c74078466ae1d1cff3c
This commit is contained in:
parent
f0ba639995
commit
56512e5af4
1 changed files with 2 additions and 2 deletions
|
@ -3318,9 +3318,9 @@
|
|||
showInNextPrevDropdownToolbarActionKey="isIndexResultInNextPrevDropdownToolbarAction"
|
||||
showInNextPrevDropdownToolbarAction="true"
|
||||
isGoToNextNavigationTargetKey="isIndexResultGoToNextNavigationTarget"
|
||||
isGoToNextNavigationTarget="false"
|
||||
isGoToNextNavigationTarget="true"
|
||||
isGoToPreviousNavigationTargetKey="isIndexResultGoToPreviousNavigationTarget"
|
||||
isGoToPreviousNavigationTarget="false">
|
||||
isGoToPreviousNavigationTarget="true">
|
||||
</specification>
|
||||
<specification
|
||||
annotationType="org.eclipse.cdt.ui.occurrences"
|
||||
|
|
Loading…
Add table
Reference in a new issue