2003-02-11 04:44:02 +00:00
|
|
|
THINGS TO DO
|
|
|
|
============
|
|
|
|
This is the internal list of items that need to be done.
|
|
|
|
|
2003-12-13 03:05:43 +00:00
|
|
|
--- 1.3.2 ---
|
2003-12-16 03:39:12 +00:00
|
|
|
* Print file listing or full disk listing (including subdirectories or multiple
|
|
|
|
volumes).
|
2003-12-21 06:17:28 +00:00
|
|
|
* Added support for Super Hi-Res 3200 color format (PIC of 38400 bytes, file type
|
|
|
|
$C1 and auxiliary type $0002).
|
|
|
|
* Updated preferences to remember the following directory locations:
|
|
|
|
- Open
|
|
|
|
- Save/Save As (new)
|
|
|
|
- Import (new)
|
|
|
|
- Export
|
|
|
|
- Compile
|
2003-12-22 01:20:37 +00:00
|
|
|
* Added support for Finder Icons File ($CA or "ICN").
|
2003-12-22 17:25:07 +00:00
|
|
|
* Added CP/M disk image support.
|
2003-12-26 21:45:35 +00:00
|
|
|
* Restructured how AppleCommander manages disk ordering. This simplifies the
|
|
|
|
manner in which various disk ordering schemes are implemented, and makes it
|
|
|
|
possible to translate between ordering schemes.
|
|
|
|
* Support for nibble images (*.NIB) added. Can read and write to the images
|
|
|
|
as long as that format supports writing.
|
|
|
|
* To support nibble images, changed the structure surrounding the disk image
|
|
|
|
for a Disk. There now is an ImageOrder which manages the ordering of data on
|
|
|
|
the image and supplies low-level read and write routines (track/sector and
|
|
|
|
block). An ImageOrder holds data in an image layout - this allows the generic
|
|
|
|
byte array and 2IMG layouts to be abstracted away from an images order. This
|
|
|
|
does add interaction complexity but actually simplified the Disk class.
|
2004-01-18 19:06:20 +00:00
|
|
|
* Viewing or double-clicking on a directory will navigate into that directory.
|
2004-05-21 02:42:12 +00:00
|
|
|
* Viewing a deleted file no longer crashes AppleCommander - a warning message
|
2003-12-29 17:48:28 +00:00
|
|
|
is displayed.
|
2004-01-18 19:06:20 +00:00
|
|
|
* Updated Export Graphics wizard and export right-click options.
|
2004-06-03 03:35:05 +00:00
|
|
|
* Add the ability to change physical order too (DOS <=> ProDOS <=> Nibble)
|
2004-01-18 19:06:20 +00:00
|
|
|
on 140KB images.
|
2004-06-04 05:00:51 +00:00
|
|
|
* Add ability to compare disks - regardless of physical order.
|
2004-06-05 01:41:03 +00:00
|
|
|
* Started using Gimp for images (instead of Microsoft Photo Draw 2).
|
2004-06-03 03:35:05 +00:00
|
|
|
!!!! ROB:
|
|
|
|
o Add a View As menu pick and drop-down on toolbar. (ie, view as Text or binary)
|
2003-05-02 02:58:02 +00:00
|
|
|
|
2003-12-04 23:55:19 +00:00
|
|
|
--- FUTURE 1.3.x ---
|
2004-02-21 21:12:32 +00:00
|
|
|
o BUG: Import of binary file does not set starting address.
|
|
|
|
o MISSING FEATURE: Unable to import a RAW binary image.
|
2004-05-21 02:42:12 +00:00
|
|
|
? Compile of BASIC programs
|
|
|
|
? Enhance the BASIC compiler with a few more commands...
|
2003-03-06 13:56:49 +00:00
|
|
|
o Create subdirectories as appropriate (ProDOS).
|
2003-12-11 05:35:38 +00:00
|
|
|
o Improve file preview for Integer BASIC files.
|
|
|
|
o Improve file preview for AppleWorks Word Processor files (make implementation
|
|
|
|
generic to a Word Processor).
|
2003-12-12 04:26:12 +00:00
|
|
|
o Add formatted assembly FileFilter. Needs to understand multiple assembly programs.
|
2003-12-11 05:35:38 +00:00
|
|
|
Need to recognize various formats - T.*, *.S, etc. (Merlin, Orca, APW, etc).
|
2004-05-21 02:42:12 +00:00
|
|
|
o SWT image handlers do not appear to work correctly. BMP works - but color seems
|
2003-12-16 03:39:12 +00:00
|
|
|
off. GIF/PNG/JPEG give errors or a black image.
|
2004-05-21 02:42:12 +00:00
|
|
|
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.
|
2003-12-08 00:54:25 +00:00
|
|
|
|
|
|
|
--- FUTURE 1.4.x (or later) ---
|
2003-12-22 17:25:07 +00:00
|
|
|
o Add RDOS writing capability.
|
|
|
|
o Add Apple Pascal writing capability.
|
|
|
|
o Add CP/M writing capability.
|
2003-03-02 23:12:39 +00:00
|
|
|
o Add drag-and-drop capability.
|
2003-02-17 04:44:40 +00:00
|
|
|
o Provide a Swing GUI so people are not "limited" to SWT. This may be tossed.
|
2004-05-21 02:42:12 +00:00
|
|
|
o Add more information to About box including GPL, TODO, VERSIONS, etc.
|
2003-02-12 04:06:24 +00:00
|
|
|
o Change disk format.
|
2003-03-02 23:12:39 +00:00
|
|
|
o Sector/Block editor.
|
2003-03-01 22:59:29 +00:00
|
|
|
o Open zip files; be able to browse disk images from the zip file. This should be
|
|
|
|
a different type of window (Archive Window?) that allows disk images to be
|
|
|
|
opened into a Disk Window. (Saves would have to be to the file system.)
|
|
|
|
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
|
2003-03-02 23:12:39 +00:00
|
|
|
which files or data is copied.
|
2004-05-21 02:42:12 +00:00
|
|
|
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.
|