From 360f9d8e615ff684094449776d325f35dc8b7327 Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Thu, 11 Dec 2003 05:35:38 +0000 Subject: [PATCH] Added file preview and printing note. --- TODO | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index bd85d39..cd20054 100644 --- a/TODO +++ b/TODO @@ -33,17 +33,31 @@ This is the internal list of items that need to be done. the wizard should pay more attention?) - Implemented Save As - A save on a new image invokes Save As -o Need to update preferences with import location, disk creation location. -o Provide a command-line interface (scripting - ie, mass load). -o Enhance the BASIC compiler with a few more commands... +* File preview supports: + - BASIC programs (Applesoft and Integer BASIC); Applesoft BASIC is colored + - Graphics images (same as supported by the graphics export function) + - Appleworks (database, spreadsheet, word processor) + - Text files + - Hex dump of all the above + - "Raw" format of all of the above; this includes all data as read from disk + including length and starting address as well as full sectors/blocks +* Printing is available from the file preview. --- FUTURE 1.3.x --- o Compile of BASIC programs o Add RDOS writing capability. o Add Apple Pascal writing capability. o Create subdirectories as appropriate (ProDOS). -o File preview - hex, text, image. Use FileFilters to convert file to the - appropriate format? +o Need to update preferences with import location, disk creation location. +o Provide a command-line interface (scripting - ie, mass load). +o Enhance the BASIC compiler with a few more commands... +o Print file listing or full disk listing (including subdirectories or multiple + volumes). +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 assembly FileFilter. Needs to understand multiple assembly programs. + Need to recognize various formats - T.*, *.S, etc. (Merlin, Orca, APW, etc). --- FUTURE 1.4.x (or later) --- o Add drag-and-drop capability.