|
74 | 74 | * + View>Visual Settings>Show Class Methods |
75 | 75 | * + Spam-clicking the refresh button will cause the swing thread to deadlock (Quickly opening resources used to also do this) |
76 | 76 | * 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 |
79 | 77 | * |
80 | 78 | * TODO API BUGS: |
81 | 79 | * + All of the plugins that modify code need to include BytecodeViewer.updateAllClassNodeByteArrays(); |
82 | 80 | * + All of the plugins that do any code changes should also include BytecodeViewer.refreshAllTabs(); |
83 | 81 | * + Anything using getLoadedClasses() needs to be replaced with the new API |
84 | 82 | * + 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 |
85 | 84 | * |
86 | 85 | * TODO DarkLAF Specific Bugs: |
87 | 86 | * + Resource List creates swing lag with large project |
|
98 | 97 | * + Option to only compile currently viewed class (true by default) |
99 | 98 | * + CLI Headless needs to be supported |
100 | 99 | * + 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 |
102 | 101 | * + Make the decompilers launch in a separate process |
103 | | - * + Make zipfile not include the decode shit |
104 | 102 | * + Add decompile as zip for krakatau-bytecode, jd-gui and smali for CLI |
105 | 103 | * + Add decompile all as zip for CLI |
106 | 104 | * + Console on the Main Viewer UI |
107 | | - * + Plugin Console/System/ETC needs ctrl + mouse wheel |
108 | 105 | * + Font settings |
109 | 106 | * |
110 | 107 | * TODO IDEAS: |
|
0 commit comments