mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-26 19:29:24 +00:00
Updated with more information for 1.3.1 release.
This commit is contained in:
parent
adb931be3f
commit
64df6d295e
34
TODO
34
TODO
@ -41,7 +41,38 @@ This is the internal list of items that need to be done.
|
|||||||
- Hex dump of all the above
|
- Hex dump of all the above
|
||||||
- "Raw" format of all of the above; this includes all data as read from disk
|
- "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
|
including length and starting address as well as full sectors/blocks
|
||||||
|
- Shortcuts available:
|
||||||
|
- F2 = Native format view (as applicable)
|
||||||
|
- F3 = Hex dump view
|
||||||
|
- F4 = Raw hex dump of disk bytes (includes length or address start along
|
||||||
|
with all bytes stored on disk - a multiple of 256 or 512 depending
|
||||||
|
on disk format)
|
||||||
|
- CTRL+A = Select all (only text formats)
|
||||||
|
- CTRL+C = Copy to clipboard (only text formats)
|
||||||
|
- CTRL+P = Print
|
||||||
* Printing is available from the file preview.
|
* Printing is available from the file preview.
|
||||||
|
* Copy is avilable from file preview except for images.
|
||||||
|
* Opening an invalid disk image (or a file that is not a disk image) no longer
|
||||||
|
crashes AppleCommander.
|
||||||
|
* Provide a command-line interface - John Matthews "ac" is now supplied as part
|
||||||
|
of the AppleCommander distribution. If AppleCommander gets no command-line
|
||||||
|
arguments, the GUI version is launched. Otherwise, AppleCommander reserves
|
||||||
|
the following messages:
|
||||||
|
-swt = force SWT version
|
||||||
|
-swing = force Swing version (N/A - may be removed)
|
||||||
|
-command = force command interpreter (not done - may be superceded by
|
||||||
|
the "ac" utility)
|
||||||
|
Everything else is passed on to John's "ac" command-line version (from the
|
||||||
|
application help):
|
||||||
|
AppleCommander command line options:
|
||||||
|
-l <imagename> list directory of image.
|
||||||
|
-e <filename> <imagename> export file from image to stdout.
|
||||||
|
-g <filename> <imagename> get raw file from image to stdout.
|
||||||
|
-p <destname> <type> <addr> <imagename> put stdin
|
||||||
|
in destname on image, using file type and address.
|
||||||
|
-d <filename> <imagename> delete file from image.
|
||||||
|
-p140 <imagename> <volname> create a 140K ProDOS image.
|
||||||
|
-p800 <imagename> <volname> create a 800K ProDOS image.
|
||||||
|
|
||||||
--- FUTURE 1.3.x ---
|
--- FUTURE 1.3.x ---
|
||||||
o Compile of BASIC programs
|
o Compile of BASIC programs
|
||||||
@ -49,14 +80,13 @@ 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 Need to update preferences with import location, disk creation location.
|
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 Enhance the BASIC compiler with a few more commands...
|
||||||
o Print file listing or full disk listing (including subdirectories or multiple
|
o Print file listing or full disk listing (including subdirectories or multiple
|
||||||
volumes).
|
volumes).
|
||||||
o Improve file preview for Integer BASIC files.
|
o Improve file preview for Integer BASIC files.
|
||||||
o Improve file preview for AppleWorks Word Processor files (make implementation
|
o Improve file preview for AppleWorks Word Processor files (make implementation
|
||||||
generic to a Word Processor).
|
generic to a Word Processor).
|
||||||
o Add assembly FileFilter. Needs to understand multiple assembly programs.
|
o Add formatted assembly FileFilter. Needs to understand multiple assembly programs.
|
||||||
Need to recognize various formats - T.*, *.S, etc. (Merlin, Orca, APW, etc).
|
Need to recognize various formats - T.*, *.S, etc. (Merlin, Orca, APW, etc).
|
||||||
|
|
||||||
--- FUTURE 1.4.x (or later) ---
|
--- FUTURE 1.4.x (or later) ---
|
||||||
|
Loading…
Reference in New Issue
Block a user