Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

3.4.1 Update

Compare
Choose a tag to compare
@6168218c 6168218c released this 02 Mar 02:21
· 34 commits to MFC since this release
17d485f

Now we've add the feature of customizing the arguments passed to fernflower.jar.For a full list of the arguments,visit https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler/engine. Now you can view the data members or methods of a class/abstract class/interface through the class view,and double-click the item to open and select the member.The style is similar to Notepad++. Now you can decompile the class(es) inside a jar file without decompiling(in other words,a "lazy decompilation") the whole jar through the checkbox to the left of "Open" button.Thank @lokha for the suggestion.

现在我们增加了选择反编译参数的功能。若需要完整的列表,请访问https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler/engine。 现在可以通过类视图来查看每一个类/抽象类/接口的方法和数据成员。双击该项即可打开并选中该成员。风格类似于Notepad++。 现在可以通过“打开”按钮左边的复选框来仅仅反编译Jar文件中的几个类,而不反编译整个Jar文件。感谢@lokha的建议。

Fixed: Now we have changed the fernflower.jar into the version of Intellij Community.Visit https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler/engine for more info. Thank @lokha for the suggestion.

修复: 现在我们将fernflower.jar换成Intellij Community的版本。为获得更多信息,访问https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler/engine。 感谢@lokha的建议。