mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-27 10:32:57 +00:00
Updated to show internationalization and Eclipse 3.0 adaptation
being complete.
This commit is contained in:
parent
a51fda792f
commit
38754a05a5
12
TODO
12
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.)
|
* 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
|
* Raw binary files may now be imported - just check the raw image checkbox in the import
|
||||||
wizard.
|
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
|
o Create reusable show dialog messages (they're scattered all over right now) to clean
|
||||||
up code a bit.
|
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 ---
|
--- FUTURE 1.3.x ---
|
||||||
? Compile of BASIC programs
|
? Compile of BASIC programs
|
||||||
@ -22,7 +26,7 @@ o Update per Eclipse 3.0 recommendations.
|
|||||||
o Create subdirectories as appropriate (ProDOS).
|
o Create subdirectories as appropriate (ProDOS).
|
||||||
o Improve file preview for Integer BASIC files.
|
o Improve file preview for Integer BASIC files.
|
||||||
o Improve file preview for AppleWorks Word Processor files (make implementation
|
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
|
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.
|
off. GIF/PNG/JPEG give errors or a black image.
|
||||||
o Resolve OS X issues where window cannot come to the foreground.
|
o Resolve OS X issues where window cannot come to the foreground.
|
||||||
|
Loading…
Reference in New Issue
Block a user