Add bug TODOs
This commit is contained in:
parent
37343ec4e0
commit
b782af642e
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ import static the.bytecode.club.bytecodeviewer.util.MiscUtils.guessLanguage;
|
||||||
* This is caused by the ctrlMouseWheelZoom code, a temporary patch is just removing it worst case
|
* This is caused by the ctrlMouseWheelZoom code, a temporary patch is just removing it worst case
|
||||||
* + Versioning and updating need to be fixed
|
* + Versioning and updating need to be fixed
|
||||||
* + Fix classfile searcher
|
* + Fix classfile searcher
|
||||||
|
* + JHexEditor in dark mode is nearly unreadable -> Theme support
|
||||||
|
* + JHexEditor doesn't apply font size from settings
|
||||||
*
|
*
|
||||||
* TODO API BUGS:
|
* TODO API BUGS:
|
||||||
* + All of the plugins that modify code need to include BytecodeViewer.updateAllClassNodeByteArrays();
|
* + All of the plugins that modify code need to include BytecodeViewer.updateAllClassNodeByteArrays();
|
||||||
|
|
Loading…
Reference in a new issue