2003-02-11 04:44:02 +00:00
|
|
|
THINGS TO DO
|
|
|
|
============
|
|
|
|
This is the internal list of items that need to be done.
|
|
|
|
|
2007-03-31 14:04:23 +00:00
|
|
|
--- FUTURE ---
|
2004-07-17 00:23:32 +00:00
|
|
|
o Create subdirectories as appropriate (ProDOS).
|
2004-06-06 02:22:46 +00:00
|
|
|
o Create reusable show dialog messages (they're scattered all over right now) to clean
|
|
|
|
up code a bit.
|
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
|
2004-07-11 15:12:37 +00:00
|
|
|
generic to a Word Processor, if possible).
|
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-07-04 03:41:10 +00:00
|
|
|
o Fix scrollbar for FileViewer! PgUp/PgDn doesn't seem to work.
|
2004-06-15 02:19:09 +00:00
|
|
|
o Change layout of DiskExplorer window to not be tabbed. Information could/should be
|
|
|
|
a popup window. File browsing and disk free space can be shown or hidden by toolbar
|
|
|
|
buttons (see Denis Molony's prototype for example). Can add file tracking at this
|
|
|
|
point. Possibly toggle sector/block editor?
|
2003-12-22 17:25:07 +00:00
|
|
|
o Add RDOS writing capability.
|
|
|
|
o Add CP/M writing capability.
|
2003-03-02 23:12:39 +00:00
|
|
|
o Add drag-and-drop capability.
|
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.)
|
2007-03-31 14:04:23 +00:00
|
|
|
o Anytime a SHK or SDK file is opened, open into a new browser.
|
2003-03-01 22:59:29 +00:00
|
|
|
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...
|
2006-04-09 17:29:18 +00:00
|
|
|
some form of raw disk access. There is the possibility of finding a USB-level driver
|
|
|
|
or of reading raw data from a disk. Unix is most likely, unsure of Windows.
|
2017-11-11 14:36:04 +00:00
|
|
|
[iKarith: Yes, Windows can do it using a special "drive", CiderPress does it.]
|
|
|
|
o Evaluate and consider Sean Riley's appbundler fork as an alternative to jarbundler for
|
|
|
|
macOS: <https://bitbucket.org/infinitekind/appbundler>
|