From 06bbfcaa2f734c4e8dc1614a5679f53b982041ef Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Wed, 9 Jun 2004 03:56:22 +0000 Subject: [PATCH] Updated TODO list with repackaging information. --- TODO | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index f4ad63d..6be8d68 100644 --- a/TODO +++ b/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.