Skip to content

Commit d0dd8f4

Browse files
committed
Comments
1 parent db799f3 commit d0dd8f4

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,13 @@
7474
* + View>Visual Settings>Show Class Methods
7575
* + Spam-clicking the refresh button will cause the swing thread to deadlock (Quickly opening resources used to also do this)
7676
* This is caused by the ctrlMouseWheelZoom code, a temporary patch is just removing it worst case
77-
* + Fix classfile searcher
78-
* + BCV's classLoader should be destroyed each time a resource is added or removed
7977
*
8078
* TODO API BUGS:
8179
* + All of the plugins that modify code need to include BytecodeViewer.updateAllClassNodeByteArrays();
8280
* + All of the plugins that do any code changes should also include BytecodeViewer.refreshAllTabs();
8381
* + Anything using getLoadedClasses() needs to be replaced with the new API
8482
* + Anything using blindlySearchForClassNode() should instead search through the resource container search function
83+
* + BCV's classLoader should be destroyed each time a resource is added or removed
8584
*
8685
* TODO DarkLAF Specific Bugs:
8786
* + Resource List creates swing lag with large project
@@ -98,13 +97,11 @@
9897
* + Option to only compile currently viewed class (true by default)
9998
* + CLI Headless needs to be supported
10099
* + Add stackmapframes to bytecode decompiler
101-
* + Add https://github.com/exbin/bined as the replacement Hed Viewer/Editor
100+
* + Add https://github.com/exbin/bined as the replacement Hex Viewer/Editor
102101
* + Make the decompilers launch in a separate process
103-
* + Make zipfile not include the decode shit
104102
* + Add decompile as zip for krakatau-bytecode, jd-gui and smali for CLI
105103
* + Add decompile all as zip for CLI
106104
* + Console on the Main Viewer UI
107-
* + Plugin Console/System/ETC needs ctrl + mouse wheel
108105
* + Font settings
109106
*
110107
* TODO IDEAS:

0 commit comments

Comments
 (0)