Updated to show internationalization and Eclipse 3.0 adaptation

being complete.
This commit is contained in:
Robert Greene 2004-07-11 15:12:37 +00:00
parent a51fda792f
commit 38754a05a5
1 changed files with 8 additions and 4 deletions

12
TODO
View File

@ -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.