mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-10-31 16:04:51 +00:00
Updated version 1.3.0 information.
This commit is contained in:
parent
9ba7c4f0c3
commit
06b927cb18
24
TODO
24
TODO
@ -2,13 +2,32 @@ THINGS TO DO
|
|||||||
============
|
============
|
||||||
This is the internal list of items that need to be done.
|
This is the internal list of items that need to be done.
|
||||||
|
|
||||||
--- 1.2.4 ---
|
--- 1.3.0 ---
|
||||||
* HDV disks are not always created to their full capacity. AppleCommander, however,
|
* 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 an issue because the ProDOS bitmap indicates there is a certain
|
This is an issue because the ProDOS bitmap indicates there is a certain
|
||||||
amount of space and AppleCommander just assumes that the data exists.
|
amount of space and AppleCommander just assumes that the data exists.
|
||||||
|
* Incorporated fixes from John Matthews. See:
|
||||||
|
http://www.wright.edu/~john.matthews/ac.html
|
||||||
|
* Early release of Applesoft BASIC compiler. This currently is limited to assembly
|
||||||
|
of small programs. If a command is not compiled, you are likely to just get an
|
||||||
|
error about expecting a line number. Expressions are not very complete. Supported
|
||||||
|
commands are:
|
||||||
|
END, FLASH, FOR, GOTO, GR, HCOLOR, HGR, HGR2, HOME, HPLOT,
|
||||||
|
HTAB, INVERSE, NEXT, NORMAL, PRINT, RETURN, TEXT, VTAB
|
||||||
|
Unsupported commands are:
|
||||||
|
ABS, AND, ASC, AT, ATN, CALL, CHR$, CLEAR, COLOR=, CONT, COS,
|
||||||
|
DATA, DEF, DEL, DIM, DRAW, EXP, FN, FRE, GET, GOSUB, GR, HIMEM:,
|
||||||
|
HLIN, IF, IN#, INPUT, INT, LEFT$, LEN, LET, LIST, LOAD, LOG,
|
||||||
|
LOMEM:, MID$, NEW, NOT, NOTRACE, ON, ONERR, OR, PDL, PEEK, PLOT,
|
||||||
|
POKE, POP, POS, PR#, READ, RECALL, REM, RESTORE, RESUME, RIGHT$,
|
||||||
|
RND, ROT=, RUN, SAVE, SCALE=, SCRN, SGN, SHLOAD, SIN, SPC,
|
||||||
|
SPEED=, SQR, STEP, STOP, STORE, STR$, TAB, TAN, THEN, TO, TRACE,
|
||||||
|
USR, VAL, VLIN, WAIT, XDRAW, &
|
||||||
|
Note that the compiler is not very sophisticated and probably won't be.
|
||||||
|
|
||||||
--- FUTURE 1.2.x ---
|
--- FUTURE 1.3.x ---
|
||||||
|
o Compile of BASIC programs
|
||||||
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 Add RDOS writing capability.
|
o Add RDOS writing capability.
|
||||||
@ -19,7 +38,6 @@ o Need to update preferences with import location, disk creation location.
|
|||||||
o DELETE does not seem to delete in all circumstances.
|
o DELETE does not seem to delete in all circumstances.
|
||||||
|
|
||||||
--- FUTURE 1.3.x (or later) ---
|
--- FUTURE 1.3.x (or later) ---
|
||||||
o Compile of BASIC programs?
|
|
||||||
o Add drag-and-drop capability.
|
o Add drag-and-drop capability.
|
||||||
o Provide a Swing GUI so people are not "limited" to SWT. This may be tossed.
|
o Provide a Swing GUI so people are not "limited" to SWT. This may be tossed.
|
||||||
o Provide a command-line interface (scripting - ie, mass load).
|
o Provide a command-line interface (scripting - ie, mass load).
|
||||||
|
Loading…
Reference in New Issue
Block a user