Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2005-05-19 21:47:32 +0000
committerDejan Gloszic2005-05-19 21:47:32 +0000
commit87a36c8e73a56049fe9ba8d3082b9e6e367b5626 (patch)
treeb318a8561d9e8e58716399a14b82e1b8dcf02313 /org.eclipse.ui.cheatsheets/plugin.xml
parent2bc98074a6f707be803bc0ced1bc8f1015c0893c (diff)
downloadeclipse.platform.ua-87a36c8e73a56049fe9ba8d3082b9e6e367b5626.tar.gz
eclipse.platform.ua-87a36c8e73a56049fe9ba8d3082b9e6e367b5626.tar.xz
eclipse.platform.ua-87a36c8e73a56049fe9ba8d3082b9e6e367b5626.zip
67339 [CheatSheets] The selection dialog for cheat sheets does not support activites
Diffstat (limited to 'org.eclipse.ui.cheatsheets/plugin.xml')
-rw-r--r--org.eclipse.ui.cheatsheets/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.ui.cheatsheets/plugin.xml b/org.eclipse.ui.cheatsheets/plugin.xml
index 77f99c33e..e81308cff 100644
--- a/org.eclipse.ui.cheatsheets/plugin.xml
+++ b/org.eclipse.ui.cheatsheets/plugin.xml
@@ -74,4 +74,12 @@
commandId="org.eclipse.ui.cheatsheets.views.CheatSheetView"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
</extension>
+ <extension
+ point="org.eclipse.ui.activitySupport">
+ <triggerPoint id="org.eclipse.ui.cheatsheetSelectionDialog">
+ <hint
+ id="interactive"
+ value="true"/>
+ </triggerPoint>
+ </extension>
</plugin>

Back to the top