From 38754a05a54af3c9874148496d0f7f5d6553e5f8 Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Sun, 11 Jul 2004 15:12:37 +0000 Subject: [PATCH] Updated to show internationalization and Eclipse 3.0 adaptation being complete. --- TODO | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 80f984e..d725a83 100644 --- a/TODO +++ b/TODO @@ -10,11 +10,15 @@ This is the internal list of items that need to be done. * Fixed bug that where a file cound not be exported as raw binary. (Crashed AppleCommander.) * Raw binary files may now be imported - just check the raw image checkbox in the import wizard. +* Prepare for internationalization (I18N). Started as a simplification process but it + got carried away. Text is stored in text bundles throughout the code. The files + end with ____Bundle.properties. The groupings are Storage, Compiler, Ui, and + Text; directories relate to the package. Contributions are more than welcome + seeing as I know very little German and it's unlikely that I'll get my wife to + spend time translating to Spanish. +* Updates per Eclipse 3.0 recommendations. o Create reusable show dialog messages (they're scattered all over right now) to clean up code a bit. -o Prepare for internationalization (I18N). Started as a simplification process but it - got carried away. -o Update per Eclipse 3.0 recommendations. --- FUTURE 1.3.x --- ? Compile of BASIC programs @@ -22,7 +26,7 @@ o Update per Eclipse 3.0 recommendations. o Create subdirectories as appropriate (ProDOS). o Improve file preview for Integer BASIC files. o Improve file preview for AppleWorks Word Processor files (make implementation - generic to a Word Processor). + generic to a Word Processor, if possible). o SWT image handlers do not appear to work correctly. BMP works - but color seems off. GIF/PNG/JPEG give errors or a black image. o Resolve OS X issues where window cannot come to the foreground.