Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-06-03 06:12:09 +0000
committerspingel2008-06-03 06:12:09 +0000
commitc817063ae0266ea451b956d4d26de7559b8bdf3a (patch)
tree5dfa1ceaf8f310ceafd1327ae58f0f682f543c84 /org.eclipse.mylyn.tasks.ui/plugin.xml
parent116ab378b441f246d9e7fdc6c2cc916ddda4fdde (diff)
downloadorg.eclipse.mylyn.tasks-c817063ae0266ea451b956d4d26de7559b8bdf3a.tar.gz
org.eclipse.mylyn.tasks-c817063ae0266ea451b956d4d26de7559b8bdf3a.tar.xz
org.eclipse.mylyn.tasks-c817063ae0266ea451b956d4d26de7559b8bdf3a.zip
NEW - bug 235207: attachment "Apply Patch..." not included in the popup Menue
https://bugs.eclipse.org/bugs/show_bug.cgi?id=235207
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml20
1 files changed, 8 insertions, 12 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index a7a681a21..36bc06967 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -1419,11 +1419,7 @@
</command>
</menuContribution>
<menuContribution
- locationURI="popup:org.eclipse.mylyn.tasks.ui.editor.menu.attachments">
- <separator
- name="group.open"
- visible="false">
- </separator>
+ locationURI="popup:org.eclipse.mylyn.tasks.ui.editor.menu.attachments?after=group.open">
<command
commandId="org.eclipse.mylyn.tasks.ui.command.attachment.openInBrowser"
label="Open With Browser"
@@ -1440,13 +1436,6 @@
style="push">
</command>
</menu>
- <separator
- name="group.save">
- </separator>
- <separator
- name="additions"
- visible="false">
- </separator>
</menuContribution>
<menuContribution
locationURI="popup:org.eclipse.ui.popup.any?before=navigate">
@@ -1624,6 +1613,13 @@
properties="canGetAttachment,canPostAttachment,connectorKind,hasLocalContext,hasLocalCompletionState,hasRepositoryContext,isCompleted,isLocal,"
type="org.eclipse.mylyn.tasks.core.ITask">
</propertyTester>
+ <propertyTester
+ class="org.eclipse.mylyn.internal.tasks.ui.util.TaskAttachmentPropertyTester"
+ id="org.eclipse.mylyn.tasks.ui.propertyTester.task.attachment"
+ namespace="org.eclipse.mylyn.task.attachment"
+ properties="isContext"
+ type="org.eclipse.mylyn.tasks.core.ITaskAttachment">
+ </propertyTester>
</extension>
</plugin>

Back to the top