mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-03-01 00:30:17 +00:00
Updated 1.2.2 completed list to contain the progress indicator on
import and window centering. Added subdirectory creation as a 1.2.x TODO as well as a (possible) filter that decodes a binary file into a hex dump. The future was also expanded with early ideas for a file preview - see the entry on SourceForge where a discussion is currently going on.
This commit is contained in:
parent
0990b96d98
commit
fb6785cf37
11
TODO
11
TODO
@ -16,16 +16,20 @@ This is the internal list of items that need to be done.
|
|||||||
This interface would be applied to both disks as well as file entries,
|
This interface would be applied to both disks as well as file entries,
|
||||||
if appropriate.
|
if appropriate.
|
||||||
* ProDOS subdirectories need to allocate another block as they fill up; otherwise
|
* 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
|
the directory is limited to the number of entries that fit within the allocated
|
||||||
space.
|
space.
|
||||||
|
* Import now sports a progress indicator and identifies which file is being
|
||||||
|
imported.
|
||||||
|
* Popup dialogs are now centered above the controlling window instead of popping
|
||||||
|
up randomly.
|
||||||
|
|
||||||
--- FUTURE 1.2.x ---
|
--- FUTURE 1.2.x ---
|
||||||
o Import could use a progress indicator.
|
|
||||||
o Save does not allow the disk image location to be chosen for new images. (Maybe
|
o Save does not allow the disk image location to be chosen for new images. (Maybe
|
||||||
the wizard should pay more attention?)
|
the wizard should pay more attention?)
|
||||||
o Work on identifying why GCJ introduces slow performance to some areas.
|
o Work on identifying why GCJ introduces slow performance to some areas.
|
||||||
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 HDV disks are not always created to their full capacity. AppleCommander, however,
|
o HDV disks are not always created to their full capacity. AppleCommander, however,
|
||||||
assumes that the size of the file on disk is the size of the disk. (Really!)
|
assumes that the size of the file on disk is the size of the disk. (Really!)
|
||||||
This is likely an issue because the ProDOS bitmap indicates there is a certain
|
This is likely an issue because the ProDOS bitmap indicates there is a certain
|
||||||
@ -33,6 +37,7 @@ o HDV disks are not always created to their full capacity. AppleCommander, howe
|
|||||||
o Compile into native executable (hopefully Linux and Windows).
|
o Compile into native executable (hopefully Linux and Windows).
|
||||||
o Short-cut keys would be nice.
|
o Short-cut keys would be nice.
|
||||||
o Need to update preferences with import location, disk creation location.
|
o Need to update preferences with import location, disk creation location.
|
||||||
|
o Add export filter for binary that decodes to hex dump format.
|
||||||
|
|
||||||
--- FUTURE 1.3.x (or later) ---
|
--- FUTURE 1.3.x (or later) ---
|
||||||
o Add drag-and-drop capability.
|
o Add drag-and-drop capability.
|
||||||
@ -47,3 +52,5 @@ o Open SHK files? Similar operation to zip files.
|
|||||||
o Open SDK files? Opens directly into a Disk Window.
|
o Open SDK files? Opens directly into a Disk Window.
|
||||||
o Make formatted images bootable. May need user to supply a "master" disk from
|
o Make formatted images bootable. May need user to supply a "master" disk from
|
||||||
which files or data is copied.
|
which files or data is copied.
|
||||||
|
o File preview - hex, text, image. Use FileFilters to convert file to the
|
||||||
|
appropriate format?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user