mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-09 14:49:18 +00:00
Updated TODO list with repackaging information.
This commit is contained in:
parent
d1ad2be773
commit
06bbfcaa2f
14
TODO
14
TODO
@ -2,8 +2,20 @@ THINGS TO DO
|
||||
============
|
||||
This is the internal list of items that need to be done.
|
||||
|
||||
-- 1.3.3 --
|
||||
* Repackage code - packages are getting a bit large. The goal is to make class
|
||||
structure/placement more logical.
|
||||
GUI:
|
||||
- Moved the SWT wizards into their own packages;
|
||||
- Separated utility classes into the util package;
|
||||
- Main application windows remain in swt package.
|
||||
Storage:
|
||||
- Moved OS formats into their respective packages in the "os" package
|
||||
(dos33, prodos, cpm, rdos, pascal);
|
||||
- Filters are now in the filters package.
|
||||
- General storage classes remain under storage (Disk, FormattedDisk, etc).
|
||||
|
||||
--- FUTURE 1.3.x ---
|
||||
o Repackage code - packages are getting a bit large.
|
||||
o Create reusable show dialog messages (they're scattered all over right now) to clean
|
||||
up code a bit.
|
||||
o BUG: Import of binary file does not set starting address.
|
||||
|
Loading…
Reference in New Issue
Block a user