Changes between Initial Version and Version 1 of Ticket #20573, comment 5
- Timestamp:
- 2021-06-04T13:27:48+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20573, comment 5
initial v1 8 8 TODO: 9 9 - 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 10 12 - fix categorizing of items 11 13 - maybe some sort of caching mechanism for the search index … … 13 15 - scroll and highlight the right component in lists, when the user clicks on it (plugins, presets etc.) 14 16 - 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)