From 8464a53119919295d5e8a60bfcd85698cbeaa151 Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Thu, 10 Jun 2004 03:32:05 +0000 Subject: [PATCH] Updated notes. --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index b0f6d50..e170912 100644 --- a/TODO +++ b/TODO @@ -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.