mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Shifted 1.3.3 completed items to VERSIONS from TODO.
This commit is contained in:
parent
c7bbf2c910
commit
151a4f3561
30
TODO
30
TODO
@ -2,36 +2,6 @@ THINGS TO DO
|
||||
============
|
||||
This is the internal list of items that need to be done.
|
||||
|
||||
-- 1.3.3 --
|
||||
* Repackage code - packages were getting a bit large. The goal is to make class
|
||||
structure/placement more logical.
|
||||
GUI:
|
||||
- Moved the SWT wizards into their own packages;
|
||||
- Separated utility classes into the util package;
|
||||
- Main application windows remain in swt package.
|
||||
Storage:
|
||||
- Moved OS formats into their respective packages in the "os" package
|
||||
(dos33, prodos, cpm, rdos, pascal);
|
||||
- Filters are now in the filters package.
|
||||
- General storage classes remain under storage (Disk, FormattedDisk, etc).
|
||||
* Added formatted assembly FileFilter. Understands Merlin format source files.
|
||||
Need to recognize various formats - T.*, *.S, etc. Need examples for other
|
||||
formats (Orca, APW, etc).
|
||||
* File viewer window now scrolls an appropriate amount: PgUp/PgDn, arrows,
|
||||
mousewheel all work (must select content area first of course).
|
||||
* Wizard windows no longer show up with the title bar off the screen.
|
||||
* Refactored FileViewerWindow. Created supporting FilterAdapter classes as well as
|
||||
(presumably) reusable ContentAdapters. Started caching the filtered content for
|
||||
a little speed improvement when switching filters (native, hex, raw) in the FileView.
|
||||
* Hans Otten provided information on Apple Pascal's formatting of ".text" files - they
|
||||
are now read correctly with appropriate character spacing and header section is ignored.
|
||||
* Fixed error where viewing an invalid graphics file crashed AppleCommander (typically was
|
||||
too short). This can be done by context menu -> View As -> Graphics.
|
||||
* Further automate build (and web site) deployment.
|
||||
Ant now builds source zip, GUI JAR, command-line jar, javadoc, and website. Website zip
|
||||
file only needs to be extracted into the web root to be deployed. Windows executable is
|
||||
scripted but not plugged into the Ant script at this time.
|
||||
|
||||
--- FUTURE 1.3.x ---
|
||||
o Create reusable show dialog messages (they're scattered all over right now) to clean
|
||||
up code a bit.
|
||||
|
30
VERSIONS
30
VERSIONS
@ -1,3 +1,33 @@
|
||||
1.3.3 (2004-06-18)
|
||||
* Repackage code - packages were getting a bit large. The goal is to make class
|
||||
structure/placement more logical.
|
||||
GUI:
|
||||
- Moved the SWT wizards into their own packages;
|
||||
- Separated utility classes into the util package;
|
||||
- Main application windows remain in swt package.
|
||||
Storage:
|
||||
- Moved OS formats into their respective packages in the "os" package
|
||||
(dos33, prodos, cpm, rdos, pascal);
|
||||
- Filters are now in the filters package.
|
||||
- General storage classes remain under storage (Disk, FormattedDisk, etc).
|
||||
* Added formatted assembly FileFilter. Understands Merlin format source files.
|
||||
Need to recognize various formats - T.*, *.S, etc. Need examples for other
|
||||
formats (Orca, APW, etc).
|
||||
* File viewer window now scrolls an appropriate amount: PgUp/PgDn, arrows,
|
||||
mousewheel all work (must select content area first of course).
|
||||
* Wizard windows no longer show up with the title bar off the screen.
|
||||
* Refactored FileViewerWindow. Created supporting FilterAdapter classes as well as
|
||||
(presumably) reusable ContentAdapters. Started caching the filtered content for
|
||||
a little speed improvement when switching filters (native, hex, raw) in the FileView.
|
||||
* Hans Otten provided information on Apple Pascal's formatting of ".text" files - they
|
||||
are now read correctly with appropriate character spacing and header section is ignored.
|
||||
* Fixed error where viewing an invalid graphics file crashed AppleCommander (typically was
|
||||
too short). This can be done by context menu -> View As -> Graphics.
|
||||
* Further automate build (and web site) deployment.
|
||||
Ant now builds source zip, GUI JAR, command-line jar, javadoc, and website. Website zip
|
||||
file only needs to be extracted into the web root to be deployed. Windows executable is
|
||||
scripted but not plugged into the Ant script at this time.
|
||||
|
||||
1.3.2 (2004-06-05)
|
||||
* Print file listing or full disk listing (including subdirectories or multiple
|
||||
volumes).
|
||||
|
Loading…
Reference in New Issue
Block a user