Beta 1.3.1 (Lightweight and Speed updates)

10/29/2014 - Replaced JSyntaxPane with RSyntaxArea, this sadly removes
the search feature inside of source/bytecode files, I'll implement a
search function soon.
10/29/2014 - Added a new decompiler option to append brackets to labels.
10/31/2014 - Fixed an issue with the decompiler still running when the
source code pane isn't toggled.

This update removes JSyntaxPane and replaces it with RSyntaxAreaPane,
this change improves speed greatly for bigger class files, there is
literally zero delay for syntax highlighting now.
This commit is contained in:
Kalen Kinloch 2014-10-31 17:55:17 -07:00
parent 7baee5d008
commit 21754375b0
9 changed files with 64 additions and 54 deletions

View file

@ -1 +1 @@
Beta 1.3
Beta 1.3.1