Robert Greene
98a281f3bc
Early stab at an Applesoft compiler. Needs to be redesigned/refactored.
2003-06-01 19:49:04 +00:00
Robert Greene
822b528bf5
Test for ApplesoftCompiler.
2003-06-01 19:48:30 +00:00
Robert Greene
b67954d5eb
Compile icon added.
2003-06-01 19:48:10 +00:00
Robert Greene
3b0dd511cc
Added compile icon.
2003-06-01 19:47:18 +00:00
Robert Greene
a75acf0e66
Added a hack to break on expression terminators (colon comma,
...
semicolon).
2003-06-01 19:46:59 +00:00
Robert Greene
1e96c1e867
Defines all tokens.
2003-06-01 19:45:12 +00:00
Robert Greene
3901ce8230
Represents an Applesoft token. This is returned by ApplesoftTokenizer.
2003-05-28 03:45:12 +00:00
Robert Greene
c8247048e7
The ApplesoftTokenizer provides a stream of Applesoft related tokens
...
in a similar fashion as a StringTokenizer or Enumeration.
2003-05-28 03:44:46 +00:00
Robert Greene
5799f4c0ea
Updated to use ApplesoftTokenizer.
2003-05-28 03:43:35 +00:00
Robert Greene
e869246c90
Moved AppleUtil to com.webcodepro.applecommander.util package.
2003-05-26 21:10:50 +00:00
Robert Greene
a9e036be80
Added test for AppleUtil.
2003-05-26 05:18:29 +00:00
Robert Greene
2c61cc312b
Added getApplesoftFloat.
2003-05-26 05:18:17 +00:00
Robert Greene
6eea1ae56b
Set vesion to 1.2.4pre.
2003-05-02 02:57:37 +00:00
Robert Greene
ce1ba03364
Removed unused exit method.
2003-05-02 02:57:19 +00:00
Robert Greene
a0f22ce340
Removed unused AppleWorksWordProcessorFileFilter.
2003-05-02 02:56:33 +00:00
Robert Greene
39302afda9
Added capability to resize the disk when importing files.
2003-05-02 02:56:07 +00:00
Robert Greene
bda3c40749
Added resizeDiskImage capability.
2003-05-02 02:54:52 +00:00
Robert Greene
070c0d1fb1
Updated version number.
2003-04-14 01:30:19 +00:00
Robert Greene
af96dbef60
Minor correction to access static variable from the Class instead of an
...
instance.
2003-04-14 01:29:49 +00:00
Robert Greene
1aa60999e0
Explicitly thrown when the physical disk will not hold a block.
2003-03-31 05:04:45 +00:00
Robert Greene
3febdd2c08
findFreeBlock now detects if the block actually exists on the disk
...
image. Typically is a problem with HDV images which allocate out to
32MB but dynamically grow within the emulator.
2003-03-31 05:04:19 +00:00
Robert Greene
fe0e5d1cfb
Updated version number to reflect 1.2.3pre.
2003-03-27 05:35:13 +00:00
Robert Greene
bbc89f474f
Moved back to the default NumberFormat instance. The Integer
...
instance does not compile under MinGW.
2003-03-27 05:34:56 +00:00
Robert Greene
43ef9e45b4
Rewrote create method to use Reflection. The primary purpose is to
...
"simplify" building native executables.
2003-03-27 04:07:42 +00:00
Robert Greene
87c3e21e99
Separated image handling into AppleImage and its specific subclasses.
2003-03-26 05:39:34 +00:00
Robert Greene
671c98c37d
Updated version number to 1.2.2.
2003-03-16 05:27:53 +00:00
Robert Greene
2886271923
Added centering for File Import Settings dialog.
2003-03-16 05:27:38 +00:00
Robert Greene
8a920e4cb4
Added Hex Dump as an option.
2003-03-11 04:25:15 +00:00
Robert Greene
c28924ef03
This FileFilter will format a file as a hex dump.
2003-03-11 04:24:36 +00:00
Robert Greene
dc2f36d6f1
Added getFormatted3ByteAddress.
2003-03-11 04:24:17 +00:00
Robert Greene
0990b96d98
Updated to have all Wizard dialogs centered on the parent window.
2003-03-06 13:54:53 +00:00
Robert Greene
e8faaaff0b
This class contains SWT-related utility code. Initial routine is one
...
to center a child window upon the parent window.
2003-03-06 13:54:26 +00:00
Robert Greene
a39858237c
Finished up progress bar for import operation and centered the
...
window.
2003-03-06 13:53:49 +00:00
Robert Greene
30bde2eb4b
Updated test to reflect addition of DirectoryEntry interface; have
...
some early code in this release (commented out) related to having a
progress meter for imports.
2003-03-06 04:06:17 +00:00
Robert Greene
b4417671c4
Updated test to reflect addition of DirectoryEntry interface.
2003-03-06 03:59:14 +00:00
Robert Greene
db798f69cd
Added a reference to the related ProdosDirectoryEntry class.
2003-03-06 03:58:22 +00:00
Robert Greene
9b65d39df5
Migrated some subdirectory entry specific code into
...
ProdosDirectoryEntry.
2003-03-06 03:57:33 +00:00
Robert Greene
a554f8e8ec
Handles ProDOS directory entries (as opposed to directory headers).
...
They are different but work in conjunction with eachother.
2003-03-06 03:55:03 +00:00
Robert Greene
cac03c9764
Slight comment update.
2003-03-06 03:53:36 +00:00
Robert Greene
7d61186520
Removed getFiles as that will be covered by DirectoryEntry, if it is
...
implemented.
2003-03-06 03:53:07 +00:00
Robert Greene
e30264593c
Updated to adhere to the DirectoryEntry interface; subdirectories can
...
now be "extended" (additional blocks allocated to the directory);
started to add variables for constants in the hopes of making the code
a bit more obvious in its intent.
2003-03-06 03:52:18 +00:00
Robert Greene
8494c31989
Updated to adhere to the DirectoryEntry interface; removed
...
entries covered by DirectoryEntry.
2003-03-06 03:45:21 +00:00
Robert Greene
a9ea9738c0
Updated to adhere to the DirectoryEntry interface.
2003-03-06 03:43:21 +00:00
Robert Greene
5fccf74422
Shred interface for any directory type. This may be the main
...
catalog or a subdirectory of some sort. The main catalog applies
to all disk formats while the subdirectory currently is only used by
ProDOS.
2003-03-06 03:39:41 +00:00
Robert Greene
603774e3cb
Updated VERSION number (1.2.2pre).
2003-03-02 23:11:48 +00:00
Robert Greene
d14399a834
Now enables/disables the address component as appropriate.
2003-03-02 23:11:23 +00:00
Robert Greene
0d233deaf3
Added comments; added create/delete/create sequence to verify that
...
file entries are re-used once the file has been deleted.
2003-03-02 23:10:46 +00:00
Robert Greene
c37fb4307a
Fixed filetype initialization; getFiles now tests if a file entry is empty
...
(in which case it is not returned); createFile now checks for deleted
files and re-uses the file entry.
2003-03-02 23:09:46 +00:00
Robert Greene
4652ac9f63
Added test to indicate if this entry is empty. Used to determine if this
...
is a valid entry or unused space.
2003-03-02 23:07:50 +00:00
Robert Greene
ced0fba9f2
Updated code to be 1.2.1.
2003-03-01 23:00:35 +00:00