Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-03-03 04:04:30 +0000
committermkersten2007-03-03 04:04:30 +0000
commitd5fa4239d2f72c2c96d0464f62c27e622e93c886 (patch)
tree25ab08a2999d9505340b85e561045a3dcc45c1c8 /org.eclipse.mylyn.tasks.ui/plugin.xml
parent2448277f4473183e7baa4f684b297b01b4fd9fb0 (diff)
downloadorg.eclipse.mylyn.tasks-d5fa4239d2f72c2c96d0464f62c27e622e93c886.tar.gz
org.eclipse.mylyn.tasks-d5fa4239d2f72c2c96d0464f62c27e622e93c886.tar.xz
org.eclipse.mylyn.tasks-d5fa4239d2f72c2c96d0464f62c27e622e93c886.zip
NEW - bug 168756: When you type Ctrl+H with TaskList on focus it should bring the Task Search
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168756
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 9ffaca943..4314712f5 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -721,6 +721,16 @@
id="org.eclipse.mylar.tasks.ui.defaultRepositoryLinkProvider">
</linkProvider>
</extension>
+ <extension
+ point="org.eclipse.core.runtime.adapters">
+ <factory
+ adaptableType="org.eclipse.mylar.tasks.core.ITaskListElement"
+ class="org.eclipse.mylar.tasks.ui.search.SearchScoreComputerAdapterFactory">
+ <adapter
+ type="org.eclipse.search.ui.ISearchPageScoreComputer">
+ </adapter>
+ </factory>
+ </extension>
</plugin>

Back to the top