| Summary: | Add editor ruler context menu > Show Annotation is missing | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Dani Megert <daniel_megert> |
| Component: | UI | Assignee: | Kevin Sawicki <kevin> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | markus.kell.r, matthias.sohn, remy.suen |
| Version: | 1.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Thanks for including the snippet, proposed fix pushed to: http://egit.eclipse.org/r/#change,4270 merged as a87800e02268d68fa9c94a69867b941ffc73863a *** Bug 359700 has been marked as a duplicate of this bug. *** Verified in 1.2.0.201110021920. |
Add editor ruler context menu > Show Annotation 1.1.0.201109151100-r. Here's how it is done in CVS: <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="popup:#AbstractTextEditorRulerContext?after=QuickDiff.Toggle"> <command commandId="org.eclipse.team.cvs.ui.showAnnotation" label="%ShowAnnotationAction.label" style="push"> <visibleWhen checkEnabled="false"> <with variable="activeEditorInput"> <test property="org.eclipse.team.internal.ccvs.ui.isManaged" value="true"> </test> </with> </visibleWhen> </command> </menuContribution> </extension>