From 6da35f6e9c5fbd1789cba1aca4800ff7499eefe9 Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Thu, 17 Jun 2004 03:00:11 +0000 Subject: [PATCH] Updated for Pascal text files. --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 5001c73..500d900 100644 --- a/TODO +++ b/TODO @@ -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.