Added file preview and printing note.

This commit is contained in:
Robert Greene 2003-12-11 05:35:38 +00:00
parent c8d49b4c56
commit 360f9d8e61
1 changed files with 19 additions and 5 deletions

24
TODO
View File

@ -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.