mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-10-31 16:04:51 +00:00
Updated TODO list.
This commit is contained in:
parent
33cd86911f
commit
61bb8a76b5
20
TODO
20
TODO
@ -15,6 +15,24 @@ This is the internal list of items that need to be done.
|
||||
- Compile
|
||||
* Added support for Finder Icons File ($CA or "ICN").
|
||||
* Added CP/M disk image support.
|
||||
* 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.
|
||||
!!!! ROB:
|
||||
o Add the ability to change physical order too.
|
||||
o Viewing or double-clicking on a directory crashes AppleCommander.
|
||||
o Add a View As menu pick and drop-down on toolbar. (ie, view as Text or binary)
|
||||
o Viewing a deleted file can (always?) crash AppleCommander.
|
||||
o Need to update Export Graphics wizard as well as export right-click options.
|
||||
o Fix UniDOS and OzDOS formats.
|
||||
|
||||
--- FUTURE 1.3.x ---
|
||||
o Compile of BASIC programs
|
||||
@ -27,8 +45,6 @@ o Add formatted assembly FileFilter. Needs to understand multiple assembly prog
|
||||
Need to recognize various formats - T.*, *.S, etc. (Merlin, Orca, APW, etc).
|
||||
o SWT image handlers do no appear to work correctly. BMP works - but color seems
|
||||
off. GIF/PNG/JPEG give errors or a black image.
|
||||
o Viewing or double-clicking on a directory crashes AppleCommander.
|
||||
o Add a View As menu pick and drop-down on toolbar. (ie, view as Text or binary)
|
||||
|
||||
--- FUTURE 1.4.x (or later) ---
|
||||
o Add RDOS writing capability.
|
||||
|
Loading…
Reference in New Issue
Block a user