From 557179b32f5f1d62a95bce3677f0daf4beae723f Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Fri, 21 May 2004 02:42:12 +0000 Subject: [PATCH] Updated tasks from a number of email conversations; also fixed a bit of spelling; juggled priorities. --- TODO | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 388bf50..ed43977 100644 --- a/TODO +++ b/TODO @@ -27,7 +27,7 @@ This is the internal list of items that need to be done. byte array and 2IMG layouts to be abstracted away from an images order. This does add interaction complexity but actually simplified the Disk class. * Viewing or double-clicking on a directory will navigate into that directory. -* Viewing a deleted file can no longer crashes AppleCommander - a warning message +* Viewing a deleted file no longer crashes AppleCommander - a warning message is displayed. * Updated Export Graphics wizard and export right-click options. o Add a View As menu pick and drop-down on toolbar. (ie, view as Text or binary) @@ -38,16 +38,19 @@ o Add the ability to change physical order too (DOS <=> ProDOS <=> Nibble) --- FUTURE 1.3.x --- o BUG: Import of binary file does not set starting address. o MISSING FEATURE: Unable to import a RAW binary image. -o Compile of BASIC programs +? Compile of BASIC programs +? Enhance the BASIC compiler with a few more commands... o Create subdirectories as appropriate (ProDOS). -o Enhance the BASIC compiler with a few more commands... o Improve file preview for Integer BASIC files. o Improve file preview for AppleWorks Word Processor files (make implementation generic to a Word Processor). o Add formatted assembly FileFilter. Needs to understand multiple assembly programs. Need to recognize various formats - T.*, *.S, etc. (Merlin, Orca, APW, etc). -o SWT image handlers do no 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. +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. --- FUTURE 1.4.x (or later) --- o Add RDOS writing capability. @@ -55,7 +58,7 @@ o Add Apple Pascal writing capability. o Add CP/M writing capability. o Add drag-and-drop capability. o Provide a Swing GUI so people are not "limited" to SWT. This may be tossed. -o Added more information to About box including GPL, TODO, VERSIONS, etc. +o Add more information to About box including GPL, TODO, VERSIONS, etc. o Change disk format. o Sector/Block editor. o Open zip files; be able to browse disk images from the zip file. This should be @@ -65,3 +68,6 @@ o Open SHK files? Similar operation to zip files. o Open SDK files? Opens directly into a Disk Window. o Make formatted images bootable. May need user to supply a "master" disk from which files or data is copied. +o Can AppleCommander read a CF card with ProDOS volumes on it? This is an IDE device + connected either via USB or a card reader. Requires some level of OS integration... + some form of raw disk access.