AppleCommander/TODO

60 lines
3.4 KiB
Plaintext
Raw Normal View History

2003-02-11 04:44:02 +00:00
THINGS TO DO
============
This is the internal list of items that need to be done.
2004-07-04 03:41:10 +00:00
-- 1.3.4 -- ** Maybe I18N is sufficient for 1.4.0? **
2004-06-19 21:11:44 +00:00
* Started using the SWT S-Leak application to test for application resource leakage.
2004-06-20 16:58:45 +00:00
* Reports of a few issues with 800K images. UniDOS in particular doesn't appear to be
recognized appropriately. This was due to a mix-up in setting the the image ordering.
2004-06-22 03:09:38 +00:00
* Fixed the bug where the import of a binary file does not set the address for DOS images.
2004-06-23 03:48:09 +00:00
* Fixed bug that where a file cound not be exported as raw binary. (Crashed AppleCommander.)
* Raw binary files may now be imported - just check the raw image checkbox in the import
wizard.
* Prepare for internationalization (I18N). Started as a simplification process but it
got carried away. Text is stored in text bundles throughout the code. The files
end with ____Bundle.properties. The groupings are Storage, Compiler, Ui, and
Text; directories relate to the package. Contributions are more than welcome
seeing as I know very little German and it's unlikely that I'll get my wife to
spend time translating to Spanish.
* Updates per Eclipse 3.0 recommendations.
2004-07-17 00:23:32 +00:00
o Create subdirectories as appropriate (ProDOS).
o Create reusable show dialog messages (they're scattered all over right now) to clean
up code a bit.
2004-07-04 03:41:10 +00:00
--- FUTURE 1.3.x ---
? Compile of BASIC programs
? Enhance the BASIC compiler with a few more commands...
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, if possible).
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.
o Resolve OS X issues where window cannot come to the foreground.
2004-07-04 03:41:10 +00:00
o Fix scrollbar for FileViewer! PgUp/PgDn doesn't seem to work.
--- FUTURE 1.4.x (or later) ---
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 Apple Pascal writing capability.
o Add CP/M writing capability.
o Add drag-and-drop capability.
2004-06-19 21:11:44 +00:00
o Provide a Swing GUI so people are not "limited" to SWT. This may be tossed; although
it may side-step the MAC OS X issue with SWT not behaving properly. (Alright, with
AppleCommander not behaving correctly. Just wish I knew what the problem was!!)
o Add more information to About box including GPL, TODO, VERSIONS, etc.
o Change disk format.
o Sector/Block editor.
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
which files or data is copied.
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.