Changes between Initial Version and Version 1 of Ticket #20573, comment 5


Ignore:
Timestamp:
2021-06-04T13:27:48+02:00 (4 years ago)
Author:
Bjoeni

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20573, comment 5

    initial v1  
    88TODO:
    99- fix memory leaks (probably the biggest issue at the moment. Each preference tab is created in order to search it, and some add listeners that are not removed)
     10- reduce total memory consumption by reusing resources
     11- handle out of memory errors gracefully
    1012- fix categorizing of items
    1113- maybe some sort of caching mechanism for the search index
     
    1315- scroll and highlight the right component in lists, when the user clicks on it (plugins, presets etc.)
    1416- improve UI
     17- clean code (Javadoc, checkstyle, pmd, comments etc)
     18
     19(note: the patch below contains some files twice. So it's not actually that big)