Skip to content

Commit 78afc0a

Browse files
authored
Merge pull request #4 from moacirrf/ft-fix-menu-position
fix menu position
2 parents e16a441 + cb06a14 commit 78afc0a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ This a very simple plugin, with only basic features, if you have some tips or wa
1010

1111
## Screenshots
1212

13-
![NetbeansDecompileFoto11](https://user-images.githubusercontent.com/950706/146479624-4b1ce1a5-b08f-4358-9b0f-e7895d4a8a0d.png) ![NetbeansDecompileFoto12](https://user-images.githubusercontent.com/950706/146479846-9156fbdd-6906-4203-a08e-a710ece047c5.png)
13+
![NetbeansDecompileFoto11](https://user-images.githubusercontent.com/950706/146479624-4b1ce1a5-b08f-4358-9b0f-e7895d4a8a0d.png) ![NetbeansDecompileFoto12](https://user-images.githubusercontent.com/950706/146624779-b005e8b6-eb88-48a0-a48b-6ddd15e0efb5.png)
1414

1515
![NetbeansDecompileFoto13](https://user-images.githubusercontent.com/950706/146479949-0241a1bc-60cc-4fe9-a2e0-d4f93e0b0e03.png)

src/main/java/com/mrf/javadecompiler/openapi/action/DecompileAction.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,8 @@
3939
iconBase = "com/mrf/javadecompiler/openapi/jd_icon_16.png",
4040
displayName = "#CTL_DecompileAction"
4141
)
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-
//})
4742
@ActionReferences(value = {
48-
@ActionReference(path = "Editors/Popup", position = 4000),
43+
@ActionReference(path = "Editors/Popup", position = 1425),
4944
@ActionReference(path = "UI/ToolActions", position = 2950)
5045
})
5146
@Messages("CTL_DecompileAction=Decompile")

0 commit comments

Comments
 (0)