Add bug TODOs

This commit is contained in:
Nico Mexis 2021-07-21 12:33:55 +02:00
parent 37343ec4e0
commit b782af642e
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
1 changed files with 2 additions and 0 deletions

View File

@ -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
* + Versioning and updating need to be fixed
* + Fix classfile searcher
* + JHexEditor in dark mode is nearly unreadable -> Theme support
* + JHexEditor doesn't apply font size from settings
*
* TODO API BUGS:
* + All of the plugins that modify code need to include BytecodeViewer.updateAllClassNodeByteArrays();