Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2007-11-27 15:50:45 +0000
committerDani Megert2007-11-27 15:50:45 +0000
commit67c6bca1ed92c7555fd35f98c08ebda71f91c610 (patch)
tree87d6d8e81a36ada56b8806138a4d0249ef81dad3 /org.eclipse.search/plugin.xml
parentcfdfb3d59059a9c5d0c332fd748c8c38acd1ebe8 (diff)
downloadeclipse.platform.text-67c6bca1ed92c7555fd35f98c08ebda71f91c610.tar.gz
eclipse.platform.text-67c6bca1ed92c7555fd35f98c08ebda71f91c610.tar.xz
eclipse.platform.text-67c6bca1ed92c7555fd35f98c08ebda71f91c610.zip
Allow annotations to use all text styles.
Diffstat (limited to 'org.eclipse.search/plugin.xml')
-rw-r--r--org.eclipse.search/plugin.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/org.eclipse.search/plugin.xml b/org.eclipse.search/plugin.xml
index 2f56260d544..88996108eda 100644
--- a/org.eclipse.search/plugin.xml
+++ b/org.eclipse.search/plugin.xml
@@ -340,7 +340,9 @@
isGoToNextNavigationTargetKey="isSearchResultGoToNextNavigationTarget"
isGoToNextNavigationTarget="false"
isGoToPreviousNavigationTargetKey="isSearchResultGoToPreviousNavigationTarget"
- isGoToPreviousNavigationTarget="false">
+ isGoToPreviousNavigationTarget="false"
+ textStylePreferenceKey="searchResultTextStyle"
+ textStylePreferenceValue="NONE">
</specification>
<specification
annotationType="org.eclipse.search.filteredResults"
@@ -362,7 +364,9 @@
isGoToNextNavigationTargetKey="isFilteredSearchResultGoToNextNavigationTarget"
isGoToNextNavigationTarget="false"
isGoToPreviousNavigationTargetKey="isFilteredSearchResultGoToPreviousNavigationTarget"
- isGoToPreviousNavigationTarget="false">
+ isGoToPreviousNavigationTarget="false"
+ textStylePreferenceKey="filteredSearchResultTextStyle"
+ textStylePreferenceValue="SQUIGGLES">
</specification>
</extension>

Back to the top