Updated for Pascal text files.

This commit is contained in:
Robert Greene 2004-06-17 03:00:11 +00:00
parent da3177feea
commit 6da35f6e9c
1 changed files with 3 additions and 3 deletions

6
TODO
View File

@ -20,9 +20,11 @@ This is the internal list of items that need to be done.
* 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.
* Refactor FileViewerWindow. Created supporting FilterAdapter classes as well as
* 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.
--- FUTURE 1.3.x ---
o Create reusable show dialog messages (they're scattered all over right now) to clean
@ -37,8 +39,6 @@ o Improve file preview for AppleWorks Word Processor files (make implementation
generic to a Word Processor).
o SWT image handlers do not appear to work correctly. BMP works - but color seems
off. GIF/PNG/JPEG give errors or a black image.
o It has been reported that Apple Pascal includes extra information at the beginning
and/or the end of a line - need to resolve this for the preview and export function.
o Resolve OS X issues where window cannot come to the foreground.
o Further automate build (and web site) deployment.