File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
edu.cuny.hunter.streamrefactoring.ui Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 25
25
</activeWhen >
26
26
</handler >
27
27
</extension >
28
+ <extension point =" org.eclipse.ui.menus" >
29
+ <menuContribution locationURI =" menu:org.eclipse.jdt.ui.refactoring.menu?after=additions" >
30
+ <!-- [rk] Doesn't seem to be working -->
31
+ <command commandId =" edu.cuny.hunter.optimize.stream.command" mnemonic =" %command.mnemonic" id =" edu.cuny.hunter.optimize.stream.menus.command" >
32
+ <visibleWhen checkEnabled =" true" ></visibleWhen >
33
+ </command >
34
+ </menuContribution >
35
+ <menuContribution locationURI =" popup:org.eclipse.jdt.ui.refactoring.menu?after=additions" >
36
+ <command commandId =" edu.cuny.hunter.optimize.stream.command" style =" push" >
37
+ <visibleWhen checkEnabled =" true" ></visibleWhen >
38
+ </command >
39
+ </menuContribution >
40
+ </extension >
28
41
</plugin >
You can’t perform that action at this time.
0 commit comments