mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Added file preview and printing note.
This commit is contained in:
parent
c8d49b4c56
commit
360f9d8e61
24
TODO
24
TODO
@ -33,17 +33,31 @@ This is the internal list of items that need to be done.
|
|||||||
the wizard should pay more attention?)
|
the wizard should pay more attention?)
|
||||||
- Implemented Save As
|
- Implemented Save As
|
||||||
- A save on a new image invokes Save As
|
- A save on a new image invokes Save As
|
||||||
o Need to update preferences with import location, disk creation location.
|
* File preview supports:
|
||||||
o Provide a command-line interface (scripting - ie, mass load).
|
- BASIC programs (Applesoft and Integer BASIC); Applesoft BASIC is colored
|
||||||
o Enhance the BASIC compiler with a few more commands...
|
- 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 ---
|
--- FUTURE 1.3.x ---
|
||||||
o Compile of BASIC programs
|
o Compile of BASIC programs
|
||||||
o Add RDOS writing capability.
|
o Add RDOS writing capability.
|
||||||
o Add Apple Pascal writing capability.
|
o Add Apple Pascal writing capability.
|
||||||
o Create subdirectories as appropriate (ProDOS).
|
o Create subdirectories as appropriate (ProDOS).
|
||||||
o File preview - hex, text, image. Use FileFilters to convert file to the
|
o Need to update preferences with import location, disk creation location.
|
||||||
appropriate format?
|
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) ---
|
--- FUTURE 1.4.x (or later) ---
|
||||||
o Add drag-and-drop capability.
|
o Add drag-and-drop capability.
|
||||||
|
Loading…
Reference in New Issue
Block a user