Updated notes.

This commit is contained in:
Robert Greene 2004-06-10 03:32:05 +00:00
parent badc61a805
commit 8464a53119
1 changed files with 3 additions and 1 deletions

4
TODO
View File

@ -17,10 +17,13 @@ This is the internal list of items that need to be done.
* Added formatted assembly FileFilter. Understands Merlin format source files.
Need to recognize various formats - T.*, *.S, etc. Need examples for other
formats (Orca, APW, etc).
* File viewer window now scrolls an appropriate amount: PgUp/PgDn, arrows,
mousewheel all work (must select content area first of course).
--- FUTURE 1.3.x ---
o Create reusable show dialog messages (they're scattered all over right now) to clean
up code a bit.
o Refactor FileViewerWindow.
o BUG: Import of binary file does not set starting address.
o MISSING FEATURE: Unable to import a RAW binary image.
? Compile of BASIC programs
@ -34,7 +37,6 @@ o SWT image handlers do not appear to work correctly. BMP works - but color see
o It has been reported that Apple Pascal includes extra information at the beginning
and/or the end of a line - need to resolve this for the preview and export function.
o Resolve OS X issues where window cannot come to the foreground.
o Windows do not scroll an appropriate amount: PgUp/PgDn, arrows, mousewheel.
--- FUTURE 1.4.x (or later) ---
o Add RDOS writing capability.