2003-02-11 04:44:02 +00:00
|
|
|
THINGS TO DO
|
|
|
|
============
|
|
|
|
This is the internal list of items that need to be done.
|
|
|
|
|
2003-12-06 04:13:20 +00:00
|
|
|
--- 1.3.1 ---
|
2003-12-08 00:54:25 +00:00
|
|
|
* Short-cut keys have been implemented.
|
|
|
|
- From AppleCommander window:
|
|
|
|
- CTRL+O = Open a disk image
|
|
|
|
- CTRL+C = Create a new disk image
|
|
|
|
- CTRL+A = About...
|
|
|
|
- From disk window
|
|
|
|
- Toolbar shortcuts:
|
|
|
|
- F2 = Standard file view
|
|
|
|
- F3 = Native file view
|
|
|
|
- F4 = Detail file view
|
|
|
|
- F5 = Show deleted files
|
|
|
|
- CTRL+I = Import files wizard
|
|
|
|
- CTRL+S = Save
|
|
|
|
- CTRL+SHIFT+S = Save As
|
|
|
|
- Directory shortcuts (in addition to toolbar shortcuts)
|
|
|
|
- "+" = expand one level
|
|
|
|
- "-" = close one level
|
|
|
|
- CTRL+"+" = expand fully
|
|
|
|
- CTRL+"-" = close fully
|
|
|
|
- File shortcuts (in addition to toolbar shortcuts)
|
|
|
|
- CTRL+E = Export file wizard
|
|
|
|
- CTRL+C = Compile BASIC program (BETA)
|
|
|
|
- CTRL+V = View file (later version)
|
|
|
|
- CTRL+D = Delete file
|
|
|
|
* Spent time ensuring that buttons, context menus, and shortcuts are enabled or
|
|
|
|
disabled as appropriate.
|
|
|
|
* Save does not allow the disk image location to be chosen for new images. (Maybe
|
|
|
|
the wizard should pay more attention?)
|
|
|
|
- Implemented Save As
|
|
|
|
- A save on a new image invokes Save As
|
|
|
|
o Need to update preferences with import location, disk creation location.
|
|
|
|
o Provide a command-line interface (scripting - ie, mass load).
|
|
|
|
o Enhance the BASIC compiler with a few more commands...
|
2003-05-02 02:58:02 +00:00
|
|
|
|
2003-12-04 23:55:19 +00:00
|
|
|
--- FUTURE 1.3.x ---
|
|
|
|
o Compile of BASIC programs
|
2003-02-11 04:44:02 +00:00
|
|
|
o Add RDOS writing capability.
|
|
|
|
o Add Apple Pascal writing capability.
|
2003-03-06 13:56:49 +00:00
|
|
|
o Create subdirectories as appropriate (ProDOS).
|
2003-12-08 00:54:25 +00:00
|
|
|
o File preview - hex, text, image. Use FileFilters to convert file to the
|
|
|
|
appropriate format?
|
|
|
|
|
|
|
|
--- FUTURE 1.4.x (or later) ---
|
2003-03-02 23:12:39 +00:00
|
|
|
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-03-16 05:29:27 +00:00
|
|
|
o Added 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.)
|
|
|
|
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.
|