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

MDI Update

Compare
Choose a tag to compare
@6168218c 6168218c released this 05 Apr 11:26
· 69 commits to MFC since this release
11cb6b1

From this version on,we will release two editions.The "FernflowerUI*.*-DLL" is the edition that requires mfc140u.dll ,but its language can be changed to be the same as Windows,and the "Static" edition is the opposite.

从这个版本开始,我们每次将会发布两个版本。一个是"FernflowerUI*.*-DLL",这个版本需要mfc140u.dll,但是一部分语言会翻译成中文。"Static"版本则反之。

Now we have changed our User Interface into MDI.You can view multiple .java files at the same time.

We've also added Shell Tree.It's just like the tree view of Windows Explorer.And you can decomplie the .jar files through the shell tree's popup menu.
You can also do what Windows Explorer allows through the popup menu.

现在我们重制了界面,升级至MDI.现在可以同时浏览多个.java文件

我们也增加了文件夹视图,就是Windows资源管理器的树视图,现在文件夹视图的右键菜单提供了Windows资源管理器的所有功能和直接反编译功能

To avoid some errors,we removed the rights of running multiple instances of it.

为了防止一些错误,我们关闭了程序多开功能.

Fixed:We've fixed some bugs of Syntax HighLight.Now the error because of the '\0' character in the .java files won't occur to you.
修复:我们修复了一些关于语法高亮的bug,现在由于空字符而产生的错误不会再发生了