We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725b938 commit cb06a14Copy full SHA for cb06a14
src/main/java/com/mrf/javadecompiler/openapi/action/DecompileAction.java
@@ -39,11 +39,6 @@
39
iconBase = "com/mrf/javadecompiler/openapi/jd_icon_16.png",
40
displayName = "#CTL_DecompileAction"
41
)
42
-//@ActionReference(path = "Editors/text/x-java/Popup", position = 400)
43
-//@ActionReferences(value = {
44
-// @ActionReference(path = "Editors/Popup", position = 2950),
45
-// @ActionReference(path = "UI/ToolActions", position = 2950)
46
-//})
47
@ActionReferences(value = {
48
@ActionReference(path = "Editors/Popup", position = 1425),
49
@ActionReference(path = "UI/ToolActions", position = 2950)
0 commit comments