2003-02-11 04:44:02 +00:00
|
|
|
THINGS TO DO
|
|
|
|
============
|
|
|
|
This is the internal list of items that need to be done.
|
|
|
|
|
2003-03-02 23:12:39 +00:00
|
|
|
--- 1.2.2 ---
|
|
|
|
* ProDOS disks now re-use deleted file entries. Prior to this fix,
|
|
|
|
deleted entries were never re-used. If importing many files, a
|
|
|
|
"Disk Full" error would be generated rather quickly.
|
|
|
|
* ProDOS file entries do not generate spurious file entries. There
|
|
|
|
was no method of detecting unused entries in pre-1.2.2 code.
|
|
|
|
* Import file specification should only allow address editing if the filetype
|
|
|
|
requires it.
|
|
|
|
* Fixed parsing of filetype definitions for ProDOS volumes.
|
2003-03-06 03:37:54 +00:00
|
|
|
* Need to be able to import into a directory in ProDOS. This will most
|
2003-02-27 04:39:49 +00:00
|
|
|
likely involve adding an interface indicating a (writable) directory.
|
|
|
|
This interface would be applied to both disks as well as file entries,
|
|
|
|
if appropriate.
|
2003-03-06 03:37:54 +00:00
|
|
|
* ProDOS subdirectories need to allocate another block as they fill up; otherwise
|
|
|
|
the directory is limited to the number of entries the fit within the allocated
|
|
|
|
space.
|
|
|
|
|
|
|
|
--- FUTURE 1.2.x ---
|
|
|
|
o Import could use a progress indicator.
|
2003-02-11 04:44:02 +00:00
|
|
|
o Save does not allow the disk image location to be chosen for new images. (Maybe
|
|
|
|
the wizard should pay more attention?)
|
|
|
|
o Work on identifying why GCJ introduces slow performance to some areas.
|
|
|
|
o Add RDOS writing capability.
|
|
|
|
o Add Apple Pascal writing capability.
|
2003-02-11 04:57:40 +00:00
|
|
|
o HDV disks are not always created to their full capacity. AppleCommander, however,
|
2003-03-02 23:12:39 +00:00
|
|
|
assumes that the size of the file on disk is the size of the disk. (Really!)
|
2003-02-27 04:39:49 +00:00
|
|
|
This is likely an issue because the ProDOS bitmap indicates there is a certain
|
|
|
|
amount of space and AppleCommander just assumes that the data exists.
|
2003-03-02 23:12:39 +00:00
|
|
|
o Compile into native executable (hopefully Linux and Windows).
|
|
|
|
o Short-cut keys would be nice.
|
2003-03-06 03:37:54 +00:00
|
|
|
o Need to update preferences with import location, disk creation location.
|
2003-03-02 23:12:39 +00:00
|
|
|
|
|
|
|
--- FUTURE 1.3.x (or later) ---
|
|
|
|
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.
|
2003-02-12 04:06:24 +00:00
|
|
|
o Provide a command-line interface (scripting - ie, mass load).
|
|
|
|
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.
|